46175 lines
4.8 MiB
46175 lines
4.8 MiB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<!-- NewPage -->
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Generated by javadoc (version 1.7.0_17) on Mon Dec 02 20:33:06 CET 2013 -->
|
|
<title>Index (LWJGL API)</title>
|
|
<meta name="date" content="2013-12-02">
|
|
<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript"><!--
|
|
if (location.href.indexOf('is-external=true') == -1) {
|
|
parent.document.title="Index (LWJGL API)";
|
|
}
|
|
//-->
|
|
</script>
|
|
<noscript>
|
|
<div>JavaScript is disabled on your browser.</div>
|
|
</noscript>
|
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
<div class="topNav"><a name="navbar_top">
|
|
<!-- -->
|
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="./overview-summary.html">Overview</a></li>
|
|
<li>Package</li>
|
|
<li>Class</li>
|
|
<li>Use</li>
|
|
<li><a href="./overview-tree.html">Tree</a></li>
|
|
<li><a href="./deprecated-list.html">Deprecated</a></li>
|
|
<li class="navBarCell1Rev">Index</li>
|
|
<li><a href="./help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li>Prev</li>
|
|
<li>Next</li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
|
|
<li><a href="index-all.html" target="_top">No Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_top">
|
|
<li><a href="./allclasses-noframe.html">All Classes</a></li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<a name="skip-navbar_top">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
<div class="contentContainer"><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> <a name="_A_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">A</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLUtil.TokenFilter.html#accept(java.lang.reflect.Field, int)">accept(Field, int)</a></span> - Method in interface org.lwjgl.<a href="./org/lwjgl/LWJGLUtil.TokenFilter.html" title="interface in org.lwjgl">LWJGLUtil.TokenFilter</a></dt>
|
|
<dd>
|
|
<div class="block">Should return true if the specified Field passes the filter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/api/Filter.html#accept(T)">accept(T)</a></span> - Method in interface org.lwjgl.opencl.api.<a href="./org/lwjgl/opencl/api/Filter.html" title="interface in org.lwjgl.opencl.api">Filter</a></dt>
|
|
<dd>
|
|
<div class="block">Returns true if the specified object passes the filter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#add(int, int)">add(int, int)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Adds a point, specified by the integer arguments <code>newx</code>
|
|
and <code>newy</code>, to this <code>Rectangle</code>.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#add(org.lwjgl.util.ReadablePoint)">add(ReadablePoint)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Adds the specified <code>Point</code> to this
|
|
<code>Rectangle</code>.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#add(org.lwjgl.util.ReadableRectangle)">add(ReadableRectangle)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Adds a <code>Rectangle</code> to this <code>Rectangle</code>.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#add(org.lwjgl.util.vector.Matrix2f, org.lwjgl.util.vector.Matrix2f, org.lwjgl.util.vector.Matrix2f)">add(Matrix2f, Matrix2f, Matrix2f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Add two matrices together and place the result in a third matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#add(org.lwjgl.util.vector.Matrix3f, org.lwjgl.util.vector.Matrix3f, org.lwjgl.util.vector.Matrix3f)">add(Matrix3f, Matrix3f, Matrix3f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Add two matrices together and place the result in a third matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#add(org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Matrix4f)">add(Matrix4f, Matrix4f, Matrix4f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Add two matrices together and place the result in a third matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector2f.html#add(org.lwjgl.util.vector.Vector2f, org.lwjgl.util.vector.Vector2f, org.lwjgl.util.vector.Vector2f)">add(Vector2f, Vector2f, Vector2f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Add a vector to another vector and place the result in a destination
|
|
vector.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#add(org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Vector3f)">add(Vector3f, Vector3f, Vector3f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Add a vector to another vector and place the result in a destination
|
|
vector.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#add(org.lwjgl.util.vector.Vector4f, org.lwjgl.util.vector.Vector4f, org.lwjgl.util.vector.Vector4f)">add(Vector4f, Vector4f, Vector4f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Add a vector to another vector and place the result in a destination
|
|
vector.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#addNotify()">addNotify()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#aget(long)">aget(long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#aget(org.lwjgl.util.mapped.MappedObject, int)">aget(MappedObject, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/openal/AL.html" title="class in org.lwjgl.openal"><span class="strong">AL</span></a> - Class in <a href="./org/lwjgl/openal/package-summary.html">org.lwjgl.openal</a></dt>
|
|
<dd>
|
|
<div class="block">
|
|
The AL class implements the actual creation code for linking to the native library
|
|
OpenAL.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal"><span class="strong">AL10</span></a> - Class in <a href="./org/lwjgl/openal/package-summary.html">org.lwjgl.openal</a></dt>
|
|
<dd>
|
|
<div class="block"><br>
|
|
This is the core OpenAL class.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal"><span class="strong">AL11</span></a> - Class in <a href="./org/lwjgl/openal/package-summary.html">org.lwjgl.openal</a></dt>
|
|
<dd>
|
|
<div class="block"><br>
|
|
This is the core OpenAL class.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_AIR_ABSORPTION_FACTOR">AL_AIR_ABSORPTION_FACTOR</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_ATTACK_TIME">AL_AUTOWAH_ATTACK_TIME</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_DEFAULT_ATTACK_TIME">AL_AUTOWAH_DEFAULT_ATTACK_TIME</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_DEFAULT_PEAK_GAIN">AL_AUTOWAH_DEFAULT_PEAK_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_DEFAULT_RELEASE_TIME">AL_AUTOWAH_DEFAULT_RELEASE_TIME</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_DEFAULT_RESONANCE">AL_AUTOWAH_DEFAULT_RESONANCE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_MAX_ATTACK_TIME">AL_AUTOWAH_MAX_ATTACK_TIME</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_MAX_PEAK_GAIN">AL_AUTOWAH_MAX_PEAK_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_MAX_RELEASE_TIME">AL_AUTOWAH_MAX_RELEASE_TIME</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_MAX_RESONANCE">AL_AUTOWAH_MAX_RESONANCE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_MIN_ATTACK_TIME">AL_AUTOWAH_MIN_ATTACK_TIME</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_MIN_PEAK_GAIN">AL_AUTOWAH_MIN_PEAK_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_MIN_RELEASE_TIME">AL_AUTOWAH_MIN_RELEASE_TIME</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_MIN_RESONANCE">AL_AUTOWAH_MIN_RESONANCE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_PEAK_GAIN">AL_AUTOWAH_PEAK_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_RELEASE_TIME">AL_AUTOWAH_RELEASE_TIME</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_RESONANCE">AL_AUTOWAH_RESONANCE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_AUXILIARY_SEND_FILTER">AL_AUXILIARY_SEND_FILTER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_AUXILIARY_SEND_FILTER_GAIN_AUTO">AL_AUXILIARY_SEND_FILTER_GAIN_AUTO</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_AUXILIARY_SEND_FILTER_GAINHF_AUTO">AL_AUXILIARY_SEND_FILTER_GAINHF_AUTO</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_BANDPASS_GAIN">AL_BANDPASS_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_BANDPASS_GAINHF">AL_BANDPASS_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_BANDPASS_GAINLF">AL_BANDPASS_GAINLF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_BITS">AL_BITS</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Sound buffers: The number of bits per sample for the
|
|
data contained in the buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_BUFFER">AL_BUFFER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Indicate the buffer to provide sound samples.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_BUFFERS_PROCESSED">AL_BUFFERS_PROCESSED</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Buffer Queue params</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_BUFFERS_QUEUED">AL_BUFFERS_QUEUED</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Buffer Queue params</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL11.html#AL_BYTE_OFFSET">AL_BYTE_OFFSET</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</a></dt>
|
|
<dd>
|
|
<div class="block">Source buffer position information in bytes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_CHANNEL_MASK">AL_CHANNEL_MASK</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Specify the channel mask.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_CHANNELS">AL_CHANNELS</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Sound buffers: The number of channels for the data
|
|
contained in the buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_CHORUS_DEFAULT_DELAY">AL_CHORUS_DEFAULT_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_CHORUS_DEFAULT_DEPTH">AL_CHORUS_DEFAULT_DEPTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_CHORUS_DEFAULT_FEEDBACK">AL_CHORUS_DEFAULT_FEEDBACK</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_CHORUS_DEFAULT_PHASE">AL_CHORUS_DEFAULT_PHASE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_CHORUS_DEFAULT_RATE">AL_CHORUS_DEFAULT_RATE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_CHORUS_DEFAULT_WAVEFORM">AL_CHORUS_DEFAULT_WAVEFORM</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_CHORUS_DELAY">AL_CHORUS_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_CHORUS_DEPTH">AL_CHORUS_DEPTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_CHORUS_FEEDBACK">AL_CHORUS_FEEDBACK</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_CHORUS_MAX_DELAY">AL_CHORUS_MAX_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_CHORUS_MAX_DEPTH">AL_CHORUS_MAX_DEPTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_CHORUS_MAX_FEEDBACK">AL_CHORUS_MAX_FEEDBACK</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_CHORUS_MAX_PHASE">AL_CHORUS_MAX_PHASE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_CHORUS_MAX_RATE">AL_CHORUS_MAX_RATE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_CHORUS_MAX_WAVEFORM">AL_CHORUS_MAX_WAVEFORM</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_CHORUS_MIN_DELAY">AL_CHORUS_MIN_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_CHORUS_MIN_DEPTH">AL_CHORUS_MIN_DEPTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_CHORUS_MIN_FEEDBACK">AL_CHORUS_MIN_FEEDBACK</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_CHORUS_MIN_PHASE">AL_CHORUS_MIN_PHASE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_CHORUS_MIN_RATE">AL_CHORUS_MIN_RATE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_CHORUS_MIN_WAVEFORM">AL_CHORUS_MIN_WAVEFORM</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_CHORUS_PHASE">AL_CHORUS_PHASE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_CHORUS_RATE">AL_CHORUS_RATE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_CHORUS_WAVEFORM">AL_CHORUS_WAVEFORM</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_CHORUS_WAVEFORM_SINUSOID">AL_CHORUS_WAVEFORM_SINUSOID</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_CHORUS_WAVEFORM_TRIANGLE">AL_CHORUS_WAVEFORM_TRIANGLE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_COMPRESSOR_DEFAULT_ONOFF">AL_COMPRESSOR_DEFAULT_ONOFF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_COMPRESSOR_MAX_ONOFF">AL_COMPRESSOR_MAX_ONOFF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_COMPRESSOR_MIN_ONOFF">AL_COMPRESSOR_MIN_ONOFF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_COMPRESSOR_ONOFF">AL_COMPRESSOR_ONOFF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_CONE_INNER_ANGLE">AL_CONE_INNER_ANGLE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Directional source, inner cone angle, in degrees
|
|
Range: [0-360]
|
|
Default: 360</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_CONE_OUTER_ANGLE">AL_CONE_OUTER_ANGLE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Directional source, outer cone angle, in degrees.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_CONE_OUTER_GAIN">AL_CONE_OUTER_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Indicate the gain (volume amplification) applied.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_CONE_OUTER_GAINHF">AL_CONE_OUTER_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_DATA">AL_DATA</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DEFAULT_AIR_ABSORPTION_FACTOR">AL_DEFAULT_AIR_ABSORPTION_FACTOR</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DEFAULT_AUXILIARY_SEND_FILTER_GAIN_AUTO">AL_DEFAULT_AUXILIARY_SEND_FILTER_GAIN_AUTO</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DEFAULT_AUXILIARY_SEND_FILTER_GAINHF_AUTO">AL_DEFAULT_AUXILIARY_SEND_FILTER_GAINHF_AUTO</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DEFAULT_CONE_OUTER_GAINHF">AL_DEFAULT_CONE_OUTER_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DEFAULT_DIRECT_FILTER_GAINHF_AUTO">AL_DEFAULT_DIRECT_FILTER_GAINHF_AUTO</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DEFAULT_METERS_PER_UNIT">AL_DEFAULT_METERS_PER_UNIT</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DEFAULT_ROOM_ROLLOFF_FACTOR">AL_DEFAULT_ROOM_ROLLOFF_FACTOR</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DIRECT_FILTER">AL_DIRECT_FILTER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DIRECT_FILTER_GAINHF_AUTO">AL_DIRECT_FILTER_GAINHF_AUTO</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_DIRECTION">AL_DIRECTION</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Specify the current direction as forward vector.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_DISTANCE_MODEL">AL_DISTANCE_MODEL</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Distance model.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_DEFAULT_EDGE">AL_DISTORTION_DEFAULT_EDGE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_DEFAULT_EQBANDWIDTH">AL_DISTORTION_DEFAULT_EQBANDWIDTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_DEFAULT_EQCENTER">AL_DISTORTION_DEFAULT_EQCENTER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_DEFAULT_GAIN">AL_DISTORTION_DEFAULT_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_DEFAULT_LOWPASS_CUTOFF">AL_DISTORTION_DEFAULT_LOWPASS_CUTOFF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_EDGE">AL_DISTORTION_EDGE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_EQBANDWIDTH">AL_DISTORTION_EQBANDWIDTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_EQCENTER">AL_DISTORTION_EQCENTER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_GAIN">AL_DISTORTION_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_LOWPASS_CUTOFF">AL_DISTORTION_LOWPASS_CUTOFF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_MAX_EDGE">AL_DISTORTION_MAX_EDGE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_MAX_EQBANDWIDTH">AL_DISTORTION_MAX_EQBANDWIDTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_MAX_EQCENTER">AL_DISTORTION_MAX_EQCENTER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_MAX_GAIN">AL_DISTORTION_MAX_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_MAX_LOWPASS_CUTOFF">AL_DISTORTION_MAX_LOWPASS_CUTOFF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_MIN_EDGE">AL_DISTORTION_MIN_EDGE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_MIN_EQBANDWIDTH">AL_DISTORTION_MIN_EQBANDWIDTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_MIN_EQCENTER">AL_DISTORTION_MIN_EQCENTER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_MIN_GAIN">AL_DISTORTION_MIN_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_MIN_LOWPASS_CUTOFF">AL_DISTORTION_MIN_LOWPASS_CUTOFF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_DOPPLER_FACTOR">AL_DOPPLER_FACTOR</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Doppler scale.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_DOPPLER_VELOCITY">AL_DOPPLER_VELOCITY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Doppler velocity.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_AIR_ABSORPTION_GAINHF">AL_EAXREVERB_AIR_ABSORPTION_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DECAY_HFLIMIT">AL_EAXREVERB_DECAY_HFLIMIT</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DECAY_HFRATIO">AL_EAXREVERB_DECAY_HFRATIO</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DECAY_LFRATIO">AL_EAXREVERB_DECAY_LFRATIO</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DECAY_TIME">AL_EAXREVERB_DECAY_TIME</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_AIR_ABSORPTION_GAINHF">AL_EAXREVERB_DEFAULT_AIR_ABSORPTION_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_DECAY_HFLIMIT">AL_EAXREVERB_DEFAULT_DECAY_HFLIMIT</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_DECAY_HFRATIO">AL_EAXREVERB_DEFAULT_DECAY_HFRATIO</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_DECAY_LFRATIO">AL_EAXREVERB_DEFAULT_DECAY_LFRATIO</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_DECAY_TIME">AL_EAXREVERB_DEFAULT_DECAY_TIME</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_DENSITY">AL_EAXREVERB_DEFAULT_DENSITY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_DIFFUSION">AL_EAXREVERB_DEFAULT_DIFFUSION</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_ECHO_DEPTH">AL_EAXREVERB_DEFAULT_ECHO_DEPTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_ECHO_TIME">AL_EAXREVERB_DEFAULT_ECHO_TIME</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_GAIN">AL_EAXREVERB_DEFAULT_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_GAINHF">AL_EAXREVERB_DEFAULT_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_GAINLF">AL_EAXREVERB_DEFAULT_GAINLF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_HFREFERENCE">AL_EAXREVERB_DEFAULT_HFREFERENCE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_LATE_REVERB_DELAY">AL_EAXREVERB_DEFAULT_LATE_REVERB_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_LATE_REVERB_GAIN">AL_EAXREVERB_DEFAULT_LATE_REVERB_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_LATE_REVERB_PAN_XYZ">AL_EAXREVERB_DEFAULT_LATE_REVERB_PAN_XYZ</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_LFREFERENCE">AL_EAXREVERB_DEFAULT_LFREFERENCE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_MODULATION_DEPTH">AL_EAXREVERB_DEFAULT_MODULATION_DEPTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_MODULATION_TIME">AL_EAXREVERB_DEFAULT_MODULATION_TIME</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_REFLECTIONS_DELAY">AL_EAXREVERB_DEFAULT_REFLECTIONS_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_REFLECTIONS_GAIN">AL_EAXREVERB_DEFAULT_REFLECTIONS_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_REFLECTIONS_PAN_XYZ">AL_EAXREVERB_DEFAULT_REFLECTIONS_PAN_XYZ</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_ROOM_ROLLOFF_FACTOR">AL_EAXREVERB_DEFAULT_ROOM_ROLLOFF_FACTOR</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DENSITY">AL_EAXREVERB_DENSITY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DIFFUSION">AL_EAXREVERB_DIFFUSION</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_ECHO_DEPTH">AL_EAXREVERB_ECHO_DEPTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_ECHO_TIME">AL_EAXREVERB_ECHO_TIME</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_GAIN">AL_EAXREVERB_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_GAINHF">AL_EAXREVERB_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_GAINLF">AL_EAXREVERB_GAINLF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_HFREFERENCE">AL_EAXREVERB_HFREFERENCE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_LATE_REVERB_DELAY">AL_EAXREVERB_LATE_REVERB_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_LATE_REVERB_GAIN">AL_EAXREVERB_LATE_REVERB_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_LATE_REVERB_PAN">AL_EAXREVERB_LATE_REVERB_PAN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_LFREFERENCE">AL_EAXREVERB_LFREFERENCE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_AIR_ABSORPTION_GAINHF">AL_EAXREVERB_MAX_AIR_ABSORPTION_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_DECAY_HFLIMIT">AL_EAXREVERB_MAX_DECAY_HFLIMIT</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_DECAY_HFRATIO">AL_EAXREVERB_MAX_DECAY_HFRATIO</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_DECAY_LFRATIO">AL_EAXREVERB_MAX_DECAY_LFRATIO</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_DECAY_TIME">AL_EAXREVERB_MAX_DECAY_TIME</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_DENSITY">AL_EAXREVERB_MAX_DENSITY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_DIFFUSION">AL_EAXREVERB_MAX_DIFFUSION</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_ECHO_DEPTH">AL_EAXREVERB_MAX_ECHO_DEPTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_ECHO_TIME">AL_EAXREVERB_MAX_ECHO_TIME</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_GAIN">AL_EAXREVERB_MAX_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_GAINHF">AL_EAXREVERB_MAX_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_GAINLF">AL_EAXREVERB_MAX_GAINLF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_HFREFERENCE">AL_EAXREVERB_MAX_HFREFERENCE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_LATE_REVERB_DELAY">AL_EAXREVERB_MAX_LATE_REVERB_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_LATE_REVERB_GAIN">AL_EAXREVERB_MAX_LATE_REVERB_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_LFREFERENCE">AL_EAXREVERB_MAX_LFREFERENCE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_MODULATION_DEPTH">AL_EAXREVERB_MAX_MODULATION_DEPTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_MODULATION_TIME">AL_EAXREVERB_MAX_MODULATION_TIME</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_REFLECTIONS_DELAY">AL_EAXREVERB_MAX_REFLECTIONS_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_REFLECTIONS_GAIN">AL_EAXREVERB_MAX_REFLECTIONS_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_ROOM_ROLLOFF_FACTOR">AL_EAXREVERB_MAX_ROOM_ROLLOFF_FACTOR</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_AIR_ABSORPTION_GAINHF">AL_EAXREVERB_MIN_AIR_ABSORPTION_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_DECAY_HFLIMIT">AL_EAXREVERB_MIN_DECAY_HFLIMIT</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_DECAY_HFRATIO">AL_EAXREVERB_MIN_DECAY_HFRATIO</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_DECAY_LFRATIO">AL_EAXREVERB_MIN_DECAY_LFRATIO</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_DECAY_TIME">AL_EAXREVERB_MIN_DECAY_TIME</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_DENSITY">AL_EAXREVERB_MIN_DENSITY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_DIFFUSION">AL_EAXREVERB_MIN_DIFFUSION</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_ECHO_DEPTH">AL_EAXREVERB_MIN_ECHO_DEPTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_ECHO_TIME">AL_EAXREVERB_MIN_ECHO_TIME</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_GAIN">AL_EAXREVERB_MIN_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_GAINHF">AL_EAXREVERB_MIN_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_GAINLF">AL_EAXREVERB_MIN_GAINLF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_HFREFERENCE">AL_EAXREVERB_MIN_HFREFERENCE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_LATE_REVERB_DELAY">AL_EAXREVERB_MIN_LATE_REVERB_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_LATE_REVERB_GAIN">AL_EAXREVERB_MIN_LATE_REVERB_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_LFREFERENCE">AL_EAXREVERB_MIN_LFREFERENCE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_MODULATION_DEPTH">AL_EAXREVERB_MIN_MODULATION_DEPTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_MODULATION_TIME">AL_EAXREVERB_MIN_MODULATION_TIME</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_REFLECTIONS_DELAY">AL_EAXREVERB_MIN_REFLECTIONS_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_REFLECTIONS_GAIN">AL_EAXREVERB_MIN_REFLECTIONS_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_ROOM_ROLLOFF_FACTOR">AL_EAXREVERB_MIN_ROOM_ROLLOFF_FACTOR</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MODULATION_DEPTH">AL_EAXREVERB_MODULATION_DEPTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MODULATION_TIME">AL_EAXREVERB_MODULATION_TIME</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_REFLECTIONS_DELAY">AL_EAXREVERB_REFLECTIONS_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_REFLECTIONS_GAIN">AL_EAXREVERB_REFLECTIONS_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_REFLECTIONS_PAN">AL_EAXREVERB_REFLECTIONS_PAN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_ROOM_ROLLOFF_FACTOR">AL_EAXREVERB_ROOM_ROLLOFF_FACTOR</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_ECHO_DAMPING">AL_ECHO_DAMPING</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_ECHO_DEFAULT_DAMPING">AL_ECHO_DEFAULT_DAMPING</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_ECHO_DEFAULT_DELAY">AL_ECHO_DEFAULT_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_ECHO_DEFAULT_FEEDBACK">AL_ECHO_DEFAULT_FEEDBACK</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_ECHO_DEFAULT_LRDELAY">AL_ECHO_DEFAULT_LRDELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_ECHO_DEFAULT_SPREAD">AL_ECHO_DEFAULT_SPREAD</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_ECHO_DELAY">AL_ECHO_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_ECHO_FEEDBACK">AL_ECHO_FEEDBACK</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_ECHO_LRDELAY">AL_ECHO_LRDELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_ECHO_MAX_DAMPING">AL_ECHO_MAX_DAMPING</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_ECHO_MAX_DELAY">AL_ECHO_MAX_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_ECHO_MAX_FEEDBACK">AL_ECHO_MAX_FEEDBACK</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_ECHO_MAX_LRDELAY">AL_ECHO_MAX_LRDELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_ECHO_MAX_SPREAD">AL_ECHO_MAX_SPREAD</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_ECHO_MIN_DAMPING">AL_ECHO_MIN_DAMPING</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_ECHO_MIN_DELAY">AL_ECHO_MIN_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_ECHO_MIN_FEEDBACK">AL_ECHO_MIN_FEEDBACK</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_ECHO_MIN_LRDELAY">AL_ECHO_MIN_LRDELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_ECHO_MIN_SPREAD">AL_ECHO_MIN_SPREAD</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_ECHO_SPREAD">AL_ECHO_SPREAD</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EFFECT_AUTOWAH">AL_EFFECT_AUTOWAH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EFFECT_CHORUS">AL_EFFECT_CHORUS</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EFFECT_COMPRESSOR">AL_EFFECT_COMPRESSOR</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EFFECT_DISTORTION">AL_EFFECT_DISTORTION</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EFFECT_EAXREVERB">AL_EFFECT_EAXREVERB</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EFFECT_ECHO">AL_EFFECT_ECHO</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EFFECT_EQUALIZER">AL_EFFECT_EQUALIZER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EFFECT_FIRST_PARAMETER">AL_EFFECT_FIRST_PARAMETER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EFFECT_FLANGER">AL_EFFECT_FLANGER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EFFECT_FREQUENCY_SHIFTER">AL_EFFECT_FREQUENCY_SHIFTER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EFFECT_LAST_PARAMETER">AL_EFFECT_LAST_PARAMETER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EFFECT_NULL">AL_EFFECT_NULL</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EFFECT_PITCH_SHIFTER">AL_EFFECT_PITCH_SHIFTER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EFFECT_REVERB">AL_EFFECT_REVERB</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EFFECT_RING_MODULATOR">AL_EFFECT_RING_MODULATOR</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EFFECT_TYPE">AL_EFFECT_TYPE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EFFECT_VOCAL_MORPHER">AL_EFFECT_VOCAL_MORPHER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EFFECTSLOT_AUXILIARY_SEND_AUTO">AL_EFFECTSLOT_AUXILIARY_SEND_AUTO</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EFFECTSLOT_EFFECT">AL_EFFECTSLOT_EFFECT</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EFFECTSLOT_GAIN">AL_EFFECTSLOT_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EFFECTSLOT_NULL">AL_EFFECTSLOT_NULL</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_DEFAULT_HIGH_CUTOFF">AL_EQUALIZER_DEFAULT_HIGH_CUTOFF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_DEFAULT_HIGH_GAIN">AL_EQUALIZER_DEFAULT_HIGH_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_DEFAULT_LOW_CUTOFF">AL_EQUALIZER_DEFAULT_LOW_CUTOFF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_DEFAULT_LOW_GAIN">AL_EQUALIZER_DEFAULT_LOW_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_DEFAULT_MID1_CENTER">AL_EQUALIZER_DEFAULT_MID1_CENTER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_DEFAULT_MID1_GAIN">AL_EQUALIZER_DEFAULT_MID1_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_DEFAULT_MID1_WIDTH">AL_EQUALIZER_DEFAULT_MID1_WIDTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_DEFAULT_MID2_CENTER">AL_EQUALIZER_DEFAULT_MID2_CENTER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_DEFAULT_MID2_GAIN">AL_EQUALIZER_DEFAULT_MID2_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_DEFAULT_MID2_WIDTH">AL_EQUALIZER_DEFAULT_MID2_WIDTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_HIGH_CUTOFF">AL_EQUALIZER_HIGH_CUTOFF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_HIGH_GAIN">AL_EQUALIZER_HIGH_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_LOW_CUTOFF">AL_EQUALIZER_LOW_CUTOFF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_LOW_GAIN">AL_EQUALIZER_LOW_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MAX_HIGH_CUTOFF">AL_EQUALIZER_MAX_HIGH_CUTOFF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MAX_HIGH_GAIN">AL_EQUALIZER_MAX_HIGH_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MAX_LOW_CUTOFF">AL_EQUALIZER_MAX_LOW_CUTOFF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MAX_LOW_GAIN">AL_EQUALIZER_MAX_LOW_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MAX_MID1_CENTER">AL_EQUALIZER_MAX_MID1_CENTER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MAX_MID1_GAIN">AL_EQUALIZER_MAX_MID1_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MAX_MID1_WIDTH">AL_EQUALIZER_MAX_MID1_WIDTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MAX_MID2_CENTER">AL_EQUALIZER_MAX_MID2_CENTER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MAX_MID2_GAIN">AL_EQUALIZER_MAX_MID2_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MAX_MID2_WIDTH">AL_EQUALIZER_MAX_MID2_WIDTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MID1_CENTER">AL_EQUALIZER_MID1_CENTER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MID1_GAIN">AL_EQUALIZER_MID1_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MID1_WIDTH">AL_EQUALIZER_MID1_WIDTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MID2_CENTER">AL_EQUALIZER_MID2_CENTER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MID2_GAIN">AL_EQUALIZER_MID2_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MID2_WIDTH">AL_EQUALIZER_MID2_WIDTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MIN_HIGH_CUTOFF">AL_EQUALIZER_MIN_HIGH_CUTOFF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MIN_HIGH_GAIN">AL_EQUALIZER_MIN_HIGH_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MIN_LOW_CUTOFF">AL_EQUALIZER_MIN_LOW_CUTOFF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MIN_LOW_GAIN">AL_EQUALIZER_MIN_LOW_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MIN_MID1_CENTER">AL_EQUALIZER_MIN_MID1_CENTER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MIN_MID1_GAIN">AL_EQUALIZER_MIN_MID1_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MIN_MID1_WIDTH">AL_EQUALIZER_MIN_MID1_WIDTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MIN_MID2_CENTER">AL_EQUALIZER_MIN_MID2_CENTER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MIN_MID2_GAIN">AL_EQUALIZER_MIN_MID2_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MIN_MID2_WIDTH">AL_EQUALIZER_MIN_MID2_WIDTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL11.html#AL_EXPONENT_DISTANCE">AL_EXPONENT_DISTANCE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</a></dt>
|
|
<dd>
|
|
<div class="block">Speed of Sound in units per second</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL11.html#AL_EXPONENT_DISTANCE_CLAMPED">AL_EXPONENT_DISTANCE_CLAMPED</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</a></dt>
|
|
<dd>
|
|
<div class="block">Speed of Sound in units per second</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_EXTENSIONS">AL_EXTENSIONS</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Context strings: Extensions</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_FALSE">AL_FALSE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Boolean False</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FILTER_BANDPASS">AL_FILTER_BANDPASS</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FILTER_FIRST_PARAMETER">AL_FILTER_FIRST_PARAMETER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FILTER_HIGHPASS">AL_FILTER_HIGHPASS</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FILTER_LAST_PARAMETER">AL_FILTER_LAST_PARAMETER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FILTER_LOWPASS">AL_FILTER_LOWPASS</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FILTER_NULL">AL_FILTER_NULL</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FILTER_TYPE">AL_FILTER_TYPE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FLANGER_DEFAULT_DELAY">AL_FLANGER_DEFAULT_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FLANGER_DEFAULT_DEPTH">AL_FLANGER_DEFAULT_DEPTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FLANGER_DEFAULT_FEEDBACK">AL_FLANGER_DEFAULT_FEEDBACK</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FLANGER_DEFAULT_PHASE">AL_FLANGER_DEFAULT_PHASE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FLANGER_DEFAULT_RATE">AL_FLANGER_DEFAULT_RATE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FLANGER_DEFAULT_WAVEFORM">AL_FLANGER_DEFAULT_WAVEFORM</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FLANGER_DELAY">AL_FLANGER_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FLANGER_DEPTH">AL_FLANGER_DEPTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FLANGER_FEEDBACK">AL_FLANGER_FEEDBACK</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FLANGER_MAX_DELAY">AL_FLANGER_MAX_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FLANGER_MAX_DEPTH">AL_FLANGER_MAX_DEPTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FLANGER_MAX_FEEDBACK">AL_FLANGER_MAX_FEEDBACK</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FLANGER_MAX_PHASE">AL_FLANGER_MAX_PHASE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FLANGER_MAX_RATE">AL_FLANGER_MAX_RATE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FLANGER_MAX_WAVEFORM">AL_FLANGER_MAX_WAVEFORM</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FLANGER_MIN_DELAY">AL_FLANGER_MIN_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FLANGER_MIN_DEPTH">AL_FLANGER_MIN_DEPTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FLANGER_MIN_FEEDBACK">AL_FLANGER_MIN_FEEDBACK</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FLANGER_MIN_PHASE">AL_FLANGER_MIN_PHASE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FLANGER_MIN_RATE">AL_FLANGER_MIN_RATE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FLANGER_MIN_WAVEFORM">AL_FLANGER_MIN_WAVEFORM</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FLANGER_PHASE">AL_FLANGER_PHASE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FLANGER_RATE">AL_FLANGER_RATE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FLANGER_WAVEFORM">AL_FLANGER_WAVEFORM</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FLANGER_WAVEFORM_SINUSOID">AL_FLANGER_WAVEFORM_SINUSOID</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FLANGER_WAVEFORM_TRIANGLE">AL_FLANGER_WAVEFORM_TRIANGLE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_FORMAT_MONO16">AL_FORMAT_MONO16</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Sound buffers: format specifier.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_FORMAT_MONO8">AL_FORMAT_MONO8</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Sound buffers: format specifier.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_FORMAT_STEREO16">AL_FORMAT_STEREO16</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Sound buffers: format specifier.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_FORMAT_STEREO8">AL_FORMAT_STEREO8</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Sound buffers: format specifier.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_FORMAT_VORBIS_EXT">AL_FORMAT_VORBIS_EXT</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Ogg Vorbis format specifier.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_FREQUENCY">AL_FREQUENCY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Sound buffers: frequency, in units of Hertz [Hz].</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_DEFAULT_FREQUENCY">AL_FREQUENCY_SHIFTER_DEFAULT_FREQUENCY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_DEFAULT_LEFT_DIRECTION">AL_FREQUENCY_SHIFTER_DEFAULT_LEFT_DIRECTION</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_DEFAULT_RIGHT_DIRECTION">AL_FREQUENCY_SHIFTER_DEFAULT_RIGHT_DIRECTION</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_DIRECTION_DOWN">AL_FREQUENCY_SHIFTER_DIRECTION_DOWN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_DIRECTION_OFF">AL_FREQUENCY_SHIFTER_DIRECTION_OFF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_DIRECTION_UP">AL_FREQUENCY_SHIFTER_DIRECTION_UP</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_FREQUENCY">AL_FREQUENCY_SHIFTER_FREQUENCY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_LEFT_DIRECTION">AL_FREQUENCY_SHIFTER_LEFT_DIRECTION</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_MAX_FREQUENCY">AL_FREQUENCY_SHIFTER_MAX_FREQUENCY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_MAX_LEFT_DIRECTION">AL_FREQUENCY_SHIFTER_MAX_LEFT_DIRECTION</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_MAX_RIGHT_DIRECTION">AL_FREQUENCY_SHIFTER_MAX_RIGHT_DIRECTION</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_MIN_FREQUENCY">AL_FREQUENCY_SHIFTER_MIN_FREQUENCY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_MIN_LEFT_DIRECTION">AL_FREQUENCY_SHIFTER_MIN_LEFT_DIRECTION</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_MIN_RIGHT_DIRECTION">AL_FREQUENCY_SHIFTER_MIN_RIGHT_DIRECTION</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_RIGHT_DIRECTION">AL_FREQUENCY_SHIFTER_RIGHT_DIRECTION</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_GAIN">AL_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Indicate the gain (volume amplification) applied.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_HIGHPASS_GAIN">AL_HIGHPASS_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_HIGHPASS_GAINLF">AL_HIGHPASS_GAINLF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL11.html#AL_ILLEGAL_COMMAND">AL_ILLEGAL_COMMAND</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_INITIAL">AL_INITIAL</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Source state information</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_INVALID">AL_INVALID</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Bad value</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_INVALID_ENUM">AL_INVALID_ENUM</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Illegal enum passed as an argument to an AL call.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_INVALID_NAME">AL_INVALID_NAME</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Illegal name passed as an argument to an AL call.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_INVALID_OPERATION">AL_INVALID_OPERATION</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">A function was called at inappropriate time,
|
|
or in an inappropriate way, causing an illegal state.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_INVALID_VALUE">AL_INVALID_VALUE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Illegal value passed as an argument to an AL call.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_INVERSE_DISTANCE">AL_INVERSE_DISTANCE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Distance model</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_INVERSE_DISTANCE_CLAMPED">AL_INVERSE_DISTANCE_CLAMPED</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Distance model</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL11.html#AL_LINEAR_DISTANCE">AL_LINEAR_DISTANCE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</a></dt>
|
|
<dd>
|
|
<div class="block">Speed of Sound in units per second</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL11.html#AL_LINEAR_DISTANCE_CLAMPED">AL_LINEAR_DISTANCE_CLAMPED</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</a></dt>
|
|
<dd>
|
|
<div class="block">Speed of Sound in units per second</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_LOOPING">AL_LOOPING</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Indicate whether source has to loop infinite.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_LOWPASS_GAIN">AL_LOWPASS_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_LOWPASS_GAINHF">AL_LOWPASS_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_MAX_AIR_ABSORPTION_FACTOR">AL_MAX_AIR_ABSORPTION_FACTOR</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_MAX_AUXILIARY_SEND_FILTER_GAIN_AUTO">AL_MAX_AUXILIARY_SEND_FILTER_GAIN_AUTO</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_MAX_AUXILIARY_SEND_FILTER_GAINHF_AUTO">AL_MAX_AUXILIARY_SEND_FILTER_GAINHF_AUTO</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_MAX_CONE_OUTER_GAINHF">AL_MAX_CONE_OUTER_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_MAX_DIRECT_FILTER_GAINHF_AUTO">AL_MAX_DIRECT_FILTER_GAINHF_AUTO</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_MAX_DISTANCE">AL_MAX_DISTANCE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Specify the maximum distance.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_MAX_GAIN">AL_MAX_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Indicate maximum source attenuation.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_MAX_METERS_PER_UNIT">AL_MAX_METERS_PER_UNIT</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_MAX_ROOM_ROLLOFF_FACTOR">AL_MAX_ROOM_ROLLOFF_FACTOR</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_METERS_PER_UNIT">AL_METERS_PER_UNIT</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_MIN_AIR_ABSORPTION_FACTOR">AL_MIN_AIR_ABSORPTION_FACTOR</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_MIN_AUXILIARY_SEND_FILTER_GAIN_AUTO">AL_MIN_AUXILIARY_SEND_FILTER_GAIN_AUTO</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_MIN_AUXILIARY_SEND_FILTER_GAINHF_AUTO">AL_MIN_AUXILIARY_SEND_FILTER_GAINHF_AUTO</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_MIN_CONE_OUTER_GAINHF">AL_MIN_CONE_OUTER_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_MIN_DIRECT_FILTER_GAINHF_AUTO">AL_MIN_DIRECT_FILTER_GAINHF_AUTO</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_MIN_GAIN">AL_MIN_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Indicate minimum source attenuation.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_MIN_METERS_PER_UNIT">AL_MIN_METERS_PER_UNIT</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_MIN_ROOM_ROLLOFF_FACTOR">AL_MIN_ROOM_ROLLOFF_FACTOR</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_NO_ERROR">AL_NO_ERROR</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Errors: No Error.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_NONE">AL_NONE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Disable value</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_ORIENTATION">AL_ORIENTATION</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Specify the current orientation.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_OUT_OF_MEMORY">AL_OUT_OF_MEMORY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">A function could not be completed,
|
|
because there is not enough memory available.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_PAUSED">AL_PAUSED</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Source state information</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_PENDING">AL_PENDING</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Buffer state.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_PITCH">AL_PITCH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Specify the pitch to be applied, either at source,
|
|
or on mixer results, at listener.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_PITCH_SHIFTER_COARSE_TUNE">AL_PITCH_SHIFTER_COARSE_TUNE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_PITCH_SHIFTER_DEFAULT_COARSE_TUNE">AL_PITCH_SHIFTER_DEFAULT_COARSE_TUNE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_PITCH_SHIFTER_DEFAULT_FINE_TUNE">AL_PITCH_SHIFTER_DEFAULT_FINE_TUNE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_PITCH_SHIFTER_FINE_TUNE">AL_PITCH_SHIFTER_FINE_TUNE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_PITCH_SHIFTER_MAX_COARSE_TUNE">AL_PITCH_SHIFTER_MAX_COARSE_TUNE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_PITCH_SHIFTER_MAX_FINE_TUNE">AL_PITCH_SHIFTER_MAX_FINE_TUNE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_PITCH_SHIFTER_MIN_COARSE_TUNE">AL_PITCH_SHIFTER_MIN_COARSE_TUNE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_PITCH_SHIFTER_MIN_FINE_TUNE">AL_PITCH_SHIFTER_MIN_FINE_TUNE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_PLAYING">AL_PLAYING</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Source state information</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_POSITION">AL_POSITION</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Specify the current location in three dimensional space.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_PROCESSED">AL_PROCESSED</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Buffer state.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_REFERENCE_DISTANCE">AL_REFERENCE_DISTANCE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Specify the current orientation.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_RENDERER">AL_RENDERER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Context strings: Renderer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_AIR_ABSORPTION_GAINHF">AL_REVERB_AIR_ABSORPTION_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_DECAY_HFLIMIT">AL_REVERB_DECAY_HFLIMIT</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_DECAY_HFRATIO">AL_REVERB_DECAY_HFRATIO</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_DECAY_TIME">AL_REVERB_DECAY_TIME</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_DEFAULT_AIR_ABSORPTION_GAINHF">AL_REVERB_DEFAULT_AIR_ABSORPTION_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_DEFAULT_DECAY_HFLIMIT">AL_REVERB_DEFAULT_DECAY_HFLIMIT</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_DEFAULT_DECAY_HFRATIO">AL_REVERB_DEFAULT_DECAY_HFRATIO</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_DEFAULT_DECAY_TIME">AL_REVERB_DEFAULT_DECAY_TIME</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_DEFAULT_DENSITY">AL_REVERB_DEFAULT_DENSITY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_DEFAULT_DIFFUSION">AL_REVERB_DEFAULT_DIFFUSION</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_DEFAULT_GAIN">AL_REVERB_DEFAULT_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_DEFAULT_GAINHF">AL_REVERB_DEFAULT_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_DEFAULT_LATE_REVERB_DELAY">AL_REVERB_DEFAULT_LATE_REVERB_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_DEFAULT_LATE_REVERB_GAIN">AL_REVERB_DEFAULT_LATE_REVERB_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_DEFAULT_REFLECTIONS_DELAY">AL_REVERB_DEFAULT_REFLECTIONS_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_DEFAULT_REFLECTIONS_GAIN">AL_REVERB_DEFAULT_REFLECTIONS_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_DEFAULT_ROOM_ROLLOFF_FACTOR">AL_REVERB_DEFAULT_ROOM_ROLLOFF_FACTOR</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_DENSITY">AL_REVERB_DENSITY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_DIFFUSION">AL_REVERB_DIFFUSION</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_GAIN">AL_REVERB_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_GAINHF">AL_REVERB_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_LATE_REVERB_DELAY">AL_REVERB_LATE_REVERB_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_LATE_REVERB_GAIN">AL_REVERB_LATE_REVERB_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_MAX_AIR_ABSORPTION_GAINHF">AL_REVERB_MAX_AIR_ABSORPTION_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_MAX_DECAY_HFLIMIT">AL_REVERB_MAX_DECAY_HFLIMIT</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_MAX_DECAY_HFRATIO">AL_REVERB_MAX_DECAY_HFRATIO</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_MAX_DECAY_TIME">AL_REVERB_MAX_DECAY_TIME</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_MAX_DENSITY">AL_REVERB_MAX_DENSITY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_MAX_DIFFUSION">AL_REVERB_MAX_DIFFUSION</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_MAX_GAIN">AL_REVERB_MAX_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_MAX_GAINHF">AL_REVERB_MAX_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_MAX_LATE_REVERB_DELAY">AL_REVERB_MAX_LATE_REVERB_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_MAX_LATE_REVERB_GAIN">AL_REVERB_MAX_LATE_REVERB_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_MAX_REFLECTIONS_DELAY">AL_REVERB_MAX_REFLECTIONS_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_MAX_REFLECTIONS_GAIN">AL_REVERB_MAX_REFLECTIONS_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_MAX_ROOM_ROLLOFF_FACTOR">AL_REVERB_MAX_ROOM_ROLLOFF_FACTOR</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_MIN_AIR_ABSORPTION_GAINHF">AL_REVERB_MIN_AIR_ABSORPTION_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_MIN_DECAY_HFLIMIT">AL_REVERB_MIN_DECAY_HFLIMIT</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_MIN_DECAY_HFRATIO">AL_REVERB_MIN_DECAY_HFRATIO</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_MIN_DECAY_TIME">AL_REVERB_MIN_DECAY_TIME</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_MIN_DENSITY">AL_REVERB_MIN_DENSITY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_MIN_DIFFUSION">AL_REVERB_MIN_DIFFUSION</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_MIN_GAIN">AL_REVERB_MIN_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_MIN_GAINHF">AL_REVERB_MIN_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_MIN_LATE_REVERB_DELAY">AL_REVERB_MIN_LATE_REVERB_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_MIN_LATE_REVERB_GAIN">AL_REVERB_MIN_LATE_REVERB_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_MIN_REFLECTIONS_DELAY">AL_REVERB_MIN_REFLECTIONS_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_MIN_REFLECTIONS_GAIN">AL_REVERB_MIN_REFLECTIONS_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_MIN_ROOM_ROLLOFF_FACTOR">AL_REVERB_MIN_ROOM_ROLLOFF_FACTOR</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_REFLECTIONS_DELAY">AL_REVERB_REFLECTIONS_DELAY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_REFLECTIONS_GAIN">AL_REVERB_REFLECTIONS_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_REVERB_ROOM_ROLLOFF_FACTOR">AL_REVERB_ROOM_ROLLOFF_FACTOR</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_DEFAULT_FREQUENCY">AL_RING_MODULATOR_DEFAULT_FREQUENCY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_DEFAULT_HIGHPASS_CUTOFF">AL_RING_MODULATOR_DEFAULT_HIGHPASS_CUTOFF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_DEFAULT_WAVEFORM">AL_RING_MODULATOR_DEFAULT_WAVEFORM</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_FREQUENCY">AL_RING_MODULATOR_FREQUENCY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_HIGHPASS_CUTOFF">AL_RING_MODULATOR_HIGHPASS_CUTOFF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_MAX_FREQUENCY">AL_RING_MODULATOR_MAX_FREQUENCY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_MAX_HIGHPASS_CUTOFF">AL_RING_MODULATOR_MAX_HIGHPASS_CUTOFF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_MAX_WAVEFORM">AL_RING_MODULATOR_MAX_WAVEFORM</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_MIN_FREQUENCY">AL_RING_MODULATOR_MIN_FREQUENCY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_MIN_HIGHPASS_CUTOFF">AL_RING_MODULATOR_MIN_HIGHPASS_CUTOFF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_MIN_WAVEFORM">AL_RING_MODULATOR_MIN_WAVEFORM</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_SAWTOOTH">AL_RING_MODULATOR_SAWTOOTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_SINUSOID">AL_RING_MODULATOR_SINUSOID</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_SQUARE">AL_RING_MODULATOR_SQUARE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_WAVEFORM">AL_RING_MODULATOR_WAVEFORM</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_ROLLOFF_FACTOR">AL_ROLLOFF_FACTOR</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Indicate the rolloff factor for the source.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_ROOM_ROLLOFF_FACTOR">AL_ROOM_ROLLOFF_FACTOR</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL11.html#AL_SAMPLE_OFFSET">AL_SAMPLE_OFFSET</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</a></dt>
|
|
<dd>
|
|
<div class="block">Source buffer position information in samples</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL11.html#AL_SEC_OFFSET">AL_SEC_OFFSET</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</a></dt>
|
|
<dd>
|
|
<div class="block">Source buffer position information in seconds</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_SIZE">AL_SIZE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Sound buffers: Size in bytes of the buffer data.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_SOURCE_ABSOLUTE">AL_SOURCE_ABSOLUTE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Indicate source has absolute coordinates</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_SOURCE_RELATIVE">AL_SOURCE_RELATIVE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Indicate Source has listener relative coordinates</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_SOURCE_STATE">AL_SOURCE_STATE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Source state information</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_SOURCE_TYPE">AL_SOURCE_TYPE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Indicate the type of SOURCE.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL11.html#AL_SPEED_OF_SOUND">AL_SPEED_OF_SOUND</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</a></dt>
|
|
<dd>
|
|
<div class="block">Speed of Sound in units per second</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL11.html#AL_STATIC">AL_STATIC</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</a></dt>
|
|
<dd>
|
|
<div class="block">Type of source: Buffer has been attached using AL_BUFFER</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_STOPPED">AL_STOPPED</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Source state information</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL11.html#AL_STREAMING">AL_STREAMING</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</a></dt>
|
|
<dd>
|
|
<div class="block">Type of source: if one or more Buffers have been attached using alSourceQueueBuffers</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_TRUE">AL_TRUE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Boolean True</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL11.html#AL_UNDETERMINED">AL_UNDETERMINED</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</a></dt>
|
|
<dd>
|
|
<div class="block">Type of source: when it has the NULL buffer attached</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_UNUSED">AL_UNUSED</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Buffer state.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_VELOCITY">AL_VELOCITY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Specify the current velocity in three dimensional space.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_VENDOR">AL_VENDOR</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Context strings: Vendor</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#AL_VERSION">AL_VERSION</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Context strings: Version</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_DEFAULT_PHONEMEA">AL_VOCAL_MORPHER_DEFAULT_PHONEMEA</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_DEFAULT_PHONEMEA_COARSE_TUNING">AL_VOCAL_MORPHER_DEFAULT_PHONEMEA_COARSE_TUNING</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_DEFAULT_PHONEMEB">AL_VOCAL_MORPHER_DEFAULT_PHONEMEB</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_DEFAULT_PHONEMEB_COARSE_TUNING">AL_VOCAL_MORPHER_DEFAULT_PHONEMEB_COARSE_TUNING</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_DEFAULT_RATE">AL_VOCAL_MORPHER_DEFAULT_RATE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_DEFAULT_WAVEFORM">AL_VOCAL_MORPHER_DEFAULT_WAVEFORM</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_MAX_PHONEMEA">AL_VOCAL_MORPHER_MAX_PHONEMEA</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_MAX_PHONEMEA_COARSE_TUNING">AL_VOCAL_MORPHER_MAX_PHONEMEA_COARSE_TUNING</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_MAX_PHONEMEB">AL_VOCAL_MORPHER_MAX_PHONEMEB</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_MAX_PHONEMEB_COARSE_TUNING">AL_VOCAL_MORPHER_MAX_PHONEMEB_COARSE_TUNING</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_MAX_RATE">AL_VOCAL_MORPHER_MAX_RATE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_MAX_WAVEFORM">AL_VOCAL_MORPHER_MAX_WAVEFORM</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_MIN_PHONEMEA">AL_VOCAL_MORPHER_MIN_PHONEMEA</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_MIN_PHONEMEA_COARSE_TUNING">AL_VOCAL_MORPHER_MIN_PHONEMEA_COARSE_TUNING</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_MIN_PHONEMEB">AL_VOCAL_MORPHER_MIN_PHONEMEB</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_MIN_PHONEMEB_COARSE_TUNING">AL_VOCAL_MORPHER_MIN_PHONEMEB_COARSE_TUNING</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_MIN_RATE">AL_VOCAL_MORPHER_MIN_RATE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_MIN_WAVEFORM">AL_VOCAL_MORPHER_MIN_WAVEFORM</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_A">AL_VOCAL_MORPHER_PHONEME_A</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_AA">AL_VOCAL_MORPHER_PHONEME_AA</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_AE">AL_VOCAL_MORPHER_PHONEME_AE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_AH">AL_VOCAL_MORPHER_PHONEME_AH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_AO">AL_VOCAL_MORPHER_PHONEME_AO</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_B">AL_VOCAL_MORPHER_PHONEME_B</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_D">AL_VOCAL_MORPHER_PHONEME_D</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_E">AL_VOCAL_MORPHER_PHONEME_E</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_EH">AL_VOCAL_MORPHER_PHONEME_EH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_ER">AL_VOCAL_MORPHER_PHONEME_ER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_F">AL_VOCAL_MORPHER_PHONEME_F</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_G">AL_VOCAL_MORPHER_PHONEME_G</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_I">AL_VOCAL_MORPHER_PHONEME_I</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_IH">AL_VOCAL_MORPHER_PHONEME_IH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_IY">AL_VOCAL_MORPHER_PHONEME_IY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_J">AL_VOCAL_MORPHER_PHONEME_J</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_K">AL_VOCAL_MORPHER_PHONEME_K</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_L">AL_VOCAL_MORPHER_PHONEME_L</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_M">AL_VOCAL_MORPHER_PHONEME_M</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_N">AL_VOCAL_MORPHER_PHONEME_N</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_O">AL_VOCAL_MORPHER_PHONEME_O</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_P">AL_VOCAL_MORPHER_PHONEME_P</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_R">AL_VOCAL_MORPHER_PHONEME_R</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_S">AL_VOCAL_MORPHER_PHONEME_S</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_T">AL_VOCAL_MORPHER_PHONEME_T</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_U">AL_VOCAL_MORPHER_PHONEME_U</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_UH">AL_VOCAL_MORPHER_PHONEME_UH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_UW">AL_VOCAL_MORPHER_PHONEME_UW</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_V">AL_VOCAL_MORPHER_PHONEME_V</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_Z">AL_VOCAL_MORPHER_PHONEME_Z</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEMEA">AL_VOCAL_MORPHER_PHONEMEA</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEMEA_COARSE_TUNING">AL_VOCAL_MORPHER_PHONEMEA_COARSE_TUNING</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEMEB">AL_VOCAL_MORPHER_PHONEMEB</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEMEB_COARSE_TUNING">AL_VOCAL_MORPHER_PHONEMEB_COARSE_TUNING</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_RATE">AL_VOCAL_MORPHER_RATE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_WAVEFORM">AL_VOCAL_MORPHER_WAVEFORM</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_WAVEFORM_SAWTOOTH">AL_VOCAL_MORPHER_WAVEFORM_SAWTOOTH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_WAVEFORM_SINUSOID">AL_VOCAL_MORPHER_WAVEFORM_SINUSOID</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_WAVEFORM_TRIANGLE">AL_VOCAL_MORPHER_WAVEFORM_TRIANGLE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alAuxiliaryEffectSlot(int, int, java.nio.IntBuffer)">alAuxiliaryEffectSlot(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alAuxiliaryEffectSlot(int, int, java.nio.FloatBuffer)">alAuxiliaryEffectSlot(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alAuxiliaryEffectSlotf(int, int, float)">alAuxiliaryEffectSlotf(int, int, float)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alAuxiliaryEffectSloti(int, int, int)">alAuxiliaryEffectSloti(int, int, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL11.html#alBuffer(int, int, java.nio.FloatBuffer)">alBuffer(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</a></dt>
|
|
<dd>
|
|
<div class="block">This function sets a floating point property of a buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL11.html#alBuffer(int, int, java.nio.IntBuffer)">alBuffer(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</a></dt>
|
|
<dd>
|
|
<div class="block">This function sets an integer property of a buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL11.html#alBuffer3f(int, int, float, float, float)">alBuffer3f(int, int, float, float, float)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</a></dt>
|
|
<dd>
|
|
<div class="block">This function sets a floating point property of a buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL11.html#alBuffer3i(int, int, int, int, int)">alBuffer3i(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</a></dt>
|
|
<dd>
|
|
<div class="block">This function sets an integer property of a buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alBufferData(int, int, java.nio.ByteBuffer, int)">alBufferData(int, int, ByteBuffer, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">
|
|
A special case of Buffer state is the actual sound sample data stored in asociation
|
|
with the Buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alBufferData(int, int, java.nio.IntBuffer, int)">alBufferData(int, int, IntBuffer, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">
|
|
A special case of Buffer state is the actual sound sample data stored in asociation
|
|
with the Buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alBufferData(int, int, java.nio.ShortBuffer, int)">alBufferData(int, int, ShortBuffer, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">
|
|
A special case of Buffer state is the actual sound sample data stored in asociation
|
|
with the Buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL11.html#alBufferf(int, int, float)">alBufferf(int, int, float)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</a></dt>
|
|
<dd>
|
|
<div class="block">This function sets a floating point property of a buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL11.html#alBufferi(int, int, int)">alBufferi(int, int, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</a></dt>
|
|
<dd>
|
|
<div class="block">This function sets an integer property of a buffer.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal"><span class="strong">ALC10</span></a> - Class in <a href="./org/lwjgl/openal/package-summary.html">org.lwjgl.openal</a></dt>
|
|
<dd>
|
|
<div class="block">
|
|
ALC introduces the notion of a Device.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#ALC10()">ALC10()</a></span> - Constructor for class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal"><span class="strong">ALC11</span></a> - Class in <a href="./org/lwjgl/openal/package-summary.html">org.lwjgl.openal</a></dt>
|
|
<dd>
|
|
<div class="block">
|
|
The ALC11 class implements features in OpenAL 1.1, specifically
|
|
ALC methods and properties.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC11.html#ALC11()">ALC11()</a></span> - Constructor for class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal">ALC11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#ALC_ALL_ATTRIBUTES">ALC_ALL_ATTRIBUTES</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">Expects a destination of ALC_CURRENT_ATTRIBUTES_SIZE,
|
|
and provides the attribute list for the current context of the specified device.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC11.html#ALC_ALL_DEVICES_SPECIFIER">ALC_ALL_DEVICES_SPECIFIER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal">ALC11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#ALC_ATTRIBUTES_SIZE">ALC_ATTRIBUTES_SIZE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">The size required for the zero-terminated attributes list, for the current context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC11.html#ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER">ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal">ALC11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC11.html#ALC_CAPTURE_DEVICE_SPECIFIER">ALC_CAPTURE_DEVICE_SPECIFIER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal">ALC11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC11.html#ALC_CAPTURE_SAMPLES">ALC_CAPTURE_SAMPLES</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal">ALC11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC11.html#ALC_DEFAULT_ALL_DEVICES_SPECIFIER">ALC_DEFAULT_ALL_DEVICES_SPECIFIER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal">ALC11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#ALC_DEFAULT_DEVICE_SPECIFIER">ALC_DEFAULT_DEVICE_SPECIFIER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">The specifier string for the default device</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#ALC_DEVICE_SPECIFIER">ALC_DEVICE_SPECIFIER</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">The specifier string for the device</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#ALC_EFX_MAJOR_VERSION">ALC_EFX_MAJOR_VERSION</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#ALC_EFX_MINOR_VERSION">ALC_EFX_MINOR_VERSION</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#ALC_EXT_EFX_NAME">ALC_EXT_EFX_NAME</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#ALC_EXTENSIONS">ALC_EXTENSIONS</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">The extensions string for diagnostics and printing</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#ALC_FALSE">ALC_FALSE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">Boolean False</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#ALC_FREQUENCY">ALC_FREQUENCY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">Frequency for mixing output buffer, in units of Hz.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#ALC_INVALID">ALC_INVALID</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">Bad value</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#ALC_INVALID_CONTEXT">ALC_INVALID_CONTEXT</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">The context argument does not name a valid context</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#ALC_INVALID_DEVICE">ALC_INVALID_DEVICE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">The device argument does not name a valid device</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#ALC_INVALID_ENUM">ALC_INVALID_ENUM</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">A function was called at inappropriate time, or in an inappropriate way,
|
|
causing an illegal state.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#ALC_INVALID_VALUE">ALC_INVALID_VALUE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">Illegal value passed as an argument to an AL call.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#ALC_MAJOR_VERSION">ALC_MAJOR_VERSION</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">Major version query.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#ALC_MAX_AUXILIARY_SENDS">ALC_MAX_AUXILIARY_SENDS</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#ALC_MINOR_VERSION">ALC_MINOR_VERSION</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">Minor version query.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC11.html#ALC_MONO_SOURCES">ALC_MONO_SOURCES</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal">ALC11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#ALC_NO_ERROR">ALC_NO_ERROR</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">Errors: No Error</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#ALC_OUT_OF_MEMORY">ALC_OUT_OF_MEMORY</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">A function could not be completed, because there is not enough
|
|
memory available.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#ALC_REFRESH">ALC_REFRESH</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">Refresh intervalls, in units of Hz.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC11.html#ALC_STEREO_SOURCES">ALC_STEREO_SOURCES</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal">ALC11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#ALC_SYNC">ALC_SYNC</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">Flag, indicating a synchronous context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#ALC_TRUE">ALC_TRUE</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">Boolean True</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC11.html#alcCaptureCloseDevice(org.lwjgl.openal.ALCdevice)">alcCaptureCloseDevice(ALCdevice)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal">ALC11</a></dt>
|
|
<dd>
|
|
<div class="block">The alcCaptureCloseDevice function allows the application to disconnect from a capture
|
|
device.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC11.html#alcCaptureOpenDevice(java.lang.String, int, int, int)">alcCaptureOpenDevice(String, int, int, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal">ALC11</a></dt>
|
|
<dd>
|
|
<div class="block">The alcCaptureOpenDevice function allows the application to connect to a capture
|
|
device.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC11.html#alcCaptureSamples(org.lwjgl.openal.ALCdevice, java.nio.ByteBuffer, int)">alcCaptureSamples(ALCdevice, ByteBuffer, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal">ALC11</a></dt>
|
|
<dd>
|
|
<div class="block">When the application feels there are enough samples available to process, it can obtain
|
|
them from the AL via the alcCaptureSamples entry point.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC11.html#alcCaptureStart(org.lwjgl.openal.ALCdevice)">alcCaptureStart(ALCdevice)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal">ALC11</a></dt>
|
|
<dd>
|
|
<div class="block">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.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC11.html#alcCaptureStop(org.lwjgl.openal.ALCdevice)">alcCaptureStop(ALCdevice)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal">ALC11</a></dt>
|
|
<dd>
|
|
<div class="block">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.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#alcCloseDevice(org.lwjgl.openal.ALCdevice)">alcCloseDevice(ALCdevice)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">The <code>alcCloseDevice</code> function allows the application (i.e.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/openal/ALCcontext.html" title="class in org.lwjgl.openal"><span class="strong">ALCcontext</span></a> - Class in <a href="./org/lwjgl/openal/package-summary.html">org.lwjgl.openal</a></dt>
|
|
<dd>
|
|
<div class="block">The ALCcontext class represents a context opened in OpenAL space.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#alcCreateContext(org.lwjgl.openal.ALCdevice, java.nio.IntBuffer)">alcCreateContext(ALCdevice, IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">A context is created using <code>alcCreateContext</code>.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#alcDestroyContext(org.lwjgl.openal.ALCcontext)">alcDestroyContext(ALCcontext)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">The correct way to destroy a context is to first release it using <code>alcMakeCurrent</code> and
|
|
<code>null</code>.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/openal/ALCdevice.html" title="class in org.lwjgl.openal"><span class="strong">ALCdevice</span></a> - Class in <a href="./org/lwjgl/openal/package-summary.html">org.lwjgl.openal</a></dt>
|
|
<dd>
|
|
<div class="block">The ALCdevice class represents a device opened in OpenAL space.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#alcGetContextsDevice(org.lwjgl.openal.ALCcontext)">alcGetContextsDevice(ALCcontext)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">The application can query for, and obtain an handle to, the device of a given context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#alcGetCurrentContext()">alcGetCurrentContext()</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">The application can query for, and obtain an handle to, the current context for the
|
|
application.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#alcGetEnumValue(org.lwjgl.openal.ALCdevice, java.lang.String)">alcGetEnumValue(ALCdevice, String)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">Enumeration/token values are device independend, but tokens defined for
|
|
extensions might not be present for a given device.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#alcGetError(org.lwjgl.openal.ALCdevice)">alcGetError(ALCdevice)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">ALC uses the same conventions and mechanisms as AL for error handling.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#alcGetInteger(org.lwjgl.openal.ALCdevice, int, java.nio.IntBuffer)">alcGetInteger(ALCdevice, int, IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">The application can query ALC for information using an integer query function.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#alcGetString(org.lwjgl.openal.ALCdevice, int)">alcGetString(ALCdevice, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">The application can obtain certain strings from ALC.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#alcIsExtensionPresent(org.lwjgl.openal.ALCdevice, java.lang.String)">alcIsExtensionPresent(ALCdevice, String)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">Verify that a given extension is available for the current context and the device it
|
|
is associated with.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#alcMakeContextCurrent(org.lwjgl.openal.ALCcontext)">alcMakeContextCurrent(ALCcontext)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">To make a Context current with respect to AL Operation (state changes by issueing
|
|
commands), <code>alcMakeContextCurrent</code> is used.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#alcOpenDevice(java.lang.String)">alcOpenDevice(String)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">The <code>alcOpenDevice</code> function allows the application (i.e.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#alcProcessContext(org.lwjgl.openal.ALCcontext)">alcProcessContext(ALCcontext)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">The current context is the only context accessible to state changes by AL commands
|
|
(aside from state changes affecting shared objects).</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALC10.html#alcSuspendContext(org.lwjgl.openal.ALCcontext)">alcSuspendContext(ALCcontext)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</a></dt>
|
|
<dd>
|
|
<div class="block">The application can suspend any context from processing (including the current
|
|
one).</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alDeleteAuxiliaryEffectSlots(java.nio.IntBuffer)">alDeleteAuxiliaryEffectSlots(IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alDeleteAuxiliaryEffectSlots(int)">alDeleteAuxiliaryEffectSlots(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads alDeleteAuxiliaryEffectSlots.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alDeleteBuffers(java.nio.IntBuffer)">alDeleteBuffers(IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">
|
|
The application requests deletion of a number of Buffers by calling DeleteBuffers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alDeleteBuffers(int)">alDeleteBuffers(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads alDeleteBuffers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alDeleteEffects(java.nio.IntBuffer)">alDeleteEffects(IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alDeleteEffects(int)">alDeleteEffects(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads alDeleteEffects.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alDeleteFilters(java.nio.IntBuffer)">alDeleteFilters(IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alDeleteFilters(int)">alDeleteFilters(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads alDeleteFilters.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alDeleteSources(java.nio.IntBuffer)">alDeleteSources(IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">The application requests deletion of a number of Sources by DeleteSources.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alDeleteSources(int)">alDeleteSources(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads alDeleteSources.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alDisable(int)">alDisable(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">The application can temporarily disable certain AL capabilities on a per Context
|
|
basis.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alDistanceModel(int)">alDistanceModel(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">
|
|
Samples usually use the entire dynamic range of the chosen format/encoding,
|
|
independent of their real world intensity.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alDopplerFactor(float)">alDopplerFactor(float)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">The Doppler Effect depends on the velocities of Source and Listener relative to the
|
|
medium, and the propagation speed of sound in that medium.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alDopplerVelocity(float)">alDopplerVelocity(float)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">The Doppler Effect depends on the velocities of Source and Listener relative to the
|
|
medium, and the propagation speed of sound in that medium.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alEffect(int, int, java.nio.IntBuffer)">alEffect(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alEffect(int, int, java.nio.FloatBuffer)">alEffect(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alEffectf(int, int, float)">alEffectf(int, int, float)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alEffecti(int, int, int)">alEffecti(int, int, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alEnable(int)">alEnable(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">The application can temporarily disable certain AL capabilities on a per Context
|
|
basis.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/Sys.html#alert(java.lang.String, java.lang.String)">alert(String, String)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/Sys.html" title="class in org.lwjgl">Sys</a></dt>
|
|
<dd>
|
|
<div class="block">Attempt to display a modal alert to the user.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alFilter(int, int, java.nio.IntBuffer)">alFilter(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alFilter(int, int, java.nio.FloatBuffer)">alFilter(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alFilterf(int, int, float)">alFilterf(int, int, float)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alFilteri(int, int, int)">alFilteri(int, int, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alGenAuxiliaryEffectSlots(java.nio.IntBuffer)">alGenAuxiliaryEffectSlots(IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alGenAuxiliaryEffectSlots()">alGenAuxiliaryEffectSlots()</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads alGenAuxiliaryEffectSlots.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alGenBuffers(java.nio.IntBuffer)">alGenBuffers(IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">The application requests a number of Buffers using GenBuffers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alGenBuffers()">alGenBuffers()</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads alGenBuffers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alGenEffects(java.nio.IntBuffer)">alGenEffects(IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alGenEffects()">alGenEffects()</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads alGenEffects.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alGenFilters(java.nio.IntBuffer)">alGenFilters(IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alGenFilters()">alGenFilters()</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads alGenFilters.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alGenSources(java.nio.IntBuffer)">alGenSources(IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">The application requests a number of Sources using GenSources.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alGenSources()">alGenSources()</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads alGenSources.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alGetAuxiliaryEffectSlot(int, int, java.nio.IntBuffer)">alGetAuxiliaryEffectSlot(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alGetAuxiliaryEffectSlot(int, int, java.nio.FloatBuffer)">alGetAuxiliaryEffectSlot(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alGetAuxiliaryEffectSlotf(int, int)">alGetAuxiliaryEffectSlotf(int, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alGetAuxiliaryEffectSloti(int, int)">alGetAuxiliaryEffectSloti(int, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alGetBoolean(int)">alGetBoolean(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Like OpenGL, AL uses a simplified interface for querying global state.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL11.html#alGetBuffer(int, int, java.nio.IntBuffer)">alGetBuffer(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</a></dt>
|
|
<dd>
|
|
<div class="block">This function retrieves an integer property of a buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL11.html#alGetBuffer(int, int, java.nio.FloatBuffer)">alGetBuffer(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</a></dt>
|
|
<dd>
|
|
<div class="block">This function retrieves a floating point property of a buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alGetBufferf(int, int)">alGetBufferf(int, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Buffer state is maintained inside the AL implementation and can be queried in full.<br>
|
|
ALC_FREQUENCY - specified in samples per second, i.e.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL11.html#alGetBufferf(int, int)">alGetBufferf(int, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</a></dt>
|
|
<dd>
|
|
<div class="block">This function retrieves a floating point property of a buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alGetBufferi(int, int)">alGetBufferi(int, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Buffer state is maintained inside the AL implementation and can be queried in full.<br>
|
|
ALC_FREQUENCY - specified in samples per second, i.e.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL11.html#alGetBufferi(int, int)">alGetBufferi(int, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</a></dt>
|
|
<dd>
|
|
<div class="block">This function retrieves an integer property of a buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alGetDouble(int)">alGetDouble(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Like OpenGL, AL uses a simplified interface for querying global state.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alGetDouble(int, java.nio.DoubleBuffer)">alGetDouble(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Like OpenGL, AL uses a simplified interface for querying global state.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alGetEffect(int, int, java.nio.IntBuffer)">alGetEffect(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alGetEffect(int, int, java.nio.FloatBuffer)">alGetEffect(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alGetEffectf(int, int)">alGetEffectf(int, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alGetEffecti(int, int)">alGetEffecti(int, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alGetEnumValue(java.lang.String)">alGetEnumValue(String)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">
|
|
To obtain enumeration values for extensions, the application has to use
|
|
GetEnumValue of an extension token.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alGetError()">alGetError()</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">The AL detects only a subset of those conditions that could be considered errors.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alGetFilter(int, int, java.nio.IntBuffer)">alGetFilter(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alGetFilter(int, int, java.nio.FloatBuffer)">alGetFilter(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alGetFilterf(int, int)">alGetFilterf(int, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alGetFilteri(int, int)">alGetFilteri(int, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alGetFloat(int)">alGetFloat(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Like OpenGL, AL uses a simplified interface for querying global state.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alGetFloat(int, java.nio.FloatBuffer)">alGetFloat(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Like OpenGL, AL uses a simplified interface for querying global state.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alGetInteger(int)">alGetInteger(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Like OpenGL, AL uses a simplified interface for querying global state.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alGetInteger(int, java.nio.IntBuffer)">alGetInteger(int, IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Like OpenGL, AL uses a simplified interface for querying global state.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alGetListener(int, java.nio.FloatBuffer)">alGetListener(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Listener state is maintained inside the AL implementation and can be queried in
|
|
full.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alGetListenerf(int)">alGetListenerf(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Listener state is maintained inside the AL implementation and can be queried in
|
|
full.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alGetListeneri(int)">alGetListeneri(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Listener state is maintained inside the AL implementation and can be queried in
|
|
full.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL11.html#alGetListeneri(int, java.nio.FloatBuffer)">alGetListeneri(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</a></dt>
|
|
<dd>
|
|
<div class="block">Listener state is maintained inside the AL implementation and can be queried in
|
|
full.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alGetSource(int, int, java.nio.FloatBuffer)">alGetSource(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Source state is maintained inside the AL implementation, and the current attributes
|
|
can be queried.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alGetSourcef(int, int)">alGetSourcef(int, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Source state is maintained inside the AL implementation, and the current attributes
|
|
can be queried.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alGetSourcei(int, int)">alGetSourcei(int, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Source state is maintained inside the AL implementation, and the current attributes
|
|
can be queried.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alGetString(int)">alGetString(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">The application can retrieve state information global to the current AL Context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alIsAuxiliaryEffectSlot(int)">alIsAuxiliaryEffectSlot(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alIsBuffer(int)">alIsBuffer(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">The application can verify whether a buffer Name is valid using the IsBuffer query.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alIsEffect(int)">alIsEffect(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alIsEnabled(int)">alIsEnabled(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">The application can also query whether a given capability is currently enabled or
|
|
not.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alIsExtensionPresent(java.lang.String)">alIsExtensionPresent(String)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">To verify that a given extension is available for the current context and the device it
|
|
is associated with, use this method.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#alIsFilter(int)">alIsFilter(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alIsSource(int)">alIsSource(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">The application can verify whether a source name is valid using the IsSource query.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alListener(int, java.nio.FloatBuffer)">alListener(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Listener attributes are changed using the Listener group of commands.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alListener3f(int, float, float, float)">alListener3f(int, float, float, float)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Listener attributes are changed using the Listener group of commands.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL11.html#alListener3i(int, int, int, int)">alListener3i(int, int, int, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</a></dt>
|
|
<dd>
|
|
<div class="block">Listener attributes are changed using the Listener group of commands.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alListenerf(int, float)">alListenerf(int, float)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Listener attributes are changed using the Listener group of commands.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alListeneri(int, int)">alListeneri(int, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Listener attributes are changed using the Listener group of commands.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#allocateDirect(int)">allocateDirect(int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Allocates a new pointer buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alSource(int, int, java.nio.FloatBuffer)">alSource(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Specifies the position and other properties as taken into account during
|
|
sound processing.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL11.html#alSource(int, int, java.nio.IntBuffer)">alSource(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</a></dt>
|
|
<dd>
|
|
<div class="block">Specifies the position and other properties as taken into account during
|
|
sound processing.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alSource3f(int, int, float, float, float)">alSource3f(int, int, float, float, float)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Specifies the position and other properties as taken into account during
|
|
sound processing.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL11.html#alSource3i(int, int, int, int, int)">alSource3i(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</a></dt>
|
|
<dd>
|
|
<div class="block">Specifies the position and other properties as taken into account during
|
|
sound processing.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alSourcef(int, int, float)">alSourcef(int, int, float)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Specifies the position and other properties as taken into account during
|
|
sound processing.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alSourcei(int, int, int)">alSourcei(int, int, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Specifies the position and other properties as taken into account during
|
|
sound processing.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alSourcePause(java.nio.IntBuffer)">alSourcePause(IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Pause() applied to an AL_INITIAL Source is a legal NOP.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alSourcePause(int)">alSourcePause(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Pause() applied to an AL_INITIAL Source is a legal NOP.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alSourcePlay(java.nio.IntBuffer)">alSourcePlay(IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">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.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alSourcePlay(int)">alSourcePlay(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">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.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alSourceQueueBuffers(int, java.nio.IntBuffer)">alSourceQueueBuffers(int, IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">
|
|
The application can queue up one or multiple buffer names using
|
|
SourceQueueBuffers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alSourceQueueBuffers(int, int)">alSourceQueueBuffers(int, int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads alSourceQueueBuffers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alSourceRewind(java.nio.IntBuffer)">alSourceRewind(IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Rewind() applied to an AL_INITIAL Source is a legal NOP.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alSourceRewind(int)">alSourceRewind(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Rewind() applied to an AL_INITIAL Source is a legal NOP.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alSourceStop(java.nio.IntBuffer)">alSourceStop(IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Stop() applied to an AL_INITIAL Source is a legal NOP.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alSourceStop(int)">alSourceStop(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Stop() applied to an AL_INITIAL Source is a legal NOP.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alSourceUnqueueBuffers(int, java.nio.IntBuffer)">alSourceUnqueueBuffers(int, IntBuffer)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">
|
|
Once a queue entry for a buffer has been appended to a queue and is pending
|
|
processing, it should not be changed.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL10.html#alSourceUnqueueBuffers(int)">alSourceUnqueueBuffers(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads alSourceUnqueueBuffers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL11.html#alSpeedOfSound(float)">alSpeedOfSound(float)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</a></dt>
|
|
<dd>
|
|
<div class="block">
|
|
AL_SPEED_OF_SOUND allows the application to change the reference (propagation)
|
|
speed used in the Doppler calculation.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/AMDBlendMinmaxFactor.html" title="class in org.lwjgl.opengl"><span class="strong">AMDBlendMinmaxFactor</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/AMDCompressed3DCTexture.html" title="class in org.lwjgl.opengles"><span class="strong">AMDCompressed3DCTexture</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/AMDCompressedATCTexture.html" title="class in org.lwjgl.opengles"><span class="strong">AMDCompressedATCTexture</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl"><span class="strong">AMDDebugOutput</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/AMDDebugOutputCallback.html" title="class in org.lwjgl.opengl"><span class="strong">AMDDebugOutputCallback</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block">Instances of this class are needed to use the callback functionality of the AMD_debug_output extension.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDebugOutputCallback.html#AMDDebugOutputCallback()">AMDDebugOutputCallback()</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDebugOutputCallback.html" title="class in org.lwjgl.opengl">AMDDebugOutputCallback</a></dt>
|
|
<dd>
|
|
<div class="block">Creates an AMDDebugOutputCallback with a default callback handler.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDebugOutputCallback.html#AMDDebugOutputCallback(org.lwjgl.opengl.AMDDebugOutputCallback.Handler)">AMDDebugOutputCallback(AMDDebugOutputCallback.Handler)</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDebugOutputCallback.html" title="class in org.lwjgl.opengl">AMDDebugOutputCallback</a></dt>
|
|
<dd>
|
|
<div class="block">Creates an AMDDebugOutputCallback with the specified callback handler.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/AMDDebugOutputCallback.Handler.html" title="interface in org.lwjgl.opengl"><span class="strong">AMDDebugOutputCallback.Handler</span></a> - Interface in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block">Implementations of this interface can be used to receive AMD_debug_output notifications.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/AMDDepthClampSeparate.html" title="class in org.lwjgl.opengl"><span class="strong">AMDDepthClampSeparate</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/AMDDeviceAttributeQuery.html" title="class in org.lwjgl.opencl"><span class="strong">AMDDeviceAttributeQuery</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/AMDDeviceMemoryFlags.html" title="class in org.lwjgl.opencl"><span class="strong">AMDDeviceMemoryFlags</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/AMDDrawBuffersBlend.html" title="class in org.lwjgl.opengl"><span class="strong">AMDDrawBuffersBlend</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/AMDInterleavedElements.html" title="class in org.lwjgl.opengl"><span class="strong">AMDInterleavedElements</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/AMDMultiDrawIndirect.html" title="class in org.lwjgl.opengl"><span class="strong">AMDMultiDrawIndirect</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/AMDNameGenDelete.html" title="class in org.lwjgl.opengl"><span class="strong">AMDNameGenDelete</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/AMDOfflineDevices.html" title="class in org.lwjgl.opencl"><span class="strong">AMDOfflineDevices</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl"><span class="strong">AMDPerformanceMonitor</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles"><span class="strong">AMDPerformanceMonitor</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/AMDPinnedMemory.html" title="class in org.lwjgl.opengl"><span class="strong">AMDPinnedMemory</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/AMDProgramBinaryZ400.html" title="class in org.lwjgl.opengles"><span class="strong">AMDProgramBinaryZ400</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/AMDQueryBufferObject.html" title="class in org.lwjgl.opengl"><span class="strong">AMDQueryBufferObject</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/AMDSamplePositions.html" title="class in org.lwjgl.opengl"><span class="strong">AMDSamplePositions</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/AMDSeamlessCubemapPerTexture.html" title="class in org.lwjgl.opengl"><span class="strong">AMDSeamlessCubemapPerTexture</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/AMDSparseTexture.html" title="class in org.lwjgl.opengl"><span class="strong">AMDSparseTexture</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/AMDStencilOperationExtended.html" title="class in org.lwjgl.opengl"><span class="strong">AMDStencilOperationExtended</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/AMDVertexShaderTessellator.html" title="class in org.lwjgl.opengl"><span class="strong">AMDVertexShaderTessellator</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector2f.html#angle(org.lwjgl.util.vector.Vector2f, org.lwjgl.util.vector.Vector2f)">angle(Vector2f, Vector2f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Calculate the angle between two vectors, in radians</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#angle(org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Vector3f)">angle(Vector3f, Vector3f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Calculate the angle between two vectors, in radians</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#angle(org.lwjgl.util.vector.Vector4f, org.lwjgl.util.vector.Vector4f)">angle(Vector4f, Vector4f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Calculate the angle between two vectors, in radians</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengles/ANGLEFramebufferBlit.html" title="class in org.lwjgl.opengles"><span class="strong">ANGLEFramebufferBlit</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/ANGLEFramebufferMultisample.html" title="class in org.lwjgl.opengles"><span class="strong">ANGLEFramebufferMultisample</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#animationThread">animationThread</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">animation thread that renders our load screen while loading</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/APPLEAuxDepthStencil.html" title="class in org.lwjgl.opengl"><span class="strong">APPLEAuxDepthStencil</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/APPLEClientStorage.html" title="class in org.lwjgl.opengl"><span class="strong">APPLEClientStorage</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/APPLEContextLoggingUtil.html" title="class in org.lwjgl.opencl"><span class="strong">APPLEContextLoggingUtil</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd>
|
|
<div class="block">Utility class that provides CLContextCallback implementations that use
|
|
the APPLE_ContextLoggingFunctions callback functions.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/APPLEElementArray.html" title="class in org.lwjgl.opengl"><span class="strong">APPLEElementArray</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/APPLEFence.html" title="class in org.lwjgl.opengl"><span class="strong">APPLEFence</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl"><span class="strong">APPLEFloatPixels</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/APPLEFlushBufferRange.html" title="class in org.lwjgl.opengl"><span class="strong">APPLEFlushBufferRange</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/APPLEFramebufferMultisample.html" title="class in org.lwjgl.opengles"><span class="strong">APPLEFramebufferMultisample</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/APPLEGLSharing.html" title="class in org.lwjgl.opencl"><span class="strong">APPLEGLSharing</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/APPLEObjectPurgeable.html" title="class in org.lwjgl.opengl"><span class="strong">APPLEObjectPurgeable</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/APPLEPackedPixels.html" title="class in org.lwjgl.opengl"><span class="strong">APPLEPackedPixels</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/APPLERgb422.html" title="class in org.lwjgl.opengl"><span class="strong">APPLERgb422</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/APPLERgb422.html" title="class in org.lwjgl.opengles"><span class="strong">APPLERgb422</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/APPLERowBytes.html" title="class in org.lwjgl.opengl"><span class="strong">APPLERowBytes</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/APPLESetMemObjectDestructor.html" title="class in org.lwjgl.opencl"><span class="strong">APPLESetMemObjectDestructor</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles"><span class="strong">APPLESync</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/APPLETextureFormatBGRA8888.html" title="class in org.lwjgl.opengles"><span class="strong">APPLETextureFormatBGRA8888</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/APPLETextureMaxLevel.html" title="class in org.lwjgl.opengles"><span class="strong">APPLETextureMaxLevel</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/APPLETextureRange.html" title="class in org.lwjgl.opengl"><span class="strong">APPLETextureRange</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet"><span class="strong">AppletLoader</span></a> - Class in <a href="./org/lwjgl/util/applet/package-summary.html">org.lwjgl.util.applet</a></dt>
|
|
<dd>
|
|
<div class="block">
|
|
The AppletLoader enables deployment of LWJGL to applets in an easy
|
|
and polished way.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#AppletLoader()">AppletLoader()</a></span> - Constructor for class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#appletResize(int, int)">appletResize(int, int)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Transfers the call of AppletResize from the stub to the lwjglApplet.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/APPLEVertexArrayObject.html" title="class in org.lwjgl.opengl"><span class="strong">APPLEVertexArrayObject</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/APPLEVertexArrayRange.html" title="class in org.lwjgl.opengl"><span class="strong">APPLEVertexArrayRange</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl"><span class="strong">APPLEVertexProgramEvaluators</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/APPLEYcbcr422.html" title="class in org.lwjgl.opengl"><span class="strong">APPLEYcbcr422</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#aput(long, long)">aput(long, long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#aput(org.lwjgl.util.mapped.MappedObject, long, int)">aput(MappedObject, long, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBBaseInstance.html" title="class in org.lwjgl.opengl"><span class="strong">ARBBaseInstance</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl"><span class="strong">ARBBindlessTexture</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBBlendFuncExtended.html" title="class in org.lwjgl.opengl"><span class="strong">ARBBlendFuncExtended</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl"><span class="strong">ARBBufferObject</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#ARBBufferObject()">ARBBufferObject()</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl"><span class="strong">ARBBufferStorage</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBClearBufferObject.html" title="class in org.lwjgl.opengl"><span class="strong">ARBClearBufferObject</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl"><span class="strong">ARBClearTexture</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBCLEvent.html" title="class in org.lwjgl.opengl"><span class="strong">ARBCLEvent</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBColorBufferFloat.html" title="class in org.lwjgl.opengl"><span class="strong">ARBColorBufferFloat</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html" title="class in org.lwjgl.opengl"><span class="strong">ARBCompressedTexturePixelStorage</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl"><span class="strong">ARBComputeShader</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBComputeVariableGroupSize.html" title="class in org.lwjgl.opengl"><span class="strong">ARBComputeVariableGroupSize</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBCopyBuffer.html" title="class in org.lwjgl.opengl"><span class="strong">ARBCopyBuffer</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBCopyImage.html" title="class in org.lwjgl.opengl"><span class="strong">ARBCopyImage</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl"><span class="strong">ARBDebugOutput</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBDebugOutputCallback.html" title="class in org.lwjgl.opengl"><span class="strong">ARBDebugOutputCallback</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block">Instances of this class are needed to use the callback functionality of the ARB_debug_output extension.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutputCallback.html#ARBDebugOutputCallback()">ARBDebugOutputCallback()</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutputCallback.html" title="class in org.lwjgl.opengl">ARBDebugOutputCallback</a></dt>
|
|
<dd>
|
|
<div class="block">Creates an ARBDebugOutputCallback with a default callback handler.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutputCallback.html#ARBDebugOutputCallback(org.lwjgl.opengl.ARBDebugOutputCallback.Handler)">ARBDebugOutputCallback(ARBDebugOutputCallback.Handler)</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutputCallback.html" title="class in org.lwjgl.opengl">ARBDebugOutputCallback</a></dt>
|
|
<dd>
|
|
<div class="block">Creates an ARBDebugOutputCallback with the specified callback handler.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBDebugOutputCallback.Handler.html" title="interface in org.lwjgl.opengl"><span class="strong">ARBDebugOutputCallback.Handler</span></a> - Interface in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block">Implementations of this interface can be used to receive ARB_debug_output notifications.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBDepthBufferFloat.html" title="class in org.lwjgl.opengl"><span class="strong">ARBDepthBufferFloat</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBDepthClamp.html" title="class in org.lwjgl.opengl"><span class="strong">ARBDepthClamp</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBDepthTexture.html" title="class in org.lwjgl.opengl"><span class="strong">ARBDepthTexture</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl"><span class="strong">ARBDrawBuffers</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles"><span class="strong">ARBDrawBuffers</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBDrawBuffersBlend.html" title="class in org.lwjgl.opengl"><span class="strong">ARBDrawBuffersBlend</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html" title="class in org.lwjgl.opengl"><span class="strong">ARBDrawElementsBaseVertex</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBDrawIndirect.html" title="class in org.lwjgl.opengl"><span class="strong">ARBDrawIndirect</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBDrawInstanced.html" title="class in org.lwjgl.opengl"><span class="strong">ARBDrawInstanced</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBEnhancedLayouts.html" title="class in org.lwjgl.opengl"><span class="strong">ARBEnhancedLayouts</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl"><span class="strong">ARBES2Compatibility</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl"><span class="strong">ARBES3Compatibility</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBExplicitUniformLocation.html" title="class in org.lwjgl.opengl"><span class="strong">ARBExplicitUniformLocation</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl"><span class="strong">ARBFragmentProgram</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBFragmentShader.html" title="class in org.lwjgl.opengl"><span class="strong">ARBFragmentShader</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl"><span class="strong">ARBFramebufferNoAttachments</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl"><span class="strong">ARBFramebufferObject</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBFramebufferSRGB.html" title="class in org.lwjgl.opengl"><span class="strong">ARBFramebufferSRGB</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl"><span class="strong">ARBGeometryShader4</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBGetProgramBinary.html" title="class in org.lwjgl.opengl"><span class="strong">ARBGetProgramBinary</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBGpuShader5.html" title="class in org.lwjgl.opengl"><span class="strong">ARBGpuShader5</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl"><span class="strong">ARBGpuShaderFp64</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBHalfFloatPixel.html" title="class in org.lwjgl.opengl"><span class="strong">ARBHalfFloatPixel</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/ARBHalfFloatPixel.html" title="class in org.lwjgl.opengles"><span class="strong">ARBHalfFloatPixel</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBHalfFloatVertex.html" title="class in org.lwjgl.opengl"><span class="strong">ARBHalfFloatVertex</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl"><span class="strong">ARBImaging</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block"><p/>
|
|
The GL12 imaging subset extension.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBIndirectParameters.html" title="class in org.lwjgl.opengl"><span class="strong">ARBIndirectParameters</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBInstancedArrays.html" title="class in org.lwjgl.opengl"><span class="strong">ARBInstancedArrays</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBInternalformatQuery.html" title="class in org.lwjgl.opengl"><span class="strong">ARBInternalformatQuery</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl"><span class="strong">ARBInternalformatQuery2</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBInvalidateSubdata.html" title="class in org.lwjgl.opengl"><span class="strong">ARBInvalidateSubdata</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBMapBufferAlignment.html" title="class in org.lwjgl.opengl"><span class="strong">ARBMapBufferAlignment</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBMapBufferRange.html" title="class in org.lwjgl.opengl"><span class="strong">ARBMapBufferRange</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl"><span class="strong">ARBMatrixPalette</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBMultiBind.html" title="class in org.lwjgl.opengl"><span class="strong">ARBMultiBind</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBMultiDrawIndirect.html" title="class in org.lwjgl.opengl"><span class="strong">ARBMultiDrawIndirect</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBMultisample.html" title="class in org.lwjgl.opengl"><span class="strong">ARBMultisample</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl"><span class="strong">ARBMultitexture</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl"><span class="strong">ARBOcclusionQuery</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBOcclusionQuery2.html" title="class in org.lwjgl.opengl"><span class="strong">ARBOcclusionQuery2</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBPixelBufferObject.html" title="class in org.lwjgl.opengl"><span class="strong">ARBPixelBufferObject</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBPointParameters.html" title="class in org.lwjgl.opengl"><span class="strong">ARBPointParameters</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBPointSprite.html" title="class in org.lwjgl.opengl"><span class="strong">ARBPointSprite</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl"><span class="strong">ARBProgram</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#ARBProgram()">ARBProgram()</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl"><span class="strong">ARBProgramInterfaceQuery</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBProvokingVertex.html" title="class in org.lwjgl.opengl"><span class="strong">ARBProvokingVertex</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBQueryBufferObject.html" title="class in org.lwjgl.opengl"><span class="strong">ARBQueryBufferObject</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl"><span class="strong">ARBRobustness</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl"><span class="strong">ARBSamplerObjects</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBSampleShading.html" title="class in org.lwjgl.opengl"><span class="strong">ARBSampleShading</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBSeamlessCubeMap.html" title="class in org.lwjgl.opengl"><span class="strong">ARBSeamlessCubeMap</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBSeamlessCubemapPerTexture.html" title="class in org.lwjgl.opengl"><span class="strong">ARBSeamlessCubemapPerTexture</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl"><span class="strong">ARBSeparateShaderObjects</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl"><span class="strong">ARBShaderAtomicCounters</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl"><span class="strong">ARBShaderImageLoadStore</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl"><span class="strong">ARBShaderObjects</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl"><span class="strong">ARBShaderStorageBufferObject</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl"><span class="strong">ARBShaderSubroutine</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBShadingLanguage100.html" title="class in org.lwjgl.opengl"><span class="strong">ARBShadingLanguage100</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl"><span class="strong">ARBShadingLanguageInclude</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBShadow.html" title="class in org.lwjgl.opengl"><span class="strong">ARBShadow</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBShadowAmbient.html" title="class in org.lwjgl.opengl"><span class="strong">ARBShadowAmbient</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl"><span class="strong">ARBSparseTexture</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBStencilTexturing.html" title="class in org.lwjgl.opengl"><span class="strong">ARBStencilTexturing</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl"><span class="strong">ARBSync</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTessellationShader</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTextureBorderClamp.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTextureBorderClamp</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTextureBufferObject.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTextureBufferObject</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTextureBufferRange.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTextureBufferRange</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTextureCompression</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTextureCompressionBPTC.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTextureCompressionBPTC</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTextureCompressionRGTC.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTextureCompressionRGTC</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTextureCubeMap.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTextureCubeMap</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTextureCubeMapArray.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTextureCubeMapArray</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTextureEnvCombine</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTextureEnvDot3.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTextureEnvDot3</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTextureFloat</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTextureGather.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTextureGather</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTextureMirrorClampToEdge.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTextureMirrorClampToEdge</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTextureMirroredRepeat.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTextureMirroredRepeat</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTextureMultisample</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTextureRectangle.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTextureRectangle</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/ARBTextureRectangle.html" title="class in org.lwjgl.opengles"><span class="strong">ARBTextureRectangle</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTextureRg</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTextureRGB10_A2UI.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTextureRGB10_A2UI</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTextureStorage.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTextureStorage</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTextureStorageMultisample.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTextureStorageMultisample</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTextureSwizzle.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTextureSwizzle</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTextureView.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTextureView</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTimerQuery.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTimerQuery</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTransformFeedback2</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTransformFeedback3.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTransformFeedback3</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTransformFeedbackInstanced.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTransformFeedbackInstanced</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBTransposeMatrix.html" title="class in org.lwjgl.opengl"><span class="strong">ARBTransposeMatrix</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl"><span class="strong">ARBUniformBufferObject</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBVertexArrayBgra.html" title="class in org.lwjgl.opengl"><span class="strong">ARBVertexArrayBgra</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBVertexArrayObject.html" title="class in org.lwjgl.opengl"><span class="strong">ARBVertexArrayObject</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl"><span class="strong">ARBVertexAttrib64bit</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl"><span class="strong">ARBVertexAttribBinding</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl"><span class="strong">ARBVertexBlend</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl"><span class="strong">ARBVertexBufferObject</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl"><span class="strong">ARBVertexProgram</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl"><span class="strong">ARBVertexShader</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl"><span class="strong">ARBVertexType2_10_10_10_REV</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl"><span class="strong">ARBViewportArray</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ARBWindowPos.html" title="class in org.lwjgl.opengl"><span class="strong">ARBWindowPos</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#areRepeatEventsEnabled()">areRepeatEventsEnabled()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd>
|
|
<div class="block">Check whether repeat events are currently reported or not.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengles/ARMMaliShaderBinary.html" title="class in org.lwjgl.opengles"><span class="strong">ARMMaliShaderBinary</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/ARMRgba8.html" title="class in org.lwjgl.opengles"><span class="strong">ARMRgba8</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObject.html#asArray()">asArray()</a></span> - Method in class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#asReadOnlyBuffer()">asReadOnlyBuffer()</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a new, read-only pointer buffer that shares this buffer's
|
|
content.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl"><span class="strong">ATIDrawBuffers</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ATIElementArray.html" title="class in org.lwjgl.opengl"><span class="strong">ATIElementArray</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ATIEnvmapBumpmap.html" title="class in org.lwjgl.opengl"><span class="strong">ATIEnvmapBumpmap</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl"><span class="strong">ATIFragmentShader</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ATIMapObjectBuffer.html" title="class in org.lwjgl.opengl"><span class="strong">ATIMapObjectBuffer</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ATIMeminfo.html" title="class in org.lwjgl.opengl"><span class="strong">ATIMeminfo</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ATIPnTriangles.html" title="class in org.lwjgl.opengl"><span class="strong">ATIPnTriangles</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ATISeparateStencil.html" title="class in org.lwjgl.opengl"><span class="strong">ATISeparateStencil</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ATITextFragmentShader.html" title="class in org.lwjgl.opengl"><span class="strong">ATITextFragmentShader</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ATITextureCompression3DC.html" title="class in org.lwjgl.opengl"><span class="strong">ATITextureCompression3DC</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ATITextureEnvCombine3.html" title="class in org.lwjgl.opengl"><span class="strong">ATITextureEnvCombine3</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ATITextureFloat.html" title="class in org.lwjgl.opengl"><span class="strong">ATITextureFloat</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ATITextureMirrorOnce.html" title="class in org.lwjgl.opengl"><span class="strong">ATITextureMirrorOnce</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl"><span class="strong">ATIVertexArrayObject</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ATIVertexAttribArrayObject.html" title="class in org.lwjgl.opengl"><span class="strong">ATIVertexAttribArrayObject</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl"><span class="strong">ATIVertexStreams</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl"><span class="strong">AWTGLCanvas</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block"><p/>
|
|
An AWT rendering context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#AWTGLCanvas()">AWTGLCanvas()</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor using the default PixelFormat.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#AWTGLCanvas(org.lwjgl.opengl.PixelFormat)">AWTGLCanvas(PixelFormat)</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd>
|
|
<div class="block">Create an AWTGLCanvas with the requested PixelFormat on the default GraphicsDevice.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#AWTGLCanvas(java.awt.GraphicsDevice, org.lwjgl.opengl.PixelFormat)">AWTGLCanvas(GraphicsDevice, PixelFormat)</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd>
|
|
<div class="block">Create an AWTGLCanvas with the requested PixelFormat on the default GraphicsDevice.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#AWTGLCanvas(java.awt.GraphicsDevice, org.lwjgl.opengl.PixelFormat, org.lwjgl.opengl.Drawable)">AWTGLCanvas(GraphicsDevice, PixelFormat, Drawable)</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd>
|
|
<div class="block">Create an AWTGLCanvas with the requested PixelFormat on the specified GraphicsDevice.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#AWTGLCanvas(java.awt.GraphicsDevice, org.lwjgl.opengl.PixelFormat, org.lwjgl.opengl.Drawable, org.lwjgl.opengl.ContextAttribs)">AWTGLCanvas(GraphicsDevice, PixelFormat, Drawable, ContextAttribs)</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd>
|
|
<div class="block">Create an AWTGLCanvas with the requested PixelFormat on the specified GraphicsDevice.</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="_B_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">B</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Pbuffer.html#BACK_LEFT_BUFFER">BACK_LEFT_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">The Pbuffer back left buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Pbuffer.html#BACK_RIGHT_BUFFER">BACK_RIGHT_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">The Pbuffer back right buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObject.html#backingByteBuffer()">backingByteBuffer()</a></span> - Method in class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the <code>ByteBuffer</code> that backs this mapped object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#BANDPASS_DEFAULT_GAIN">BANDPASS_DEFAULT_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#BANDPASS_DEFAULT_GAINHF">BANDPASS_DEFAULT_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#BANDPASS_DEFAULT_GAINLF">BANDPASS_DEFAULT_GAINLF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#BANDPASS_MAX_GAIN">BANDPASS_MAX_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#BANDPASS_MAX_GAINHF">BANDPASS_MAX_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#BANDPASS_MAX_GAINLF">BANDPASS_MAX_GAINLF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#BANDPASS_MIN_GAIN">BANDPASS_MIN_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#BANDPASS_MIN_GAINHF">BANDPASS_MIN_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#BANDPASS_MIN_GAINLF">BANDPASS_MIN_GAINLF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObject.html#baseAddress">baseAddress</a></span> - Variable in class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</a></dt>
|
|
<dd>
|
|
<div class="block">The mapped object base memory address, in bytes.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellatorCallback.html#begin(int)">begin(int)</a></span> - Method in interface org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellatorCallback.html" title="interface in org.lwjgl.util.glu">GLUtessellatorCallback</a></dt>
|
|
<dd>
|
|
<div class="block">The <b>begin</b> callback method is invoked like
|
|
<code>glBegin</code> to indicate the start of a
|
|
(triangle) primitive.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html#begin(int)">begin(int)</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu">GLUtessellatorCallbackAdapter</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellatorCallback.html#beginData(int, java.lang.Object)">beginData(int, Object)</a></span> - Method in interface org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellatorCallback.html" title="interface in org.lwjgl.util.glu">GLUtessellatorCallback</a></dt>
|
|
<dd>
|
|
<div class="block">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.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html#beginData(int, java.lang.Object)">beginData(int, Object)</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu">GLUtessellatorCallbackAdapter</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#bgColor">bgColor</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">background color of applet</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#bget(long)">bget(long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#bget(org.lwjgl.util.mapped.MappedObject, int)">bget(MappedObject, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Pbuffer.html#bindTexImage(int)">bindTexImage(int)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Binds the currently bound texture to the buffer specified.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableColor.html#BLACK">BLACK</a></span> - Static variable in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESBlendFuncSeparate.html#BLEND_DST_ALPHA_OES">BLEND_DST_ALPHA_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESBlendFuncSeparate.html" title="class in org.lwjgl.opengles">OESBlendFuncSeparate</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and
|
|
GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESBlendFuncSeparate.html#BLEND_SRC_ALPHA_OES">BLEND_SRC_ALPHA_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESBlendFuncSeparate.html" title="class in org.lwjgl.opengles">OESBlendFuncSeparate</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and
|
|
GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESBlendFuncSeparate.html#BLEND_SRC_RGB_OES">BLEND_SRC_RGB_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESBlendFuncSeparate.html" title="class in org.lwjgl.opengles">OESBlendFuncSeparate</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and
|
|
GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableColor.html#BLUE">BLUE</a></span> - Static variable in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#bput(byte, long)">bput(byte, long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#bput(org.lwjgl.util.mapped.MappedObject, byte, int)">bput(MappedObject, byte, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl"><span class="strong">BufferChecks</span></a> - Class in <a href="./org/lwjgl/package-summary.html">org.lwjgl</a></dt>
|
|
<dd>
|
|
<div class="block">A class to check buffer boundaries in general.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl"><span class="strong">BufferUtils</span></a> - Class in <a href="./org/lwjgl/package-summary.html">org.lwjgl</a></dt>
|
|
<dd>
|
|
<div class="block">Some often-used Buffer code for creating native buffers of the appropriate size.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferUtils.html#BufferUtils()">BufferUtils()</a></span> - Constructor for class org.lwjgl.<a href="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#bvget(long)">bvget(long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#bvget(org.lwjgl.util.mapped.MappedObject, int)">bvget(MappedObject, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#bvput(byte, long)">bvput(byte, long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#bvput(org.lwjgl.util.mapped.MappedObject, byte, int)">bvput(MappedObject, byte, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Util.html#bytesPerPixel(int, int)">bytesPerPixel(int, int)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Method bytesPerPixel.</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="_C_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">C</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#cacheEnabled">cacheEnabled</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">whether to use caching system, only download files that have changed</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/mapped/CacheLinePad.html" title="annotation in org.lwjgl.util.mapped"><span class="strong">CacheLinePad</span></a> - Annotation Type in <a href="./org/lwjgl/util/mapped/package-summary.html">org.lwjgl.util.mapped</a></dt>
|
|
<dd>
|
|
<div class="block">When this annotation is used on a field, automatic cache-line-sized padding
|
|
will be inserted around the field.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/mapped/CacheUtil.html" title="class in org.lwjgl.util.mapped"><span class="strong">CacheUtil</span></a> - Class in <a href="./org/lwjgl/util/mapped/package-summary.html">org.lwjgl.util.mapped</a></dt>
|
|
<dd>
|
|
<div class="block">This class provides utility methods for allocating cache-line-aligned
|
|
NIO buffers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#capacity()">capacity()</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Returns this buffer's capacity.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObject.html#capacity()">capacity()</a></span> - Method in class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the number of mapped objects that fit in the mapped buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Util.html#ceil(int, int)">ceil(int, int)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Return ceiling of integer division</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#certificateRefused">certificateRefused</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">whether a certificate refused error occurred</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#certificateRefusedMessage">certificateRefusedMessage</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">error message to display if user refuses to accept certificate</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#certificatesMatch(java.security.cert.Certificate[], java.security.cert.Certificate[])">certificatesMatch(Certificate[], Certificate[])</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Compare two certificate chains to see if they match</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#cget(long)">cget(long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#cget(org.lwjgl.util.mapped.MappedObject, int)">cget(MappedObject, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#CHAR_NONE">CHAR_NONE</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd>
|
|
<div class="block">The special character meaning that no
|
|
character was translated for the event.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#checkAddress(long, org.lwjgl.util.mapped.MappedObject)">checkAddress(long, MappedObject)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/Util.html#checkALCError(org.lwjgl.openal.ALCdevice)">checkALCError(ALCdevice)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/Util.html" title="class in org.lwjgl.openal">Util</a></dt>
|
|
<dd>
|
|
<div class="block">Checks for any ALC errors and throws an unchecked exception on errors</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/Util.html#checkALCValidContext(org.lwjgl.openal.ALCcontext)">checkALCValidContext(ALCcontext)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/Util.html" title="class in org.lwjgl.openal">Util</a></dt>
|
|
<dd>
|
|
<div class="block">Checks for a valid context</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/Util.html#checkALCValidDevice(org.lwjgl.openal.ALCdevice)">checkALCValidDevice(ALCdevice)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/Util.html" title="class in org.lwjgl.openal">Util</a></dt>
|
|
<dd>
|
|
<div class="block">Checks for a valid device</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/Util.html#checkALError()">checkALError()</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/Util.html" title="class in org.lwjgl.openal">Util</a></dt>
|
|
<dd>
|
|
<div class="block">Checks for any AL errors and throws an unchecked exception on errors</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferChecks.html#checkArray(java.lang.Object[])">checkArray(Object[])</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferChecks.html#checkArray(java.lang.Object[], int)">checkArray(Object[], int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferChecks.html#checkArray(long[], int)">checkArray(long[], int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferChecks.html#checkBuffer(java.nio.Buffer, int)">checkBuffer(Buffer, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</a></dt>
|
|
<dd>
|
|
<div class="block">Detects the buffer type and performs the corresponding check
|
|
and also returns the buffer position in bytes.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferChecks.html#checkBuffer(java.nio.ByteBuffer, int)">checkBuffer(ByteBuffer, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferChecks.html#checkBuffer(java.nio.ShortBuffer, int)">checkBuffer(ShortBuffer, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferChecks.html#checkBuffer(java.nio.IntBuffer, int)">checkBuffer(IntBuffer, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferChecks.html#checkBuffer(java.nio.LongBuffer, int)">checkBuffer(LongBuffer, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferChecks.html#checkBuffer(java.nio.FloatBuffer, int)">checkBuffer(FloatBuffer, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferChecks.html#checkBuffer(java.nio.DoubleBuffer, int)">checkBuffer(DoubleBuffer, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferChecks.html#checkBuffer(org.lwjgl.PointerBuffer, int)">checkBuffer(PointerBuffer, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferChecks.html#checkBufferSize(java.nio.Buffer, int)">checkBufferSize(Buffer, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</a></dt>
|
|
<dd>
|
|
<div class="block">Helper method to ensure a buffer is big enough to receive data from a
|
|
glGet* operation.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/Util.html#checkCLError(int)">checkCLError(int)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/Util.html" title="class in org.lwjgl.opencl">Util</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferChecks.html#checkDirect(java.nio.ByteBuffer)">checkDirect(ByteBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</a></dt>
|
|
<dd>
|
|
<div class="block">Helper methods to ensure a buffer is direct (and, implicitly, non-null).</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferChecks.html#checkDirect(java.nio.ShortBuffer)">checkDirect(ShortBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferChecks.html#checkDirect(java.nio.IntBuffer)">checkDirect(IntBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferChecks.html#checkDirect(java.nio.LongBuffer)">checkDirect(LongBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferChecks.html#checkDirect(java.nio.FloatBuffer)">checkDirect(FloatBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferChecks.html#checkDirect(java.nio.DoubleBuffer)">checkDirect(DoubleBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferChecks.html#checkDirect(org.lwjgl.PointerBuffer)">checkDirect(PointerBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferChecks.html#checkFunctionAddress(long)">checkFunctionAddress(long)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</a></dt>
|
|
<dd>
|
|
<div class="block">Helper methods to ensure a function pointer is not-null (0)</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#checkGLError()">checkGLError()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Util.html#checkGLError()">checkGLError()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Util.html" title="class in org.lwjgl.opengl">Util</a></dt>
|
|
<dd>
|
|
<div class="block">Throws OpenGLException if glGetError() returns anything else than GL_NO_ERROR</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/Util.html#checkGLError()">checkGLError()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/Util.html" title="class in org.lwjgl.opengles">Util</a></dt>
|
|
<dd>
|
|
<div class="block">Checks for OpenGL ES errors.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferChecks.html#checkNotNull(java.lang.Object)">checkNotNull(Object)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferChecks.html#checkNullTerminated(java.nio.ByteBuffer)">checkNullTerminated(ByteBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</a></dt>
|
|
<dd>
|
|
<div class="block">Helper methods to ensure a ByteBuffer is null-terminated</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferChecks.html#checkNullTerminated(java.nio.ByteBuffer, int)">checkNullTerminated(ByteBuffer, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferChecks.html#checkNullTerminated(java.nio.IntBuffer)">checkNullTerminated(IntBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</a></dt>
|
|
<dd>
|
|
<div class="block">Helper method to ensure an IntBuffer is null-terminated</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferChecks.html#checkNullTerminated(java.nio.LongBuffer)">checkNullTerminated(LongBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</a></dt>
|
|
<dd>
|
|
<div class="block">Helper method to ensure a LongBuffer is null-terminated</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferChecks.html#checkNullTerminated(org.lwjgl.PointerBuffer)">checkNullTerminated(PointerBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</a></dt>
|
|
<dd>
|
|
<div class="block">Helper method to ensure a PointerBuffer is null-terminated</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLUtil.html#CHECKS">CHECKS</a></span> - Static variable in class org.lwjgl.<a href="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerWrapperAbstract.html#checkValid()">checkValid()</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerWrapperAbstract.html" title="class in org.lwjgl">PointerWrapperAbstract</a></dt>
|
|
<dd>
|
|
<div class="block">Checks if the pointer is valid and throws an IllegalStateException if
|
|
it is not.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLDisplay.html#chooseConfig(java.nio.IntBuffer, org.lwjgl.opengles.EGLConfig[], java.nio.IntBuffer)">chooseConfig(IntBuffer, EGLConfig[], IntBuffer)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLDisplay.html" title="class in org.lwjgl.opengles">EGLDisplay</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the available EGL configs on this display that satisfy the specified list of attributes.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opencl/CL.html" title="class in org.lwjgl.opencl"><span class="strong">CL</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd>
|
|
<div class="block">LWJGL users must use this class to initialize OpenCL
|
|
before using any other class in the org.lwjgl.opencl package.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl"><span class="strong">CL10</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd>
|
|
<div class="block">The core OpenCL 1.0 API</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl"><span class="strong">CL10GL</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd>
|
|
<div class="block">The core OpenCL 1.0 OpenGL interrop functionality.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl"><span class="strong">CL11</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd>
|
|
<div class="block">The core OpenCL 1.1 API</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl"><span class="strong">CL12</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd>
|
|
<div class="block">The core OpenCL 1.1 API</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opencl/CL12GL.html" title="class in org.lwjgl.opencl"><span class="strong">CL12GL</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd>
|
|
<div class="block">The core OpenCL 1.2 OpenGL interrop functionality.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_A">CL_A</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_order</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_ADDRESS_CLAMP">CL_ADDRESS_CLAMP</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_addressing_mode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_ADDRESS_CLAMP_TO_EDGE">CL_ADDRESS_CLAMP_TO_EDGE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_addressing_mode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_ADDRESS_MIRRORED_REPEAT">CL_ADDRESS_MIRRORED_REPEAT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">cl_addressing_mode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_ADDRESS_NONE">CL_ADDRESS_NONE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_addressing_mode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_ADDRESS_REPEAT">CL_ADDRESS_REPEAT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_addressing_mode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTDeviceFission.html#CL_AFFINITY_DOMAIN_L1_CACHE_EXT">CL_AFFINITY_DOMAIN_L1_CACHE_EXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a property name, when accompanying the
|
|
CL_DEVICE_PARITION_BY_AFFINITY_DOMAIN_EXT property, in the <properties>
|
|
parameter of clCreateSubDeviceEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTDeviceFission.html#CL_AFFINITY_DOMAIN_L2_CACHE_EXT">CL_AFFINITY_DOMAIN_L2_CACHE_EXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a property name, when accompanying the
|
|
CL_DEVICE_PARITION_BY_AFFINITY_DOMAIN_EXT property, in the <properties>
|
|
parameter of clCreateSubDeviceEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTDeviceFission.html#CL_AFFINITY_DOMAIN_L3_CACHE_EXT">CL_AFFINITY_DOMAIN_L3_CACHE_EXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a property name, when accompanying the
|
|
CL_DEVICE_PARITION_BY_AFFINITY_DOMAIN_EXT property, in the <properties>
|
|
parameter of clCreateSubDeviceEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTDeviceFission.html#CL_AFFINITY_DOMAIN_L4_CACHE_EXT">CL_AFFINITY_DOMAIN_L4_CACHE_EXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a property name, when accompanying the
|
|
CL_DEVICE_PARITION_BY_AFFINITY_DOMAIN_EXT property, in the <properties>
|
|
parameter of clCreateSubDeviceEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTDeviceFission.html#CL_AFFINITY_DOMAIN_NEXT_FISSIONABLE_EXT">CL_AFFINITY_DOMAIN_NEXT_FISSIONABLE_EXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a property name, when accompanying the
|
|
CL_DEVICE_PARITION_BY_AFFINITY_DOMAIN_EXT property, in the <properties>
|
|
parameter of clCreateSubDeviceEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTDeviceFission.html#CL_AFFINITY_DOMAIN_NUMA_EXT">CL_AFFINITY_DOMAIN_NUMA_EXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a property name, when accompanying the
|
|
CL_DEVICE_PARITION_BY_AFFINITY_DOMAIN_EXT property, in the <properties>
|
|
parameter of clCreateSubDeviceEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_AMD_device_attribute_query">CL_AMD_device_attribute_query</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_AMD_device_memory_flags">CL_AMD_device_memory_flags</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_AMD_fp64">CL_AMD_fp64</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_AMD_media_ops">CL_AMD_media_ops</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_AMD_media_ops2">CL_AMD_media_ops2</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_AMD_offline_devices">CL_AMD_offline_devices</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_AMD_popcnt">CL_AMD_popcnt</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_AMD_printf">CL_AMD_printf</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_AMD_vec3">CL_AMD_vec3</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_APPLE_gl_sharing">CL_APPLE_gl_sharing</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLPlatformCapabilities.html#CL_APPLE_gl_sharing">CL_APPLE_gl_sharing</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_APPLE_SetMemObjectDestructor">CL_APPLE_SetMemObjectDestructor</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLPlatformCapabilities.html#CL_APPLE_SetMemObjectDestructor">CL_APPLE_SetMemObjectDestructor</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_ARGB">CL_ARGB</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_order</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_BGRA">CL_BGRA</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_order</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_BLOCKING">CL_BLOCKING</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_bool</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_BUFFER_CREATE_TYPE_REGION">CL_BUFFER_CREATE_TYPE_REGION</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">cl_buffer_create_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_BUILD_ERROR">CL_BUILD_ERROR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_build_status</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_BUILD_IN_PROGRESS">CL_BUILD_IN_PROGRESS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_build_status</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_BUILD_NONE">CL_BUILD_NONE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_build_status</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_BUILD_PROGRAM_FAILURE">CL_BUILD_PROGRAM_FAILURE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_BUILD_SUCCESS">CL_BUILD_SUCCESS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_build_status</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/APPLEGLSharing.html#CL_CGL_DEVICE_FOR_CURRENT_VIRTUAL_SCREEN_APPLE">CL_CGL_DEVICE_FOR_CURRENT_VIRTUAL_SCREEN_APPLE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/APPLEGLSharing.html" title="class in org.lwjgl.opencl">APPLEGLSharing</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a cl_device_id for the CL device associated with the virtual screen for
|
|
the given CGL context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/APPLEGLSharing.html#CL_CGL_DEVICES_FOR_SUPPORTED_VIRTUAL_SCREENS_APPLE">CL_CGL_DEVICES_FOR_SUPPORTED_VIRTUAL_SCREENS_APPLE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/APPLEGLSharing.html" title="class in org.lwjgl.opencl">APPLEGLSharing</a></dt>
|
|
<dd>
|
|
<div class="block">Returns an array of cl_device_ids for the CL device(s) corresponding to
|
|
the virtual screen(s) for the given CGL context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRGLSharing.html#CL_CGL_SHAREGROUP_KHR">CL_CGL_SHAREGROUP_KHR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRGLSharing.html" title="class in org.lwjgl.opencl">KHRGLSharing</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as an attribute name in the 'properties' argument of
|
|
clCreateContext and clCreateContextFromType:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_COMMAND_ACQUIRE_GL_OBJECTS">CL_COMMAND_ACQUIRE_GL_OBJECTS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_COMMAND_BARRIER">CL_COMMAND_BARRIER</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_COMMAND_COPY_BUFFER">CL_COMMAND_COPY_BUFFER</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_COMMAND_COPY_BUFFER_RECT">CL_COMMAND_COPY_BUFFER_RECT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_COMMAND_COPY_BUFFER_TO_IMAGE">CL_COMMAND_COPY_BUFFER_TO_IMAGE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_COMMAND_COPY_IMAGE">CL_COMMAND_COPY_IMAGE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_COMMAND_COPY_IMAGE_TO_BUFFER">CL_COMMAND_COPY_IMAGE_TO_BUFFER</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_COMMAND_FILL_BUFFER">CL_COMMAND_FILL_BUFFER</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_COMMAND_FILL_IMAGE">CL_COMMAND_FILL_IMAGE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRGLEvent.html#CL_COMMAND_GL_FENCE_SYNC_OBJECT_KHR">CL_COMMAND_GL_FENCE_SYNC_OBJECT_KHR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRGLEvent.html" title="class in org.lwjgl.opencl">KHRGLEvent</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by clGetEventInfo when param_name is CL_EVENT_COMMAND_TYPE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_COMMAND_MAP_BUFFER">CL_COMMAND_MAP_BUFFER</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_COMMAND_MAP_IMAGE">CL_COMMAND_MAP_IMAGE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_COMMAND_MARKER">CL_COMMAND_MARKER</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTMigrateMemobject.html#CL_COMMAND_MIGRATE_MEM_OBJECT_EXT">CL_COMMAND_MIGRATE_MEM_OBJECT_EXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTMigrateMemobject.html" title="class in org.lwjgl.opencl">EXTMigrateMemobject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <param_value> parameter of the clGetEventInfo when
|
|
<param_name> is CL_EVENT_COMMAND_TYPE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_COMMAND_MIGRATE_MEM_OBJECTS">CL_COMMAND_MIGRATE_MEM_OBJECTS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_COMMAND_NATIVE_KERNEL">CL_COMMAND_NATIVE_KERNEL</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_COMMAND_NDRANGE_KERNEL">CL_COMMAND_NDRANGE_KERNEL</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_COMMAND_READ_BUFFER">CL_COMMAND_READ_BUFFER</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_COMMAND_READ_BUFFER_RECT">CL_COMMAND_READ_BUFFER_RECT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_COMMAND_READ_IMAGE">CL_COMMAND_READ_IMAGE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_COMMAND_RELEASE_GL_OBJECTS">CL_COMMAND_RELEASE_GL_OBJECTS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_COMMAND_TASK">CL_COMMAND_TASK</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_COMMAND_UNMAP_MEM_OBJECT">CL_COMMAND_UNMAP_MEM_OBJECT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_COMMAND_USER">CL_COMMAND_USER</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_COMMAND_WRITE_BUFFER">CL_COMMAND_WRITE_BUFFER</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_COMMAND_WRITE_BUFFER_RECT">CL_COMMAND_WRITE_BUFFER_RECT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_COMMAND_WRITE_IMAGE">CL_COMMAND_WRITE_IMAGE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_COMPILE_PROGRAM_FAILURE">CL_COMPILE_PROGRAM_FAILURE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_COMPILER_NOT_AVAILABLE">CL_COMPILER_NOT_AVAILABLE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_COMPLETE">CL_COMPLETE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">command execution status</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_CONTEXT_DEVICES">CL_CONTEXT_DEVICES</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_context_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_CONTEXT_INTEROP_USER_SYNC">CL_CONTEXT_INTEROP_USER_SYNC</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRInitializeMemory.html#CL_CONTEXT_MEMORY_INITIALIZE_KHR">CL_CONTEXT_MEMORY_INITIALIZE_KHR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRInitializeMemory.html" title="class in org.lwjgl.opencl">KHRInitializeMemory</a></dt>
|
|
<dd>
|
|
<div class="block">cl_context_properties</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRInitializeMemory.html#CL_CONTEXT_MEMORY_INITIALIZE_LOCAL_KHR">CL_CONTEXT_MEMORY_INITIALIZE_LOCAL_KHR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRInitializeMemory.html" title="class in org.lwjgl.opencl">KHRInitializeMemory</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRInitializeMemory.html#CL_CONTEXT_MEMORY_INITIALIZE_PRIVATE_KHR">CL_CONTEXT_MEMORY_INITIALIZE_PRIVATE_KHR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRInitializeMemory.html" title="class in org.lwjgl.opencl">KHRInitializeMemory</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_CONTEXT_NUM_DEVICES">CL_CONTEXT_NUM_DEVICES</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">cl_context_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/AMDOfflineDevices.html#CL_CONTEXT_OFFLINE_DEVICES_AMD">CL_CONTEXT_OFFLINE_DEVICES_AMD</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/AMDOfflineDevices.html" title="class in org.lwjgl.opencl">AMDOfflineDevices</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_CONTEXT_PLATFORM">CL_CONTEXT_PLATFORM</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_context_info + cl_context_properties</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_CONTEXT_PROPERTIES">CL_CONTEXT_PROPERTIES</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_context_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/APPLEGLSharing.html#CL_CONTEXT_PROPERTY_USE_CGL_SHAREGROUP_APPLE">CL_CONTEXT_PROPERTY_USE_CGL_SHAREGROUP_APPLE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/APPLEGLSharing.html" title="class in org.lwjgl.opencl">APPLEGLSharing</a></dt>
|
|
<dd>
|
|
<div class="block">This enumerated value can be specified as part of the <properties> 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.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_CONTEXT_REFERENCE_COUNT">CL_CONTEXT_REFERENCE_COUNT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_context_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRTerminateContext.html#CL_CONTEXT_TERMINATE_KHR">CL_CONTEXT_TERMINATE_KHR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRTerminateContext.html" title="class in org.lwjgl.opencl">KHRTerminateContext</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRGLSharing.html#CL_CURRENT_DEVICE_FOR_GL_CONTEXT_KHR">CL_CURRENT_DEVICE_FOR_GL_CONTEXT_KHR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRGLSharing.html" title="class in org.lwjgl.opencl">KHRGLSharing</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <param_name> argument of clGetGLContextInfoKHR:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRDepthImages.html#CL_DEPTH">CL_DEPTH</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRDepthImages.html" title="class in org.lwjgl.opencl">KHRDepthImages</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_order</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRGLDepthImages.html#CL_DEPTH_STENCIL">CL_DEPTH_STENCIL</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRGLDepthImages.html" title="class in org.lwjgl.opencl">KHRGLDepthImages</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_order</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_ADDRESS_BITS">CL_DEVICE_ADDRESS_BITS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_DEVICE_AFFINITY_DOMAIN_L1_CACHE">CL_DEVICE_AFFINITY_DOMAIN_L1_CACHE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_DEVICE_AFFINITY_DOMAIN_L2_CACHE">CL_DEVICE_AFFINITY_DOMAIN_L2_CACHE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_DEVICE_AFFINITY_DOMAIN_L3_CACHE">CL_DEVICE_AFFINITY_DOMAIN_L3_CACHE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_DEVICE_AFFINITY_DOMAIN_L4_CACHE">CL_DEVICE_AFFINITY_DOMAIN_L4_CACHE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_DEVICE_AFFINITY_DOMAIN_NEXT_PARTITIONABLE">CL_DEVICE_AFFINITY_DOMAIN_NEXT_PARTITIONABLE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_DEVICE_AFFINITY_DOMAIN_NUMA">CL_DEVICE_AFFINITY_DOMAIN_NUMA</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTDeviceFission.html#CL_DEVICE_AFFINITY_DOMAINS_EXT">CL_DEVICE_AFFINITY_DOMAINS_EXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a property being queried in the <param_name> argument of
|
|
clGetDeviceInfo:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_AVAILABLE">CL_DEVICE_AVAILABLE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_DEVICE_BUILT_IN_KERNELS">CL_DEVICE_BUILT_IN_KERNELS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_COMPILER_AVAILABLE">CL_DEVICE_COMPILER_AVAILABLE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/NVDeviceAttributeQuery.html#CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NV">CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NV</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/NVDeviceAttributeQuery.html" title="class in org.lwjgl.opencl">NVDeviceAttributeQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <param_name> parameter of clGetDeviceInfo.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/NVDeviceAttributeQuery.html#CL_DEVICE_COMPUTE_CAPABILITY_MINOR_NV">CL_DEVICE_COMPUTE_CAPABILITY_MINOR_NV</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/NVDeviceAttributeQuery.html" title="class in org.lwjgl.opencl">NVDeviceAttributeQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <param_name> parameter of clGetDeviceInfo.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_DEVICE_DOUBLE_FP_CONFIG">CL_DEVICE_DOUBLE_FP_CONFIG</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRFp64.html#CL_DEVICE_DOUBLE_FP_CONFIG">CL_DEVICE_DOUBLE_FP_CONFIG</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRFp64.html" title="class in org.lwjgl.opencl">KHRFp64</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_ENDIAN_LITTLE">CL_DEVICE_ENDIAN_LITTLE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_ERROR_CORRECTION_SUPPORT">CL_DEVICE_ERROR_CORRECTION_SUPPORT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_EXECUTION_CAPABILITIES">CL_DEVICE_EXECUTION_CAPABILITIES</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_EXTENSIONS">CL_DEVICE_EXTENSIONS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_GLOBAL_MEM_CACHE_SIZE">CL_DEVICE_GLOBAL_MEM_CACHE_SIZE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_GLOBAL_MEM_CACHE_TYPE">CL_DEVICE_GLOBAL_MEM_CACHE_TYPE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE">CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_GLOBAL_MEM_SIZE">CL_DEVICE_GLOBAL_MEM_SIZE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/NVDeviceAttributeQuery.html#CL_DEVICE_GPU_OVERLAP_NV">CL_DEVICE_GPU_OVERLAP_NV</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/NVDeviceAttributeQuery.html" title="class in org.lwjgl.opencl">NVDeviceAttributeQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <param_name> parameter of clGetDeviceInfo.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRFp16.html#CL_DEVICE_HALF_FP_CONFIG">CL_DEVICE_HALF_FP_CONFIG</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRFp16.html" title="class in org.lwjgl.opencl">KHRFp16</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_DEVICE_HOST_UNIFIED_MEMORY">CL_DEVICE_HOST_UNIFIED_MEMORY</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_IMAGE2D_MAX_HEIGHT">CL_DEVICE_IMAGE2D_MAX_HEIGHT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_IMAGE2D_MAX_WIDTH">CL_DEVICE_IMAGE2D_MAX_WIDTH</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_IMAGE3D_MAX_DEPTH">CL_DEVICE_IMAGE3D_MAX_DEPTH</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_IMAGE3D_MAX_HEIGHT">CL_DEVICE_IMAGE3D_MAX_HEIGHT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_IMAGE3D_MAX_WIDTH">CL_DEVICE_IMAGE3D_MAX_WIDTH</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRImage2DFromBuffer.html#CL_DEVICE_IMAGE_BASE_ADDRESS_ALIGNMENT">CL_DEVICE_IMAGE_BASE_ADDRESS_ALIGNMENT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRImage2DFromBuffer.html" title="class in org.lwjgl.opencl">KHRImage2DFromBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_DEVICE_IMAGE_MAX_ARRAY_SIZE">CL_DEVICE_IMAGE_MAX_ARRAY_SIZE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_DEVICE_IMAGE_MAX_BUFFER_SIZE">CL_DEVICE_IMAGE_MAX_BUFFER_SIZE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRImage2DFromBuffer.html#CL_DEVICE_IMAGE_PITCH_ALIGNMENT">CL_DEVICE_IMAGE_PITCH_ALIGNMENT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRImage2DFromBuffer.html" title="class in org.lwjgl.opencl">KHRImage2DFromBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_IMAGE_SUPPORT">CL_DEVICE_IMAGE_SUPPORT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/NVDeviceAttributeQuery.html#CL_DEVICE_INTEGRATED_MEMORY_NV">CL_DEVICE_INTEGRATED_MEMORY_NV</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/NVDeviceAttributeQuery.html" title="class in org.lwjgl.opencl">NVDeviceAttributeQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <param_name> parameter of clGetDeviceInfo.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/NVDeviceAttributeQuery.html#CL_DEVICE_KERNEL_EXEC_TIMEOUT_NV">CL_DEVICE_KERNEL_EXEC_TIMEOUT_NV</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/NVDeviceAttributeQuery.html" title="class in org.lwjgl.opencl">NVDeviceAttributeQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <param_name> parameter of clGetDeviceInfo.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_DEVICE_LINKER_AVAILABLE">CL_DEVICE_LINKER_AVAILABLE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_LOCAL_MEM_SIZE">CL_DEVICE_LOCAL_MEM_SIZE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_LOCAL_MEM_TYPE">CL_DEVICE_LOCAL_MEM_TYPE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTAtomicCounters32.html#CL_DEVICE_MAX_ATOMIC_COUNTERS_EXT">CL_DEVICE_MAX_ATOMIC_COUNTERS_EXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTAtomicCounters32.html" title="class in org.lwjgl.opencl">EXTAtomicCounters32</a></dt>
|
|
<dd>
|
|
<div class="block">CLDevice query: Max number of atomic counters that can be used by a kernel.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTAtomicCounters64.html#CL_DEVICE_MAX_ATOMIC_COUNTERS_EXT">CL_DEVICE_MAX_ATOMIC_COUNTERS_EXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTAtomicCounters64.html" title="class in org.lwjgl.opencl">EXTAtomicCounters64</a></dt>
|
|
<dd>
|
|
<div class="block">CLDevice query: Max number of atomic counters that can be used by a kernel.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_CLOCK_FREQUENCY">CL_DEVICE_MAX_CLOCK_FREQUENCY</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_COMPUTE_UNITS">CL_DEVICE_MAX_COMPUTE_UNITS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_CONSTANT_ARGS">CL_DEVICE_MAX_CONSTANT_ARGS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE">CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_MEM_ALLOC_SIZE">CL_DEVICE_MAX_MEM_ALLOC_SIZE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_PARAMETER_SIZE">CL_DEVICE_MAX_PARAMETER_SIZE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_READ_IMAGE_ARGS">CL_DEVICE_MAX_READ_IMAGE_ARGS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_SAMPLERS">CL_DEVICE_MAX_SAMPLERS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_WORK_GROUP_SIZE">CL_DEVICE_MAX_WORK_GROUP_SIZE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS">CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_WORK_ITEM_SIZES">CL_DEVICE_MAX_WORK_ITEM_SIZES</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_WRITE_IMAGE_ARGS">CL_DEVICE_MAX_WRITE_IMAGE_ARGS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MEM_BASE_ADDR_ALIGN">CL_DEVICE_MEM_BASE_ADDR_ALIGN</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE">CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_NAME">CL_DEVICE_NAME</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_DEVICE_NATIVE_VECTOR_WIDTH_CHAR">CL_DEVICE_NATIVE_VECTOR_WIDTH_CHAR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE">CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT">CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_DEVICE_NATIVE_VECTOR_WIDTH_HALF">CL_DEVICE_NATIVE_VECTOR_WIDTH_HALF</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_DEVICE_NATIVE_VECTOR_WIDTH_INT">CL_DEVICE_NATIVE_VECTOR_WIDTH_INT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG">CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_DEVICE_NATIVE_VECTOR_WIDTH_SHORT">CL_DEVICE_NATIVE_VECTOR_WIDTH_SHORT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_NOT_AVAILABLE">CL_DEVICE_NOT_AVAILABLE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_NOT_FOUND">CL_DEVICE_NOT_FOUND</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_DEVICE_OPENCL_C_VERSION">CL_DEVICE_OPENCL_C_VERSION</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_DEVICE_PARENT_DEVICE">CL_DEVICE_PARENT_DEVICE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTDeviceFission.html#CL_DEVICE_PARENT_DEVICE_EXT">CL_DEVICE_PARENT_DEVICE_EXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a property being queried in the <param_name> argument of
|
|
clGetDeviceInfo:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTDeviceFission.html#CL_DEVICE_PARITION_TYPES_EXT">CL_DEVICE_PARITION_TYPES_EXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a property being queried in the <param_name> argument of
|
|
clGetDeviceInfo:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_DEVICE_PARTITION_AFFINITY_DOMAIN">CL_DEVICE_PARTITION_AFFINITY_DOMAIN</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN">CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTDeviceFission.html#CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN_EXT">CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN_EXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a property name in the <properties> parameter of
|
|
clCreateSubDeviceEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_DEVICE_PARTITION_BY_COUNTS">CL_DEVICE_PARTITION_BY_COUNTS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTDeviceFission.html#CL_DEVICE_PARTITION_BY_COUNTS_EXT">CL_DEVICE_PARTITION_BY_COUNTS_EXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a property name in the <properties> parameter of
|
|
clCreateSubDeviceEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_DEVICE_PARTITION_BY_COUNTS_LIST_END">CL_DEVICE_PARTITION_BY_COUNTS_LIST_END</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTDeviceFission.html#CL_DEVICE_PARTITION_BY_NAMES_EXT">CL_DEVICE_PARTITION_BY_NAMES_EXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a property name in the <properties> parameter of
|
|
clCreateSubDeviceEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_DEVICE_PARTITION_EQUALLY">CL_DEVICE_PARTITION_EQUALLY</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTDeviceFission.html#CL_DEVICE_PARTITION_EQUALLY_EXT">CL_DEVICE_PARTITION_EQUALLY_EXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a property name in the <properties> parameter of
|
|
clCreateSubDeviceEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_DEVICE_PARTITION_FAILED">CL_DEVICE_PARTITION_FAILED</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTDeviceFission.html#CL_DEVICE_PARTITION_FAILED_EXT">CL_DEVICE_PARTITION_FAILED_EXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</a></dt>
|
|
<dd>
|
|
<div class="block">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.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_DEVICE_PARTITION_MAX_SUB_DEVICES">CL_DEVICE_PARTITION_MAX_SUB_DEVICES</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_DEVICE_PARTITION_PROPERTIES">CL_DEVICE_PARTITION_PROPERTIES</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTDeviceFission.html#CL_DEVICE_PARTITION_STYLE_EXT">CL_DEVICE_PARTITION_STYLE_EXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a property being queried in the <param_name> argument of
|
|
clGetDeviceInfo:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_DEVICE_PARTITION_TYPE">CL_DEVICE_PARTITION_TYPE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_PLATFORM">CL_DEVICE_PLATFORM</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_DEVICE_PREFERRED_INTEROP_USER_SYNC">CL_DEVICE_PREFERRED_INTEROP_USER_SYNC</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_PREFERRED_VECTOR_WIDTH_">CL_DEVICE_PREFERRED_VECTOR_WIDTH_</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR">CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE">CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT">CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_DEVICE_PREFERRED_VECTOR_WIDTH_HALF">CL_DEVICE_PREFERRED_VECTOR_WIDTH_HALF</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG">CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT">CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_DEVICE_PRINTF_BUFFER_SIZE">CL_DEVICE_PRINTF_BUFFER_SIZE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_PROFILE">CL_DEVICE_PROFILE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/AMDDeviceAttributeQuery.html#CL_DEVICE_PROFILING_TIMER_OFFSET_AMD">CL_DEVICE_PROFILING_TIMER_OFFSET_AMD</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/AMDDeviceAttributeQuery.html" title="class in org.lwjgl.opencl">AMDDeviceAttributeQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <param_name> parameter of clGetDeviceInfo.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_PROFILING_TIMER_RESOLUTION">CL_DEVICE_PROFILING_TIMER_RESOLUTION</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_QUEUE_PROPERTIES">CL_DEVICE_QUEUE_PROPERTIES</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_DEVICE_REFERENCE_COUNT">CL_DEVICE_REFERENCE_COUNT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTDeviceFission.html#CL_DEVICE_REFERENCE_COUNT_EXT">CL_DEVICE_REFERENCE_COUNT_EXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a property being queried in the <param_name> argument of
|
|
clGetDeviceInfo:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/NVDeviceAttributeQuery.html#CL_DEVICE_REGISTERS_PER_BLOCK_NV">CL_DEVICE_REGISTERS_PER_BLOCK_NV</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/NVDeviceAttributeQuery.html" title="class in org.lwjgl.opencl">NVDeviceAttributeQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <param_name> parameter of clGetDeviceInfo.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_SINGLE_FP_CONFIG">CL_DEVICE_SINGLE_FP_CONFIG</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRTerminateContext.html#CL_DEVICE_TERMINATE_CAPABILITY_KHR">CL_DEVICE_TERMINATE_CAPABILITY_KHR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRTerminateContext.html" title="class in org.lwjgl.opencl">KHRTerminateContext</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_TYPE">CL_DEVICE_TYPE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_TYPE_ACCELERATOR">CL_DEVICE_TYPE_ACCELERATOR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_TYPE_ALL">CL_DEVICE_TYPE_ALL</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_TYPE_CPU">CL_DEVICE_TYPE_CPU</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_DEVICE_TYPE_CUSTOM">CL_DEVICE_TYPE_CUSTOM</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_TYPE_DEFAULT">CL_DEVICE_TYPE_DEFAULT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_TYPE_GPU">CL_DEVICE_TYPE_GPU</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_VENDOR">CL_DEVICE_VENDOR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_VENDOR_ID">CL_DEVICE_VENDOR_ID</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DEVICE_VERSION">CL_DEVICE_VERSION</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/NVDeviceAttributeQuery.html#CL_DEVICE_WARP_SIZE_NV">CL_DEVICE_WARP_SIZE_NV</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/NVDeviceAttributeQuery.html" title="class in org.lwjgl.opencl">NVDeviceAttributeQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <param_name> parameter of clGetDeviceInfo.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRGLSharing.html#CL_DEVICES_FOR_GL_CONTEXT_KHR">CL_DEVICES_FOR_GL_CONTEXT_KHR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRGLSharing.html" title="class in org.lwjgl.opencl">KHRGLSharing</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <param_name> argument of clGetGLContextInfoKHR:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_DRIVER_VERSION">CL_DRIVER_VERSION</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRGLSharing.html#CL_EGL_DISPLAY_KHR">CL_EGL_DISPLAY_KHR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRGLSharing.html" title="class in org.lwjgl.opencl">KHRGLSharing</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as an attribute name in the 'properties' argument of
|
|
clCreateContext and clCreateContextFromType:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_EVENT_COMMAND_EXECUTION_STATUS">CL_EVENT_COMMAND_EXECUTION_STATUS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_event_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_EVENT_COMMAND_QUEUE">CL_EVENT_COMMAND_QUEUE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_event_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_EVENT_COMMAND_TYPE">CL_EVENT_COMMAND_TYPE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_event_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_EVENT_CONTEXT">CL_EVENT_CONTEXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">cl_event_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_EVENT_REFERENCE_COUNT">CL_EVENT_REFERENCE_COUNT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_event_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/INTELImmediateExecution.html#CL_EXEC_IMMEDIATE_EXECUTION_INTEL">CL_EXEC_IMMEDIATE_EXECUTION_INTEL</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/INTELImmediateExecution.html" title="class in org.lwjgl.opencl">INTELImmediateExecution</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_exec_capabilities - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_EXEC_KERNEL">CL_EXEC_KERNEL</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_exec_capabilities - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_EXEC_NATIVE_KERNEL">CL_EXEC_NATIVE_KERNEL</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_exec_capabilities - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST">CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_EXT_atomic_counters_32">CL_EXT_atomic_counters_32</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_EXT_atomic_counters_64">CL_EXT_atomic_counters_64</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_EXT_device_fission">CL_EXT_device_fission</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_EXT_migrate_memobject">CL_EXT_migrate_memobject</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_FALSE">CL_FALSE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_bool</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_FILTER_LINEAR">CL_FILTER_LINEAR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_filter_mode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_FILTER_NEAREST">CL_FILTER_NEAREST</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_filter_mode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_FLOAT">CL_FLOAT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_FP_CORRECTLY_ROUNDED_DIVIDE_SQRT">CL_FP_CORRECTLY_ROUNDED_DIVIDE_SQRT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_FP_DENORM">CL_FP_DENORM</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_fp_config - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_FP_FMA">CL_FP_FMA</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_fp_config - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_FP_INF_NAN">CL_FP_INF_NAN</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_fp_config - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_FP_ROUND_TO_INF">CL_FP_ROUND_TO_INF</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_fp_config - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_FP_ROUND_TO_NEAREST">CL_FP_ROUND_TO_NEAREST</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_fp_config - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_FP_ROUND_TO_ZERO">CL_FP_ROUND_TO_ZERO</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_fp_config - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_FP_SOFT_FLOAT">CL_FP_SOFT_FLOAT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_fp_config - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRGLSharing.html#CL_GL_CONTEXT_KHR">CL_GL_CONTEXT_KHR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRGLSharing.html" title="class in org.lwjgl.opencl">KHRGLSharing</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as an attribute name in the 'properties' argument of
|
|
clCreateContext and clCreateContextFromType:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10GL.html#CL_GL_MIPMAP_LEVEL">CL_GL_MIPMAP_LEVEL</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</a></dt>
|
|
<dd>
|
|
<div class="block">cl_gl_texture_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRGLMsaaSharing.html#CL_GL_NUM_SAMPLES">CL_GL_NUM_SAMPLES</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRGLMsaaSharing.html" title="class in org.lwjgl.opencl">KHRGLMsaaSharing</a></dt>
|
|
<dd>
|
|
<div class="block">cl_gl_texture_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10GL.html#CL_GL_OBJECT_BUFFER">CL_GL_OBJECT_BUFFER</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</a></dt>
|
|
<dd>
|
|
<div class="block">cl_gl_object_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10GL.html#CL_GL_OBJECT_RENDERBUFFER">CL_GL_OBJECT_RENDERBUFFER</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</a></dt>
|
|
<dd>
|
|
<div class="block">cl_gl_object_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12GL.html#CL_GL_OBJECT_TEXTURE1D">CL_GL_OBJECT_TEXTURE1D</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12GL.html" title="class in org.lwjgl.opencl">CL12GL</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12GL.html#CL_GL_OBJECT_TEXTURE1D_ARRAY">CL_GL_OBJECT_TEXTURE1D_ARRAY</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12GL.html" title="class in org.lwjgl.opencl">CL12GL</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10GL.html#CL_GL_OBJECT_TEXTURE2D">CL_GL_OBJECT_TEXTURE2D</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</a></dt>
|
|
<dd>
|
|
<div class="block">cl_gl_object_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12GL.html#CL_GL_OBJECT_TEXTURE2D_ARRAY">CL_GL_OBJECT_TEXTURE2D_ARRAY</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12GL.html" title="class in org.lwjgl.opencl">CL12GL</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10GL.html#CL_GL_OBJECT_TEXTURE3D">CL_GL_OBJECT_TEXTURE3D</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</a></dt>
|
|
<dd>
|
|
<div class="block">cl_gl_object_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12GL.html#CL_GL_OBJECT_TEXTURE_BUFFER">CL_GL_OBJECT_TEXTURE_BUFFER</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12GL.html" title="class in org.lwjgl.opencl">CL12GL</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10GL.html#CL_GL_TEXTURE_TARGET">CL_GL_TEXTURE_TARGET</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</a></dt>
|
|
<dd>
|
|
<div class="block">cl_gl_texture_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_GLOBAL">CL_GLOBAL</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_local_mem_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRGLSharing.html#CL_GLX_DISPLAY_KHR">CL_GLX_DISPLAY_KHR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRGLSharing.html" title="class in org.lwjgl.opencl">KHRGLSharing</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as an attribute name in the 'properties' argument of
|
|
clCreateContext and clCreateContextFromType:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_HALF_FLOAT">CL_HALF_FLOAT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_IMAGE_ARRAY_SIZE">CL_IMAGE_ARRAY_SIZE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_IMAGE_BUFFER">CL_IMAGE_BUFFER</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_IMAGE_DEPTH">CL_IMAGE_DEPTH</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_image_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_IMAGE_ELEMENT_SIZE">CL_IMAGE_ELEMENT_SIZE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_image_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_IMAGE_FORMAT">CL_IMAGE_FORMAT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_image_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_IMAGE_FORMAT_MISMATCH">CL_IMAGE_FORMAT_MISMATCH</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_IMAGE_FORMAT_NOT_SUPPORTED">CL_IMAGE_FORMAT_NOT_SUPPORTED</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_IMAGE_HEIGHT">CL_IMAGE_HEIGHT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_image_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_IMAGE_NUM_MIP_LEVELS">CL_IMAGE_NUM_MIP_LEVELS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_IMAGE_NUM_SAMPLES">CL_IMAGE_NUM_SAMPLES</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_IMAGE_ROW_PITCH">CL_IMAGE_ROW_PITCH</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_image_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_IMAGE_SLICE_PITCH">CL_IMAGE_SLICE_PITCH</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_image_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_IMAGE_WIDTH">CL_IMAGE_WIDTH</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_image_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_INTEL_immediate_execution">CL_INTEL_immediate_execution</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_INTEL_printf">CL_INTEL_printf</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_INTEL_thread_local_exec">CL_INTEL_thread_local_exec</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INTENSITY">CL_INTENSITY</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_order</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_ARG_INDEX">CL_INVALID_ARG_INDEX</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_ARG_SIZE">CL_INVALID_ARG_SIZE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_ARG_VALUE">CL_INVALID_ARG_VALUE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_BINARY">CL_INVALID_BINARY</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_BUFFER_SIZE">CL_INVALID_BUFFER_SIZE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_BUILD_OPTIONS">CL_INVALID_BUILD_OPTIONS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_COMMAND_QUEUE">CL_INVALID_COMMAND_QUEUE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_INVALID_COMPILER_OPTIONS">CL_INVALID_COMPILER_OPTIONS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_CONTEXT">CL_INVALID_CONTEXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_DEVICE">CL_INVALID_DEVICE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_INVALID_DEVICE_PARTITION_COUNT">CL_INVALID_DEVICE_PARTITION_COUNT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_DEVICE_TYPE">CL_INVALID_DEVICE_TYPE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_EVENT">CL_INVALID_EVENT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_EVENT_WAIT_LIST">CL_INVALID_EVENT_WAIT_LIST</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/APPLEGLSharing.html#CL_INVALID_GL_CONTEXT_APPLE">CL_INVALID_GL_CONTEXT_APPLE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/APPLEGLSharing.html" title="class in org.lwjgl.opencl">APPLEGLSharing</a></dt>
|
|
<dd>
|
|
<div class="block">Error code returned by clGetGLContextInfoAPPLE if an invalid platform_gl_ctx is provided</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_GL_OBJECT">CL_INVALID_GL_OBJECT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRGLSharing.html#CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR">CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRGLSharing.html" title="class in org.lwjgl.opencl">KHRGLSharing</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by clCreateContext, clCreateContextFromType, and
|
|
clGetGLContextInfoKHR when an invalid OpenGL context or share group
|
|
object handle is specified in <properties>:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_GLOBAL_OFFSET">CL_INVALID_GLOBAL_OFFSET</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_GLOBAL_WORK_SIZE">CL_INVALID_GLOBAL_WORK_SIZE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_HOST_PTR">CL_INVALID_HOST_PTR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_INVALID_IMAGE_DESCRIPTOR">CL_INVALID_IMAGE_DESCRIPTOR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_IMAGE_FORMAT_DESCRIPTOR">CL_INVALID_IMAGE_FORMAT_DESCRIPTOR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_IMAGE_SIZE">CL_INVALID_IMAGE_SIZE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_KERNEL">CL_INVALID_KERNEL</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_KERNEL_ARGS">CL_INVALID_KERNEL_ARGS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_KERNEL_DEFINITION">CL_INVALID_KERNEL_DEFINITION</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_KERNEL_NAME">CL_INVALID_KERNEL_NAME</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_INVALID_LINKER_OPTIONS">CL_INVALID_LINKER_OPTIONS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_MEM_OBJECT">CL_INVALID_MEM_OBJECT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_MIP_LEVEL">CL_INVALID_MIP_LEVEL</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_OPERATION">CL_INVALID_OPERATION</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTDeviceFission.html#CL_INVALID_PARTITION_COUNT_EXT">CL_INVALID_PARTITION_COUNT_EXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</a></dt>
|
|
<dd>
|
|
<div class="block">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.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTDeviceFission.html#CL_INVALID_PARTITION_NAME_EXT">CL_INVALID_PARTITION_NAME_EXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by clCreateSubDevicesEXT when a compute unit name appearing in a
|
|
name list following CL_DEVICE_PARTITION_BY_NAMES_EXT is not in range.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_PLATFORM">CL_INVALID_PLATFORM</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_PROGRAM">CL_INVALID_PROGRAM</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_PROGRAM_EXECUTABLE">CL_INVALID_PROGRAM_EXECUTABLE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_INVALID_PROPERTY">CL_INVALID_PROPERTY</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_QUEUE_PROPERTIES">CL_INVALID_QUEUE_PROPERTIES</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_SAMPLER">CL_INVALID_SAMPLER</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_VALUE">CL_INVALID_VALUE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_WORK_DIMENSION">CL_INVALID_WORK_DIMENSION</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_WORK_GROUP_SIZE">CL_INVALID_WORK_GROUP_SIZE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_INVALID_WORK_ITEM_SIZE">CL_INVALID_WORK_ITEM_SIZE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_ACCESS_NONE">CL_KERNEL_ARG_ACCESS_NONE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_ACCESS_QUALIFIER">CL_KERNEL_ARG_ACCESS_QUALIFIER</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_ACCESS_READ_ONLY">CL_KERNEL_ARG_ACCESS_READ_ONLY</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_ACCESS_READ_WRITE">CL_KERNEL_ARG_ACCESS_READ_WRITE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_ACCESS_WRITE_ONLY">CL_KERNEL_ARG_ACCESS_WRITE_ONLY</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_ADDRESS_CONSTANT">CL_KERNEL_ARG_ADDRESS_CONSTANT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_ADDRESS_GLOBAL">CL_KERNEL_ARG_ADDRESS_GLOBAL</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_ADDRESS_LOCAL">CL_KERNEL_ARG_ADDRESS_LOCAL</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_ADDRESS_PRIVATE">CL_KERNEL_ARG_ADDRESS_PRIVATE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_ADDRESS_QUALIFIER">CL_KERNEL_ARG_ADDRESS_QUALIFIER</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_INFO_NOT_AVAILABLE">CL_KERNEL_ARG_INFO_NOT_AVAILABLE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_NAME">CL_KERNEL_ARG_NAME</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_TYPE_CONST">CL_KERNEL_ARG_TYPE_CONST</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_TYPE_NAME">CL_KERNEL_ARG_TYPE_NAME</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_TYPE_NONE">CL_KERNEL_ARG_TYPE_NONE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_TYPE_QUALIFIER">CL_KERNEL_ARG_TYPE_QUALIFIER</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_TYPE_RESTRICT">CL_KERNEL_ARG_TYPE_RESTRICT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_TYPE_VOLATILE">CL_KERNEL_ARG_TYPE_VOLATILE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ATTRIBUTES">CL_KERNEL_ATTRIBUTES</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_KERNEL_COMPILE_WORK_GROUP_SIZE">CL_KERNEL_COMPILE_WORK_GROUP_SIZE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_kernel_work_group_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_KERNEL_CONTEXT">CL_KERNEL_CONTEXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_kernel_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_KERNEL_FUNCTION_NAME">CL_KERNEL_FUNCTION_NAME</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_kernel_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_KERNEL_GLOBAL_WORK_SIZE">CL_KERNEL_GLOBAL_WORK_SIZE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_KERNEL_LOCAL_MEM_SIZE">CL_KERNEL_LOCAL_MEM_SIZE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_kernel_work_group_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_KERNEL_NUM_ARGS">CL_KERNEL_NUM_ARGS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_kernel_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE">CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">cl_kernel_work_group_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_KERNEL_PRIVATE_MEM_SIZE">CL_KERNEL_PRIVATE_MEM_SIZE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">cl_kernel_work_group_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_KERNEL_PROGRAM">CL_KERNEL_PROGRAM</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_kernel_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_KERNEL_REFERENCE_COUNT">CL_KERNEL_REFERENCE_COUNT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_kernel_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_KERNEL_WORK_GROUP_SIZE">CL_KERNEL_WORK_GROUP_SIZE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_kernel_work_group_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_3d_image_writes">CL_KHR_3d_image_writes</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_byte_addressable_store">CL_KHR_byte_addressable_store</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLPlatformCapabilities.html#CL_KHR_d3d10_sharing">CL_KHR_d3d10_sharing</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_depth_images">CL_KHR_depth_images</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_fp16">CL_KHR_fp16</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_fp64">CL_KHR_fp64</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_gl_depth_images">CL_KHR_gl_depth_images</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_gl_event">CL_KHR_gl_event</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLPlatformCapabilities.html#CL_KHR_gl_event">CL_KHR_gl_event</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_gl_msaa_sharing">CL_KHR_gl_msaa_sharing</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_gl_sharing">CL_KHR_gl_sharing</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLPlatformCapabilities.html#CL_KHR_gl_sharing">CL_KHR_gl_sharing</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_global_int32_base_atomics">CL_KHR_global_int32_base_atomics</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_global_int32_extended_atomics">CL_KHR_global_int32_extended_atomics</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLPlatformCapabilities.html#CL_KHR_icd">CL_KHR_icd</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_image2d_from_buffer">CL_KHR_image2d_from_buffer</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_initialize_memory">CL_KHR_initialize_memory</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_int64_base_atomics">CL_KHR_int64_base_atomics</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_int64_extended_atomics">CL_KHR_int64_extended_atomics</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_local_int32_base_atomics">CL_KHR_local_int32_base_atomics</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_local_int32_extended_atomics">CL_KHR_local_int32_extended_atomics</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_mipmap_image">CL_KHR_mipmap_image</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_mipmap_image_writes">CL_KHR_mipmap_image_writes</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_select_fprounding_mode">CL_KHR_select_fprounding_mode</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_spir">CL_KHR_spir</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_srgb_image_writes">CL_KHR_srgb_image_writes</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_subgroups">CL_KHR_subgroups</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_terminate_context">CL_KHR_terminate_context</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_LINK_PROGRAM_FAILURE">CL_LINK_PROGRAM_FAILURE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_LINKER_NOT_AVAILABLE">CL_LINKER_NOT_AVAILABLE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_LOCAL">CL_LOCAL</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_local_mem_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_LUMINANCE">CL_LUMINANCE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_order</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_MAP_FAILURE">CL_MAP_FAILURE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_MAP_READ">CL_MAP_READ</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_map_flags - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_MAP_WRITE">CL_MAP_WRITE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_map_flags - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_MAP_WRITE_INVALIDATE_REGION">CL_MAP_WRITE_INVALIDATE_REGION</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_MEM_ALLOC_HOST_PTR">CL_MEM_ALLOC_HOST_PTR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_mem_flags - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_MEM_ASSOCIATED_MEMOBJECT">CL_MEM_ASSOCIATED_MEMOBJECT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">cl_mem_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_MEM_CONTEXT">CL_MEM_CONTEXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_mem_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_MEM_COPY_HOST_PTR">CL_MEM_COPY_HOST_PTR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_mem_flags - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_MEM_COPY_OVERLAP">CL_MEM_COPY_OVERLAP</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_MEM_FLAGS">CL_MEM_FLAGS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_mem_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_MEM_HOST_NO_ACCESS">CL_MEM_HOST_NO_ACCESS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_MEM_HOST_PTR">CL_MEM_HOST_PTR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_mem_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_MEM_HOST_READ_ONLY">CL_MEM_HOST_READ_ONLY</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_MEM_HOST_WRITE_ONLY">CL_MEM_HOST_WRITE_ONLY</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_MEM_MAP_COUNT">CL_MEM_MAP_COUNT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_mem_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_MEM_OBJECT_ALLOCATION_FAILURE">CL_MEM_OBJECT_ALLOCATION_FAILURE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_MEM_OBJECT_BUFFER">CL_MEM_OBJECT_BUFFER</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_mem_object_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_MEM_OBJECT_IMAGE1D">CL_MEM_OBJECT_IMAGE1D</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_MEM_OBJECT_IMAGE1D_ARRAY">CL_MEM_OBJECT_IMAGE1D_ARRAY</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_MEM_OBJECT_IMAGE1D_BUFFER">CL_MEM_OBJECT_IMAGE1D_BUFFER</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_MEM_OBJECT_IMAGE2D">CL_MEM_OBJECT_IMAGE2D</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_mem_object_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_MEM_OBJECT_IMAGE2D_ARRAY">CL_MEM_OBJECT_IMAGE2D_ARRAY</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_MEM_OBJECT_IMAGE3D">CL_MEM_OBJECT_IMAGE3D</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_mem_object_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_MEM_OFFSET">CL_MEM_OFFSET</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">cl_mem_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_MEM_READ_ONLY">CL_MEM_READ_ONLY</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_mem_flags - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_MEM_READ_WRITE">CL_MEM_READ_WRITE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_mem_flags - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_MEM_REFERENCE_COUNT">CL_MEM_REFERENCE_COUNT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_mem_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_MEM_SIZE">CL_MEM_SIZE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_mem_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_MEM_TYPE">CL_MEM_TYPE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_mem_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_MEM_USE_HOST_PTR">CL_MEM_USE_HOST_PTR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_mem_flags - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/AMDDeviceMemoryFlags.html#CL_MEM_USE_PERSISTENT_MEM_AMD">CL_MEM_USE_PERSISTENT_MEM_AMD</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/AMDDeviceMemoryFlags.html" title="class in org.lwjgl.opencl">AMDDeviceMemoryFlags</a></dt>
|
|
<dd>
|
|
<div class="block">Alloc from GPU's CPU visible heap.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_MEM_WRITE_ONLY">CL_MEM_WRITE_ONLY</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_mem_flags - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_MIGRATE_MEM_OBJECT_CONTENT_UNDEFINED">CL_MIGRATE_MEM_OBJECT_CONTENT_UNDEFINED</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_MIGRATE_MEM_OBJECT_HOST">CL_MIGRATE_MEM_OBJECT_HOST</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTMigrateMemobject.html#CL_MIGRATE_MEM_OBJECT_HOST_EXT">CL_MIGRATE_MEM_OBJECT_HOST_EXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTMigrateMemobject.html" title="class in org.lwjgl.opencl">EXTMigrateMemobject</a></dt>
|
|
<dd>
|
|
<div class="block">Besides a value of zero, the following cl_mem_migration_flags_ext values are
|
|
allowed:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_MISALIGNED_SUB_BUFFER_OFFSET">CL_MISALIGNED_SUB_BUFFER_OFFSET</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_NON_BLOCKING">CL_NON_BLOCKING</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_bool</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_NONE">CL_NONE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_mem_cache_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_NV_compiler_options">CL_NV_compiler_options</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_NV_device_attribute_query">CL_NV_device_attribute_query</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_NV_pragma_unroll">CL_NV_pragma_unroll</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_OUT_OF_HOST_MEMORY">CL_OUT_OF_HOST_MEMORY</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_OUT_OF_RESOURCES">CL_OUT_OF_RESOURCES</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTDeviceFission.html#CL_PARTITION_BY_COUNTS_LIST_END_EXT">CL_PARTITION_BY_COUNTS_LIST_END_EXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the partition counts list terminator in the <properties>
|
|
parameter of clCreateSubDeviceEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTDeviceFission.html#CL_PARTITION_BY_NAMES_LIST_END_EXT">CL_PARTITION_BY_NAMES_LIST_END_EXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the partition names list terminator in the <properties>
|
|
parameter of clCreateSubDeviceEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_PLATFORM_EXTENSIONS">CL_PLATFORM_EXTENSIONS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_platform_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRICD.html#CL_PLATFORM_ICD_SUFFIX_KHR">CL_PLATFORM_ICD_SUFFIX_KHR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRICD.html" title="class in org.lwjgl.opencl">KHRICD</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as <param_name> to the function clGetPlatformInfo</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_PLATFORM_NAME">CL_PLATFORM_NAME</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_platform_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRICD.html#CL_PLATFORM_NOT_FOUND_KHR">CL_PLATFORM_NOT_FOUND_KHR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRICD.html" title="class in org.lwjgl.opencl">KHRICD</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by clGetPlatformIDs when no platforms are found</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_PLATFORM_PROFILE">CL_PLATFORM_PROFILE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_platform_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_PLATFORM_VENDOR">CL_PLATFORM_VENDOR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_platform_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_PLATFORM_VERSION">CL_PLATFORM_VERSION</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_platform_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_PROFILING_COMMAND_END">CL_PROFILING_COMMAND_END</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_profiling_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_PROFILING_COMMAND_QUEUED">CL_PROFILING_COMMAND_QUEUED</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_profiling_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_PROFILING_COMMAND_START">CL_PROFILING_COMMAND_START</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_profiling_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_PROFILING_COMMAND_SUBMIT">CL_PROFILING_COMMAND_SUBMIT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_profiling_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_PROFILING_INFO_NOT_AVAILABLE">CL_PROFILING_INFO_NOT_AVAILABLE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_PROGRAM_BINARIES">CL_PROGRAM_BINARIES</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_program_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_PROGRAM_BINARY_SIZES">CL_PROGRAM_BINARY_SIZES</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_program_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_PROGRAM_BINARY_TYPE">CL_PROGRAM_BINARY_TYPE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_PROGRAM_BINARY_TYPE_COMPILED_OBJECT">CL_PROGRAM_BINARY_TYPE_COMPILED_OBJECT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_PROGRAM_BINARY_TYPE_EXECUTABLE">CL_PROGRAM_BINARY_TYPE_EXECUTABLE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_PROGRAM_BINARY_TYPE_LIBRARY">CL_PROGRAM_BINARY_TYPE_LIBRARY</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_PROGRAM_BINARY_TYPE_NONE">CL_PROGRAM_BINARY_TYPE_NONE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_PROGRAM_BUILD_LOG">CL_PROGRAM_BUILD_LOG</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_program_build_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_PROGRAM_BUILD_OPTIONS">CL_PROGRAM_BUILD_OPTIONS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_program_build_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_PROGRAM_BUILD_STATUS">CL_PROGRAM_BUILD_STATUS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_program_build_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_PROGRAM_CONTEXT">CL_PROGRAM_CONTEXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_program_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_PROGRAM_DEVICES">CL_PROGRAM_DEVICES</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_program_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_PROGRAM_KERNEL_NAMES">CL_PROGRAM_KERNEL_NAMES</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_PROGRAM_NUM_DEVICES">CL_PROGRAM_NUM_DEVICES</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_program_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_PROGRAM_NUM_KERNELS">CL_PROGRAM_NUM_KERNELS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_type - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_PROGRAM_REFERENCE_COUNT">CL_PROGRAM_REFERENCE_COUNT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_program_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_PROGRAM_SOURCE">CL_PROGRAM_SOURCE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_program_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTDeviceFission.html#CL_PROPERTIES_LIST_END_EXT">CL_PROPERTIES_LIST_END_EXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the property list terminator in the <properties> parameter of
|
|
clCreateSubDeviceEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_QUEUE_CONTEXT">CL_QUEUE_CONTEXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_queue_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_QUEUE_DEVICE">CL_QUEUE_DEVICE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_queue_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/INTELImmediateExecution.html#CL_QUEUE_IMMEDIATE_EXECUTION_ENABLE_INTEL">CL_QUEUE_IMMEDIATE_EXECUTION_ENABLE_INTEL</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/INTELImmediateExecution.html" title="class in org.lwjgl.opencl">INTELImmediateExecution</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_queue_properties - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE">CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_queue_properties - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_QUEUE_PROFILING_ENABLE">CL_QUEUE_PROFILING_ENABLE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_queue_properties - bitfield</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_QUEUE_PROPERTIES">CL_QUEUE_PROPERTIES</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_queue_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_QUEUE_REFERENCE_COUNT">CL_QUEUE_REFERENCE_COUNT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_command_queue_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/INTELThreadLocalExec.html#CL_QUEUE_THREAD_LOCAL_EXEC_ENABLE_INTEL">CL_QUEUE_THREAD_LOCAL_EXEC_ENABLE_INTEL</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/INTELThreadLocalExec.html" title="class in org.lwjgl.opencl">INTELThreadLocalExec</a></dt>
|
|
<dd>
|
|
<div class="block">Allows the user to execute OpenCL tasks and kernels with
|
|
the user application's threads.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_QUEUED">CL_QUEUED</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">command execution status</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_R">CL_R</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_order</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_RA">CL_RA</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_order</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_READ_ONLY_CACHE">CL_READ_ONLY_CACHE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_mem_cache_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_READ_WRITE_CACHE">CL_READ_WRITE_CACHE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_device_mem_cache_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_RG">CL_RG</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_order</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_RGB">CL_RGB</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_order</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_RGBA">CL_RGBA</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_order</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_RGBx">CL_RGBx</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_order</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_RGx">CL_RGx</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_order</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_RUNNING">CL_RUNNING</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">command execution status</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_Rx">CL_Rx</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_order</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_SAMPLER_ADDRESSING_MODE">CL_SAMPLER_ADDRESSING_MODE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_sampler_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_SAMPLER_CONTEXT">CL_SAMPLER_CONTEXT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_sampler_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_SAMPLER_FILTER_MODE">CL_SAMPLER_FILTER_MODE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_sampler_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_SAMPLER_NORMALIZED_COORDS">CL_SAMPLER_NORMALIZED_COORDS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_sampler_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_SAMPLER_REFERENCE_COUNT">CL_SAMPLER_REFERENCE_COUNT</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_sampler_info</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_SIGNED_INT16">CL_SIGNED_INT16</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_SIGNED_INT32">CL_SIGNED_INT32</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_SIGNED_INT8">CL_SIGNED_INT8</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_SNORM_INT16">CL_SNORM_INT16</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_SNORM_INT8">CL_SNORM_INT8</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_SUBMITTED">CL_SUBMITTED</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">command execution status</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_SUCCESS">CL_SUCCESS</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Error Codes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_TRUE">CL_TRUE</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_bool</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_UNORM_INT16">CL_UNORM_INT16</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRGLDepthImages.html#CL_UNORM_INT24">CL_UNORM_INT24</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRGLDepthImages.html" title="class in org.lwjgl.opencl">KHRGLDepthImages</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_UNORM_INT8">CL_UNORM_INT8</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_UNORM_INT_101010">CL_UNORM_INT_101010</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_UNORM_SHORT_555">CL_UNORM_SHORT_555</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_UNORM_SHORT_565">CL_UNORM_SHORT_565</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_UNSIGNED_INT16">CL_UNSIGNED_INT16</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_UNSIGNED_INT32">CL_UNSIGNED_INT32</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_UNSIGNED_INT8">CL_UNSIGNED_INT8</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">cl_channel_type</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#CL_VERSION_1_0">CL_VERSION_1_0</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">OpenCL Version</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#CL_VERSION_1_1">CL_VERSION_1_1</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd>
|
|
<div class="block">OpenCL Version</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#CL_VERSION_1_2">CL_VERSION_1_2</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">OpenCL Version</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRGLSharing.html#CL_WGL_HDC_KHR">CL_WGL_HDC_KHR</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRGLSharing.html" title="class in org.lwjgl.opencl">KHRGLSharing</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as an attribute name in the 'properties' argument of
|
|
clCreateContext and clCreateContextFromType:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#classLoader">classLoader</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">classLoader used to add downloaded jars to the classpath</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opencl/api/CLBufferRegion.html" title="class in org.lwjgl.opencl.api"><span class="strong">CLBufferRegion</span></a> - Class in <a href="./org/lwjgl/opencl/api/package-summary.html">org.lwjgl.opencl.api</a></dt>
|
|
<dd>
|
|
<div class="block">Simple container for cl_buffer_region struct values.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/api/CLBufferRegion.html#CLBufferRegion(int, int)">CLBufferRegion(int, int)</a></span> - Constructor for class org.lwjgl.opencl.api.<a href="./org/lwjgl/opencl/api/CLBufferRegion.html" title="class in org.lwjgl.opencl.api">CLBufferRegion</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clBuildProgram(org.lwjgl.opencl.CLProgram, org.lwjgl.PointerBuffer, java.nio.ByteBuffer, org.lwjgl.opencl.CLBuildProgramCallback)">clBuildProgram(CLProgram, PointerBuffer, ByteBuffer, CLBuildProgramCallback)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clBuildProgram(org.lwjgl.opencl.CLProgram, org.lwjgl.PointerBuffer, java.lang.CharSequence, org.lwjgl.opencl.CLBuildProgramCallback)">clBuildProgram(CLProgram, PointerBuffer, CharSequence, CLBuildProgramCallback)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads clBuildProgram.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clBuildProgram(org.lwjgl.opencl.CLProgram, org.lwjgl.opencl.CLDevice, java.lang.CharSequence, org.lwjgl.opencl.CLBuildProgramCallback)">clBuildProgram(CLProgram, CLDevice, CharSequence, CLBuildProgramCallback)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads clBuildProgram.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opencl/CLBuildProgramCallback.html" title="class in org.lwjgl.opencl"><span class="strong">CLBuildProgramCallback</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd>
|
|
<div class="block">Instances of this class can be used to receive OpenCL program build notifications.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLBuildProgramCallback.html#CLBuildProgramCallback()">CLBuildProgramCallback()</a></span> - Constructor for class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLBuildProgramCallback.html" title="class in org.lwjgl.opencl">CLBuildProgramCallback</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/CLCapabilities.html" title="class in org.lwjgl.opencl"><span class="strong">CLCapabilities</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl"><span class="strong">CLCommandQueue</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd>
|
|
<div class="block">This class is a wrapper around a cl_command_queue pointer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><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)">clCompileProgram(CLProgram, PointerBuffer, ByteBuffer, PointerBuffer, ByteBuffer, CLCompileProgramCallback)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">Single null-terminated header include name.</div>
|
|
</dd>
|
|
<dt><span class="strong"><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)">clCompileProgram(CLProgram, PointerBuffer, ByteBuffer, PointerBuffer, ByteBuffer[], CLCompileProgramCallback)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads clCompileProgram.</div>
|
|
</dd>
|
|
<dt><span class="strong"><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)">clCompileProgram(CLProgram, PointerBuffer, CharSequence, PointerBuffer, CharSequence, CLCompileProgramCallback)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads clCompileProgram.</div>
|
|
</dd>
|
|
<dt><span class="strong"><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)">clCompileProgram(CLProgram, PointerBuffer, CharSequence, PointerBuffer, CharSequence[], CLCompileProgramCallback)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads clCompileProgram.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opencl/CLCompileProgramCallback.html" title="class in org.lwjgl.opencl"><span class="strong">CLCompileProgramCallback</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd>
|
|
<div class="block">Instances of this class can be used to receive OpenCL program compilation notifications.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLCompileProgramCallback.html#CLCompileProgramCallback()">CLCompileProgramCallback()</a></span> - Constructor for class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLCompileProgramCallback.html" title="class in org.lwjgl.opencl">CLCompileProgramCallback</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clCompileProgramMulti(CLProgram, PointerBuffer, ByteBuffer, PointerBuffer, ByteBuffer, CLCompileProgramCallback)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads clCompileProgram.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl"><span class="strong">CLContext</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd>
|
|
<div class="block">This class is a wrapper around a cl_context pointer.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opencl/CLContextCallback.html" title="class in org.lwjgl.opencl"><span class="strong">CLContextCallback</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd>
|
|
<div class="block">Instances of this class can be used to receive OpenCL context error notifications.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLContextCallback.html#CLContextCallback()">CLContextCallback()</a></span> - Constructor for class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLContextCallback.html" title="class in org.lwjgl.opencl">CLContextCallback</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLContextCallback.html#CLContextCallback(long)">CLContextCallback(long)</a></span> - Constructor for class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLContextCallback.html" title="class in org.lwjgl.opencl">CLContextCallback</a></dt>
|
|
<dd>
|
|
<div class="block">This constructor allows non-LWJGL implementations.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clCreateBuffer(org.lwjgl.opencl.CLContext, long, long, java.nio.IntBuffer)">clCreateBuffer(CLContext, long, long, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clCreateBuffer(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, java.nio.IntBuffer)">clCreateBuffer(CLContext, long, ByteBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clCreateBuffer(org.lwjgl.opencl.CLContext, long, java.nio.DoubleBuffer, java.nio.IntBuffer)">clCreateBuffer(CLContext, long, DoubleBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clCreateBuffer(org.lwjgl.opencl.CLContext, long, java.nio.FloatBuffer, java.nio.IntBuffer)">clCreateBuffer(CLContext, long, FloatBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clCreateBuffer(org.lwjgl.opencl.CLContext, long, java.nio.IntBuffer, java.nio.IntBuffer)">clCreateBuffer(CLContext, long, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clCreateBuffer(org.lwjgl.opencl.CLContext, long, java.nio.LongBuffer, java.nio.IntBuffer)">clCreateBuffer(CLContext, long, LongBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clCreateBuffer(org.lwjgl.opencl.CLContext, long, java.nio.ShortBuffer, java.nio.IntBuffer)">clCreateBuffer(CLContext, long, ShortBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clCreateCommandQueue(org.lwjgl.opencl.CLContext, org.lwjgl.opencl.CLDevice, long, java.nio.IntBuffer)">clCreateCommandQueue(CLContext, CLDevice, long, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clCreateContext(org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.opencl.CLContextCallback, java.nio.IntBuffer)">clCreateContext(PointerBuffer, PointerBuffer, CLContextCallback, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">LWJGL requires CL_CONTEXT_PLATFORM to be present in the cl_context_properties buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clCreateContext(org.lwjgl.PointerBuffer, org.lwjgl.opencl.CLDevice, org.lwjgl.opencl.CLContextCallback, java.nio.IntBuffer)">clCreateContext(PointerBuffer, CLDevice, CLContextCallback, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads clCreateContext.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clCreateContextFromType(org.lwjgl.PointerBuffer, long, org.lwjgl.opencl.CLContextCallback, java.nio.IntBuffer)">clCreateContextFromType(PointerBuffer, long, CLContextCallback, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">LWJGL requires CL_CONTEXT_PLATFORM to be present in the cl_context_properties buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRGLEvent.html#clCreateEventFromGLsyncKHR(org.lwjgl.opencl.CLContext, org.lwjgl.opengl.GLSync, java.nio.IntBuffer)">clCreateEventFromGLsyncKHR(CLContext, GLSync, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRGLEvent.html" title="class in org.lwjgl.opencl">KHRGLEvent</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10GL.html#clCreateFromGLBuffer(org.lwjgl.opencl.CLContext, long, int, java.nio.IntBuffer)">clCreateFromGLBuffer(CLContext, long, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10GL.html#clCreateFromGLRenderbuffer(org.lwjgl.opencl.CLContext, long, int, java.nio.IntBuffer)">clCreateFromGLRenderbuffer(CLContext, long, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12GL.html#clCreateFromGLTexture(org.lwjgl.opencl.CLContext, long, int, int, int, java.nio.IntBuffer)">clCreateFromGLTexture(CLContext, long, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12GL.html" title="class in org.lwjgl.opencl">CL12GL</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10GL.html#clCreateFromGLTexture2D(org.lwjgl.opencl.CLContext, long, int, int, int, java.nio.IntBuffer)">clCreateFromGLTexture2D(CLContext, long, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10GL.html#clCreateFromGLTexture3D(org.lwjgl.opencl.CLContext, long, int, int, int, java.nio.IntBuffer)">clCreateFromGLTexture3D(CLContext, long, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clCreateImage(CLContext, long, ByteBuffer, ByteBuffer, ByteBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clCreateImage(CLContext, long, ByteBuffer, ByteBuffer, FloatBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clCreateImage(CLContext, long, ByteBuffer, ByteBuffer, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clCreateImage(CLContext, long, ByteBuffer, ByteBuffer, ShortBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clCreateImage2D(CLContext, long, ByteBuffer, long, long, long, ByteBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clCreateImage2D(CLContext, long, ByteBuffer, long, long, long, FloatBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clCreateImage2D(CLContext, long, ByteBuffer, long, long, long, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clCreateImage2D(CLContext, long, ByteBuffer, long, long, long, ShortBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clCreateImage3D(CLContext, long, ByteBuffer, long, long, long, long, long, ByteBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clCreateImage3D(CLContext, long, ByteBuffer, long, long, long, long, long, FloatBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clCreateImage3D(CLContext, long, ByteBuffer, long, long, long, long, long, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clCreateImage3D(CLContext, long, ByteBuffer, long, long, long, long, long, ShortBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clCreateKernel(org.lwjgl.opencl.CLProgram, java.nio.ByteBuffer, java.nio.IntBuffer)">clCreateKernel(CLProgram, ByteBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clCreateKernel(org.lwjgl.opencl.CLProgram, java.lang.CharSequence, java.nio.IntBuffer)">clCreateKernel(CLProgram, CharSequence, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads clCreateKernel.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clCreateKernelsInProgram(org.lwjgl.opencl.CLProgram, org.lwjgl.PointerBuffer, java.nio.IntBuffer)">clCreateKernelsInProgram(CLProgram, PointerBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clCreateProgramWithBinary(CLContext, CLDevice, ByteBuffer, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clCreateProgramWithBinary(CLContext, PointerBuffer, PointerBuffer, ByteBuffer, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads clCreateProgramWithBinary.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clCreateProgramWithBinary(org.lwjgl.opencl.CLContext, org.lwjgl.PointerBuffer, java.nio.ByteBuffer[], java.nio.IntBuffer, java.nio.IntBuffer)">clCreateProgramWithBinary(CLContext, PointerBuffer, ByteBuffer[], IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads clCreateProgramWithBinary.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#clCreateProgramWithBuiltInKernels(org.lwjgl.opencl.CLContext, org.lwjgl.PointerBuffer, java.nio.ByteBuffer, java.nio.IntBuffer)">clCreateProgramWithBuiltInKernels(CLContext, PointerBuffer, ByteBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#clCreateProgramWithBuiltInKernels(org.lwjgl.opencl.CLContext, org.lwjgl.PointerBuffer, java.lang.CharSequence, java.nio.IntBuffer)">clCreateProgramWithBuiltInKernels(CLContext, PointerBuffer, CharSequence, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads clCreateProgramWithBuiltInKernels.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clCreateProgramWithSource(org.lwjgl.opencl.CLContext, java.nio.ByteBuffer, java.nio.IntBuffer)">clCreateProgramWithSource(CLContext, ByteBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clCreateProgramWithSource(org.lwjgl.opencl.CLContext, java.nio.ByteBuffer, org.lwjgl.PointerBuffer, java.nio.IntBuffer)">clCreateProgramWithSource(CLContext, ByteBuffer, PointerBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads clCreateProgramWithSource.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clCreateProgramWithSource(org.lwjgl.opencl.CLContext, java.nio.ByteBuffer[], java.nio.IntBuffer)">clCreateProgramWithSource(CLContext, ByteBuffer[], IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads clCreateProgramWithSource.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clCreateProgramWithSource(org.lwjgl.opencl.CLContext, java.lang.CharSequence, java.nio.IntBuffer)">clCreateProgramWithSource(CLContext, CharSequence, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads clCreateProgramWithSource.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clCreateProgramWithSource(org.lwjgl.opencl.CLContext, java.lang.CharSequence[], java.nio.IntBuffer)">clCreateProgramWithSource(CLContext, CharSequence[], IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads clCreateProgramWithSource.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clCreateSampler(org.lwjgl.opencl.CLContext, int, int, int, java.nio.IntBuffer)">clCreateSampler(CLContext, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#clCreateSubBuffer(org.lwjgl.opencl.CLMem, long, int, java.nio.ByteBuffer, java.nio.IntBuffer)">clCreateSubBuffer(CLMem, long, int, ByteBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#clCreateSubDevices(org.lwjgl.opencl.CLDevice, java.nio.LongBuffer, org.lwjgl.PointerBuffer, java.nio.IntBuffer)">clCreateSubDevices(CLDevice, LongBuffer, PointerBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTDeviceFission.html#clCreateSubDevicesEXT(org.lwjgl.opencl.CLDevice, java.nio.LongBuffer, org.lwjgl.PointerBuffer, java.nio.IntBuffer)">clCreateSubDevicesEXT(CLDevice, LongBuffer, PointerBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#clCreateUserEvent(org.lwjgl.opencl.CLContext, java.nio.IntBuffer)">clCreateUserEvent(CLContext, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl"><span class="strong">CLDevice</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd>
|
|
<div class="block">This class is a wrapper around a cl_device_id pointer.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl"><span class="strong">CLDeviceCapabilities</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#CLDeviceCapabilities(org.lwjgl.opencl.CLDevice)">CLDeviceCapabilities(CLDevice)</a></span> - Constructor for class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#cleanUp()">cleanUp()</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Clean up resources</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#clear()">clear()</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Clears this buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controllers.html#clearEvents()">clearEvents()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</a></dt>
|
|
<dd>
|
|
<div class="block">Clear any events stored for the controllers in this set</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10GL.html#clEnqueueAcquireGLObjects(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueAcquireGLObjects(CLCommandQueue, PointerBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10GL.html#clEnqueueAcquireGLObjects(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueAcquireGLObjects(CLCommandQueue, CLMem, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads clEnqueueAcquireGLObjects.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clEnqueueBarrier(org.lwjgl.opencl.CLCommandQueue)">clEnqueueBarrier(CLCommandQueue)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#clEnqueueBarrierWithWaitList(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueBarrierWithWaitList(CLCommandQueue, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueCopyBuffer(CLCommandQueue, CLMem, CLMem, long, long, long, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueCopyBufferRect(CLCommandQueue, CLMem, CLMem, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueCopyBufferToImage(CLCommandQueue, CLMem, CLMem, long, PointerBuffer, PointerBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueCopyImage(CLCommandQueue, CLMem, CLMem, PointerBuffer, PointerBuffer, PointerBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueCopyImageToBuffer(CLCommandQueue, CLMem, CLMem, PointerBuffer, PointerBuffer, long, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueFillBuffer(CLCommandQueue, CLMem, ByteBuffer, long, long, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueFillImage(CLCommandQueue, CLMem, ByteBuffer, PointerBuffer, PointerBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueMapBuffer(CLCommandQueue, CLMem, int, long, long, long, PointerBuffer, PointerBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueMapImage(CLCommandQueue, CLMem, int, long, PointerBuffer, PointerBuffer, PointerBuffer, PointerBuffer, PointerBuffer, PointerBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clEnqueueMarker(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.PointerBuffer)">clEnqueueMarker(CLCommandQueue, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#clEnqueueMarkerWithWaitList(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueMarkerWithWaitList(CLCommandQueue, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTMigrateMemobject.html#clEnqueueMigrateMemObjectEXT(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.PointerBuffer, long, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueMigrateMemObjectEXT(CLCommandQueue, PointerBuffer, long, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTMigrateMemobject.html" title="class in org.lwjgl.opencl">EXTMigrateMemobject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTMigrateMemobject.html#clEnqueueMigrateMemObjectEXT(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, long, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueMigrateMemObjectEXT(CLCommandQueue, CLMem, long, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTMigrateMemobject.html" title="class in org.lwjgl.opencl">EXTMigrateMemobject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads clEnqueueMigrateMemObjectEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#clEnqueueMigrateMemObjects(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.PointerBuffer, long, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueMigrateMemObjects(CLCommandQueue, PointerBuffer, long, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueNativeKernel(CLCommandQueue, CLNativeKernel, CLMem[], long[], PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Enqueues a native kernel to the specified command queue.</div>
|
|
</dd>
|
|
<dt><span class="strong"><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)">clEnqueueNDRangeKernel(CLCommandQueue, CLKernel, int, PointerBuffer, PointerBuffer, PointerBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueReadBuffer(CLCommandQueue, CLMem, int, long, ByteBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueReadBuffer(CLCommandQueue, CLMem, int, long, DoubleBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueReadBuffer(CLCommandQueue, CLMem, int, long, FloatBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueReadBuffer(CLCommandQueue, CLMem, int, long, IntBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueReadBuffer(CLCommandQueue, CLMem, int, long, LongBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueReadBuffer(CLCommandQueue, CLMem, int, long, ShortBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueReadBufferRect(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, ByteBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueReadBufferRect(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, DoubleBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueReadBufferRect(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, FloatBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueReadBufferRect(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, IntBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueReadBufferRect(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, LongBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueReadBufferRect(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, ShortBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueReadImage(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, long, long, ByteBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueReadImage(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, long, long, FloatBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueReadImage(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, long, long, IntBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueReadImage(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, long, long, ShortBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10GL.html#clEnqueueReleaseGLObjects(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueReleaseGLObjects(CLCommandQueue, PointerBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10GL.html#clEnqueueReleaseGLObjects(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueReleaseGLObjects(CLCommandQueue, CLMem, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads clEnqueueReleaseGLObjects.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clEnqueueTask(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLKernel, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueTask(CLCommandQueue, CLKernel, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueUnmapMemObject(CLCommandQueue, CLMem, ByteBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clEnqueueWaitForEvents(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.PointerBuffer)">clEnqueueWaitForEvents(CLCommandQueue, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clEnqueueWaitForEvents(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLEvent)">clEnqueueWaitForEvents(CLCommandQueue, CLEvent)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads clEnqueueWaitForEvents.</div>
|
|
</dd>
|
|
<dt><span class="strong"><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)">clEnqueueWriteBuffer(CLCommandQueue, CLMem, int, long, ByteBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueWriteBuffer(CLCommandQueue, CLMem, int, long, DoubleBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueWriteBuffer(CLCommandQueue, CLMem, int, long, FloatBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueWriteBuffer(CLCommandQueue, CLMem, int, long, IntBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueWriteBuffer(CLCommandQueue, CLMem, int, long, LongBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueWriteBuffer(CLCommandQueue, CLMem, int, long, ShortBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueWriteBufferRect(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, ByteBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueWriteBufferRect(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, DoubleBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueWriteBufferRect(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, FloatBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueWriteBufferRect(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, IntBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueWriteBufferRect(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, LongBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueWriteBufferRect(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, ShortBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueWriteImage(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, long, long, ByteBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueWriteImage(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, long, long, FloatBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueWriteImage(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, long, long, IntBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clEnqueueWriteImage(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, long, long, ShortBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/CLEvent.html" title="class in org.lwjgl.opencl"><span class="strong">CLEvent</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd>
|
|
<div class="block">This class is a wrapper around a cl_mem pointer.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opencl/CLEventCallback.html" title="class in org.lwjgl.opencl"><span class="strong">CLEventCallback</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd>
|
|
<div class="block">Instances of this class can be used to handle OpenCL event callbacks.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLEventCallback.html#CLEventCallback()">CLEventCallback()</a></span> - Constructor for class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLEventCallback.html" title="class in org.lwjgl.opencl">CLEventCallback</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clFinish(org.lwjgl.opencl.CLCommandQueue)">clFinish(CLCommandQueue)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clFlush(org.lwjgl.opencl.CLCommandQueue)">clFlush(CLCommandQueue)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clGetCommandQueueInfo(org.lwjgl.opencl.CLCommandQueue, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetCommandQueueInfo(CLCommandQueue, int, ByteBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clGetContextInfo(org.lwjgl.opencl.CLContext, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetContextInfo(CLContext, int, ByteBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clGetDeviceIDs(org.lwjgl.opencl.CLPlatform, long, org.lwjgl.PointerBuffer, java.nio.IntBuffer)">clGetDeviceIDs(CLPlatform, long, PointerBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clGetDeviceInfo(org.lwjgl.opencl.CLDevice, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetDeviceInfo(CLDevice, int, ByteBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clGetEventInfo(org.lwjgl.opencl.CLEvent, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetEventInfo(CLEvent, int, ByteBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clGetEventProfilingInfo(org.lwjgl.opencl.CLEvent, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetEventProfilingInfo(CLEvent, int, ByteBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/APPLEGLSharing.html#clGetGLContextInfoAPPLE(org.lwjgl.opencl.CLContext, org.lwjgl.PointerBuffer, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetGLContextInfoAPPLE(CLContext, PointerBuffer, int, ByteBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/APPLEGLSharing.html" title="class in org.lwjgl.opencl">APPLEGLSharing</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRGLSharing.html#clGetGLContextInfoKHR(org.lwjgl.PointerBuffer, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetGLContextInfoKHR(PointerBuffer, int, ByteBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRGLSharing.html" title="class in org.lwjgl.opencl">KHRGLSharing</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10GL.html#clGetGLObjectInfo(org.lwjgl.opencl.CLMem, java.nio.IntBuffer, java.nio.IntBuffer)">clGetGLObjectInfo(CLMem, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10GL.html#clGetGLTextureInfo(org.lwjgl.opencl.CLMem, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetGLTextureInfo(CLMem, int, ByteBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clGetImageInfo(org.lwjgl.opencl.CLMem, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetImageInfo(CLMem, int, ByteBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#clGetKernelArgInfo(org.lwjgl.opencl.CLKernel, int, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetKernelArgInfo(CLKernel, int, int, ByteBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clGetKernelInfo(org.lwjgl.opencl.CLKernel, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetKernelInfo(CLKernel, int, ByteBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clGetKernelSubGroupInfoKHR(CLKernel, CLDevice, int, ByteBuffer, ByteBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRSubgroups.html" title="class in org.lwjgl.opencl">KHRSubgroups</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clGetKernelWorkGroupInfo(org.lwjgl.opencl.CLKernel, org.lwjgl.opencl.CLDevice, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetKernelWorkGroupInfo(CLKernel, CLDevice, int, ByteBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clGetMemObjectInfo(org.lwjgl.opencl.CLMem, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetMemObjectInfo(CLMem, int, ByteBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clGetPlatformIDs(org.lwjgl.PointerBuffer, java.nio.IntBuffer)">clGetPlatformIDs(PointerBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clGetPlatformInfo(org.lwjgl.opencl.CLPlatform, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetPlatformInfo(CLPlatform, int, ByteBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clGetProgramBuildInfo(org.lwjgl.opencl.CLProgram, org.lwjgl.opencl.CLDevice, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetProgramBuildInfo(CLProgram, CLDevice, int, ByteBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clGetProgramInfo(org.lwjgl.opencl.CLProgram, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetProgramInfo(CLProgram, int, ByteBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clGetProgramInfo(org.lwjgl.opencl.CLProgram, org.lwjgl.PointerBuffer, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetProgramInfo(CLProgram, PointerBuffer, ByteBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads clGetProgramInfo.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clGetProgramInfo(org.lwjgl.opencl.CLProgram, java.nio.ByteBuffer[], org.lwjgl.PointerBuffer)">clGetProgramInfo(CLProgram, ByteBuffer[], PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads clGetProgramInfo.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clGetSamplerInfo(org.lwjgl.opencl.CLSampler, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetSamplerInfo(CLSampler, int, ByteBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clGetSupportedImageFormats(org.lwjgl.opencl.CLContext, long, int, java.nio.ByteBuffer, java.nio.IntBuffer)">clGetSupportedImageFormats(CLContext, long, int, ByteBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRICD.html#clIcdGetPlatformIDsKHR(org.lwjgl.PointerBuffer, java.nio.IntBuffer)">clIcdGetPlatformIDsKHR(PointerBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRICD.html" title="class in org.lwjgl.opencl">KHRICD</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/api/CLImageFormat.html" title="class in org.lwjgl.opencl.api"><span class="strong">CLImageFormat</span></a> - Class in <a href="./org/lwjgl/opencl/api/package-summary.html">org.lwjgl.opencl.api</a></dt>
|
|
<dd>
|
|
<div class="block">Simple container for cl_image_format struct values.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/api/CLImageFormat.html#CLImageFormat(int, int)">CLImageFormat(int, int)</a></span> - Constructor for class org.lwjgl.opencl.api.<a href="./org/lwjgl/opencl/api/CLImageFormat.html" title="class in org.lwjgl.opencl.api">CLImageFormat</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl"><span class="strong">CLKernel</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd>
|
|
<div class="block">This class is a wrapper around a cl_kernel pointer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><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)">clLinkProgram(CLContext, PointerBuffer, ByteBuffer, PointerBuffer, CLLinkProgramCallback, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">clLinkProgram(CLContext, PointerBuffer, CharSequence, PointerBuffer, CLLinkProgramCallback, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads clLinkProgram.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opencl/CLLinkProgramCallback.html" title="class in org.lwjgl.opencl"><span class="strong">CLLinkProgramCallback</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd>
|
|
<div class="block">Instances of this class can be used to receive OpenCL program linkage notifications.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLLinkProgramCallback.html#CLLinkProgramCallback()">CLLinkProgramCallback()</a></span> - Constructor for class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLLinkProgramCallback.html" title="class in org.lwjgl.opencl">CLLinkProgramCallback</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl"><span class="strong">CLMem</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd>
|
|
<div class="block">This class is a wrapper around a cl_mem pointer.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opencl/CLMemObjectDestructorCallback.html" title="class in org.lwjgl.opencl"><span class="strong">CLMemObjectDestructorCallback</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd>
|
|
<div class="block">Instances of this class can be used to receive OpenCL memory object destruction notifications.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLMemObjectDestructorCallback.html#CLMemObjectDestructorCallback()">CLMemObjectDestructorCallback()</a></span> - Constructor for class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLMemObjectDestructorCallback.html" title="class in org.lwjgl.opencl">CLMemObjectDestructorCallback</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/CLNativeKernel.html" title="class in org.lwjgl.opencl"><span class="strong">CLNativeKernel</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd>
|
|
<div class="block">Instances of this class can be used to execute native kernels.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLNativeKernel.html#CLNativeKernel()">CLNativeKernel()</a></span> - Constructor for class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLNativeKernel.html" title="class in org.lwjgl.opencl">CLNativeKernel</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/CLPlatform.html" title="class in org.lwjgl.opencl"><span class="strong">CLPlatform</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd>
|
|
<div class="block">This class is a wrapper around a cl_platform_id pointer.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl"><span class="strong">CLPlatformCapabilities</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLPlatformCapabilities.html#CLPlatformCapabilities(org.lwjgl.opencl.CLPlatform)">CLPlatformCapabilities(CLPlatform)</a></span> - Constructor for class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/CLPrintfCallback.html" title="class in org.lwjgl.opencl"><span class="strong">CLPrintfCallback</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd>
|
|
<div class="block">Instances of this class can be used to receive OpenCL printf messages.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLPrintfCallback.html#CLPrintfCallback()">CLPrintfCallback()</a></span> - Constructor for class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLPrintfCallback.html" title="class in org.lwjgl.opencl">CLPrintfCallback</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl"><span class="strong">CLProgram</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd>
|
|
<div class="block">This class is a wrapper around a cl_program pointer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clReleaseCommandQueue(org.lwjgl.opencl.CLCommandQueue)">clReleaseCommandQueue(CLCommandQueue)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clReleaseContext(org.lwjgl.opencl.CLContext)">clReleaseContext(CLContext)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#clReleaseDevice(org.lwjgl.opencl.CLDevice)">clReleaseDevice(CLDevice)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd>
|
|
<div class="block">Warning: LWJGL will not automatically release any objects associated with sub-devices.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTDeviceFission.html#clReleaseDeviceEXT(org.lwjgl.opencl.CLDevice)">clReleaseDeviceEXT(CLDevice)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</a></dt>
|
|
<dd>
|
|
<div class="block">Warning: LWJGL will not automatically release any objects associated with sub-devices.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clReleaseEvent(org.lwjgl.opencl.CLEvent)">clReleaseEvent(CLEvent)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clReleaseKernel(org.lwjgl.opencl.CLKernel)">clReleaseKernel(CLKernel)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clReleaseMemObject(org.lwjgl.opencl.CLMem)">clReleaseMemObject(CLMem)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clReleaseProgram(org.lwjgl.opencl.CLProgram)">clReleaseProgram(CLProgram)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clReleaseSampler(org.lwjgl.opencl.CLSampler)">clReleaseSampler(CLSampler)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clRetainCommandQueue(org.lwjgl.opencl.CLCommandQueue)">clRetainCommandQueue(CLCommandQueue)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clRetainContext(org.lwjgl.opencl.CLContext)">clRetainContext(CLContext)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#clRetainDevice(org.lwjgl.opencl.CLDevice)">clRetainDevice(CLDevice)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/EXTDeviceFission.html#clRetainDeviceEXT(org.lwjgl.opencl.CLDevice)">clRetainDeviceEXT(CLDevice)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clRetainEvent(org.lwjgl.opencl.CLEvent)">clRetainEvent(CLEvent)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clRetainKernel(org.lwjgl.opencl.CLKernel)">clRetainKernel(CLKernel)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clRetainMemObject(org.lwjgl.opencl.CLMem)">clRetainMemObject(CLMem)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clRetainProgram(org.lwjgl.opencl.CLProgram)">clRetainProgram(CLProgram)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clRetainSampler(org.lwjgl.opencl.CLSampler)">clRetainSampler(CLSampler)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/CLSampler.html" title="class in org.lwjgl.opencl"><span class="strong">CLSampler</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd>
|
|
<div class="block">This class is a wrapper around a cl_sampler pointer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#clSetEventCallback(org.lwjgl.opencl.CLEvent, int, org.lwjgl.opencl.CLEventCallback)">clSetEventCallback(CLEvent, int, CLEventCallback)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clSetKernelArg(org.lwjgl.opencl.CLKernel, int, long)">clSetKernelArg(CLKernel, int, long)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clSetKernelArg(org.lwjgl.opencl.CLKernel, int, java.nio.ByteBuffer)">clSetKernelArg(CLKernel, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clSetKernelArg(org.lwjgl.opencl.CLKernel, int, java.nio.DoubleBuffer)">clSetKernelArg(CLKernel, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clSetKernelArg(org.lwjgl.opencl.CLKernel, int, java.nio.FloatBuffer)">clSetKernelArg(CLKernel, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clSetKernelArg(org.lwjgl.opencl.CLKernel, int, java.nio.IntBuffer)">clSetKernelArg(CLKernel, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clSetKernelArg(org.lwjgl.opencl.CLKernel, int, java.nio.LongBuffer)">clSetKernelArg(CLKernel, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clSetKernelArg(org.lwjgl.opencl.CLKernel, int, java.nio.ShortBuffer)">clSetKernelArg(CLKernel, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clSetKernelArg(org.lwjgl.opencl.CLKernel, int, org.lwjgl.opencl.CLObject)">clSetKernelArg(CLKernel, int, CLObject)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads clSetKernelArg.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/APPLESetMemObjectDestructor.html#clSetMemObjectDestructorAPPLE(org.lwjgl.opencl.CLMem, org.lwjgl.opencl.CLMemObjectDestructorCallback)">clSetMemObjectDestructorAPPLE(CLMem, CLMemObjectDestructorCallback)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/APPLESetMemObjectDestructor.html" title="class in org.lwjgl.opencl">APPLESetMemObjectDestructor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#clSetMemObjectDestructorCallback(org.lwjgl.opencl.CLMem, org.lwjgl.opencl.CLMemObjectDestructorCallback)">clSetMemObjectDestructorCallback(CLMem, CLMemObjectDestructorCallback)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#clSetPrintfCallback(org.lwjgl.opencl.CLContext, org.lwjgl.opencl.CLPrintfCallback)">clSetPrintfCallback(CLContext, CLPrintfCallback)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL11.html#clSetUserEventStatus(org.lwjgl.opencl.CLEvent, int)">clSetUserEventStatus(CLEvent, int)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/KHRTerminateContext.html#clTerminateContextKHR(org.lwjgl.opencl.CLContext)">clTerminateContextKHR(CLContext)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/KHRTerminateContext.html" title="class in org.lwjgl.opencl">KHRTerminateContext</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clUnloadCompiler()">clUnloadCompiler()</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL12.html#clUnloadPlatformCompiler(org.lwjgl.opencl.CLPlatform)">clUnloadPlatformCompiler(CLPlatform)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clWaitForEvents(org.lwjgl.PointerBuffer)">clWaitForEvents(PointerBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL10.html#clWaitForEvents(org.lwjgl.opencl.CLEvent)">clWaitForEvents(CLEvent)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads clWaitForEvents.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util"><span class="strong">Color</span></a> - Class in <a href="./org/lwjgl/util/package-summary.html">org.lwjgl.util</a></dt>
|
|
<dd>
|
|
<div class="block">A mutable Color class</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#Color()">Color()</a></span> - Constructor for class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for Color.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#Color(int, int, int)">Color(int, int, int)</a></span> - Constructor for class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for Color.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#Color(byte, byte, byte)">Color(byte, byte, byte)</a></span> - Constructor for class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for Color.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#Color(int, int, int, int)">Color(int, int, int, int)</a></span> - Constructor for class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for Color.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#Color(byte, byte, byte, byte)">Color(byte, byte, byte, byte)</a></span> - Constructor for class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for Color.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#Color(org.lwjgl.util.ReadableColor)">Color(ReadableColor)</a></span> - Constructor for class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for Color</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellatorCallback.html#combine(double[], java.lang.Object[], float[], java.lang.Object[])">combine(double[], Object[], float[], Object[])</a></span> - Method in interface org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellatorCallback.html" title="interface in org.lwjgl.util.glu">GLUtessellatorCallback</a></dt>
|
|
<dd>
|
|
<div class="block">The <b>combine</b> callback method is called to create a new vertex when
|
|
the tessellation detects an intersection, or wishes to merge features.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html#combine(double[], java.lang.Object[], float[], java.lang.Object[])">combine(double[], Object[], float[], Object[])</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu">GLUtessellatorCallbackAdapter</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellatorCallback.html#combineData(double[], java.lang.Object[], float[], java.lang.Object[], java.lang.Object)">combineData(double[], Object[], float[], Object[], Object)</a></span> - Method in interface org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellatorCallback.html" title="interface in org.lwjgl.util.glu">GLUtessellatorCallback</a></dt>
|
|
<dd>
|
|
<div class="block">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.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html#combineData(double[], java.lang.Object[], float[], java.lang.Object[], java.lang.Object)">combineData(double[], Object[], float[], Object[], Object)</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu">GLUtessellatorCallbackAdapter</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#compact()">compact()</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Compacts this buffer <i>(optional operation)</i>.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#compareTo(java.lang.Object)">compareTo(Object)</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Compares this buffer to another.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#compareVersion(java.io.File, java.lang.String)">compareVersion(File, String)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">This method will return true if the version stored in the file
|
|
matches the supplied String version.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#componentHidden(java.awt.event.ComponentEvent)">componentHidden(ComponentEvent)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#componentMoved(java.awt.event.ComponentEvent)">componentMoved(ComponentEvent)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#componentResized(java.awt.event.ComponentEvent)">componentResized(ComponentEvent)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#componentShown(java.awt.event.ComponentEvent)">componentShown(ComponentEvent)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Util.html#compPerPix(int)">compPerPix(int)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Method compPerPix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#concurrentLookupThreads">concurrentLookupThreads</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">threads to use when fetching information of files to be downloaded</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLESync.html#CONDITION_SATISFIED_APPLE">CONDITION_SATISFIED_APPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by ClientWaitSyncAPPLE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#contains(org.lwjgl.util.ReadablePoint)">contains(ReadablePoint)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Checks whether or not this <code>Rectangle</code> contains the
|
|
specified <code>Point</code>.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#contains(int, int)">contains(int, int)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Checks whether or not this <code>Rectangle</code> contains the
|
|
point at the specified location
|
|
(<i>x</i>, <i>y</i>).</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#contains(org.lwjgl.util.ReadableRectangle)">contains(ReadableRectangle)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Checks whether or not this <code>Rectangle</code> entirely contains
|
|
the specified <code>Rectangle</code>.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#contains(int, int, int, int)">contains(int, int, int, int)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Checks whether this <code>Rectangle</code> entirely contains
|
|
the <code>Rectangle</code>
|
|
at the specified location (<i>X</i>, <i>Y</i>) with the
|
|
specified dimensions (<i>W</i>, <i>H</i>).</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl"><span class="strong">ContextAttribs</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block">This class represents the context attributes passed to CreateContextAttribs of the ARB_create_context and
|
|
ARB_create_context_profile extensions.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextAttribs.html#ContextAttribs()">ContextAttribs()</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextAttribs.html#ContextAttribs(int, int)">ContextAttribs(int, int)</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/ContextAttribs.html" title="class in org.lwjgl.opengles"><span class="strong">ContextAttribs</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd>
|
|
<div class="block">This class represents the context attributes passed to EGL's eglCreateContext.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextAttribs.html#ContextAttribs()">ContextAttribs()</a></span> - Constructor for class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextAttribs.html" title="class in org.lwjgl.opengles">ContextAttribs</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextAttribs.html#ContextAttribs(int)">ContextAttribs(int)</a></span> - Constructor for class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextAttribs.html" title="class in org.lwjgl.opengles">ContextAttribs</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl"><span class="strong">ContextCapabilities</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles"><span class="strong">ContextCapabilities</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input"><span class="strong">Controller</span></a> - Interface in <a href="./org/lwjgl/input/package-summary.html">org.lwjgl.input</a></dt>
|
|
<dd>
|
|
<div class="block">A game controller of some sort that will provide input.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input"><span class="strong">ControllerAdapter</span></a> - Class in <a href="./org/lwjgl/util/input/package-summary.html">org.lwjgl.util.input</a></dt>
|
|
<dd>
|
|
<div class="block">Adapter for the Controller interface.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#ControllerAdapter()">ControllerAdapter()</a></span> - Constructor for class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input"><span class="strong">Controllers</span></a> - Class in <a href="./org/lwjgl/input/package-summary.html">org.lwjgl.input</a></dt>
|
|
<dd>
|
|
<div class="block">The collection of controllers currently connected.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controllers.html#Controllers()">Controllers()</a></span> - Constructor for class org.lwjgl.input.<a href="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#copy(org.lwjgl.util.mapped.MappedObject, org.lwjgl.util.mapped.MappedObject, int)">copy(MappedObject, MappedObject, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObject.html#copyRange(T, int)">copyRange(T, int)</a></span> - Method in class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</a></dt>
|
|
<dd>
|
|
<div class="block">Copies and amount of <code>SIZEOF * instances</code> bytes, from the
|
|
current mapped object, to the specified mapped object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObject.html#copyTo(T)">copyTo(T)</a></span> - Method in class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</a></dt>
|
|
<dd>
|
|
<div class="block">Copies and amount of <code>SIZEOF - padding</code> bytes, from the current
|
|
mapped object, to the specified mapped object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Quadric.html#cos(float)">cos(float)</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#cput(char, long)">cput(char, long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#cput(org.lwjgl.util.mapped.MappedObject, char, int)">cput(MappedObject, char, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controllers.html#create()">create()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</a></dt>
|
|
<dd>
|
|
<div class="block">Initialise the controllers collection</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#create()">create()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd>
|
|
<div class="block">"Create" the keyboard.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#create()">create()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd>
|
|
<div class="block">"Create" the mouse.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL.html#create(java.lang.String, int, int, boolean)">create(String, int, int, boolean)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL.html" title="class in org.lwjgl.openal">AL</a></dt>
|
|
<dd>
|
|
<div class="block">Creates an OpenAL instance.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL.html#create(java.lang.String, int, int, boolean, boolean)">create(String, int, int, boolean, boolean)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL.html" title="class in org.lwjgl.openal">AL</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL.html#create()">create()</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL.html" title="class in org.lwjgl.openal">AL</a></dt>
|
|
<dd>
|
|
<div class="block">Creates an OpenAL instance.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL.html#create()">create()</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL.html" title="class in org.lwjgl.opencl">CL</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLContext.html#create(org.lwjgl.opencl.CLPlatform, java.util.List, java.nio.IntBuffer)">create(CLPlatform, List<CLDevice>, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a new CLContext.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLContext.html#create(org.lwjgl.opencl.CLPlatform, java.util.List, org.lwjgl.opencl.CLContextCallback, java.nio.IntBuffer)">create(CLPlatform, List<CLDevice>, CLContextCallback, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a new CLContext.</div>
|
|
</dd>
|
|
<dt><span class="strong"><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)">create(CLPlatform, List<CLDevice>, CLContextCallback, Drawable, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a new CLContext.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#create()">create()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Create the OpenGL context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#create(org.lwjgl.opengl.PixelFormat)">create(PixelFormat)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Create the OpenGL context with the given minimum parameters.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#create(org.lwjgl.opengl.PixelFormat, org.lwjgl.opengl.Drawable)">create(PixelFormat, Drawable)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Create the OpenGL context with the given minimum parameters.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#create(org.lwjgl.opengl.PixelFormat, org.lwjgl.opengl.ContextAttribs)">create(PixelFormat, ContextAttribs)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Create the OpenGL context with the given minimum parameters.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#create(org.lwjgl.opengl.PixelFormat, org.lwjgl.opengl.Drawable, org.lwjgl.opengl.ContextAttribs)">create(PixelFormat, Drawable, ContextAttribs)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Create the OpenGL context with the given minimum parameters.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#create(org.lwjgl.opengl.PixelFormatLWJGL)">create(PixelFormatLWJGL)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Create the OpenGL ES context with the given minimum parameters.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#create(org.lwjgl.opengl.PixelFormatLWJGL, org.lwjgl.opengl.Drawable)">create(PixelFormatLWJGL, Drawable)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Create the OpenGL ES context with the given minimum parameters.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#create(org.lwjgl.opengl.PixelFormatLWJGL, org.lwjgl.opengles.ContextAttribs)">create(PixelFormatLWJGL, ContextAttribs)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Create the OpenGL ES context with the given minimum parameters.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#create(org.lwjgl.opengl.PixelFormatLWJGL, org.lwjgl.opengl.Drawable, org.lwjgl.opengles.ContextAttribs)">create(PixelFormatLWJGL, Drawable, ContextAttribs)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Create the OpenGL ES context with the given minimum parameters.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedSet.html#create(org.lwjgl.util.mapped.MappedObject, org.lwjgl.util.mapped.MappedObject)">create(MappedObject, MappedObject)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Creates a <code>MappedSet</code> by linking the specified <code>MappedObject</code>s.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedSet.html#create(org.lwjgl.util.mapped.MappedObject, org.lwjgl.util.mapped.MappedObject, org.lwjgl.util.mapped.MappedObject)">create(MappedObject, MappedObject, MappedObject)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Creates a <code>MappedSet</code> by linking the specified <code>MappedObject</code>s.</div>
|
|
</dd>
|
|
<dt><span class="strong"><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)">create(MappedObject, MappedObject, MappedObject, MappedObject)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Creates a <code>MappedSet</code> by linking the specified <code>MappedObject</code>s.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WaveData.html#create(java.net.URL)">create(URL)</a></span> - Static method in class org.lwjgl.util.<a href="./org/lwjgl/util/WaveData.html" title="class in org.lwjgl.util">WaveData</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a WaveData container from the specified url</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WaveData.html#create(java.lang.String)">create(String)</a></span> - Static method in class org.lwjgl.util.<a href="./org/lwjgl/util/WaveData.html" title="class in org.lwjgl.util">WaveData</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a WaveData container from the specified in the classpath</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WaveData.html#create(java.io.InputStream)">create(InputStream)</a></span> - Static method in class org.lwjgl.util.<a href="./org/lwjgl/util/WaveData.html" title="class in org.lwjgl.util">WaveData</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a WaveData container from the specified inputstream</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WaveData.html#create(byte[])">create(byte[])</a></span> - Static method in class org.lwjgl.util.<a href="./org/lwjgl/util/WaveData.html" title="class in org.lwjgl.util">WaveData</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a WaveData container from the specified bytes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WaveData.html#create(java.nio.ByteBuffer)">create(ByteBuffer)</a></span> - Static method in class org.lwjgl.util.<a href="./org/lwjgl/util/WaveData.html" title="class in org.lwjgl.util">WaveData</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a WaveData container from the specified ByetBuffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WaveData.html#create(javax.sound.sampled.AudioInputStream)">create(AudioInputStream)</a></span> - Static method in class org.lwjgl.util.<a href="./org/lwjgl/util/WaveData.html" title="class in org.lwjgl.util">WaveData</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a WaveData container from the specified stream</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferUtils.html#createByteBuffer(int)">createByteBuffer(int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</a></dt>
|
|
<dd>
|
|
<div class="block">Construct a direct native-ordered bytebuffer with the specified size.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/CacheUtil.html#createByteBuffer(int)">createByteBuffer(int)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Construct a direct, native-ordered and cache-line-aligned bytebuffer with the specified size.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferUtils.html#createCharBuffer(int)">createCharBuffer(int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</a></dt>
|
|
<dd>
|
|
<div class="block">Construct a direct native-order charbuffer with the specified number
|
|
of elements.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/CacheUtil.html#createCharBuffer(int)">createCharBuffer(int)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Construct a direct, native-ordered and cache-line-aligned charbuffer with the specified number
|
|
of elements.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLDisplay.html#createContext(org.lwjgl.opengles.EGLConfig, org.lwjgl.opengles.EGLContext, java.nio.IntBuffer)">createContext(EGLConfig, EGLContext, IntBuffer)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLDisplay.html" title="class in org.lwjgl.opengles">EGLDisplay</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/InputImplementation.html#createCursor(int, int, int, int, int, java.nio.IntBuffer, java.nio.IntBuffer)">createCursor(int, int, int, int, int, IntBuffer, IntBuffer)</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</a></dt>
|
|
<dd>
|
|
<div class="block">Native cursor handles</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferUtils.html#createDoubleBuffer(int)">createDoubleBuffer(int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</a></dt>
|
|
<dd>
|
|
<div class="block">Construct a direct native-order doublebuffer with the specified number
|
|
of elements.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/CacheUtil.html#createDoubleBuffer(int)">createDoubleBuffer(int)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Construct a direct, native-ordered and cache-line-aligned doublebuffer with the specified number
|
|
of elements.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferUtils.html#createFloatBuffer(int)">createFloatBuffer(int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</a></dt>
|
|
<dd>
|
|
<div class="block">Construct a direct native-order floatbuffer with the specified number
|
|
of elements.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/CacheUtil.html#createFloatBuffer(int)">createFloatBuffer(int)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Construct a direct, native-ordered and cache-line-aligned floatbuffer with the specified number
|
|
of elements.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLContext.html#createFromType(org.lwjgl.opencl.CLPlatform, long, java.nio.IntBuffer)">createFromType(CLPlatform, long, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a new CLContext.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLContext.html#createFromType(org.lwjgl.opencl.CLPlatform, long, org.lwjgl.opencl.CLContextCallback, java.nio.IntBuffer)">createFromType(CLPlatform, long, CLContextCallback, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a new CLContext.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLContext.html#createFromType(org.lwjgl.opencl.CLPlatform, long, org.lwjgl.opencl.CLContextCallback, org.lwjgl.opengl.Drawable, java.nio.IntBuffer)">createFromType(CLPlatform, long, CLContextCallback, Drawable, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a new CLContext.</div>
|
|
</dd>
|
|
<dt><span class="strong"><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)">createImage2D(CLContext, long, CLImageFormat, long, long, long, Buffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a new 2D image object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><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)">createImage3D(CLContext, long, CLImageFormat, long, long, long, long, long, Buffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a new 3D image object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferUtils.html#createIntBuffer(int)">createIntBuffer(int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</a></dt>
|
|
<dd>
|
|
<div class="block">Construct a direct native-order intbuffer with the specified number
|
|
of elements.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/CacheUtil.html#createIntBuffer(int)">createIntBuffer(int)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Construct a direct, native-ordered and cache-line-aligned intbuffer with the specified number
|
|
of elements.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLProgram.html#createKernelsInProgram()">createKernelsInProgram()</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Creates kernel objects for all kernels functions in this program.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/InputImplementation.html#createKeyboard()">createKeyboard()</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</a></dt>
|
|
<dd>
|
|
<div class="block">Method to create the keyboard</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferUtils.html#createLongBuffer(int)">createLongBuffer(int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</a></dt>
|
|
<dd>
|
|
<div class="block">Construct a direct native-order longbuffer with the specified number
|
|
of elements.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/CacheUtil.html#createLongBuffer(int)">createLongBuffer(int)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Construct a direct, native-ordered and cache-line-aligned longbuffer with the specified number
|
|
of elements.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/InputImplementation.html#createMouse()">createMouse()</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</a></dt>
|
|
<dd>
|
|
<div class="block">Method to create the mouse.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferUtils.html#createPointerBuffer(int)">createPointerBuffer(int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</a></dt>
|
|
<dd>
|
|
<div class="block">Construct a PointerBuffer with the specified number
|
|
of elements.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/CacheUtil.html#createPointerBuffer(int)">createPointerBuffer(int)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Construct a cache-line-aligned PointerBuffer with the specified number
|
|
of elements.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#createSharedContext()">createSharedContext()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd>
|
|
<div class="block">This method should only be called internally.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/SharedDrawable.html#createSharedContext()">createSharedContext()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/SharedDrawable.html" title="class in org.lwjgl.opengl">SharedDrawable</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferUtils.html#createShortBuffer(int)">createShortBuffer(int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</a></dt>
|
|
<dd>
|
|
<div class="block">Construct a direct native-order shortbuffer with the specified number
|
|
of elements.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/CacheUtil.html#createShortBuffer(int)">createShortBuffer(int)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Construct a direct, native-ordered and cache-line-aligned shortbuffer with the specified number
|
|
of elements.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLMem.html#createSubBuffer(long, int, org.lwjgl.opencl.api.CLBufferRegion, java.nio.IntBuffer)">createSubBuffer(long, int, CLBufferRegion, IntBuffer)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLDisplay.html#createWindowSurface(org.lwjgl.opengles.EGLConfig, long, java.nio.IntBuffer)">createWindowSurface(EGLConfig, long, IntBuffer)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLDisplay.html" title="class in org.lwjgl.opengles">EGLDisplay</a></dt>
|
|
<dd>
|
|
<div class="block">Creates an on-screen rendering surface on this EGL display.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Util.html#cross(float[], float[], float[])">cross(float[], float[], float[])</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Calculate cross-product</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#cross(org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Vector3f)">cross(Vector3f, Vector3f, Vector3f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">The cross product of two vectors.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Pbuffer.html#CUBE_MAP_FACE">CUBE_MAP_FACE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">The render-to-texture cube map face attribute.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#currentSizeExtract">currentSizeExtract</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">current size of extracted in bytes</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/input/Cursor.html" title="class in org.lwjgl.input"><span class="strong">Cursor</span></a> - Class in <a href="./org/lwjgl/input/package-summary.html">org.lwjgl.input</a></dt>
|
|
<dd>
|
|
<div class="block">A class representing a native cursor.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Cursor.html#Cursor(int, int, int, int, int, java.nio.IntBuffer, java.nio.IntBuffer)">Cursor(int, int, int, int, int, IntBuffer, IntBuffer)</a></span> - Constructor for class org.lwjgl.input.<a href="./org/lwjgl/input/Cursor.html" title="class in org.lwjgl.input">Cursor</a></dt>
|
|
<dd>
|
|
<div class="block">Constructs a new Cursor, with the given parameters.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Cursor.html#CURSOR_8_BIT_ALPHA">CURSOR_8_BIT_ALPHA</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Cursor.html" title="class in org.lwjgl.input">Cursor</a></dt>
|
|
<dd>
|
|
<div class="block">8 bit alhpa native cursor</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Cursor.html#CURSOR_ANIMATION">CURSOR_ANIMATION</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Cursor.html" title="class in org.lwjgl.input">Cursor</a></dt>
|
|
<dd>
|
|
<div class="block">animation native cursor</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Cursor.html#CURSOR_ONE_BIT_TRANSPARENCY">CURSOR_ONE_BIT_TRANSPARENCY</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Cursor.html" title="class in org.lwjgl.input">Cursor</a></dt>
|
|
<dd>
|
|
<div class="block">1 bit transparency for native cursor</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#cvget(long)">cvget(long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#cvget(org.lwjgl.util.mapped.MappedObject, int)">cvget(MappedObject, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#cvput(char, long)">cvput(char, long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#cvput(org.lwjgl.util.mapped.MappedObject, char, int)">cvput(MappedObject, char, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableColor.html#CYAN">CYAN</a></span> - Static variable in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/glu/Cylinder.html" title="class in org.lwjgl.util.glu"><span class="strong">Cylinder</span></a> - Class in <a href="./org/lwjgl/util/glu/package-summary.html">org.lwjgl.util.glu</a></dt>
|
|
<dd>
|
|
<div class="block">Cylinder.java
|
|
|
|
|
|
Created 23-dec-2003</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Cylinder.html#Cylinder()">Cylinder()</a></span> - Constructor for class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/Cylinder.html" title="class in org.lwjgl.util.glu">Cylinder</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for Cylinder.</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="_D_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">D</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WaveData.html#data">data</a></span> - Variable in class org.lwjgl.util.<a href="./org/lwjgl/util/WaveData.html" title="class in org.lwjgl.util">WaveData</a></dt>
|
|
<dd>
|
|
<div class="block">actual wave data</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLUtil.html#DEBUG">DEBUG</a></span> - Static variable in class org.lwjgl.<a href="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</a></dt>
|
|
<dd>
|
|
<div class="block">Debug flag.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#debug_sleep(long)">debug_sleep(long)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Utility method for sleeping
|
|
Will only really sleep if debug has been enabled</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#debugMode">debugMode</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">whether we're running in debug mode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#decodeASCII(java.nio.ByteBuffer)">decodeASCII(ByteBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#decodeUTF16(java.nio.ByteBuffer)">decodeUTF16(ByteBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#decodeUTF8(java.nio.ByteBuffer)">decodeUTF8(ByteBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Pbuffer.html#DEPTH_BUFFER">DEPTH_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">The Pbuffer depth buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controllers.html#destroy()">destroy()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</a></dt>
|
|
<dd>
|
|
<div class="block">Destroys any resources used by the controllers</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Cursor.html#destroy()">destroy()</a></span> - Method in class org.lwjgl.input.<a href="./org/lwjgl/input/Cursor.html" title="class in org.lwjgl.input">Cursor</a></dt>
|
|
<dd>
|
|
<div class="block">Destroy the native cursor.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#destroy()">destroy()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd>
|
|
<div class="block">"Destroy" the keyboard</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#destroy()">destroy()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd>
|
|
<div class="block">"Destroy" the mouse.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL.html#destroy()">destroy()</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL.html" title="class in org.lwjgl.openal">AL</a></dt>
|
|
<dd>
|
|
<div class="block">Exit cleanly by calling destroy.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL.html#destroy()">destroy()</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL.html" title="class in org.lwjgl.opencl">CL</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#destroy()">destroy()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd>
|
|
<div class="block">Destroy the OpenGL context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#destroy()">destroy()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Destroy the Display.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Drawable.html#destroy()">destroy()</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Drawable.html" title="interface in org.lwjgl.opengl">Drawable</a></dt>
|
|
<dd>
|
|
<div class="block">Destroys the Drawable.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLContext.html#destroy()">destroy()</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLContext.html" title="class in org.lwjgl.opengles">EGLContext</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLSurface.html#destroy()">destroy()</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLSurface.html" title="class in org.lwjgl.opengles">EGLSurface</a></dt>
|
|
<dd>
|
|
<div class="block">Destroys this EGL surface.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#destroy()">destroy()</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/InputImplementation.html#destroyCursor(java.lang.Object)">destroyCursor(Object)</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/InputImplementation.html#destroyKeyboard()">destroyKeyboard()</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</a></dt>
|
|
<dd>
|
|
<div class="block">Method to destroy the keyboard</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/InputImplementation.html#destroyMouse()">destroyMouse()</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</a></dt>
|
|
<dd>
|
|
<div class="block">Method the destroy the mouse</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix.html#determinant()">determinant()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix.html" title="class in org.lwjgl.util.vector">Matrix</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#determinant()">determinant()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#determinant()">determinant()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#determinant()">determinant()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#dget(long)">dget(long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#dget(org.lwjgl.util.mapped.MappedObject, int)">dget(MappedObject, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util"><span class="strong">Dimension</span></a> - Class in <a href="./org/lwjgl/util/package-summary.html">org.lwjgl.util</a></dt>
|
|
<dd>
|
|
<div class="block">A 2D integer Dimension class, which looks remarkably like an AWT one.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Dimension.html#Dimension()">Dimension()</a></span> - Constructor for class org.lwjgl.util.<a href="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util">Dimension</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for Dimension.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Dimension.html#Dimension(int, int)">Dimension(int, int)</a></span> - Constructor for class org.lwjgl.util.<a href="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util">Dimension</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for Dimension.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Dimension.html#Dimension(org.lwjgl.util.ReadableDimension)">Dimension(ReadableDimension)</a></span> - Constructor for class org.lwjgl.util.<a href="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util">Dimension</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for Dimension.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/glu/Disk.html" title="class in org.lwjgl.util.glu"><span class="strong">Disk</span></a> - Class in <a href="./org/lwjgl/util/glu/package-summary.html">org.lwjgl.util.glu</a></dt>
|
|
<dd>
|
|
<div class="block">Disk.java
|
|
|
|
|
|
Created 23-dec-2003</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Disk.html#Disk()">Disk()</a></span> - Constructor for class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/Disk.html" title="class in org.lwjgl.util.glu">Disk</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for Disk.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl"><span class="strong">Display</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/Display.html" title="class in org.lwjgl.util"><span class="strong">Display</span></a> - Class in <a href="./org/lwjgl/util/package-summary.html">org.lwjgl.util</a></dt>
|
|
<dd>
|
|
<div class="block">Display initialization utility, that can be used to find display modes and pick
|
|
one for you based on your criteria.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Display.html#Display()">Display()</a></span> - Constructor for class org.lwjgl.util.<a href="./org/lwjgl/util/Display.html" title="class in org.lwjgl.util">Display</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/DisplayMode.html" title="class in org.lwjgl.opengl"><span class="strong">DisplayMode</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block">This class encapsulates the properties for a given display mode.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/DisplayMode.html#DisplayMode(int, int)">DisplayMode(int, int)</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/DisplayMode.html" title="class in org.lwjgl.opengl">DisplayMode</a></dt>
|
|
<dd>
|
|
<div class="block">Construct a display mode.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WaveData.html#dispose()">dispose()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/WaveData.html" title="class in org.lwjgl.util">WaveData</a></dt>
|
|
<dd>
|
|
<div class="block">Disposes the wavedata</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableColor.html#DKGREY">DKGREY</a></span> - Static variable in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/DMPShaderBinary.html" title="class in org.lwjgl.opengles"><span class="strong">DMPShaderBinary</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#dot(org.lwjgl.util.vector.Quaternion, org.lwjgl.util.vector.Quaternion)">dot(Quaternion, Quaternion)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">The dot product of two quaternions</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector2f.html#dot(org.lwjgl.util.vector.Vector2f, org.lwjgl.util.vector.Vector2f)">dot(Vector2f, Vector2f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">The dot product of two vectors is calculated as
|
|
v1.x * v2.x + v1.y * v2.y + v1.z * v2.z</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#dot(org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Vector3f)">dot(Vector3f, Vector3f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">The dot product of two vectors is calculated as
|
|
v1.x * v2.x + v1.y * v2.y + v1.z * v2.z</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#dot(org.lwjgl.util.vector.Vector4f, org.lwjgl.util.vector.Vector4f)">dot(Vector4f, Vector4f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">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</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#downloadJars(java.lang.String)">downloadJars(String)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Will download the jars from the server using the list of urls
|
|
in urlList, while at the same time updating progress bar</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#dput(double, long)">dput(double, long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#dput(org.lwjgl.util.mapped.MappedObject, double, int)">dput(MappedObject, double, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Cylinder.html#draw(float, float, float, int, int)">draw(float, float, float, int, int)</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/Cylinder.html" title="class in org.lwjgl.util.glu">Cylinder</a></dt>
|
|
<dd>
|
|
<div class="block">draws a cylinder oriented along the z axis.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Disk.html#draw(float, float, int, int)">draw(float, float, int, int)</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/Disk.html" title="class in org.lwjgl.util.glu">Disk</a></dt>
|
|
<dd>
|
|
<div class="block">renders a disk on the z = 0 plane.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/PartialDisk.html#draw(float, float, int, int, float, float)">draw(float, float, int, int, float, float)</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/PartialDisk.html" title="class in org.lwjgl.util.glu">PartialDisk</a></dt>
|
|
<dd>
|
|
<div class="block">renders a partial disk on the z=0 plane.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Sphere.html#draw(float, int, int)">draw(float, int, int)</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/Sphere.html" title="class in org.lwjgl.util.glu">Sphere</a></dt>
|
|
<dd>
|
|
<div class="block">draws a sphere of the given radius centered around the origin.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/Drawable.html" title="interface in org.lwjgl.opengl"><span class="strong">Drawable</span></a> - Interface in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block">The Drawable interface describes an OpenGL drawable with an associated
|
|
Context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Quadric.html#drawStyle">drawStyle</a></span> - Variable in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#dup(org.lwjgl.util.mapped.MappedObject, org.lwjgl.util.mapped.MappedObject)">dup(MappedObject, MappedObject)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObject.html#dup()">dup()</a></span> - Method in class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</a></dt>
|
|
<dd>
|
|
<div class="block">Creates an identical new MappedObject instance, comparable to the
|
|
contract of <code>ByteBuffer.duplicate()</code>.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#duplicate()">duplicate()</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a new pointer buffer that shares this buffer's content.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#dvget(long)">dvget(long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#dvget(org.lwjgl.util.mapped.MappedObject, int)">dvget(MappedObject, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#dvput(double, long)">dvput(double, long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#dvput(org.lwjgl.util.mapped.MappedObject, double, int)">dvput(MappedObject, double, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
</dl>
|
|
<a name="_E_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">E</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellatorCallback.html#edgeFlag(boolean)">edgeFlag(boolean)</a></span> - Method in interface org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellatorCallback.html" title="interface in org.lwjgl.util.glu">GLUtessellatorCallback</a></dt>
|
|
<dd>
|
|
<div class="block">The <b>edgeFlag</b> callback method is similar to
|
|
<code>glEdgeFlag</code>.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html#edgeFlag(boolean)">edgeFlag(boolean)</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu">GLUtessellatorCallbackAdapter</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellatorCallback.html#edgeFlagData(boolean, java.lang.Object)">edgeFlagData(boolean, Object)</a></span> - Method in interface org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellatorCallback.html" title="interface in org.lwjgl.util.glu">GLUtessellatorCallback</a></dt>
|
|
<dd>
|
|
<div class="block">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.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html#edgeFlagData(boolean, java.lang.Object)">edgeFlagData(boolean, Object)</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu">GLUtessellatorCallbackAdapter</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal"><span class="strong">EFX10</span></a> - Class in <a href="./org/lwjgl/openal/package-summary.html">org.lwjgl.openal</a></dt>
|
|
<dd>
|
|
<div class="block">Implementation of the OpenAL extension ALC_EXT_EFX (version 1.0).</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/openal/EFXUtil.html" title="class in org.lwjgl.openal"><span class="strong">EFXUtil</span></a> - Class in <a href="./org/lwjgl/openal/package-summary.html">org.lwjgl.openal</a></dt>
|
|
<dd>
|
|
<div class="block">Utility class for the OpenAL extension ALC_EXT_EFX.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles"><span class="strong">EGL</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd>
|
|
<div class="block">EGL wrapper class.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_ALPHA_MASK_SIZE">EGL_ALPHA_MASK_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_ALPHA_SIZE">EGL_ALPHA_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLNVSync.html#EGL_ALREADY_SIGNALED_NV">EGL_ALREADY_SIGNALED_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by eglClientWaitSyncNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_BACK_BUFFER">EGL_BACK_BUFFER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">EGL_RENDER_BUFFER values / BindTexImage / ReleaseTexImage buffer targets</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_BAD_ACCESS">EGL_BAD_ACCESS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Errors / GetError return values</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_BAD_ALLOC">EGL_BAD_ALLOC</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Errors / GetError return values</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_BAD_ATTRIBUTE">EGL_BAD_ATTRIBUTE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Errors / GetError return values</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_BAD_CONFIG">EGL_BAD_CONFIG</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Errors / GetError return values</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_BAD_CONTEXT">EGL_BAD_CONTEXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Errors / GetError return values</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_BAD_CURRENT_SURFACE">EGL_BAD_CURRENT_SURFACE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Errors / GetError return values</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_BAD_DISPLAY">EGL_BAD_DISPLAY</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Errors / GetError return values</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_BAD_MATCH">EGL_BAD_MATCH</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Errors / GetError return values</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_BAD_NATIVE_PIXMAP">EGL_BAD_NATIVE_PIXMAP</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Errors / GetError return values</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_BAD_NATIVE_WINDOW">EGL_BAD_NATIVE_WINDOW</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Errors / GetError return values</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_BAD_PARAMETER">EGL_BAD_PARAMETER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Errors / GetError return values</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_BAD_SURFACE">EGL_BAD_SURFACE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Errors / GetError return values</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_BIND_TO_TEXTURE_RGB">EGL_BIND_TO_TEXTURE_RGB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_BIND_TO_TEXTURE_RGBA">EGL_BIND_TO_TEXTURE_RGBA</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_BLUE_SIZE">EGL_BLUE_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_BUFFER_DESTROYED">EGL_BUFFER_DESTROYED</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Back buffer swap behaviors</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_BUFFER_PRESERVED">EGL_BUFFER_PRESERVED</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Back buffer swap behaviors</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_BUFFER_SIZE">EGL_BUFFER_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_CLIENT_APIS">EGL_CLIENT_APIS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">QueryString targets</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_COLOR_BUFFER_TYPE">EGL_COLOR_BUFFER_TYPE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRFenceSync.html#EGL_CONDITION_SATISFIED_KHR">EGL_CONDITION_SATISFIED_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by eglClientWaitSyncKHR:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRReusableSync.html#EGL_CONDITION_SATISFIED_KHR">EGL_CONDITION_SATISFIED_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by eglClientWaitSyncKHR:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLNVSync.html#EGL_CONDITION_SATISFIED_NV">EGL_CONDITION_SATISFIED_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by eglClientWaitSyncNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_CONFIG_CAVEAT">EGL_CONFIG_CAVEAT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_CONFIG_ID">EGL_CONFIG_ID</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_CONFORMANT">EGL_CONFORMANT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_CONTEXT_CLIENT_TYPE">EGL_CONTEXT_CLIENT_TYPE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">QueryContext targets</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_CONTEXT_CLIENT_VERSION">EGL_CONTEXT_CLIENT_VERSION</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">CreateContext attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_CONTEXT_LOST">EGL_CONTEXT_LOST</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Errors / GetError return values</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVCoverageSample.html#EGL_COVERAGE_BUFFERS_NV">EGL_COVERAGE_BUFFERS_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles">NVCoverageSample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attrib_list> parameter of eglChooseConfig
|
|
and eglCreatePbufferSurface, and by the <attribute>
|
|
parameter of eglGetConfigAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVCoverageSample.html#EGL_COVERAGE_SAMPLES_NV">EGL_COVERAGE_SAMPLES_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles">NVCoverageSample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attrib_list> parameter of eglChooseConfig
|
|
and eglCreatePbufferSurface, and by the <attribute>
|
|
parameter of eglGetConfigAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_DEFAULT_DISPLAY">EGL_DEFAULT_DISPLAY</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Out-of-band handle values</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDepthNonlinear.html#EGL_DEPTH_ENCODING_NONE_NV">EGL_DEPTH_ENCODING_NONE_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDepthNonlinear.html" title="class in org.lwjgl.opengles">NVDepthNonlinear</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a value in the <attrib_list> parameter of eglChooseConfig
|
|
and eglCreatePbufferSurface, and returned in the <value> parameter
|
|
of eglGetConfigAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDepthNonlinear.html#EGL_DEPTH_ENCODING_NONLINEAR_NV">EGL_DEPTH_ENCODING_NONLINEAR_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDepthNonlinear.html" title="class in org.lwjgl.opengles">NVDepthNonlinear</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a value in the <attrib_list> parameter of eglChooseConfig
|
|
and eglCreatePbufferSurface, and returned in the <value> parameter
|
|
of eglGetConfigAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDepthNonlinear.html#EGL_DEPTH_ENCODING_NV">EGL_DEPTH_ENCODING_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDepthNonlinear.html" title="class in org.lwjgl.opengles">NVDepthNonlinear</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attrib_list> parameter of eglChooseConfig,
|
|
and by the <attribute> parameter of eglGetConfigAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_DEPTH_SIZE">EGL_DEPTH_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_DISPLAY_SCALING">EGL_DISPLAY_SCALING</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Constant scale factor by which fractional display resolutions &
|
|
aspect ratio are scaled when queried as integer values.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_DONT_CARE">EGL_DONT_CARE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Out-of-band attribute value</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_DRAW">EGL_DRAW</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">GetCurrentSurface targets</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_EXTENSIONS">EGL_EXTENSIONS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">QueryString targets</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_FALSE">EGL_FALSE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">EGL aliases</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRFenceSync.html#EGL_FOREVER_KHR">EGL_FOREVER_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <timeout> parameter of eglClientWaitSyncKHR:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRReusableSync.html#EGL_FOREVER_KHR">EGL_FOREVER_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <timeout> parameter of eglClientWaitSyncKHR:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLNVSync.html#EGL_FOREVER_NV">EGL_FOREVER_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <timeout> parameter of eglClientWaitSyncNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_GREEN_SIZE">EGL_GREEN_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_HEIGHT">EGL_HEIGHT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">QuerySurface / SurfaceAttrib / CreatePbufferSurface targets</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_HORIZONTAL_RESOLUTION">EGL_HORIZONTAL_RESOLUTION</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">QuerySurface / SurfaceAttrib / CreatePbufferSurface targets</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_LARGEST_PBUFFER">EGL_LARGEST_PBUFFER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">QuerySurface / SurfaceAttrib / CreatePbufferSurface targets</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_LEVEL">EGL_LEVEL</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_LUMINANCE_BUFFER">EGL_LUMINANCE_BUFFER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attribute values</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_LUMINANCE_SIZE">EGL_LUMINANCE_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_MATCH_NATIVE_PIXMAP">EGL_MATCH_NATIVE_PIXMAP</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_MAX_PBUFFER_HEIGHT">EGL_MAX_PBUFFER_HEIGHT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_MAX_PBUFFER_PIXELS">EGL_MAX_PBUFFER_PIXELS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_MAX_PBUFFER_WIDTH">EGL_MAX_PBUFFER_WIDTH</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_MAX_SWAP_INTERVAL">EGL_MAX_SWAP_INTERVAL</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_MIN_SWAP_INTERVAL">EGL_MIN_SWAP_INTERVAL</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_MIPMAP_LEVEL">EGL_MIPMAP_LEVEL</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">QuerySurface / SurfaceAttrib / CreatePbufferSurface targets</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_MIPMAP_TEXTURE">EGL_MIPMAP_TEXTURE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">QuerySurface / SurfaceAttrib / CreatePbufferSurface targets</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_MULTISAMPLE_RESOLVE">EGL_MULTISAMPLE_RESOLVE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">QuerySurface / SurfaceAttrib / CreatePbufferSurface targets</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_MULTISAMPLE_RESOLVE_BOX">EGL_MULTISAMPLE_RESOLVE_BOX</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Multisample resolution behaviors</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_MULTISAMPLE_RESOLVE_BOX_BIT">EGL_MULTISAMPLE_RESOLVE_BOX_BIT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">EGL_SURFACE_TYPE mask bits</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_MULTISAMPLE_RESOLVE_DEFAULT">EGL_MULTISAMPLE_RESOLVE_DEFAULT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Multisample resolution behaviors</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_NATIVE_RENDERABLE">EGL_NATIVE_RENDERABLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_NATIVE_VISUAL_ID">EGL_NATIVE_VISUAL_ID</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_NATIVE_VISUAL_TYPE">EGL_NATIVE_VISUAL_TYPE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_NO_CONTEXT">EGL_NO_CONTEXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Out-of-band handle values</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_NO_DISPLAY">EGL_NO_DISPLAY</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Out-of-band handle values</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_NO_SURFACE">EGL_NO_SURFACE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Out-of-band handle values</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRFenceSync.html#EGL_NO_SYNC_KHR">EGL_NO_SYNC_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by eglCreateSyncKHR in the event of an error:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRReusableSync.html#EGL_NO_SYNC_KHR">EGL_NO_SYNC_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by eglCreateSyncKHR in the event of an error:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLNVSync.html#EGL_NO_SYNC_NV">EGL_NO_SYNC_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by eglCreateFenceSyncNV in the event of an error:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_NO_TEXTURE">EGL_NO_TEXTURE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">More config attribute values, for EGL_TEXTURE_FORMAT</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_NON_CONFORMANT_CONFIG">EGL_NON_CONFORMANT_CONFIG</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attribute values</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_NONE">EGL_NONE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_NOT_INITIALIZED">EGL_NOT_INITIALIZED</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Errors / GetError return values</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_OPENGL_API">EGL_OPENGL_API</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">BindAPI/QueryAPI targets</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_OPENGL_BIT">EGL_OPENGL_BIT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">EGL_RENDERABLE_TYPE mask bits</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_OPENGL_ES2_BIT">EGL_OPENGL_ES2_BIT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">EGL_RENDERABLE_TYPE mask bits</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_OPENGL_ES_API">EGL_OPENGL_ES_API</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">BindAPI/QueryAPI targets</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_OPENGL_ES_BIT">EGL_OPENGL_ES_BIT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">EGL_RENDERABLE_TYPE mask bits</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_OPENVG_API">EGL_OPENVG_API</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">BindAPI/QueryAPI targets</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_OPENVG_BIT">EGL_OPENVG_BIT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">EGL_RENDERABLE_TYPE mask bits</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_PBUFFER_BIT">EGL_PBUFFER_BIT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">EGL_SURFACE_TYPE mask bits</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_PIXEL_ASPECT_RATIO">EGL_PIXEL_ASPECT_RATIO</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">QuerySurface / SurfaceAttrib / CreatePbufferSurface targets</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_PIXMAP_BIT">EGL_PIXMAP_BIT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">EGL_SURFACE_TYPE mask bits</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_READ">EGL_READ</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">GetCurrentSurface targets</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_RED_SIZE">EGL_RED_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_RENDER_BUFFER">EGL_RENDER_BUFFER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">QuerySurface / SurfaceAttrib / CreatePbufferSurface targets</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_RENDERABLE_TYPE">EGL_RENDERABLE_TYPE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_RGB_BUFFER">EGL_RGB_BUFFER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attribute values</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_SAMPLE_BUFFERS">EGL_SAMPLE_BUFFERS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_SAMPLES">EGL_SAMPLES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRFenceSync.html#EGL_SIGNALED_KHR">EGL_SIGNALED_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <value> when eglGetSyncAttribKHR is called with
|
|
<attribute> EGL_SYNC_STATUS_KHR:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRReusableSync.html#EGL_SIGNALED_KHR">EGL_SIGNALED_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <value> when eglGetSyncAttribKHR is called with
|
|
<attribute> EGL_SYNC_STATUS_KHR:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLNVSync.html#EGL_SIGNALED_NV">EGL_SIGNALED_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as an attribute value in the <attrib_list> parameter of
|
|
eglCreateFenceSyncNV for the EGL_SYNC_STATUS_NV attribute, by
|
|
the <mode> parameter of eglSignalSyncNV and returned in <value>
|
|
when eglGetSyncAttribNV is called with <attribute>
|
|
EGL_SYNC_STATUS_NV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_SINGLE_BUFFER">EGL_SINGLE_BUFFER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">EGL_RENDER_BUFFER values / BindTexImage / ReleaseTexImage buffer targets</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_SLOW_CONFIG">EGL_SLOW_CONFIG</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attribute values</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_STENCIL_SIZE">EGL_STENCIL_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_SUCCESS">EGL_SUCCESS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Errors / GetError return values</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_SURFACE_TYPE">EGL_SURFACE_TYPE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_SWAP_BEHAVIOR">EGL_SWAP_BEHAVIOR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">QuerySurface / SurfaceAttrib / CreatePbufferSurface targets</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_SWAP_BEHAVIOR_PRESERVED_BIT">EGL_SWAP_BEHAVIOR_PRESERVED_BIT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">EGL_SURFACE_TYPE mask bits</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRFenceSync.html#EGL_SYNC_CONDITION_KHR">EGL_SYNC_CONDITION_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attribute> parameter of eglGetSyncAttribKHR:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLNVSync.html#EGL_SYNC_CONDITION_NV">EGL_SYNC_CONDITION_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <attribute> parameter of eglGetSyncAttribNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRFenceSync.html#EGL_SYNC_FENCE_KHR">EGL_SYNC_FENCE_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of eglCreateSyncKHR, and returned
|
|
in <value> when eglGetSyncAttribKHR is called with <attribute>
|
|
EGL_SYNC_TYPE_KHR:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLNVSync.html#EGL_SYNC_FENCE_NV">EGL_SYNC_FENCE_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <value> when eglGetSyncAttribNV is called with
|
|
<attribute> EGL_SYNC_TYPE_NV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRFenceSync.html#EGL_SYNC_FLUSH_COMMANDS_BIT_KHR">EGL_SYNC_FLUSH_COMMANDS_BIT_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <flags> parameter of eglClientWaitSyncKHR:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRReusableSync.html#EGL_SYNC_FLUSH_COMMANDS_BIT_KHR">EGL_SYNC_FLUSH_COMMANDS_BIT_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <flags> parameter of eglClientWaitSyncKHR:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLNVSync.html#EGL_SYNC_FLUSH_COMMANDS_BIT_NV">EGL_SYNC_FLUSH_COMMANDS_BIT_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <flags> parameter of eglClientWaitSyncNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRFenceSync.html#EGL_SYNC_PRIOR_COMMANDS_COMPLETE_KHR">EGL_SYNC_PRIOR_COMMANDS_COMPLETE_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <value> when eglGetSyncAttribKHR is called with
|
|
<attribute> EGL_SYNC_CONDITION_KHR:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLNVSync.html#EGL_SYNC_PRIOR_COMMANDS_COMPLETE_NV">EGL_SYNC_PRIOR_COMMANDS_COMPLETE_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <condition> parameter of eglCreateFenceSyncNV, and
|
|
returned in <value> when eglGetSyncAttribNV is called with <attribute>
|
|
EGL_SYNC_CONDITION_NV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRReusableSync.html#EGL_SYNC_REUSABLE_KHR">EGL_SYNC_REUSABLE_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of eglCreateSyncKHR, and returned
|
|
in <value> when eglGetSyncAttribKHR is called with <attribute>
|
|
EGL_SYNC_TYPE_KHR:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRFenceSync.html#EGL_SYNC_STATUS_KHR">EGL_SYNC_STATUS_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attribute> parameter of eglGetSyncAttribKHR:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRReusableSync.html#EGL_SYNC_STATUS_KHR">EGL_SYNC_STATUS_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attribute> parameter of eglGetSyncAttribKHR:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLNVSync.html#EGL_SYNC_STATUS_NV">EGL_SYNC_STATUS_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as an attribute name in the <attrib_list> parameter of
|
|
eglCreateFenceSyncNV, and by the <attribute> parameter of
|
|
eglGetSyncAttribNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRFenceSync.html#EGL_SYNC_TYPE_KHR">EGL_SYNC_TYPE_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attribute> parameter of eglGetSyncAttribKHR:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRReusableSync.html#EGL_SYNC_TYPE_KHR">EGL_SYNC_TYPE_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attribute> parameter of eglGetSyncAttribKHR:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLNVSync.html#EGL_SYNC_TYPE_NV">EGL_SYNC_TYPE_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <attribute> parameter of eglGetSyncAttribNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_TEXTURE_2D">EGL_TEXTURE_2D</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">More config attribute values, for EGL_TEXTURE_FORMAT</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_TEXTURE_FORMAT">EGL_TEXTURE_FORMAT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">QuerySurface / SurfaceAttrib / CreatePbufferSurface targets</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_TEXTURE_RGB">EGL_TEXTURE_RGB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">More config attribute values, for EGL_TEXTURE_FORMAT</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_TEXTURE_RGBA">EGL_TEXTURE_RGBA</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">More config attribute values, for EGL_TEXTURE_FORMAT</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_TEXTURE_TARGET">EGL_TEXTURE_TARGET</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">QuerySurface / SurfaceAttrib / CreatePbufferSurface targets</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRFenceSync.html#EGL_TIMEOUT_EXPIRED_KHR">EGL_TIMEOUT_EXPIRED_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by eglClientWaitSyncKHR:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRReusableSync.html#EGL_TIMEOUT_EXPIRED_KHR">EGL_TIMEOUT_EXPIRED_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by eglClientWaitSyncKHR:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLNVSync.html#EGL_TIMEOUT_EXPIRED_NV">EGL_TIMEOUT_EXPIRED_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by eglClientWaitSyncNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_TRANSPARENT_BLUE_VALUE">EGL_TRANSPARENT_BLUE_VALUE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_TRANSPARENT_GREEN_VALUE">EGL_TRANSPARENT_GREEN_VALUE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_TRANSPARENT_RED_VALUE">EGL_TRANSPARENT_RED_VALUE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_TRANSPARENT_RGB">EGL_TRANSPARENT_RGB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attribute values</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_TRANSPARENT_TYPE">EGL_TRANSPARENT_TYPE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Config attributes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_TRUE">EGL_TRUE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">EGL aliases</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_UNKNOWN">EGL_UNKNOWN</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Unknown display resolution/aspect ratio</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRFenceSync.html#EGL_UNSIGNALED_KHR">EGL_UNSIGNALED_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <value> when eglGetSyncAttribKHR is called with
|
|
<attribute> EGL_SYNC_STATUS_KHR:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRReusableSync.html#EGL_UNSIGNALED_KHR">EGL_UNSIGNALED_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <value> when eglGetSyncAttribKHR is called with
|
|
<attribute> EGL_SYNC_STATUS_KHR:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLNVSync.html#EGL_UNSIGNALED_NV">EGL_UNSIGNALED_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as an attribute value in the <attrib_list> parameter of
|
|
eglCreateFenceSyncNV for the EGL_SYNC_STATUS_NV attribute, by
|
|
the <mode> parameter of eglSignalSyncNV and returned in <value>
|
|
when eglGetSyncAttribNV is called with <attribute>
|
|
EGL_SYNC_STATUS_NV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_VENDOR">EGL_VENDOR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">QueryString targets</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_VERSION">EGL_VERSION</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">QueryString targets</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_VERTICAL_RESOLUTION">EGL_VERTICAL_RESOLUTION</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">QuerySurface / SurfaceAttrib / CreatePbufferSurface targets</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_VG_ALPHA_FORMAT">EGL_VG_ALPHA_FORMAT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">QuerySurface / SurfaceAttrib / CreatePbufferSurface targets</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_VG_ALPHA_FORMAT_NONPRE">EGL_VG_ALPHA_FORMAT_NONPRE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">OpenVG alpha formats</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_VG_ALPHA_FORMAT_PRE">EGL_VG_ALPHA_FORMAT_PRE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">OpenVG alpha formats</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_VG_ALPHA_FORMAT_PRE_BIT">EGL_VG_ALPHA_FORMAT_PRE_BIT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">EGL_SURFACE_TYPE mask bits</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_VG_COLORSPACE">EGL_VG_COLORSPACE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">QuerySurface / SurfaceAttrib / CreatePbufferSurface targets</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_VG_COLORSPACE_LINEAR">EGL_VG_COLORSPACE_LINEAR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">OpenVG color spaces</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_VG_COLORSPACE_LINEAR_BIT">EGL_VG_COLORSPACE_LINEAR_BIT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">EGL_SURFACE_TYPE mask bits</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_VG_COLORSPACE_sRGB">EGL_VG_COLORSPACE_sRGB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">OpenVG color spaces</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_WIDTH">EGL_WIDTH</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">QuerySurface / SurfaceAttrib / CreatePbufferSurface targets</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#EGL_WINDOW_BIT">EGL_WINDOW_BIT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">EGL_SURFACE_TYPE mask bits</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#eglBindAPI(int)">eglBindAPI(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Binds the specified rendering API to the current thread.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRFenceSync.html#eglClientWaitSyncKHR(org.lwjgl.opengles.EGLDisplay, org.lwjgl.opengles.EGLSyncKHR, int, long)">eglClientWaitSyncKHR(EGLDisplay, EGLSyncKHR, int, long)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</a></dt>
|
|
<dd>
|
|
<div class="block">Blocks the calling thread until the specified sync object is
|
|
signaled, or until a specified timeout value expires.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRReusableSync.html#eglClientWaitSyncKHR(org.lwjgl.opengles.EGLDisplay, org.lwjgl.opengles.EGLSyncKHR, int, long)">eglClientWaitSyncKHR(EGLDisplay, EGLSyncKHR, int, long)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</a></dt>
|
|
<dd>
|
|
<div class="block">Blocks the calling thread until the specified sync object is
|
|
signaled, or until a specified timeout value expires.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLNVSync.html#eglClientWaitSyncNV(org.lwjgl.opengles.EGLSyncNV, int, long)">eglClientWaitSyncNV(EGLSyncNV, int, long)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</a></dt>
|
|
<dd>
|
|
<div class="block">Blocks the calling thread until the specified sync object is
|
|
signaled, or until a specified timeout value expires.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengles/EGLConfig.html" title="class in org.lwjgl.opengles"><span class="strong">EGLConfig</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd>
|
|
<div class="block">EGLConfig wrapper class.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengles/EGLContext.html" title="class in org.lwjgl.opengles"><span class="strong">EGLContext</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd>
|
|
<div class="block">EGLContext wrapper class.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLNVSync.html#eglCreateFenceSyncNV(org.lwjgl.opengles.EGLDisplay, int, java.nio.IntBuffer)">eglCreateFenceSyncNV(EGLDisplay, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a fence sync object for the specified EGL display and returns
|
|
a handle to the new object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRFenceSync.html#eglCreateSyncKHR(org.lwjgl.opengles.EGLDisplay, int, java.nio.IntBuffer)">eglCreateSyncKHR(EGLDisplay, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a fence sync object for the specified EGL display and returns
|
|
a handle to the new object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRReusableSync.html#eglCreateSyncKHR(org.lwjgl.opengles.EGLDisplay, int, java.nio.IntBuffer)">eglCreateSyncKHR(EGLDisplay, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a fence sync object for the specified EGL display and returns
|
|
a handle to the new object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRFenceSync.html#eglDestroySyncKHR(org.lwjgl.opengles.EGLDisplay, org.lwjgl.opengles.EGLSyncKHR)">eglDestroySyncKHR(EGLDisplay, EGLSyncKHR)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</a></dt>
|
|
<dd>
|
|
<div class="block">Destroys an existing sync object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRReusableSync.html#eglDestroySyncKHR(org.lwjgl.opengles.EGLDisplay, org.lwjgl.opengles.EGLSyncKHR)">eglDestroySyncKHR(EGLDisplay, EGLSyncKHR)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</a></dt>
|
|
<dd>
|
|
<div class="block">Destroys an existing sync object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLNVSync.html#eglDestroySyncNV(org.lwjgl.opengles.EGLSyncNV)">eglDestroySyncNV(EGLSyncNV)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</a></dt>
|
|
<dd>
|
|
<div class="block">Destroys an existing sync object.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengles/EGLDisplay.html" title="class in org.lwjgl.opengles"><span class="strong">EGLDisplay</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd>
|
|
<div class="block">EGLDisplay wrapper class.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLNVSync.html#eglFenceNV(org.lwjgl.opengles.EGLSyncNV)">eglFenceNV(EGLSyncNV)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</a></dt>
|
|
<dd>
|
|
<div class="block">Inserts a fence command into the command stream of the bound API's current
|
|
context and associates it with sync object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#eglGetCurrentContext()">eglGetCurrentContext()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the current EGL context for the current rendering API.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#eglGetCurrentDisplay()">eglGetCurrentDisplay()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the EGL display associated with the current context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#eglGetCurrentSurface(int)">eglGetCurrentSurface(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the EGL surfaces used for rendering by the current context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#eglGetDisplay(long)">eglGetDisplay(long)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Obtains an EGL display from the specified native display and initializes it.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#eglGetError()">eglGetError()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRFenceSync.html#eglGetSyncAttribKHR(org.lwjgl.opengles.EGLDisplay, org.lwjgl.opengles.EGLSyncKHR, int)">eglGetSyncAttribKHR(EGLDisplay, EGLSyncKHR, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the value of the sync object attribute.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRReusableSync.html#eglGetSyncAttribKHR(org.lwjgl.opengles.EGLDisplay, org.lwjgl.opengles.EGLSyncKHR, int)">eglGetSyncAttribKHR(EGLDisplay, EGLSyncKHR, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the value of the sync object attribute.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLNVSync.html#eglGetSyncAttribNV(org.lwjgl.opengles.EGLSyncNV, int)">eglGetSyncAttribNV(EGLSyncNV, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the value of the sync object attribute.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengles/EGLImageOES.html" title="class in org.lwjgl.opengles"><span class="strong">EGLImageOES</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd>
|
|
<div class="block">EGLImageOES wrapper class.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLImageOES.html#EGLImageOES(long)">EGLImageOES(long)</a></span> - Constructor for class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLImageOES.html" title="class in org.lwjgl.opengles">EGLImageOES</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#eglIsCurrentContext(org.lwjgl.opengles.EGLContext)">eglIsCurrentContext(EGLContext)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Returns true if the specified EGL context is the current context.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles"><span class="strong">EGLKHRFenceSync</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd>
|
|
<div class="block">EGL_KHR_fence_sync wrapper class.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles"><span class="strong">EGLKHRReusableSync</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd>
|
|
<div class="block">EGL_KHR_reusable_sync wrapper class.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles"><span class="strong">EGLNVSync</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd>
|
|
<div class="block">EGL_NV_sync wrapper class.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#eglQueryAPI()">eglQueryAPI()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the current rendering API.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#eglQueryContext(org.lwjgl.opengles.EGLDisplay, org.lwjgl.opengles.EGLContext, int, java.nio.IntBuffer)">eglQueryContext(EGLDisplay, EGLContext, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the value of the specified EGL context attribute in the value parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#eglQueryString(org.lwjgl.opengles.EGLDisplay, int)">eglQueryString(EGLDisplay, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a string describing some aspect of the EGL implementation running on the specified display.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#eglQuerySurface(org.lwjgl.opengles.EGLDisplay, org.lwjgl.opengles.EGLSurface, int, java.nio.IntBuffer)">eglQuerySurface(EGLDisplay, EGLSurface, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the value of the specified EGL surface attribute in the value parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#eglReleaseCurrent(org.lwjgl.opengles.EGLDisplay)">eglReleaseCurrent(EGLDisplay)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Releases the current context without assigning a new one.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLKHRReusableSync.html#eglSignalSyncKHR(org.lwjgl.opengles.EGLDisplay, org.lwjgl.opengles.EGLSyncKHR, int)">eglSignalSyncKHR(EGLDisplay, EGLSyncKHR, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</a></dt>
|
|
<dd>
|
|
<div class="block">Signals or unsignals the sync object by changing its status to
|
|
the specified mode.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLNVSync.html#eglSignalSyncNV(org.lwjgl.opengles.EGLSyncNV, int)">eglSignalSyncNV(EGLSyncNV, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</a></dt>
|
|
<dd>
|
|
<div class="block">Signals or unsignals the sync object by changing its status to
|
|
the specified mode.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengles/EGLSurface.html" title="class in org.lwjgl.opengles"><span class="strong">EGLSurface</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd>
|
|
<div class="block">EGLSurface wrapper class.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengles/EGLSyncKHR.html" title="class in org.lwjgl.opengles"><span class="strong">EGLSyncKHR</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd>
|
|
<div class="block">EGLSyncKHR wrapper class.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLSyncKHR.html#EGLSyncKHR(long)">EGLSyncKHR(long)</a></span> - Constructor for class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLSyncKHR.html" title="class in org.lwjgl.opengles">EGLSyncKHR</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EGLSyncNV.html" title="class in org.lwjgl.opengles"><span class="strong">EGLSyncNV</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd>
|
|
<div class="block">EGLSyncNV wrapper class.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLSyncNV.html#EGLSyncNV(long)">EGLSyncNV(long)</a></span> - Constructor for class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLSyncNV.html" title="class in org.lwjgl.opengles">EGLSyncNV</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#eglWaitClient()">eglWaitClient()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Prevents native rendering API functions from executing until any
|
|
outstanding client API rendering affecting the same surface is complete.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#eglWaitGL()">eglWaitGL()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">This method does the equivalent of:<br>
|
|
<code>
|
|
EGLenum api = eglQueryAPI();
|
|
eglBindAPI(EGL_OPENGL_ES_API);
|
|
eglWaitClient();
|
|
eglBindAPI(api);
|
|
</code></div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGL.html#eglWaitNative(int)">eglWaitNative(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</a></dt>
|
|
<dd>
|
|
<div class="block">Prevents a client API command sequence from executing until any outstanding
|
|
native rendering affecting the same surface is complete.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#enableRepeatEvents(boolean)">enableRepeatEvents(boolean)</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd>
|
|
<div class="block">Controls whether repeat events are reported or not.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#encodeASCII(java.lang.CharSequence)">encodeASCII(CharSequence)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a ByteBuffer containing the specified text ASCII encoded and null-terminated.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#encodeUTF16(java.lang.CharSequence)">encodeUTF16(CharSequence)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a ByteBuffer containing the specified text UTF-16LE encoded and null-terminated.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#encodeUTF8(java.lang.CharSequence)">encodeUTF8(CharSequence)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a ByteBuffer containing the specified text UTF-8 encoded and null-terminated.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellatorCallback.html#end()">end()</a></span> - Method in interface org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellatorCallback.html" title="interface in org.lwjgl.util.glu">GLUtessellatorCallback</a></dt>
|
|
<dd>
|
|
<div class="block">The end callback serves the same purpose as
|
|
<code>glEnd</code>.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html#end()">end()</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu">GLUtessellatorCallbackAdapter</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellatorCallback.html#endData(java.lang.Object)">endData(Object)</a></span> - Method in interface org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellatorCallback.html" title="interface in org.lwjgl.util.glu">GLUtessellatorCallback</a></dt>
|
|
<dd>
|
|
<div class="block">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.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html#endData(java.lang.Object)">endData(Object)</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu">GLUtessellatorCallbackAdapter</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALCcontext.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALCcontext.html" title="class in org.lwjgl.openal">ALCcontext</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALCdevice.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALCdevice.html" title="class in org.lwjgl.openal">ALCdevice</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/DisplayMode.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/DisplayMode.html" title="class in org.lwjgl.opengl">DisplayMode</a></dt>
|
|
<dd>
|
|
<div class="block">Tests for <code>DisplayMode</code> equality</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLConfig.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLConfig.html" title="class in org.lwjgl.opengles">EGLConfig</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLContext.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLContext.html" title="class in org.lwjgl.opengles">EGLContext</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLDisplay.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLDisplay.html" title="class in org.lwjgl.opengles">EGLDisplay</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLSurface.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLSurface.html" title="class in org.lwjgl.opengles">EGLSurface</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Tells whether or not this buffer is equal to another object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerWrapperAbstract.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerWrapperAbstract.html" title="class in org.lwjgl">PointerWrapperAbstract</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Equals</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Dimension.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util">Dimension</a></dt>
|
|
<dd>
|
|
<div class="block">Checks whether two dimension objects have equal values.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Point.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</a></dt>
|
|
<dd>
|
|
<div class="block">Determines whether an instance of <code>Point2D</code> is equal
|
|
to this point.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Checks whether two rectangles are equal.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector2f.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellatorCallback.html#error(int)">error(int)</a></span> - Method in interface org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellatorCallback.html" title="interface in org.lwjgl.util.glu">GLUtessellatorCallback</a></dt>
|
|
<dd>
|
|
<div class="block">The <b>error</b> callback method is called when an error is encountered.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html#error(int)">error(int)</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu">GLUtessellatorCallbackAdapter</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellatorCallback.html#errorData(int, java.lang.Object)">errorData(int, Object)</a></span> - Method in interface org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellatorCallback.html" title="interface in org.lwjgl.util.glu">GLUtessellatorCallback</a></dt>
|
|
<dd>
|
|
<div class="block">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.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html#errorData(int, java.lang.Object)">errorData(int, Object)</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu">GLUtessellatorCallbackAdapter</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#errorMessage">errorMessage</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">fatal error message to display</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#EVENT_SIZE">EVENT_SIZE</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd>
|
|
<div class="block">Internal use - event size in bytes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#EVENT_SIZE">EVENT_SIZE</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd>
|
|
<div class="block">Internal use - event size in bytes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#exceptionOccurred(org.lwjgl.LWJGLException)">exceptionOccurred(LWJGLException)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd>
|
|
<div class="block">This method will be called if an unhandled LWJGLException occurs in paint().</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLNativeKernel.html#execute(java.nio.ByteBuffer[])">execute(ByteBuffer[])</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLNativeKernel.html" title="class in org.lwjgl.opencl">CLNativeKernel</a></dt>
|
|
<dd>
|
|
<div class="block">Implement this method to execute an action on cl_mem objects in global memory.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTAbgr.html" title="class in org.lwjgl.opengl"><span class="strong">EXTAbgr</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/EXTAtomicCounters32.html" title="class in org.lwjgl.opencl"><span class="strong">EXTAtomicCounters32</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/EXTAtomicCounters64.html" title="class in org.lwjgl.opencl"><span class="strong">EXTAtomicCounters64</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTBgra.html" title="class in org.lwjgl.opengl"><span class="strong">EXTBgra</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTBgra.html" title="class in org.lwjgl.opengles"><span class="strong">EXTBgra</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTBindableUniform.html" title="class in org.lwjgl.opengl"><span class="strong">EXTBindableUniform</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTBlendColor.html" title="class in org.lwjgl.opengl"><span class="strong">EXTBlendColor</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTBlendEquationSeparate.html" title="class in org.lwjgl.opengl"><span class="strong">EXTBlendEquationSeparate</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTBlendFuncSeparate.html" title="class in org.lwjgl.opengl"><span class="strong">EXTBlendFuncSeparate</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTBlendMinmax.html" title="class in org.lwjgl.opengl"><span class="strong">EXTBlendMinmax</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTBlendMinmax.html" title="class in org.lwjgl.opengles"><span class="strong">EXTBlendMinmax</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTBlendSubtract.html" title="class in org.lwjgl.opengl"><span class="strong">EXTBlendSubtract</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTCgShader.html" title="class in org.lwjgl.opengl"><span class="strong">EXTCgShader</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTCgShader.html" title="class in org.lwjgl.opengles"><span class="strong">EXTCgShader</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTColorBufferHalfFloat.html" title="class in org.lwjgl.opengles"><span class="strong">EXTColorBufferHalfFloat</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTCompiledVertexArray.html" title="class in org.lwjgl.opengl"><span class="strong">EXTCompiledVertexArray</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTCopyTextureLevels.html" title="class in org.lwjgl.opengles"><span class="strong">EXTCopyTextureLevels</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTDebugLabel.html" title="class in org.lwjgl.opengles"><span class="strong">EXTDebugLabel</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTDebugMarker.html" title="class in org.lwjgl.opengles"><span class="strong">EXTDebugMarker</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTDepthBoundsTest.html" title="class in org.lwjgl.opengl"><span class="strong">EXTDepthBoundsTest</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl"><span class="strong">EXTDeviceFission</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl"><span class="strong">EXTDirectStateAccess</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTDiscardFramebuffer.html" title="class in org.lwjgl.opengles"><span class="strong">EXTDiscardFramebuffer</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTDrawBuffers2.html" title="class in org.lwjgl.opengl"><span class="strong">EXTDrawBuffers2</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTDrawInstanced.html" title="class in org.lwjgl.opengl"><span class="strong">EXTDrawInstanced</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTDrawRangeElements.html" title="class in org.lwjgl.opengl"><span class="strong">EXTDrawRangeElements</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl"><span class="strong">EXTFogCoord</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTFramebufferBlit.html" title="class in org.lwjgl.opengl"><span class="strong">EXTFramebufferBlit</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTFramebufferMultisample.html" title="class in org.lwjgl.opengl"><span class="strong">EXTFramebufferMultisample</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTFramebufferMultisampleBlitScaled.html" title="class in org.lwjgl.opengl"><span class="strong">EXTFramebufferMultisampleBlitScaled</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl"><span class="strong">EXTFramebufferObject</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTFramebufferSRGB.html" title="class in org.lwjgl.opengl"><span class="strong">EXTFramebufferSRGB</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl"><span class="strong">EXTGeometryShader4</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTGpuProgramParameters.html" title="class in org.lwjgl.opengl"><span class="strong">EXTGpuProgramParameters</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl"><span class="strong">EXTGpuShader4</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTMapBufferRange.html" title="class in org.lwjgl.opengles"><span class="strong">EXTMapBufferRange</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/EXTMigrateMemobject.html" title="class in org.lwjgl.opencl"><span class="strong">EXTMigrateMemobject</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTMultiDrawArrays.html" title="class in org.lwjgl.opengl"><span class="strong">EXTMultiDrawArrays</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTMultiDrawArrays.html" title="class in org.lwjgl.opengles"><span class="strong">EXTMultiDrawArrays</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles"><span class="strong">EXTMultisampledRenderToTexture</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html" title="class in org.lwjgl.opengles"><span class="strong">EXTMultiviewDrawBuffers</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles"><span class="strong">EXTOcclusionQueryBoolean</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTPackedDepthStencil.html" title="class in org.lwjgl.opengl"><span class="strong">EXTPackedDepthStencil</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTPackedFloat.html" title="class in org.lwjgl.opengl"><span class="strong">EXTPackedFloat</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTPackedFloat.html" title="class in org.lwjgl.opengles"><span class="strong">EXTPackedFloat</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTPackedPixels.html" title="class in org.lwjgl.opengl"><span class="strong">EXTPackedPixels</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl"><span class="strong">EXTPalettedTexture</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTPixelBufferObject.html" title="class in org.lwjgl.opengl"><span class="strong">EXTPixelBufferObject</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTPointParameters.html" title="class in org.lwjgl.opengl"><span class="strong">EXTPointParameters</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTProvokingVertex.html" title="class in org.lwjgl.opengl"><span class="strong">EXTProvokingVertex</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#extractGZip(java.lang.String, java.lang.String)">extractGZip(String, String)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Extract GZip File</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#extractJars(java.lang.String)">extractJars(String)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Extract all jars from any lzma/gz/pack files</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#extractLZMA(java.lang.String, java.lang.String)">extractLZMA(String, String)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Extract LZMA File</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#extractNatives(java.lang.String)">extractNatives(String)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">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</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#extractPack(java.lang.String, java.lang.String)">extractPack(String, String)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Extract Pack File</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTReadFormatBgra.html" title="class in org.lwjgl.opengles"><span class="strong">EXTReadFormatBgra</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTRescaleNormal.html" title="class in org.lwjgl.opengl"><span class="strong">EXTRescaleNormal</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles"><span class="strong">EXTRobustness</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl"><span class="strong">EXTSecondaryColor</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengl"><span class="strong">EXTSeparateShaderObjects</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles"><span class="strong">EXTSeparateShaderObjects</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTSeparateSpecularColor.html" title="class in org.lwjgl.opengl"><span class="strong">EXTSeparateSpecularColor</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTShaderFramebufferFetch.html" title="class in org.lwjgl.opengles"><span class="strong">EXTShaderFramebufferFetch</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl"><span class="strong">EXTShaderImageLoadStore</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTShadowSamplers.html" title="class in org.lwjgl.opengles"><span class="strong">EXTShadowSamplers</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTSharedTexturePalette.html" title="class in org.lwjgl.opengl"><span class="strong">EXTSharedTexturePalette</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTSRGB.html" title="class in org.lwjgl.opengles"><span class="strong">EXTSRGB</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTStencilClearTag.html" title="class in org.lwjgl.opengl"><span class="strong">EXTStencilClearTag</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTStencilTwoSide.html" title="class in org.lwjgl.opengl"><span class="strong">EXTStencilTwoSide</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTStencilWrap.html" title="class in org.lwjgl.opengl"><span class="strong">EXTStencilWrap</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl"><span class="strong">EXTTextureArray</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTTextureArray.html" title="class in org.lwjgl.opengles"><span class="strong">EXTTextureArray</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTTextureBufferObject.html" title="class in org.lwjgl.opengl"><span class="strong">EXTTextureBufferObject</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTTextureCompressionDXT1.html" title="class in org.lwjgl.opengles"><span class="strong">EXTTextureCompressionDXT1</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTTextureCompressionLATC.html" title="class in org.lwjgl.opengl"><span class="strong">EXTTextureCompressionLATC</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTTextureCompressionLATC.html" title="class in org.lwjgl.opengles"><span class="strong">EXTTextureCompressionLATC</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTTextureCompressionRGTC.html" title="class in org.lwjgl.opengl"><span class="strong">EXTTextureCompressionRGTC</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTTextureCompressionS3TC.html" title="class in org.lwjgl.opengl"><span class="strong">EXTTextureCompressionS3TC</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTTextureCompressionS3TC.html" title="class in org.lwjgl.opengles"><span class="strong">EXTTextureCompressionS3TC</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl"><span class="strong">EXTTextureEnvCombine</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTTextureEnvDot3.html" title="class in org.lwjgl.opengl"><span class="strong">EXTTextureEnvDot3</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTTextureFilterAnisotropic.html" title="class in org.lwjgl.opengl"><span class="strong">EXTTextureFilterAnisotropic</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTTextureFilterAnisotropic.html" title="class in org.lwjgl.opengles"><span class="strong">EXTTextureFilterAnisotropic</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTTextureFormatBGRA8888.html" title="class in org.lwjgl.opengles"><span class="strong">EXTTextureFormatBGRA8888</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl"><span class="strong">EXTTextureInteger</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTTextureLODBias.html" title="class in org.lwjgl.opengl"><span class="strong">EXTTextureLODBias</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTTextureLODBias.html" title="class in org.lwjgl.opengles"><span class="strong">EXTTextureLODBias</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTTextureMirrorClamp.html" title="class in org.lwjgl.opengl"><span class="strong">EXTTextureMirrorClamp</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTTextureRectangle.html" title="class in org.lwjgl.opengl"><span class="strong">EXTTextureRectangle</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTTextureRg.html" title="class in org.lwjgl.opengles"><span class="strong">EXTTextureRg</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTTextureSharedExponent.html" title="class in org.lwjgl.opengl"><span class="strong">EXTTextureSharedExponent</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl"><span class="strong">EXTTextureSnorm</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl"><span class="strong">EXTTextureSRGB</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTTextureSRGBDecode.html" title="class in org.lwjgl.opengl"><span class="strong">EXTTextureSRGBDecode</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles"><span class="strong">EXTTextureStorage</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTTextureSwizzle.html" title="class in org.lwjgl.opengl"><span class="strong">EXTTextureSwizzle</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTTextureType2101010REV.html" title="class in org.lwjgl.opengles"><span class="strong">EXTTextureType2101010REV</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTTimerQuery.html" title="class in org.lwjgl.opengl"><span class="strong">EXTTimerQuery</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl"><span class="strong">EXTTransformFeedback</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/EXTUnpackSubimage.html" title="class in org.lwjgl.opengles"><span class="strong">EXTUnpackSubimage</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTVertexArrayBgra.html" title="class in org.lwjgl.opengl"><span class="strong">EXTVertexArrayBgra</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl"><span class="strong">EXTVertexAttrib64bit</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl"><span class="strong">EXTVertexShader</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl"><span class="strong">EXTVertexWeighting</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
</dl>
|
|
<a name="_F_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">F</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#fatalError">fatalError</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">whether a fatal error occurred</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#fatalErrorOccured(java.lang.String, java.lang.Exception)">fatalErrorOccured(String, Exception)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the error message and print debug information</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#fgColor">fgColor</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">color to write foreground in</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#fget(long)">fget(long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#fget(org.lwjgl.util.mapped.MappedObject, int)">fget(MappedObject, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPresentVideo.html#FIELDS_NV">FIELDS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of PresentFrameKeyedNV and
|
|
PresentFrameDualFillNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#fileSizes">fileSizes</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Sizes of files to download</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#filesLastModified">filesLastModified</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Used to store file names with lastModified time</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opencl/api/Filter.html" title="interface in org.lwjgl.opencl.api"><span class="strong">Filter</span></a><<a href="./org/lwjgl/opencl/api/Filter.html" title="type parameter in Filter">T</a>> - Interface in <a href="./org/lwjgl/opencl/api/package-summary.html">org.lwjgl.opencl.api</a></dt>
|
|
<dd>
|
|
<div class="block">Simple filter interface.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#flip()">flip()</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Flips this buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObject.html#foreach(T)">foreach(T)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">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></div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObject.html#foreach(T, int)">foreach(T, int)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">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></div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObjectClassLoader.html#fork(java.lang.Class, java.lang.String[])">fork(Class<?>, String[])</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Forks the specified class containing a main method, passing the specified arguments.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WaveData.html#format">format</a></span> - Variable in class org.lwjgl.util.<a href="./org/lwjgl/util/WaveData.html" title="class in org.lwjgl.util">WaveData</a></dt>
|
|
<dd>
|
|
<div class="block">format type of data</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#fput(float, long)">fput(float, long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#fput(org.lwjgl.util.mapped.MappedObject, float, int)">fput(MappedObject, float, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#fromHSB(float, float, float)">fromHSB(float, float, float)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">HSB to RGB conversion, pinched from java.awt.Color.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Pbuffer.html#FRONT_LEFT_BUFFER">FRONT_LEFT_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">The Pbuffer front left buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Pbuffer.html#FRONT_RIGHT_BUFFER">FRONT_RIGHT_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">The Pbuffer front right buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#fvget(long)">fvget(long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#fvget(org.lwjgl.util.mapped.MappedObject, int)">fvget(MappedObject, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#fvput(float, long)">fvput(float, long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#fvput(org.lwjgl.util.mapped.MappedObject, float, int)">fvput(MappedObject, float, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
</dl>
|
|
<a name="_G_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">G</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#genericErrorMessage">genericErrorMessage</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">generic error message to display on error</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#get()">get()</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Relative <i>get</i> method.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#get(int)">get(int)</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Absolute <i>get</i> method.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#get(long[], int, int)">get(long[], int, int)</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Relative bulk <i>get</i> method.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#get(long[])">get(long[])</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Relative bulk <i>get</i> method.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#get_view(org.lwjgl.util.mapped.MappedObject, int)">get_view(MappedObject, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#get_view_shift(org.lwjgl.util.mapped.MappedObject, int)">get_view_shift(MappedObject, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#getAccumulationAlpha()">getAccumulationAlpha()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#getAccumulationBitsPerPixel()">getAccumulationBitsPerPixel()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#getAdapter()">getAdapter()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Get the driver adapter string.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.ByteBuffer)">getAddress(ByteBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.ByteBuffer, int)">getAddress(ByteBuffer, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.ShortBuffer)">getAddress(ShortBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.ShortBuffer, int)">getAddress(ShortBuffer, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.CharBuffer)">getAddress(CharBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.CharBuffer, int)">getAddress(CharBuffer, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.IntBuffer)">getAddress(IntBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.IntBuffer, int)">getAddress(IntBuffer, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.FloatBuffer)">getAddress(FloatBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.FloatBuffer, int)">getAddress(FloatBuffer, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.LongBuffer)">getAddress(LongBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.LongBuffer, int)">getAddress(LongBuffer, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.DoubleBuffer)">getAddress(DoubleBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.DoubleBuffer, int)">getAddress(DoubleBuffer, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddress(org.lwjgl.PointerBuffer)">getAddress(PointerBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddress(org.lwjgl.PointerBuffer, int)">getAddress(PointerBuffer, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddress0(java.nio.Buffer)">getAddress0(Buffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the memory address of the specified buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddress0(org.lwjgl.PointerBuffer)">getAddress0(PointerBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddress0Safe(java.nio.Buffer)">getAddress0Safe(Buffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddress0Safe(org.lwjgl.PointerBuffer)">getAddress0Safe(PointerBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.ByteBuffer)">getAddressSafe(ByteBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.ByteBuffer, int)">getAddressSafe(ByteBuffer, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.ShortBuffer)">getAddressSafe(ShortBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.ShortBuffer, int)">getAddressSafe(ShortBuffer, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.CharBuffer)">getAddressSafe(CharBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.CharBuffer, int)">getAddressSafe(CharBuffer, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.IntBuffer)">getAddressSafe(IntBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.IntBuffer, int)">getAddressSafe(IntBuffer, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.FloatBuffer)">getAddressSafe(FloatBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.FloatBuffer, int)">getAddressSafe(FloatBuffer, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.LongBuffer)">getAddressSafe(LongBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.LongBuffer, int)">getAddressSafe(LongBuffer, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.DoubleBuffer)">getAddressSafe(DoubleBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.DoubleBuffer, int)">getAddressSafe(DoubleBuffer, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddressSafe(org.lwjgl.PointerBuffer)">getAddressSafe(PointerBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/MemoryUtil.html#getAddressSafe(org.lwjgl.PointerBuffer, int)">getAddressSafe(PointerBuffer, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObject.html#getAlign()">getAlign()</a></span> - Method in class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the mapped object memory alignment, in bytes.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#getAlpha()">getAlpha()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Accessor</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableColor.html#getAlpha()">getAlpha()</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Return the red component (0..255)</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#getAlphaBits()">getAlphaBits()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#getAlphaByte()">getAlphaByte()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableColor.html#getAlphaByte()">getAlphaByte()</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Return the red component</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#getApplet()">getApplet()</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Retrieves the applet that has been loaded.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PixelFormat.html#getAttrib(org.lwjgl.opengles.PixelFormat.Attrib)">getAttrib(PixelFormat.Attrib)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the value of the specified attribute.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PixelFormat.html#getAttribBuffer(org.lwjgl.opengles.EGLDisplay, int, int[])">getAttribBuffer(EGLDisplay, int, int[])</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns an IntBuffer that can be used to get/choose EGLConfigs.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextAttribs.html#getAttribList()">getAttribList()</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextAttribs.html" title="class in org.lwjgl.opengles">ContextAttribs</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLConfig.html#getAttribute(int)">getAttribute(int)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLConfig.html" title="class in org.lwjgl.opengles">EGLConfig</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the value of the specified EGL config attribute.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLSurface.html#getAttribute(int)">getAttribute(int)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLSurface.html" title="class in org.lwjgl.opengles">EGLSurface</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the value of the specified EGL surface attribute.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#getAuxBuffers()">getAuxBuffers()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#getAvailableDisplayModes()">getAvailableDisplayModes()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the entire list of possible fullscreen display modes as an array, in no
|
|
particular order.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Display.html#getAvailableDisplayModes(int, int, int, int, int, int, int, int)">getAvailableDisplayModes(int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.util.<a href="./org/lwjgl/util/Display.html" title="class in org.lwjgl.util">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Determine the available display modes that match the specified minimum and maximum criteria.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#getAxisCount()">getAxisCount()</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Retrieve the number of axes available on this controller.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#getAxisCount()">getAxisCount()</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Retrieve the number of axes available on this controller.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#getAxisName(int)">getAxisName(int)</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Get the name that's given to the specified axis</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#getAxisName(int)">getAxisName(int)</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Get the name that's given to the specified axis</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#getAxisValue(int)">getAxisValue(int)</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Retrieve the value thats currently available on a specified axis.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#getAxisValue(int)">getAxisValue(int)</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Retrieve the value thats currently available on a specified axis.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PixelFormat.html#getBestMatch(org.lwjgl.opengles.EGLConfig[])">getBestMatch(EGLConfig[])</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the EGL config from the specified array that best matches this PixelFormat.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/DisplayMode.html#getBitsPerPixel()">getBitsPerPixel()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/DisplayMode.html" title="class in org.lwjgl.opengl">DisplayMode</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#getBitsPerPixel()">getBitsPerPixel()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#getBlue()">getBlue()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Accessor</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableColor.html#getBlue()">getBlue()</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Return the red component (0..255)</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#getBlueByte()">getBlueByte()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableColor.html#getBlueByte()">getBlueByte()</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Return the red component</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#getBooleanParameter(java.lang.String, boolean)">getBooleanParameter(String, boolean)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Retrieves the boolean value for the parameter</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableRectangle.html#getBounds(org.lwjgl.util.WritableRectangle)">getBounds(WritableRectangle)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableRectangle.html" title="interface in org.lwjgl.util">ReadableRectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Copy this readable rectangle's bounds into a destination Rectangle</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#getBounds(org.lwjgl.util.WritableRectangle)">getBounds(WritableRectangle)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#getBuffer()">getBuffer()</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the ByteBuffer that backs this PointerBuffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLProgram.html#getBuildInfoInt(org.lwjgl.opencl.CLDevice, int)">getBuildInfoInt(CLDevice, int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the integer value of the specified parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLProgram.html#getBuildInfoString(org.lwjgl.opencl.CLDevice, int)">getBuildInfoString(CLDevice, int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the String value of the specified parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#getButtonCount()">getButtonCount()</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Retrieve the number of buttons available on this controller</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#getButtonCount()">getButtonCount()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/InputImplementation.html#getButtonCount()">getButtonCount()</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</a></dt>
|
|
<dd>
|
|
<div class="block">Query of button count</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#getButtonCount()">getButtonCount()</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Retrieve the number of buttons available on this controller</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#getButtonIndex(java.lang.String)">getButtonIndex(String)</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd>
|
|
<div class="block">Get's a button's index.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#getButtonName(int)">getButtonName(int)</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Get the name of the specified button.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#getButtonName(int)">getButtonName(int)</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd>
|
|
<div class="block">Gets a button's name</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#getButtonName(int)">getButtonName(int)</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Get the name of the specified button.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/XPMFile.html#getBytes()">getBytes()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/XPMFile.html" title="class in org.lwjgl.util">XPMFile</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#getCacheDirectory()">getCacheDirectory()</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">This method will return the location of the cache directory.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/CacheUtil.html#getCacheLineSize()">getCacheLineSize()</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Returns the CPU cache line size, in number of bytes.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Cursor.html#getCapabilities()">getCapabilities()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Cursor.html" title="class in org.lwjgl.input">Cursor</a></dt>
|
|
<dd>
|
|
<div class="block">Get the capabilities of the native cursor.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GLContext.html#getCapabilities()">getCapabilities()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GLContext.html" title="class in org.lwjgl.opengl">GLContext</a></dt>
|
|
<dd>
|
|
<div class="block">Get the current capabilities instance.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Pbuffer.html#getCapabilities()">getCapabilities()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Gets the Pbuffer capabilities.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLContext.html#getCapabilities()">getCapabilities()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLContext.html" title="class in org.lwjgl.opengles">GLContext</a></dt>
|
|
<dd>
|
|
<div class="block">Get the current capabilities instance.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/api/CLImageFormat.html#getChannelOrder()">getChannelOrder()</a></span> - Method in class org.lwjgl.opencl.api.<a href="./org/lwjgl/opencl/api/CLImageFormat.html" title="class in org.lwjgl.opencl.api">CLImageFormat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/api/CLImageFormat.html#getChannelType()">getChannelType()</a></span> - Method in class org.lwjgl.opencl.api.<a href="./org/lwjgl/opencl/api/CLImageFormat.html" title="class in org.lwjgl.opencl.api">CLImageFormat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLUtil.html#getClassTokens(org.lwjgl.LWJGLUtil.TokenFilter, java.util.Map, java.lang.Class...)">getClassTokens(LWJGLUtil.TokenFilter, Map<Integer, String>, Class...)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a map of public static final integer fields in the specified classes, to their String representations.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLUtil.html#getClassTokens(org.lwjgl.LWJGLUtil.TokenFilter, java.util.Map, java.lang.Iterable)">getClassTokens(LWJGLUtil.TokenFilter, Map<Integer, String>, Iterable<Class>)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a map of public static final integer fields in the specified classes, to their String representations.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLContext.html#getCLCommandQueue(long)">getCLCommandQueue(long)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a CLCommandQueue associated with this context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLEvent.html#getCLCommandQueue()">getCLCommandQueue()</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLEvent.html" title="class in org.lwjgl.opencl">CLEvent</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the command-queue associated with this event.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLCommandQueue.html#getCLDevice()">getCLDevice()</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLPlatform.html#getCLDevice(long)">getCLDevice(long)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLPlatform.html" title="class in org.lwjgl.opencl">CLPlatform</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a CLDevice that is available on this platform.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLCommandQueue.html#getCLEvent(long)">getCLEvent(long)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a CLEvent associated with this command-queue.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLContext.html#getCLEvent(long)">getCLEvent(long)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a user CLEvent associated with this context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/Sys.html#getClipboard()">getClipboard()</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/Sys.html" title="class in org.lwjgl">Sys</a></dt>
|
|
<dd>
|
|
<div class="block">Get the contents of the system clipboard.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLProgram.html#getCLKernel(long)">getCLKernel(long)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a CLKernel associated with this program.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLContext.html#getCLMem(long)">getCLMem(long)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a CLMem associated with this context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLPlatform.html#getCLPlatform(long)">getCLPlatform(long)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLPlatform.html" title="class in org.lwjgl.opencl">CLPlatform</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a CLPlatform with the specified id.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLContext.html#getCLProgram(long)">getCLProgram(long)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a CLProgram associated with this context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLContext.html#getCLSampler(long)">getCLSampler(long)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a CLSampler associated with this context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#getColor(java.lang.String, java.awt.Color)">getColor(String, Color)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Retrieves the color</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLSurface.html#getConfig()">getConfig()</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLSurface.html" title="class in org.lwjgl.opengles">EGLSurface</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the EGL config associated with this EGL surface.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLConfig.html#getConfigID()">getConfigID()</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLConfig.html" title="class in org.lwjgl.opengles">EGLConfig</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the EGL_CONFIG_ID attribute of this EGLConfig.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/XRandR.html#getConfiguration()">getConfiguration()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/XRandR.html" title="class in org.lwjgl.opengl">XRandR</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL.html#getContext()">getContext()</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL.html" title="class in org.lwjgl.openal">AL</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#getContext()">getContext()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd>
|
|
<div class="block">This method should only be called internally.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controllers.html#getController(int)">getController(int)</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</a></dt>
|
|
<dd>
|
|
<div class="block">Get a controller from the collection</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controllers.html#getControllerCount()">getControllerCount()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</a></dt>
|
|
<dd>
|
|
<div class="block">Retrieve a count of the number of controllers</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/jinput/LWJGLEnvironmentPlugin.html#getControllers()">getControllers()</a></span> - Method in class org.lwjgl.util.jinput.<a href="./org/lwjgl/util/jinput/LWJGLEnvironmentPlugin.html" title="class in org.lwjgl.util.jinput">LWJGLEnvironmentPlugin</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#getCurrentCertificates()">getCurrentCertificates()</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Returns the current certificate chain of the AppletLoader</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#getDeadZone(int)">getDeadZone(int)</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Get the dead zone for a specified axis</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#getDeadZone(int)">getDeadZone(int)</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Get the dead zone for a specified axis</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PixelFormat.Attrib.html#getDefaultValue()">getDefaultValue()</a></span> - Method in enum org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PixelFormat.Attrib.html" title="enum in org.lwjgl.opengles">PixelFormat.Attrib</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the default value of this attribute.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#getDepthBits()">getDepthBits()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#getDescriptionForState()">getDescriptionForState()</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#getDesktopDisplayMode()">getDesktopDisplayMode()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Return the initial desktop display mode.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL.html#getDevice()">getDevice()</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL.html" title="class in org.lwjgl.openal">AL</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLCapabilities.html#getDeviceCapabilities(org.lwjgl.opencl.CLDevice)">getDeviceCapabilities(CLDevice)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLCapabilities.html" title="class in org.lwjgl.opencl">CLCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLPlatform.html#getDevices(int)">getDevices(int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLPlatform.html" title="class in org.lwjgl.opencl">CLPlatform</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a list of the available devices on this platform that
|
|
match the specified type.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLPlatform.html#getDevices(int, org.lwjgl.opencl.api.Filter)">getDevices(int, Filter<CLDevice>)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLPlatform.html" title="class in org.lwjgl.opencl">CLPlatform</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a list of the available devices on this platform that
|
|
match the specified type, filtered by the specified filter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLConfig.html#getDisplay()">getDisplay()</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLConfig.html" title="class in org.lwjgl.opengles">EGLConfig</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the EGL display from which this EGL config was retrieved.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLSurface.html#getDisplay()">getDisplay()</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLSurface.html" title="class in org.lwjgl.opengles">EGLSurface</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the EGL display from which this EGL surface was created.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#getDisplayMode()">getDisplayMode()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Return the current display mode, as set by setDisplayMode().</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#getDrawable()">getDrawable()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Fetch the Drawable from the Display.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Quadric.html#getDrawStyle()">getDrawStyle()</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the drawStyle.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#getDWheel()">getDWheel()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#getDX()">getDX()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#getDY()">getDY()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PixelFormat.Attrib.html#getEGLAttrib()">getEGLAttrib()</a></span> - Method in enum org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PixelFormat.Attrib.html" title="enum in org.lwjgl.opengles">PixelFormat.Attrib</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the EGL token that corresponds to this attribute.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferUtils.html#getElementSizeExponent(java.nio.Buffer)">getElementSizeExponent(Buffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#getEventButton()">getEventButton()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controllers.html#getEventButtonState()">getEventButtonState()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</a></dt>
|
|
<dd>
|
|
<div class="block">Gets the state of the button that generated the current event</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#getEventButtonState()">getEventButtonState()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd>
|
|
<div class="block">Get the current events button state.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#getEventCharacter()">getEventCharacter()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controllers.html#getEventControlIndex()">getEventControlIndex()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</a></dt>
|
|
<dd>
|
|
<div class="block">Get the index of the control that caused the current event</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#getEventDWheel()">getEventDWheel()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#getEventDX()">getEventDX()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#getEventDY()">getEventDY()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#getEventKey()">getEventKey()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd>
|
|
<div class="block">Please note that the key code returned is NOT valid against the
|
|
current keyboard layout.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#getEventKeyState()">getEventKeyState()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd>
|
|
<div class="block">Gets the state of the key that generated the
|
|
current event</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controllers.html#getEventNanoseconds()">getEventNanoseconds()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</a></dt>
|
|
<dd>
|
|
<div class="block">Get the timestamp assigned to the current event</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#getEventNanoseconds()">getEventNanoseconds()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd>
|
|
<div class="block">Gets the time in nanoseconds of the current event.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#getEventNanoseconds()">getEventNanoseconds()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd>
|
|
<div class="block">Gets the time in nanoseconds of the current event.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controllers.html#getEventSource()">getEventSource()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</a></dt>
|
|
<dd>
|
|
<div class="block">Get the source of the current event</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#getEventX()">getEventX()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controllers.html#getEventXAxisValue()">getEventXAxisValue()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</a></dt>
|
|
<dd>
|
|
<div class="block">Get the value on an X axis of the current event</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#getEventY()">getEventY()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controllers.html#getEventYAxisValue()">getEventYAxisValue()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</a></dt>
|
|
<dd>
|
|
<div class="block">Get the value on an Y axis of the current event</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#getFileName(java.net.URL)">getFileName(URL)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Get file name portion of URL.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/DisplayMode.html#getFrequency()">getFrequency()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/DisplayMode.html" title="class in org.lwjgl.opengl">DisplayMode</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLMem.html#getGLObjectName()">getGLObjectName()</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the GL object name.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLMem.html#getGLObjectType()">getGLObjectType()</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the GL object type.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLMem.html#getGLTextureInfoInt(int)">getGLTextureInfoInt(int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the int value of the specified parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#getGreen()">getGreen()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Accessor</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableColor.html#getGreen()">getGreen()</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Return the red component (0..255)</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#getGreenByte()">getGreenByte()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableColor.html#getGreenByte()">getGreenByte()</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Return the red component</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#getHeight()">getHeight()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/DisplayMode.html#getHeight()">getHeight()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/DisplayMode.html" title="class in org.lwjgl.opengl">DisplayMode</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/InputImplementation.html#getHeight()">getHeight()</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Pbuffer.html#getHeight()">getHeight()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Dimension.html#getHeight()">getHeight()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util">Dimension</a></dt>
|
|
<dd>
|
|
<div class="block">Gets the height.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableDimension.html#getHeight()">getHeight()</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableDimension.html" title="interface in org.lwjgl.util">ReadableDimension</a></dt>
|
|
<dd>
|
|
<div class="block">Get the height</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#getHeight()">getHeight()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Gets the height.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/XPMFile.html#getHeight()">getHeight()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/XPMFile.html" title="class in org.lwjgl.util">XPMFile</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#getImage(java.lang.String)">getImage(String)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Get Image from path provided</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#getImage(java.net.URL)">getImage(URL)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Get Image from path provided</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLMem.html#getImageChannelOrder()">getImageChannelOrder()</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the image channel order.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLMem.html#getImageChannelType()">getImageChannelType()</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the image channel type.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLMem.html#getImageFormat()">getImageFormat()</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the image format.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLMem.html#getImageInfoSize(int)">getImageInfoSize(int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the size_t value of the specified parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#getIndex()">getIndex()</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Get the index of this controller in the collection</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#getIndex()">getIndex()</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Get the index of this controller in the collection</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLProgram.html#getInfoBinaries(java.nio.ByteBuffer)">getInfoBinaries(ByteBuffer)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the program binaries for all devices associated with program,
|
|
written sequentially in the target ByteBuffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLProgram.html#getInfoBinaries(java.nio.ByteBuffer[])">getInfoBinaries(ByteBuffer[])</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the program binaries for all devices associated with program,
|
|
as a ByteBuffer array.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDevice.html#getInfoBoolean(int)">getInfoBoolean(int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the boolean value of the specified parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLContext.html#getInfoDevices()">getInfoDevices()</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the list of devices in context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLProgram.html#getInfoDevices()">getInfoDevices()</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Returns an array of CLDevices associated with this program.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLMem.html#getInfoHostBuffer()">getInfoHostBuffer()</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a direct ByteBuffer instance that points to the host
|
|
memory that backs this CLMem object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLCommandQueue.html#getInfoInt(int)">getInfoInt(int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the integer value of the specified parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLContext.html#getInfoInt(int)">getInfoInt(int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the integer value of the specified parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDevice.html#getInfoInt(int)">getInfoInt(int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the integer value of the specified parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLEvent.html#getInfoInt(int)">getInfoInt(int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLEvent.html" title="class in org.lwjgl.opencl">CLEvent</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the integer value of the specified parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLKernel.html#getInfoInt(int)">getInfoInt(int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the integer value of the specified parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLMem.html#getInfoInt(int)">getInfoInt(int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the integer value of the specified parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLProgram.html#getInfoInt(int)">getInfoInt(int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the integer value of the specified parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLSampler.html#getInfoInt(int)">getInfoInt(int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLSampler.html" title="class in org.lwjgl.opencl">CLSampler</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the integer value of the specified parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDevice.html#getInfoLong(int)">getInfoLong(int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the long value of the specified parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLMem.html#getInfoLong(int)">getInfoLong(int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the long value of the specified parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLSampler.html#getInfoLong(int)">getInfoLong(int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLSampler.html" title="class in org.lwjgl.opencl">CLSampler</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the long value of the specified parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDevice.html#getInfoSize(int)">getInfoSize(int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the size_t value of the specified parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLMem.html#getInfoSize(int)">getInfoSize(int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the size_t value of the specified parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDevice.html#getInfoSizeArray(int)">getInfoSizeArray(int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</a></dt>
|
|
<dd>
|
|
<div class="block">Returns an array of size_t values of the specified parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLProgram.html#getInfoSizeArray(int)">getInfoSizeArray(int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Returns an array of size_t values of the specified parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDevice.html#getInfoString(int)">getInfoString(int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the value of the specified String parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLKernel.html#getInfoString(int)">getInfoString(int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the String value of the specified parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLPlatform.html#getInfoString(int)">getInfoString(int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLPlatform.html" title="class in org.lwjgl.opencl">CLPlatform</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the String value of the specified parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLProgram.html#getInfoString(int)">getInfoString(int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the String value of the specified parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#getIntParameter(java.lang.String, int)">getIntParameter(String, int)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Retrieves the int value for the applet</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#getJarInfo(java.io.File)">getJarInfo(File)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">This method will get the files sizes of the files to download.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#getJarInputStream(java.lang.String, java.net.URLConnection)">getJarInputStream(String, URLConnection)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Retrieves a jar files input stream.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#getJarName(java.net.URL)">getJarName(URL)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Get jar name from URL.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#getKeyCount()">getKeyCount()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#getKeyIndex(java.lang.String)">getKeyIndex(String)</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd>
|
|
<div class="block">Get's a key's index.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#getKeyName(int)">getKeyName(int)</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd>
|
|
<div class="block">Gets a key's name</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextAttribs.html#getLayerPlane()">getLayerPlane()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLUtil.html#getLibraryPaths(java.lang.String, java.lang.String, java.lang.ClassLoader)">getLibraryPaths(String, String, ClassLoader)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</a></dt>
|
|
<dd>
|
|
<div class="block">Locates the paths required by a library.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLUtil.html#getLibraryPaths(java.lang.String, java.lang.String[], java.lang.ClassLoader)">getLibraryPaths(String, String[], ClassLoader)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</a></dt>
|
|
<dd>
|
|
<div class="block">Locates the paths required by a library.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Point.html#getLocation(org.lwjgl.util.WritablePoint)">getLocation(WritablePoint)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadablePoint.html#getLocation(org.lwjgl.util.WritablePoint)">getLocation(WritablePoint)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadablePoint.html" title="interface in org.lwjgl.util">ReadablePoint</a></dt>
|
|
<dd>
|
|
<div class="block">Copy this ReadablePoint into a destination Point</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#getLocation(org.lwjgl.util.WritablePoint)">getLocation(WritablePoint)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#getLWJGLCacheDir()">getLWJGLCacheDir()</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Get path to the lwjgl cache directory.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#getMajorVersion()">getMajorVersion()</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLPlatformCapabilities.html#getMajorVersion()">getMajorVersion()</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextAttribs.html#getMajorVersion()">getMajorVersion()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLDisplay.html#getMajorVersion()">getMajorVersion()</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLDisplay.html" title="class in org.lwjgl.opengles">EGLDisplay</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the major EGL version of this EGL display.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Cursor.html#getMaxCursorSize()">getMaxCursorSize()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Cursor.html" title="class in org.lwjgl.input">Cursor</a></dt>
|
|
<dd>
|
|
<div class="block">Gets the maximum size of a native cursor.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/InputImplementation.html#getMaxCursorSize()">getMaxCursorSize()</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</a></dt>
|
|
<dd>
|
|
<div class="block">Method returning the maximum cursor size</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#getMessages()">getMessages()</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Retrieves the current message for the current status.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Cursor.html#getMinCursorSize()">getMinCursorSize()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Cursor.html" title="class in org.lwjgl.input">Cursor</a></dt>
|
|
<dd>
|
|
<div class="block">Gets the minimum size of a native cursor.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/InputImplementation.html#getMinCursorSize()">getMinCursorSize()</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</a></dt>
|
|
<dd>
|
|
<div class="block">Method returning the minimum cursor size</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#getMinorVersion()">getMinorVersion()</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLPlatformCapabilities.html#getMinorVersion()">getMinorVersion()</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextAttribs.html#getMinorVersion()">getMinorVersion()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLDisplay.html#getMinorVersion()">getMinorVersion()</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLDisplay.html" title="class in org.lwjgl.opengles">EGLDisplay</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the minor EGL version of this EGL display.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#getName()">getName()</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Get the name assigned to this controller.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#getName()">getName()</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Get the name assigned to this controller.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#getNativeCursor()">getNativeCursor()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd>
|
|
<div class="block">Gets the currently bound native cursor, if any.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/InputImplementation.html#getNativeCursorCapabilities()">getNativeCursorCapabilities()</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</a></dt>
|
|
<dd>
|
|
<div class="block">Function to determine native cursor support</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Quadric.html#getNormals()">getNormals()</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the normals.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#getNumKeyboardEvents()">getNumKeyboardEvents()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd>
|
|
<div class="block">Gets the number of keyboard events waiting after doing a buffer enabled poll().</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferUtils.html#getOffset(java.nio.Buffer)">getOffset(Buffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</a></dt>
|
|
<dd>
|
|
<div class="block">A helper function which is used to get the byte offset in an arbitrary buffer
|
|
based on its position</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Quadric.html#getOrientation()">getOrientation()</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the orientation.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/api/CLBufferRegion.html#getOrigin()">getOrigin()</a></span> - Method in class org.lwjgl.opencl.api.<a href="./org/lwjgl/opencl/api/CLBufferRegion.html" title="class in org.lwjgl.opencl.api">CLBufferRegion</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#getParent()">getParent()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Return the last parent set with setParent().</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#getPixelFormat()">getPixelFormat()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#getPixelScaleFactor()">getPixelScaleFactor()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLUtil.html#getPlatform()">getPlatform()</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDevice.html#getPlatform()">getPlatform()</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLCapabilities.html#getPlatformCapabilities(org.lwjgl.opencl.CLPlatform)">getPlatformCapabilities(CLPlatform)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLCapabilities.html" title="class in org.lwjgl.opencl">CLCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLUtil.html#getPlatformName()">getPlatformName()</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLPlatform.html#getPlatforms()">getPlatforms()</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLPlatform.html" title="class in org.lwjgl.opencl">CLPlatform</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a list of all the available platforms.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLPlatform.html#getPlatforms(org.lwjgl.opencl.api.Filter)">getPlatforms(Filter<CLPlatform>)</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLPlatform.html" title="class in org.lwjgl.opencl">CLPlatform</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a list of the available platforms, filtered by the specified filter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerWrapper.html#getPointer()">getPointer()</a></span> - Method in interface org.lwjgl.<a href="./org/lwjgl/PointerWrapper.html" title="interface in org.lwjgl">PointerWrapper</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerWrapperAbstract.html#getPointer()">getPointer()</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerWrapperAbstract.html" title="class in org.lwjgl">PointerWrapperAbstract</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#getPointerSize()">getPointerSize()</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the pointer size in bytes, based on the underlying architecture.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#getPovX()">getPovX()</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Get the X-Axis value of the POV on this controller</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#getPovX()">getPovX()</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Get the X-Axis value of the POV on this controller</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#getPovY()">getPovY()</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Get the Y-Axis value of the POV on this controller</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#getPovY()">getPovY()</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Get the Y-Axis value of the POV on this controller</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLUtil.html#getPrivilegedBoolean(java.lang.String)">getPrivilegedBoolean(String)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</a></dt>
|
|
<dd>
|
|
<div class="block">Gets a boolean property as a privileged action.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLUtil.html#getPrivilegedInteger(java.lang.String)">getPrivilegedInteger(String)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</a></dt>
|
|
<dd>
|
|
<div class="block">Gets an integer property as a privileged action.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLUtil.html#getPrivilegedInteger(java.lang.String, int)">getPrivilegedInteger(String, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</a></dt>
|
|
<dd>
|
|
<div class="block">Gets an integer property as a privileged action.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLEvent.html#getProfilingInfoLong(int)">getProfilingInfoLong(int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLEvent.html" title="class in org.lwjgl.opencl">CLEvent</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the long value of the specified parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#getRed()">getRed()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Accessor</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableColor.html#getRed()">getRed()</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Return the red component (0..255)</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#getRedByte()">getRedByte()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableColor.html#getRedByte()">getRedByte()</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Return the red component</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/XRandR.html#getResolutions(java.lang.String)">getResolutions(String)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/XRandR.html" title="class in org.lwjgl.opengl">XRandR</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#getRumblerCount()">getRumblerCount()</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the number of rumblers this controller supports</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#getRumblerCount()">getRumblerCount()</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#getRumblerName(int)">getRumblerName(int)</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the name of the specified rumbler</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#getRumblerName(int)">getRumblerName(int)</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#getRXAxisDeadZone()">getRXAxisDeadZone()</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Get the dead zone for the RX axis.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#getRXAxisDeadZone()">getRXAxisDeadZone()</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Get the dead zone for the RX axis.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#getRXAxisValue()">getRXAxisValue()</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Get the value from the RX axis if there is one.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#getRXAxisValue()">getRXAxisValue()</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Get the value from the RX axis if there is one.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#getRYAxisDeadZone()">getRYAxisDeadZone()</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Get the dead zone for the RY axis.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#getRYAxisDeadZone()">getRYAxisDeadZone()</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Get the dead zone for the RY axis.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#getRYAxisValue()">getRYAxisValue()</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Get the value from the RY axis if there is one.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#getRYAxisValue()">getRYAxisValue()</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Get the value from the RY axis if there is one.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#getRZAxisDeadZone()">getRZAxisDeadZone()</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Get the dead zone for the RZ axis.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#getRZAxisDeadZone()">getRZAxisDeadZone()</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Get the dead zone for the RZ axis.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#getRZAxisValue()">getRZAxisValue()</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Get the value from the RZ axis if there is one.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#getRZAxisValue()">getRZAxisValue()</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Get the value from the RZ axis if there is one.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#getSamples()">getSamples()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/XRandR.html#getScreenNames()">getScreenNames()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/XRandR.html" title="class in org.lwjgl.opengl">XRandR</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/api/CLBufferRegion.html#getSize()">getSize()</a></span> - Method in class org.lwjgl.opencl.api.<a href="./org/lwjgl/opencl/api/CLBufferRegion.html" title="class in org.lwjgl.opencl.api">CLBufferRegion</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Dimension.html#getSize(org.lwjgl.util.WritableDimension)">getSize(WritableDimension)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util">Dimension</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableDimension.html#getSize(org.lwjgl.util.WritableDimension)">getSize(WritableDimension)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableDimension.html" title="interface in org.lwjgl.util">ReadableDimension</a></dt>
|
|
<dd>
|
|
<div class="block">Copy this ReadableDimension into a destination Dimension</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#getSize(org.lwjgl.util.WritableDimension)">getSize(WritableDimension)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObject.html#getSizeof()">getSizeof()</a></span> - Method in class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the mapped object memory sizeof, in bytes.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#getStatus()">getStatus()</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Retrieves the current status of the AppletLoader and is
|
|
used by liveconnect when running in headless mode.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#getStencilBits()">getStencilBits()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#getStringParameter(java.lang.String, java.lang.String)">getStringParameter(String, String)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Retrieves the String value for the parameter</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDevice.html#getSubCLDevice(long)">getSubCLDevice(long)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a sub-device of this device.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLContext.html#getSupportedImageFormats(long, int)">getSupportedImageFormats(long, int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLContext.html#getSupportedImageFormats(long, int, org.lwjgl.opencl.api.Filter)">getSupportedImageFormats(long, int, Filter<CLImageFormat>)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Quadric.html#getTextureFlag()">getTextureFlag()</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the textureFlag.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/Sys.html#getTime()">getTime()</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/Sys.html" title="class in org.lwjgl">Sys</a></dt>
|
|
<dd>
|
|
<div class="block">Gets the current value of the hires timer, in ticks.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Timer.html#getTime()">getTime()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Timer.html" title="class in org.lwjgl.util">Timer</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/Sys.html#getTimerResolution()">getTimerResolution()</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/Sys.html" title="class in org.lwjgl">Sys</a></dt>
|
|
<dd>
|
|
<div class="block">Obtains the number of ticks that the hires timer does in a second.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#getTitle()">getTitle()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#getVersion()">getVersion()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Get the driver version.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextAttribs.html#getVersion()">getVersion()</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextAttribs.html" title="class in org.lwjgl.opengles">ContextAttribs</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/Sys.html#getVersion()">getVersion()</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/Sys.html" title="class in org.lwjgl">Sys</a></dt>
|
|
<dd>
|
|
<div class="block">Return the version of the core LWJGL libraries as a String.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObject.html#getViewAddress(int)">getViewAddress(int)</a></span> - Method in class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#getW()">getW()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/ReadableVector4f.html#getW()">getW()</a></span> - Method in interface org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/ReadableVector4f.html" title="interface in org.lwjgl.util.vector">ReadableVector4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#getW()">getW()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#getWidth()">getWidth()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/DisplayMode.html#getWidth()">getWidth()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/DisplayMode.html" title="class in org.lwjgl.opengl">DisplayMode</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/InputImplementation.html#getWidth()">getWidth()</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Pbuffer.html#getWidth()">getWidth()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Dimension.html#getWidth()">getWidth()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util">Dimension</a></dt>
|
|
<dd>
|
|
<div class="block">Gets the width.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableDimension.html#getWidth()">getWidth()</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableDimension.html" title="interface in org.lwjgl.util">ReadableDimension</a></dt>
|
|
<dd>
|
|
<div class="block">Get the width</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#getWidth()">getWidth()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Gets the width.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/XPMFile.html#getWidth()">getWidth()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/XPMFile.html" title="class in org.lwjgl.util">XPMFile</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLKernel.html#getWorkGroupInfoLong(org.lwjgl.opencl.CLDevice, int)">getWorkGroupInfoLong(CLDevice, int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the long value of the specified parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLKernel.html#getWorkGroupInfoSize(org.lwjgl.opencl.CLDevice, int)">getWorkGroupInfoSize(CLDevice, int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the size_t value of the specified parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLKernel.html#getWorkGroupInfoSizeArray(org.lwjgl.opencl.CLDevice, int)">getWorkGroupInfoSizeArray(CLDevice, int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a></dt>
|
|
<dd>
|
|
<div class="block">Returns an array of size_t values of the specified parameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#getX()">getX()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd>
|
|
<div class="block">Retrieves the absolute position.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#getX()">getX()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Point.html#getX()">getX()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadablePoint.html#getX()">getX()</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadablePoint.html" title="interface in org.lwjgl.util">ReadablePoint</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#getX()">getX()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Gets the x.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#getX()">getX()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/ReadableVector2f.html#getX()">getX()</a></span> - Method in interface org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/ReadableVector2f.html" title="interface in org.lwjgl.util.vector">ReadableVector2f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector2f.html#getX()">getX()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#getX()">getX()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#getX()">getX()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#getXAxisDeadZone()">getXAxisDeadZone()</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Get the dead zone for the X axis.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#getXAxisDeadZone()">getXAxisDeadZone()</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Get the dead zone for the X axis.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#getXAxisValue()">getXAxisValue()</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Get the value from the X axis if there is one.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#getXAxisValue()">getXAxisValue()</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Get the value from the X axis if there is one.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#getY()">getY()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd>
|
|
<div class="block">Retrieves the absolute position.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#getY()">getY()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Point.html#getY()">getY()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadablePoint.html#getY()">getY()</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadablePoint.html" title="interface in org.lwjgl.util">ReadablePoint</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#getY()">getY()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Gets the y.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#getY()">getY()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/ReadableVector2f.html#getY()">getY()</a></span> - Method in interface org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/ReadableVector2f.html" title="interface in org.lwjgl.util.vector">ReadableVector2f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector2f.html#getY()">getY()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#getY()">getY()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#getY()">getY()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#getYAxisDeadZone()">getYAxisDeadZone()</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Get the dead zone for the Y axis.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#getYAxisDeadZone()">getYAxisDeadZone()</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Get the dead zone for the Y axis.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#getYAxisValue()">getYAxisValue()</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Get the value from the Y axis if there is one.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#getYAxisValue()">getYAxisValue()</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Get the value from the Y axis if there is one.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#getZ()">getZ()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/ReadableVector3f.html#getZ()">getZ()</a></span> - Method in interface org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/ReadableVector3f.html" title="interface in org.lwjgl.util.vector">ReadableVector3f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#getZ()">getZ()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#getZ()">getZ()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#getZAxisDeadZone()">getZAxisDeadZone()</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Get the dead zone for the Z axis.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#getZAxisDeadZone()">getZAxisDeadZone()</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Get the dead zone for the Z axis.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#getZAxisValue()">getZAxisValue()</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Get the value from the Z axis if there is one.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#getZAxisValue()">getZAxisValue()</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Get the value from the Z axis if there is one.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl"><span class="strong">GL11</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block">The core OpenGL1.1 API.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl"><span class="strong">GL12</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block"><p/>
|
|
The core OpenGL1.2.1 API, with the imaging subset.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl"><span class="strong">GL13</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block"><p/>
|
|
The core OpenGL1.3 API.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl"><span class="strong">GL14</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block"><p/>
|
|
The core OpenGL1.4 API.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl"><span class="strong">GL15</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl"><span class="strong">GL20</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl"><span class="strong">GL21</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl"><span class="strong">GL30</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl"><span class="strong">GL31</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl"><span class="strong">GL32</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl"><span class="strong">GL33</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl"><span class="strong">GL40</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl"><span class="strong">GL41</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl"><span class="strong">GL42</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl"><span class="strong">GL43</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl"><span class="strong">GL44</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_2_BYTES">GL_2_BYTES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_2D">GL_2D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_2X_BIT_ATI">GL_2X_BIT_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_3_BYTES">GL_3_BYTES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_3D">GL_3D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_3D_COLOR">GL_3D_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_3D_COLOR_TEXTURE">GL_3D_COLOR_TEXTURE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDCompressed3DCTexture.html#GL_3DC_X_AMD">GL_3DC_X_AMD</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDCompressed3DCTexture.html" title="class in org.lwjgl.opengles">AMDCompressed3DCTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of CompressedTexImage2D and
|
|
CompressedTexImage3DOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDCompressed3DCTexture.html#GL_3DC_XY_AMD">GL_3DC_XY_AMD</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDCompressed3DCTexture.html" title="class in org.lwjgl.opengles">AMDCompressed3DCTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of CompressedTexImage2D and
|
|
CompressedTexImage3DOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_4_BYTES">GL_4_BYTES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_4D_COLOR_TEXTURE">GL_4D_COLOR_TEXTURE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_4X_BIT_ATI">GL_4X_BIT_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_8X_BIT_ATI">GL_8X_BIT_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTAbgr.html#GL_ABGR_EXT">GL_ABGR_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTAbgr.html" title="class in org.lwjgl.opengl">EXTAbgr</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ACCUM">GL_ACCUM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_ACCUM_ADJACENT_PAIRS_NV">GL_ACCUM_ADJACENT_PAIRS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pathListMode> parameter of GetPathSpacingNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ACCUM_ALPHA_BITS">GL_ACCUM_ALPHA_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ACCUM_BLUE_BITS">GL_ACCUM_BLUE_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ACCUM_BUFFER_BIT">GL_ACCUM_BUFFER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ACCUM_CLEAR_VALUE">GL_ACCUM_CLEAR_VALUE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ACCUM_GREEN_BITS">GL_ACCUM_GREEN_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ACCUM_RED_BITS">GL_ACCUM_RED_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_ACTIVE_ATOMIC_COUNTER_BUFFERS">GL_ACTIVE_ATOMIC_COUNTER_BUFFERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_ACTIVE_ATOMIC_COUNTER_BUFFERS">GL_ACTIVE_ATOMIC_COUNTER_BUFFERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_ACTIVE_ATTRIBUTE_MAX_LENGTH">GL_ACTIVE_ATTRIBUTE_MAX_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetObjectParameter{fi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_ACTIVE_ATTRIBUTE_MAX_LENGTH">GL_ACTIVE_ATTRIBUTE_MAX_LENGTH</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shaders</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_ACTIVE_ATTRIBUTES">GL_ACTIVE_ATTRIBUTES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetObjectParameter{fi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_ACTIVE_ATTRIBUTES">GL_ACTIVE_ATTRIBUTES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shaders</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#GL_ACTIVE_PROGRAM">GL_ACTIVE_PROGRAM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by <type> parameter to GetProgramPipelineiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_ACTIVE_PROGRAM">GL_ACTIVE_PROGRAM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by <type> parameter to GetProgramPipelineiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTSeparateShaderObjects.html#GL_ACTIVE_PROGRAM_EXT">GL_ACTIVE_PROGRAM_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengl">EXTSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by <type> parameter to GetIntegerv and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#GL_ACTIVE_PROGRAM_EXT">GL_ACTIVE_PROGRAM_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by <type> parameter to GetProgramPipelineivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_ACTIVE_RESOURCES">GL_ACTIVE_RESOURCES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramInterfaceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_ACTIVE_RESOURCES">GL_ACTIVE_RESOURCES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramInterfaceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTStencilTwoSide.html#GL_ACTIVE_STENCIL_FACE_EXT">GL_ACTIVE_STENCIL_FACE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTStencilTwoSide.html" title="class in org.lwjgl.opengl">EXTStencilTwoSide</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderSubroutine.html#GL_ACTIVE_SUBROUTINE_MAX_LENGTH">GL_ACTIVE_SUBROUTINE_MAX_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramStageiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_ACTIVE_SUBROUTINE_MAX_LENGTH">GL_ACTIVE_SUBROUTINE_MAX_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramStageiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderSubroutine.html#GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS">GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramStageiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS">GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramStageiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderSubroutine.html#GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH">GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramStageiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH">GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramStageiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderSubroutine.html#GL_ACTIVE_SUBROUTINE_UNIFORMS">GL_ACTIVE_SUBROUTINE_UNIFORMS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramStageiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_ACTIVE_SUBROUTINE_UNIFORMS">GL_ACTIVE_SUBROUTINE_UNIFORMS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramStageiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderSubroutine.html#GL_ACTIVE_SUBROUTINES">GL_ACTIVE_SUBROUTINES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramStageiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_ACTIVE_SUBROUTINES">GL_ACTIVE_SUBROUTINES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramStageiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_ACTIVE_TEXTURE">GL_ACTIVE_TEXTURE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_ACTIVE_TEXTURE">GL_ACTIVE_TEXTURE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_ACTIVE_TEXTURE_ARB">GL_ACTIVE_TEXTURE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH">GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH">GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH">GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_ACTIVE_UNIFORM_BLOCKS">GL_ACTIVE_UNIFORM_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_ACTIVE_UNIFORM_BLOCKS">GL_ACTIVE_UNIFORM_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_ACTIVE_UNIFORM_BLOCKS">GL_ACTIVE_UNIFORM_BLOCKS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_ACTIVE_UNIFORM_MAX_LENGTH">GL_ACTIVE_UNIFORM_MAX_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetObjectParameter{fi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_ACTIVE_UNIFORM_MAX_LENGTH">GL_ACTIVE_UNIFORM_MAX_LENGTH</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shaders</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_ACTIVE_UNIFORMS">GL_ACTIVE_UNIFORMS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetObjectParameter{fi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_ACTIVE_UNIFORMS">GL_ACTIVE_UNIFORMS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shaders</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_ACTIVE_VARIABLES">GL_ACTIVE_VARIABLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_ACTIVE_VARIABLES">GL_ACTIVE_VARIABLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#GL_ACTIVE_VARYING_MAX_LENGTH_NV">GL_ACTIVE_VARYING_MAX_LENGTH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#GL_ACTIVE_VARYINGS_NV">GL_ACTIVE_VARYINGS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_ACTIVE_VERTEX_UNITS_ARB">GL_ACTIVE_VERTEX_UNITS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ADD">GL_ADD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_ADD_ATI">GL_ADD_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_ADD_SIGNED">GL_ADD_SIGNED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_ADD_SIGNED_ARB">GL_ADD_SIGNED_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_ADD_SIGNED_EXT">GL_ADD_SIGNED_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_ADJACENT_PAIRS_NV">GL_ADJACENT_PAIRS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pathListMode> parameter of GetPathSpacingNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_AFFINE_2D_NV">GL_AFFINE_2D_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <transformType> parameter of
|
|
StencilFillPathInstancedNV, StencilStrokePathInstancedNV,
|
|
CoverFillPathInstancedNV, and CoverStrokePathInstancedNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_AFFINE_3D_NV">GL_AFFINE_3D_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <transformType> parameter of
|
|
StencilFillPathInstancedNV, StencilStrokePathInstancedNV,
|
|
CoverFillPathInstancedNV, and CoverStrokePathInstancedNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_ALIASED_LINE_WIDTH_RANGE">GL_ALIASED_LINE_WIDTH_RANGE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_ALIASED_LINE_WIDTH_RANGE">GL_ALIASED_LINE_WIDTH_RANGE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_ALIASED_POINT_SIZE_RANGE">GL_ALIASED_POINT_SIZE_RANGE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_ALIASED_POINT_SIZE_RANGE">GL_ALIASED_POINT_SIZE_RANGE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ALL_ATTRIB_BITS">GL_ALL_ATTRIB_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_ALL_BARRIER_BITS">GL_ALL_BARRIER_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_ALL_BARRIER_BITS">GL_ALL_BARRIER_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_ALL_BARRIER_BITS_EXT">GL_ALL_BARRIER_BITS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrierEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ALL_CLIENT_ATTRIB_BITS">GL_ALL_CLIENT_ATTRIB_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFence.html#GL_ALL_COMPLETED_NV">GL_ALL_COMPLETED_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFence.html" title="class in org.lwjgl.opengl">NVFence</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFence.html#GL_ALL_COMPLETED_NV">GL_ALL_COMPLETED_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFence.html" title="class in org.lwjgl.opengles">NVFence</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <condition> parameter of SetFenceNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#GL_ALL_SHADER_BITS">GL_ALL_SHADER_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by <stages> parameter to UseProgramStages:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_ALL_SHADER_BITS">GL_ALL_SHADER_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by <stages> parameter to UseProgramStages:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#GL_ALL_SHADER_BITS_EXT">GL_ALL_SHADER_BITS_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by <stages> parameter to UseProgramStagesEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ALPHA">GL_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_ALPHA">GL_ALPHA</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">PixelFormat</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ALPHA12">GL_ALPHA12</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ALPHA16">GL_ALPHA16</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_ALPHA16_SNORM">GL_ALPHA16_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_ALPHA16F">GL_ALPHA16F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureFloat.html#GL_ALPHA16F_ARB">GL_ALPHA16F_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureStorage.html#GL_ALPHA16F_EXT">GL_ALPHA16F_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexStorage* when
|
|
implemented on OpenGL ES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_ALPHA16I">GL_ALPHA16I</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_ALPHA16I_EXT">GL_ALPHA16I_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_ALPHA16UI">GL_ALPHA16UI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_ALPHA16UI_EXT">GL_ALPHA16UI_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_ALPHA32F">GL_ALPHA32F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureFloat.html#GL_ALPHA32F_ARB">GL_ALPHA32F_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureStorage.html#GL_ALPHA32F_EXT">GL_ALPHA32F_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexStorage* when
|
|
implemented on OpenGL ES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_ALPHA32I">GL_ALPHA32I</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_ALPHA32I_EXT">GL_ALPHA32I_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_ALPHA32UI">GL_ALPHA32UI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_ALPHA32UI_EXT">GL_ALPHA32UI_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ALPHA4">GL_ALPHA4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ALPHA8">GL_ALPHA8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureStorage.html#GL_ALPHA8_EXT">GL_ALPHA8_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexStorage* when
|
|
implemented on OpenGL ES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_ALPHA8_SNORM">GL_ALPHA8_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_ALPHA8I">GL_ALPHA8I</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_ALPHA8I_EXT">GL_ALPHA8I_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_ALPHA8UI">GL_ALPHA8UI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_ALPHA8UI_EXT">GL_ALPHA8UI_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ALPHA_BIAS">GL_ALPHA_BIAS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ALPHA_BITS">GL_ALPHA_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_ALPHA_BITS">GL_ALPHA_BITS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_ALPHA_FLOAT16_APPLE">GL_ALPHA_FLOAT16_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATITextureFloat.html#GL_ALPHA_FLOAT16_ATI">GL_ALPHA_FLOAT16_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATITextureFloat.html" title="class in org.lwjgl.opengl">ATITextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_ALPHA_FLOAT32_APPLE">GL_ALPHA_FLOAT32_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATITextureFloat.html#GL_ALPHA_FLOAT32_ATI">GL_ALPHA_FLOAT32_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATITextureFloat.html" title="class in org.lwjgl.opengl">ATITextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_ALPHA_INTEGER">GL_ALPHA_INTEGER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
|
|
DrawPixels and ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_ALPHA_INTEGER_EXT">GL_ALPHA_INTEGER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
|
|
DrawPixels and ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ALPHA_SCALE">GL_ALPHA_SCALE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_ALPHA_SNORM">GL_ALPHA_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ALPHA_TEST">GL_ALPHA_TEST</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ALPHA_TEST_FUNC">GL_ALPHA_TEST_FUNC</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ALPHA_TEST_REF">GL_ALPHA_TEST_REF</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSync.html#GL_ALREADY_SIGNALED">GL_ALREADY_SIGNALED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by ClientWaitSync:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_ALREADY_SIGNALED">GL_ALREADY_SIGNALED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by ClientWaitSync:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_ALREADY_SIGNALED">GL_ALREADY_SIGNALED</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLESync.html#GL_ALREADY_SIGNALED_APPLE">GL_ALREADY_SIGNALED_APPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by ClientWaitSyncAPPLE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ALWAYS">GL_ALWAYS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_ALWAYS">GL_ALWAYS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">StencilFunction</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_AMBIENT">GL_AMBIENT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_AMBIENT_AND_DIFFUSE">GL_AMBIENT_AND_DIFFUSE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_blend_minmax_factor">GL_AMD_blend_minmax_factor</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_AMD_compressed_3DC_texture">GL_AMD_compressed_3DC_texture</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_AMD_compressed_ATC_texture">GL_AMD_compressed_ATC_texture</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_conservative_depth">GL_AMD_conservative_depth</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_debug_output">GL_AMD_debug_output</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_depth_clamp_separate">GL_AMD_depth_clamp_separate</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_draw_buffers_blend">GL_AMD_draw_buffers_blend</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_interleaved_elements">GL_AMD_interleaved_elements</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_multi_draw_indirect">GL_AMD_multi_draw_indirect</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_name_gen_delete">GL_AMD_name_gen_delete</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_performance_monitor">GL_AMD_performance_monitor</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_AMD_performance_monitor">GL_AMD_performance_monitor</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_pinned_memory">GL_AMD_pinned_memory</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_AMD_program_binary_Z400">GL_AMD_program_binary_Z400</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_query_buffer_object">GL_AMD_query_buffer_object</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_sample_positions">GL_AMD_sample_positions</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_seamless_cubemap_per_texture">GL_AMD_seamless_cubemap_per_texture</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_shader_atomic_counter_ops">GL_AMD_shader_atomic_counter_ops</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_shader_stencil_export">GL_AMD_shader_stencil_export</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_shader_trinary_minmax">GL_AMD_shader_trinary_minmax</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_sparse_texture">GL_AMD_sparse_texture</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_stencil_operation_extended">GL_AMD_stencil_operation_extended</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_texture_texture4">GL_AMD_texture_texture4</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_transform_feedback3_lines_triangles">GL_AMD_transform_feedback3_lines_triangles</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_vertex_shader_layer">GL_AMD_vertex_shader_layer</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_vertex_shader_tessellator">GL_AMD_vertex_shader_tessellator</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_vertex_shader_viewport_index">GL_AMD_vertex_shader_viewport_index</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDStencilOperationExtended.html#GL_AND">GL_AND</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDStencilOperationExtended.html" title="class in org.lwjgl.opengl">AMDStencilOperationExtended</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <sfail>, <dpfail> and <dppass> parameters of StencilOp
|
|
and StencilOpSeparate:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_AND">GL_AND</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_AND_INVERTED">GL_AND_INVERTED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_AND_REVERSE">GL_AND_REVERSE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_ANGLE_framebuffer_blit">GL_ANGLE_framebuffer_blit</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_ANGLE_framebuffer_multisample">GL_ANGLE_framebuffer_multisample</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBOcclusionQuery2.html#GL_ANY_SAMPLES_PASSED">GL_ANY_SAMPLES_PASSED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBOcclusionQuery2.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BeginQuery, EndQuery,
|
|
and GetQueryiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#GL_ANY_SAMPLES_PASSED">GL_ANY_SAMPLES_PASSED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BeginQuery, EndQuery,
|
|
and GetQueryiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_ANY_SAMPLES_PASSED">GL_ANY_SAMPLES_PASSED</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES3Compatibility.html#GL_ANY_SAMPLES_PASSED_CONSERVATIVE">GL_ANY_SAMPLES_PASSED_CONSERVATIVE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl">ARBES3Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BeginQuery, EndQuery,
|
|
GetQueryIndexediv and GetQueryiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_ANY_SAMPLES_PASSED_CONSERVATIVE">GL_ANY_SAMPLES_PASSED_CONSERVATIVE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BeginQuery, EndQuery,
|
|
GetQueryIndexediv and GetQueryiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_ANY_SAMPLES_PASSED_CONSERVATIVE">GL_ANY_SAMPLES_PASSED_CONSERVATIVE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT">GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BeginQueryEXT, EndQueryEXT,
|
|
and GetQueryivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#GL_ANY_SAMPLES_PASSED_EXT">GL_ANY_SAMPLES_PASSED_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BeginQueryEXT, EndQueryEXT,
|
|
and GetQueryivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_aux_depth_stencil">GL_APPLE_aux_depth_stencil</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_client_storage">GL_APPLE_client_storage</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_element_array">GL_APPLE_element_array</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_fence">GL_APPLE_fence</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_float_pixels">GL_APPLE_float_pixels</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_flush_buffer_range">GL_APPLE_flush_buffer_range</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_APPLE_framebuffer_multisample">GL_APPLE_framebuffer_multisample</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_object_purgeable">GL_APPLE_object_purgeable</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_packed_pixels">GL_APPLE_packed_pixels</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_rgb_422">GL_APPLE_rgb_422</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_APPLE_rgb_422">GL_APPLE_rgb_422</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_row_bytes">GL_APPLE_row_bytes</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_APPLE_sync">GL_APPLE_sync</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_APPLE_texture_format_BGRA8888">GL_APPLE_texture_format_BGRA8888</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_APPLE_texture_max_level">GL_APPLE_texture_max_level</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_texture_range">GL_APPLE_texture_range</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_vertex_array_object">GL_APPLE_vertex_array_object</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_vertex_array_range">GL_APPLE_vertex_array_range</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_vertex_program_evaluators">GL_APPLE_vertex_program_evaluators</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_ycbcr_422">GL_APPLE_ycbcr_422</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_arrays_of_arrays">GL_ARB_arrays_of_arrays</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_base_instance">GL_ARB_base_instance</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_bindless_texture">GL_ARB_bindless_texture</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_blend_func_extended">GL_ARB_blend_func_extended</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_buffer_storage">GL_ARB_buffer_storage</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_cl_event">GL_ARB_cl_event</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_clear_buffer_object">GL_ARB_clear_buffer_object</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_clear_texture">GL_ARB_clear_texture</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_color_buffer_float">GL_ARB_color_buffer_float</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_compatibility">GL_ARB_compatibility</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_compressed_texture_pixel_storage">GL_ARB_compressed_texture_pixel_storage</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_compute_shader">GL_ARB_compute_shader</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_compute_variable_group_size">GL_ARB_compute_variable_group_size</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_conservative_depth">GL_ARB_conservative_depth</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_copy_buffer">GL_ARB_copy_buffer</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_copy_image">GL_ARB_copy_image</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_debug_output">GL_ARB_debug_output</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_depth_buffer_float">GL_ARB_depth_buffer_float</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_depth_clamp">GL_ARB_depth_clamp</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_depth_texture">GL_ARB_depth_texture</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_draw_buffers">GL_ARB_draw_buffers</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_ARB_draw_buffers">GL_ARB_draw_buffers</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_draw_buffers_blend">GL_ARB_draw_buffers_blend</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_draw_elements_base_vertex">GL_ARB_draw_elements_base_vertex</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_draw_indirect">GL_ARB_draw_indirect</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_draw_instanced">GL_ARB_draw_instanced</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_enhanced_layouts">GL_ARB_enhanced_layouts</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_ES2_compatibility">GL_ARB_ES2_compatibility</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_ES3_compatibility">GL_ARB_ES3_compatibility</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_explicit_attrib_location">GL_ARB_explicit_attrib_location</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_explicit_uniform_location">GL_ARB_explicit_uniform_location</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_fragment_coord_conventions">GL_ARB_fragment_coord_conventions</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_fragment_layer_viewport">GL_ARB_fragment_layer_viewport</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_fragment_program">GL_ARB_fragment_program</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_fragment_program_shadow">GL_ARB_fragment_program_shadow</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_fragment_shader">GL_ARB_fragment_shader</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_framebuffer_no_attachments">GL_ARB_framebuffer_no_attachments</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_framebuffer_object">GL_ARB_framebuffer_object</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_framebuffer_sRGB">GL_ARB_framebuffer_sRGB</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_geometry_shader4">GL_ARB_geometry_shader4</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_get_program_binary">GL_ARB_get_program_binary</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_gpu_shader5">GL_ARB_gpu_shader5</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_gpu_shader_fp64">GL_ARB_gpu_shader_fp64</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_half_float_pixel">GL_ARB_half_float_pixel</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_ARB_half_float_pixel">GL_ARB_half_float_pixel</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_half_float_vertex">GL_ARB_half_float_vertex</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_imaging">GL_ARB_imaging</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_indirect_parameters">GL_ARB_indirect_parameters</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_instanced_arrays">GL_ARB_instanced_arrays</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_internalformat_query">GL_ARB_internalformat_query</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_internalformat_query2">GL_ARB_internalformat_query2</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_invalidate_subdata">GL_ARB_invalidate_subdata</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_map_buffer_alignment">GL_ARB_map_buffer_alignment</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_map_buffer_range">GL_ARB_map_buffer_range</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_matrix_palette">GL_ARB_matrix_palette</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_multi_bind">GL_ARB_multi_bind</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_multi_draw_indirect">GL_ARB_multi_draw_indirect</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_multisample">GL_ARB_multisample</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_multitexture">GL_ARB_multitexture</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_occlusion_query">GL_ARB_occlusion_query</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_occlusion_query2">GL_ARB_occlusion_query2</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_pixel_buffer_object">GL_ARB_pixel_buffer_object</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_point_parameters">GL_ARB_point_parameters</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_point_sprite">GL_ARB_point_sprite</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_program_interface_query">GL_ARB_program_interface_query</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_provoking_vertex">GL_ARB_provoking_vertex</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_query_buffer_object">GL_ARB_query_buffer_object</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_robust_buffer_access_behavior">GL_ARB_robust_buffer_access_behavior</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_robustness">GL_ARB_robustness</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_robustness_isolation">GL_ARB_robustness_isolation</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_sample_shading">GL_ARB_sample_shading</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_sampler_objects">GL_ARB_sampler_objects</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_seamless_cube_map">GL_ARB_seamless_cube_map</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_seamless_cubemap_per_texture">GL_ARB_seamless_cubemap_per_texture</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_separate_shader_objects">GL_ARB_separate_shader_objects</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shader_atomic_counters">GL_ARB_shader_atomic_counters</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shader_bit_encoding">GL_ARB_shader_bit_encoding</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shader_draw_parameters">GL_ARB_shader_draw_parameters</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shader_group_vote">GL_ARB_shader_group_vote</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shader_image_load_store">GL_ARB_shader_image_load_store</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shader_image_size">GL_ARB_shader_image_size</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shader_objects">GL_ARB_shader_objects</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shader_precision">GL_ARB_shader_precision</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shader_stencil_export">GL_ARB_shader_stencil_export</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shader_storage_buffer_object">GL_ARB_shader_storage_buffer_object</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shader_subroutine">GL_ARB_shader_subroutine</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shader_texture_lod">GL_ARB_shader_texture_lod</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shading_language_100">GL_ARB_shading_language_100</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shading_language_420pack">GL_ARB_shading_language_420pack</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shading_language_include">GL_ARB_shading_language_include</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shading_language_packing">GL_ARB_shading_language_packing</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shadow">GL_ARB_shadow</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shadow_ambient">GL_ARB_shadow_ambient</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_sparse_texture">GL_ARB_sparse_texture</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_stencil_texturing">GL_ARB_stencil_texturing</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_sync">GL_ARB_sync</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_tessellation_shader">GL_ARB_tessellation_shader</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_border_clamp">GL_ARB_texture_border_clamp</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_buffer_object">GL_ARB_texture_buffer_object</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_buffer_object_rgb32">GL_ARB_texture_buffer_object_rgb32</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_buffer_range">GL_ARB_texture_buffer_range</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_compression">GL_ARB_texture_compression</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_compression_bptc">GL_ARB_texture_compression_bptc</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_compression_rgtc">GL_ARB_texture_compression_rgtc</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_cube_map">GL_ARB_texture_cube_map</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_cube_map_array">GL_ARB_texture_cube_map_array</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_env_add">GL_ARB_texture_env_add</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_env_combine">GL_ARB_texture_env_combine</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_env_crossbar">GL_ARB_texture_env_crossbar</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_env_dot3">GL_ARB_texture_env_dot3</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_float">GL_ARB_texture_float</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_gather">GL_ARB_texture_gather</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_mirror_clamp_to_edge">GL_ARB_texture_mirror_clamp_to_edge</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_mirrored_repeat">GL_ARB_texture_mirrored_repeat</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_multisample">GL_ARB_texture_multisample</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_non_power_of_two">GL_ARB_texture_non_power_of_two</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_query_levels">GL_ARB_texture_query_levels</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_query_lod">GL_ARB_texture_query_lod</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_rectangle">GL_ARB_texture_rectangle</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_ARB_texture_rectangle">GL_ARB_texture_rectangle</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_rg">GL_ARB_texture_rg</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_rgb10_a2ui">GL_ARB_texture_rgb10_a2ui</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_stencil8">GL_ARB_texture_stencil8</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_storage">GL_ARB_texture_storage</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_storage_multisample">GL_ARB_texture_storage_multisample</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_swizzle">GL_ARB_texture_swizzle</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_view">GL_ARB_texture_view</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_timer_query">GL_ARB_timer_query</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_transform_feedback2">GL_ARB_transform_feedback2</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_transform_feedback3">GL_ARB_transform_feedback3</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_transform_feedback_instanced">GL_ARB_transform_feedback_instanced</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_transpose_matrix">GL_ARB_transpose_matrix</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_uniform_buffer_object">GL_ARB_uniform_buffer_object</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_vertex_array_bgra">GL_ARB_vertex_array_bgra</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_vertex_array_object">GL_ARB_vertex_array_object</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_vertex_attrib_64bit">GL_ARB_vertex_attrib_64bit</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_vertex_attrib_binding">GL_ARB_vertex_attrib_binding</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_vertex_blend">GL_ARB_vertex_blend</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_vertex_buffer_object">GL_ARB_vertex_buffer_object</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_vertex_program">GL_ARB_vertex_program</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_vertex_shader">GL_ARB_vertex_shader</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_vertex_type_10f_11f_11f_rev">GL_ARB_vertex_type_10f_11f_11f_rev</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_vertex_type_2_10_10_10_rev">GL_ARB_vertex_type_2_10_10_10_rev</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_viewport_array">GL_ARB_viewport_array</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_window_pos">GL_ARB_window_pos</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_ARC_TO_NV">GL_ARC_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_ARM_mali_shader_binary">GL_ARM_mali_shader_binary</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_ARM_rgba8">GL_ARM_rgba8</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_ARRAY_BUFFER">GL_ARRAY_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_ARRAY_BUFFER">GL_ARRAY_BUFFER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Buffer Objects</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_ARRAY_BUFFER_ARB">GL_ARRAY_BUFFER_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameters of BindBufferARB, BufferDataARB,
|
|
BufferSubDataARB, MapBufferARB, UnmapBufferARB,
|
|
GetBufferSubDataARB, GetBufferParameterivARB, and
|
|
GetBufferPointervARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_ARRAY_BUFFER_BINDING">GL_ARRAY_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_ARRAY_BUFFER_BINDING">GL_ARRAY_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Buffer Objects</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_ARRAY_BUFFER_BINDING_ARB">GL_ARRAY_BUFFER_BINDING_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTCompiledVertexArray.html#GL_ARRAY_ELEMENT_LOCK_COUNT_EXT">GL_ARRAY_ELEMENT_LOCK_COUNT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTCompiledVertexArray.html" title="class in org.lwjgl.opengl">EXTCompiledVertexArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTCompiledVertexArray.html#GL_ARRAY_ELEMENT_LOCK_FIRST_EXT">GL_ARRAY_ELEMENT_LOCK_FIRST_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTCompiledVertexArray.html" title="class in org.lwjgl.opengl">EXTCompiledVertexArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#GL_ARRAY_OBJECT_BUFFER_ATI">GL_ARRAY_OBJECT_BUFFER_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#GL_ARRAY_OBJECT_OFFSET_ATI">GL_ARRAY_OBJECT_OFFSET_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_ARRAY_SIZE">GL_ARRAY_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_ARRAY_SIZE">GL_ARRAY_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_ARRAY_STRIDE">GL_ARRAY_STRIDE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_ARRAY_STRIDE">GL_ARRAY_STRIDE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDCompressedATCTexture.html#GL_ATC_RGB_AMD">GL_ATC_RGB_AMD</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDCompressedATCTexture.html" title="class in org.lwjgl.opengles">AMDCompressedATCTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D and
|
|
CompressedTexImage3DOES.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDCompressedATCTexture.html#GL_ATC_RGBA_EXPLICIT_ALPHA_AMD">GL_ATC_RGBA_EXPLICIT_ALPHA_AMD</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDCompressedATCTexture.html" title="class in org.lwjgl.opengles">AMDCompressedATCTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D and
|
|
CompressedTexImage3DOES.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDCompressedATCTexture.html#GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD">GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDCompressedATCTexture.html" title="class in org.lwjgl.opengles">AMDCompressedATCTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D and
|
|
CompressedTexImage3DOES.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_draw_buffers">GL_ATI_draw_buffers</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_element_array">GL_ATI_element_array</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_envmap_bumpmap">GL_ATI_envmap_bumpmap</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_fragment_shader">GL_ATI_fragment_shader</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_map_object_buffer">GL_ATI_map_object_buffer</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_meminfo">GL_ATI_meminfo</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_pn_triangles">GL_ATI_pn_triangles</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_separate_stencil">GL_ATI_separate_stencil</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_shader_texture_lod">GL_ATI_shader_texture_lod</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_text_fragment_shader">GL_ATI_text_fragment_shader</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_texture_compression_3dc">GL_ATI_texture_compression_3dc</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_texture_env_combine3">GL_ATI_texture_env_combine3</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_texture_float">GL_ATI_texture_float</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_texture_mirror_once">GL_ATI_texture_mirror_once</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_vertex_array_object">GL_ATI_vertex_array_object</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_vertex_attrib_array_object">GL_ATI_vertex_attrib_array_object</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_vertex_streams">GL_ATI_vertex_streams</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_ATOMIC_COUNTER_BARRIER_BIT">GL_ATOMIC_COUNTER_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_ATOMIC_COUNTER_BARRIER_BIT">GL_ATOMIC_COUNTER_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_ATOMIC_COUNTER_BARRIER_BIT_EXT">GL_ATOMIC_COUNTER_BARRIER_BIT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrierEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_ATOMIC_COUNTER_BUFFER">GL_ATOMIC_COUNTER_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindBufferBase and BindBufferRange:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_ATOMIC_COUNTER_BUFFER">GL_ATOMIC_COUNTER_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindBufferBase and BindBufferRange:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_INDICES">GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_INDICES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveAtomicCounterBufferiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_INDICES">GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_INDICES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveAtomicCounterBufferiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS">GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveAtomicCounterBufferiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS">GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveAtomicCounterBufferiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_ATOMIC_COUNTER_BUFFER_BINDING">GL_ATOMIC_COUNTER_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleani_v, GetIntegeri_v,
|
|
GetFloati_v, GetDoublei_v, GetInteger64i_v, GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, GetDoublev, and GetActiveAtomicCounterBufferiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_ATOMIC_COUNTER_BUFFER_BINDING">GL_ATOMIC_COUNTER_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleani_v, GetIntegeri_v,
|
|
GetFloati_v, GetDoublei_v, GetInteger64i_v, GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, GetDoublev, and GetActiveAtomicCounterBufferiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE">GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveAtomicCounterBufferiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE">GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveAtomicCounterBufferiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_ATOMIC_COUNTER_BUFFER_INDEX">GL_ATOMIC_COUNTER_BUFFER_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_ATOMIC_COUNTER_BUFFER_INDEX">GL_ATOMIC_COUNTER_BUFFER_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBComputeShader.html#GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER">GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveAtomicCounterBufferiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER">GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveAtomicCounterBufferiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT_SHADER">GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveAtomicCounterBufferiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT_SHADER">GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveAtomicCounterBufferiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY_SHADER">GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveAtomicCounterBufferiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY_SHADER">GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveAtomicCounterBufferiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CONTROL_SHADER">GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CONTROL_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveAtomicCounterBufferiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CONTROL_SHADER">GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CONTROL_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveAtomicCounterBufferiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVALUATION_SHADER">GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVALUATION_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveAtomicCounterBufferiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVALUATION_SHADER">GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVALUATION_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveAtomicCounterBufferiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_SHADER">GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveAtomicCounterBufferiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_SHADER">GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveAtomicCounterBufferiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_ATOMIC_COUNTER_BUFFER_SIZE">GL_ATOMIC_COUNTER_BUFFER_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegeri_64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_ATOMIC_COUNTER_BUFFER_SIZE">GL_ATOMIC_COUNTER_BUFFER_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegeri_64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_ATOMIC_COUNTER_BUFFER_START">GL_ATOMIC_COUNTER_BUFFER_START</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegeri_64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_ATOMIC_COUNTER_BUFFER_START">GL_ATOMIC_COUNTER_BUFFER_START</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegeri_64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_ATTACHED_SHADERS">GL_ATTACHED_SHADERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetObjectParameter{fi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_ATTACHED_SHADERS">GL_ATTACHED_SHADERS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shaders</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_ATTRIB_ARRAY_POINTER_NV">GL_ATTRIB_ARRAY_POINTER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttribPointervNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_ATTRIB_ARRAY_SIZE_NV">GL_ATTRIB_ARRAY_SIZE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttrib[dfi]vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_ATTRIB_ARRAY_STRIDE_NV">GL_ATTRIB_ARRAY_STRIDE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttrib[dfi]vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_ATTRIB_ARRAY_TYPE_NV">GL_ATTRIB_ARRAY_TYPE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttrib[dfi]vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ATTRIB_STACK_DEPTH">GL_ATTRIB_STACK_DEPTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_AUTO_GENERATE_MIPMAP">GL_AUTO_GENERATE_MIPMAP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_AUTO_GENERATE_MIPMAP">GL_AUTO_GENERATE_MIPMAP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_AUTO_NORMAL">GL_AUTO_NORMAL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_AUX0">GL_AUX0</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_AUX1">GL_AUX1</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_AUX2">GL_AUX2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_AUX3">GL_AUX3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_AUX_BUFFERS">GL_AUX_BUFFERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEAuxDepthStencil.html#GL_AUX_DEPTH_STENCIL_APPLE">GL_AUX_DEPTH_STENCIL_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEAuxDepthStencil.html" title="class in org.lwjgl.opengl">APPLEAuxDepthStencil</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_BACK">GL_BACK</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_BACK">GL_BACK</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">CullFaceMode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_BACK_LEFT">GL_BACK_LEFT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#GL_BACK_PRIMARY_COLOR_NV">GL_BACK_PRIMARY_COLOR_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attribs> parameter of TransformFeedbackAttribsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_BACK_RIGHT">GL_BACK_RIGHT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#GL_BACK_SECONDARY_COLOR_NV">GL_BACK_SECONDARY_COLOR_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attribs> parameter of TransformFeedbackAttribsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_BEVEL_NV">GL_BEVEL_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of PathParameterfNV,
|
|
PathParameterfvNV, PathParameteriNV, and PathParameterivNV
|
|
when <pname> is PATH_JOIN_STYLE_NV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_BGR">GL_BGR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBgra.html#GL_BGR_EXT">GL_BGR_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBgra.html" title="class in org.lwjgl.opengl">EXTBgra</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTBgra.html#GL_BGR_EXT">GL_BGR_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTBgra.html" title="class in org.lwjgl.opengles">EXTBgra</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of DrawPixels, GetTexImage,
|
|
ReadPixels, TexImage1D, and TexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_BGR_INTEGER">GL_BGR_INTEGER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
|
|
DrawPixels and ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_BGR_INTEGER_EXT">GL_BGR_INTEGER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
|
|
DrawPixels and ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexArrayBgra.html#GL_BGRA">GL_BGRA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexArrayBgra.html" title="class in org.lwjgl.opengl">ARBVertexArrayBgra</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <size> parameter of ColorPointer,
|
|
SecondaryColorPointer, and VertexAttribPointer:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexArrayBgra.html#GL_BGRA">GL_BGRA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexArrayBgra.html" title="class in org.lwjgl.opengl">EXTVertexArrayBgra</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <size> parameter of ColorPointer,
|
|
SecondaryColorPointer, and VertexAttribPointer:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_BGRA">GL_BGRA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureStorage.html#GL_BGRA8_EXT">GL_BGRA8_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexStorage* when
|
|
implemented on OpenGL ES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBgra.html#GL_BGRA_EXT">GL_BGRA_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBgra.html" title="class in org.lwjgl.opengl">EXTBgra</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLETextureFormatBGRA8888.html#GL_BGRA_EXT">GL_BGRA_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLETextureFormatBGRA8888.html" title="class in org.lwjgl.opengles">APPLETextureFormatBGRA8888</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameters of TexImage2D and TexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTBgra.html#GL_BGRA_EXT">GL_BGRA_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTBgra.html" title="class in org.lwjgl.opengles">EXTBgra</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of DrawPixels, GetTexImage,
|
|
ReadPixels, TexImage1D, and TexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTReadFormatBgra.html#GL_BGRA_EXT">GL_BGRA_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTReadFormatBgra.html" title="class in org.lwjgl.opengles">EXTReadFormatBgra</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureFormatBGRA8888.html#GL_BGRA_EXT">GL_BGRA_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureFormatBGRA8888.html" title="class in org.lwjgl.opengles">EXTTextureFormatBGRA8888</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> and <internalformat> parameters of TexImage2D
|
|
and the <format> parameter of TexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/IMGReadFormat.html#GL_BGRA_IMG">GL_BGRA_IMG</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/IMGReadFormat.html" title="class in org.lwjgl.opengles">IMGReadFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_BGRA_INTEGER">GL_BGRA_INTEGER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
|
|
DrawPixels and ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_BGRA_INTEGER_EXT">GL_BGRA_INTEGER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
|
|
DrawPixels and ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_BIAS_BIT_ATI">GL_BIAS_BIT_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_BIAS_BY_NEGATIVE_ONE_HALF_NV">GL_BIAS_BY_NEGATIVE_ONE_HALF_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMBinningControl.html#GL_BINNING_CONTROL_HINT_QCOM">GL_BINNING_CONTROL_HINT_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMBinningControl.html" title="class in org.lwjgl.opengles">QCOMBinningControl</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of Hint:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_BITMAP">GL_BITMAP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_BITMAP_TOKEN">GL_BITMAP_TOKEN</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_BLEND">GL_BLEND</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_BLEND">GL_BLEND</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">EnableCap</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_BLEND_ADVANCED_COHERENT_NV">GL_BLEND_ADVANCED_COHERENT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Disable, Enable, and IsEnabled, and by
|
|
the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv, GetDoublev
|
|
and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_BLEND_COLOR">GL_BLEND_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_BLEND_COLOR">GL_BLEND_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_BLEND_COLOR">GL_BLEND_COLOR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Separate Blend Functions</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBlendColor.html#GL_BLEND_COLOR_EXT">GL_BLEND_COLOR_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBlendColor.html" title="class in org.lwjgl.opengl">EXTBlendColor</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_BLEND_DST">GL_BLEND_DST</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_BLEND_DST_ALPHA">GL_BLEND_DST_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_BLEND_DST_ALPHA">GL_BLEND_DST_ALPHA</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Separate Blend Functions</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBlendFuncSeparate.html#GL_BLEND_DST_ALPHA_EXT">GL_BLEND_DST_ALPHA_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBlendFuncSeparate.html" title="class in org.lwjgl.opengl">EXTBlendFuncSeparate</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_BLEND_DST_RGB">GL_BLEND_DST_RGB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_BLEND_DST_RGB">GL_BLEND_DST_RGB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Separate Blend Functions</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBlendFuncSeparate.html#GL_BLEND_DST_RGB_EXT">GL_BLEND_DST_RGB_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBlendFuncSeparate.html" title="class in org.lwjgl.opengl">EXTBlendFuncSeparate</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESBlendFuncSeparate.html#GL_BLEND_DST_RGB_OES">GL_BLEND_DST_RGB_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESBlendFuncSeparate.html" title="class in org.lwjgl.opengles">OESBlendFuncSeparate</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and
|
|
GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_BLEND_EQUATION">GL_BLEND_EQUATION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_BLEND_EQUATION">GL_BLEND_EQUATION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_BLEND_EQUATION">GL_BLEND_EQUATION</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">BlendEquationSeparate</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_BLEND_EQUATION_ALPHA">GL_BLEND_EQUATION_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of PointParameter{if}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_BLEND_EQUATION_ALPHA">GL_BLEND_EQUATION_ALPHA</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">BlendEquationSeparate</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBlendEquationSeparate.html#GL_BLEND_EQUATION_ALPHA_EXT">GL_BLEND_EQUATION_ALPHA_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBlendEquationSeparate.html" title="class in org.lwjgl.opengl">EXTBlendEquationSeparate</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESBlendEquationSeparate.html#GL_BLEND_EQUATION_ALPHA_OES">GL_BLEND_EQUATION_ALPHA_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESBlendEquationSeparate.html" title="class in org.lwjgl.opengles">OESBlendEquationSeparate</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and
|
|
GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBlendMinmax.html#GL_BLEND_EQUATION_EXT">GL_BLEND_EQUATION_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBlendMinmax.html" title="class in org.lwjgl.opengl">EXTBlendMinmax</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESBlendSubtract.html#GL_BLEND_EQUATION_OES">GL_BLEND_EQUATION_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESBlendSubtract.html" title="class in org.lwjgl.opengles">OESBlendSubtract</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_BLEND_EQUATION_RGB">GL_BLEND_EQUATION_RGB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of PointParameter{if}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_BLEND_EQUATION_RGB">GL_BLEND_EQUATION_RGB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">BlendEquationSeparate</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBlendEquationSeparate.html#GL_BLEND_EQUATION_RGB_EXT">GL_BLEND_EQUATION_RGB_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBlendEquationSeparate.html" title="class in org.lwjgl.opengl">EXTBlendEquationSeparate</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESBlendEquationSeparate.html#GL_BLEND_EQUATION_RGB_OES">GL_BLEND_EQUATION_RGB_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESBlendEquationSeparate.html" title="class in org.lwjgl.opengles">OESBlendEquationSeparate</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and
|
|
GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_BLEND_OVERLAP_NV">GL_BLEND_OVERLAP_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of BlendParameteriNV, GetBooleanv,
|
|
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_BLEND_PREMULTIPLIED_SRC_NV">GL_BLEND_PREMULTIPLIED_SRC_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of BlendParameteriNV, GetBooleanv,
|
|
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_BLEND_SRC">GL_BLEND_SRC</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_BLEND_SRC_ALPHA">GL_BLEND_SRC_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_BLEND_SRC_ALPHA">GL_BLEND_SRC_ALPHA</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Separate Blend Functions</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBlendFuncSeparate.html#GL_BLEND_SRC_ALPHA_EXT">GL_BLEND_SRC_ALPHA_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBlendFuncSeparate.html" title="class in org.lwjgl.opengl">EXTBlendFuncSeparate</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_BLEND_SRC_RGB">GL_BLEND_SRC_RGB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_BLEND_SRC_RGB">GL_BLEND_SRC_RGB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Separate Blend Functions</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBlendFuncSeparate.html#GL_BLEND_SRC_RGB_EXT">GL_BLEND_SRC_RGB_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBlendFuncSeparate.html" title="class in org.lwjgl.opengl">EXTBlendFuncSeparate</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_BLOCK_INDEX">GL_BLOCK_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_BLOCK_INDEX">GL_BLOCK_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_BLUE">GL_BLUE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_BLUE">GL_BLUE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_BLUE_BIAS">GL_BLUE_BIAS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_BLUE_BIT_ATI">GL_BLUE_BIT_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_BLUE_BITS">GL_BLUE_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_BLUE_BITS">GL_BLUE_BITS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_BLUE_INTEGER">GL_BLUE_INTEGER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
|
|
DrawPixels and ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_BLUE_INTEGER_EXT">GL_BLUE_INTEGER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
|
|
DrawPixels and ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_BLUE_SCALE">GL_BLUE_SCALE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_BOLD_BIT_NV">GL_BOLD_BIT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <fontStyle> parameter of PathStringNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_BOOL">GL_BOOL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_BOOL">GL_BOOL</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Uniform Types</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_BOOL_ARB">GL_BOOL_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_BOOL_VEC2">GL_BOOL_VEC2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_BOOL_VEC2">GL_BOOL_VEC2</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Uniform Types</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_BOOL_VEC2_ARB">GL_BOOL_VEC2_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_BOOL_VEC3">GL_BOOL_VEC3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_BOOL_VEC3">GL_BOOL_VEC3</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Uniform Types</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_BOOL_VEC3_ARB">GL_BOOL_VEC3_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_BOOL_VEC4">GL_BOOL_VEC4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_BOOL_VEC4">GL_BOOL_VEC4</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Uniform Types</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_BOOL_VEC4_ARB">GL_BOOL_VEC4_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_BOUNDING_BOX_NV">GL_BOUNDING_BOX_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <coverMode> parameter of CoverFillPathNV and
|
|
CoverFillPathInstancedNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_BOUNDING_BOX_OF_BOUNDING_BOXES_NV">GL_BOUNDING_BOX_OF_BOUNDING_BOXES_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <coverMode> parameter of CoverFillPathInstancedNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_BUFFER">GL_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <identifier> parameters of
|
|
ObjectLabel and GetObjectLabel:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_BUFFER">GL_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <identifier> parameters of
|
|
ObjectLabel and GetObjectLabel:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_BUFFER">GL_BUFFER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <identifier> parameters of
|
|
ObjectLabel and GetObjectLabel:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_BUFFER_ACCESS">GL_BUFFER_ACCESS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#GL_BUFFER_ACCESS_ARB">GL_BUFFER_ACCESS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBufferParameterivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_BUFFER_ACCESS_FLAGS">GL_BUFFER_ACCESS_FLAGS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_BUFFER_ACCESS_FLAGS">GL_BUFFER_ACCESS_FLAGS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESMapbuffer.html#GL_BUFFER_ACCESS_OES">GL_BUFFER_ACCESS_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESMapbuffer.html" title="class in org.lwjgl.opengles">OESMapbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetBufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_BUFFER_BINDING">GL_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_BUFFER_BINDING">GL_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_BUFFER_DATA_SIZE">GL_BUFFER_DATA_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_BUFFER_DATA_SIZE">GL_BUFFER_DATA_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFlushBufferRange.html#GL_BUFFER_FLUSHING_UNMAP_APPLE">GL_BUFFER_FLUSHING_UNMAP_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFlushBufferRange.html" title="class in org.lwjgl.opengl">APPLEFlushBufferRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of BufferParameteriAPPLE and
|
|
GetBufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVShaderBufferLoad.html#GL_BUFFER_GPU_ADDRESS_NV">GL_BUFFER_GPU_ADDRESS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBufferParameterui64vNV,
|
|
GetNamedBufferParameterui64vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferStorage.html#GL_BUFFER_IMMUTABLE_STORAGE">GL_BUFFER_IMMUTABLE_STORAGE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBufferParameter{i|i64}v:\</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#GL_BUFFER_IMMUTABLE_STORAGE">GL_BUFFER_IMMUTABLE_STORAGE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBufferParameter{i|i64}v:\</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_BUFFER_MAP_LENGTH">GL_BUFFER_MAP_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_BUFFER_MAP_LENGTH">GL_BUFFER_MAP_LENGTH</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_BUFFER_MAP_OFFSET">GL_BUFFER_MAP_OFFSET</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_BUFFER_MAP_OFFSET">GL_BUFFER_MAP_OFFSET</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_BUFFER_MAP_POINTER">GL_BUFFER_MAP_POINTER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_BUFFER_MAP_POINTER">GL_BUFFER_MAP_POINTER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#GL_BUFFER_MAP_POINTER_ARB">GL_BUFFER_MAP_POINTER_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBufferParameterivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESMapbuffer.html#GL_BUFFER_MAP_POINTER_OES">GL_BUFFER_MAP_POINTER_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESMapbuffer.html" title="class in org.lwjgl.opengles">OESMapbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBufferPointervOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_BUFFER_MAPPED">GL_BUFFER_MAPPED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_BUFFER_MAPPED">GL_BUFFER_MAPPED</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#GL_BUFFER_MAPPED_ARB">GL_BUFFER_MAPPED_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBufferParameterivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESMapbuffer.html#GL_BUFFER_MAPPED_OES">GL_BUFFER_MAPPED_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESMapbuffer.html" title="class in org.lwjgl.opengles">OESMapbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetBufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEObjectPurgeable.html#GL_BUFFER_OBJECT_APPLE">GL_BUFFER_OBJECT_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEObjectPurgeable.html" title="class in org.lwjgl.opengl">APPLEObjectPurgeable</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <objectType> parameters of ObjectPurgeableAPPLE,
|
|
ObjectUnpurgeableAPPLE and GetObjectParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTDebugLabel.html#GL_BUFFER_OBJECT_EXT">GL_BUFFER_OBJECT_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTDebugLabel.html" title="class in org.lwjgl.opengles">EXTDebugLabel</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of LabelObjectEXT and
|
|
GetObjectLabelEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFlushBufferRange.html#GL_BUFFER_SERIALIZED_MODIFY_APPLE">GL_BUFFER_SERIALIZED_MODIFY_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFlushBufferRange.html" title="class in org.lwjgl.opengl">APPLEFlushBufferRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of BufferParameteriAPPLE and
|
|
GetBufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_BUFFER_SIZE">GL_BUFFER_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_BUFFER_SIZE">GL_BUFFER_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Buffer Objects</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#GL_BUFFER_SIZE_ARB">GL_BUFFER_SIZE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBufferParameterivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferStorage.html#GL_BUFFER_STORAGE_FLAGS">GL_BUFFER_STORAGE_FLAGS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBufferParameter{i|i64}v:\</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#GL_BUFFER_STORAGE_FLAGS">GL_BUFFER_STORAGE_FLAGS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBufferParameter{i|i64}v:\</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_BUFFER_UPDATE_BARRIER_BIT">GL_BUFFER_UPDATE_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_BUFFER_UPDATE_BARRIER_BIT">GL_BUFFER_UPDATE_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_BUFFER_UPDATE_BARRIER_BIT_EXT">GL_BUFFER_UPDATE_BARRIER_BIT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrierEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_BUFFER_USAGE">GL_BUFFER_USAGE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_BUFFER_USAGE">GL_BUFFER_USAGE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Buffer Objects</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#GL_BUFFER_USAGE_ARB">GL_BUFFER_USAGE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBufferParameterivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_BUFFER_VARIABLE">GL_BUFFER_VARIABLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_BUFFER_VARIABLE">GL_BUFFER_VARIABLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIEnvmapBumpmap.html#GL_BUMP_ENVMAP_ATI">GL_BUMP_ENVMAP_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIEnvmapBumpmap.html" title="class in org.lwjgl.opengl">ATIEnvmapBumpmap</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIEnvmapBumpmap.html#GL_BUMP_NUM_TEX_UNITS_ATI">GL_BUMP_NUM_TEX_UNITS_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIEnvmapBumpmap.html" title="class in org.lwjgl.opengl">ATIEnvmapBumpmap</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIEnvmapBumpmap.html#GL_BUMP_ROT_MATRIX_ATI">GL_BUMP_ROT_MATRIX_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIEnvmapBumpmap.html" title="class in org.lwjgl.opengl">ATIEnvmapBumpmap</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIEnvmapBumpmap.html#GL_BUMP_ROT_MATRIX_SIZE_ATI">GL_BUMP_ROT_MATRIX_SIZE_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIEnvmapBumpmap.html" title="class in org.lwjgl.opengl">ATIEnvmapBumpmap</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIEnvmapBumpmap.html#GL_BUMP_TARGET_ATI">GL_BUMP_TARGET_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIEnvmapBumpmap.html" title="class in org.lwjgl.opengl">ATIEnvmapBumpmap</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIEnvmapBumpmap.html#GL_BUMP_TEX_UNITS_ATI">GL_BUMP_TEX_UNITS_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIEnvmapBumpmap.html" title="class in org.lwjgl.opengl">ATIEnvmapBumpmap</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_BYTE">GL_BYTE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_BYTE">GL_BYTE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">DataType</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_C3F_V3F">GL_C3F_V3F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_C4F_N3F_V3F">GL_C4F_N3F_V3F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_C4UB_V2F">GL_C4UB_V2F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_C4UB_V3F">GL_C4UB_V3F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_CAP_BUTT_NV">GL_CAP_BUTT_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Values for the CAP[0-3]_STYLE_NV path parameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_CAP_ROUND_NV">GL_CAP_ROUND_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Values for the CAP[0-3]_STYLE_NV path parameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_CAP_SQUARE_NV">GL_CAP_SQUARE_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Values for the CAP[0-3]_STYLE_NV path parameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_CAP_TRIANGLE_NV">GL_CAP_TRIANGLE_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Values for the CAP[0-3]_STYLE_NV path parameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_CAVEAT_SUPPORT">GL_CAVEAT_SUPPORT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_CAVEAT_SUPPORT">GL_CAVEAT_SUPPORT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_CCW">GL_CCW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetProgramiv when <pname> is TESS_GEN_VERTEX_ORDER:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CCW">GL_CCW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_CCW">GL_CCW</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">FrontFaceDirection</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTCgShader.html#GL_CG_FRAGMENT_SHADER_EXT">GL_CG_FRAGMENT_SHADER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTCgShader.html" title="class in org.lwjgl.opengl">EXTCgShader</a></dt>
|
|
<dd>
|
|
<div class="block">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.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTCgShader.html#GL_CG_FRAGMENT_SHADER_EXT">GL_CG_FRAGMENT_SHADER_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTCgShader.html" title="class in org.lwjgl.opengles">EXTCgShader</a></dt>
|
|
<dd>
|
|
<div class="block">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.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTCgShader.html#GL_CG_VERTEX_SHADER_EXT">GL_CG_VERTEX_SHADER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTCgShader.html" title="class in org.lwjgl.opengl">EXTCgShader</a></dt>
|
|
<dd>
|
|
<div class="block">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.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTCgShader.html#GL_CG_VERTEX_SHADER_EXT">GL_CG_VERTEX_SHADER_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTCgShader.html" title="class in org.lwjgl.opengles">EXTCgShader</a></dt>
|
|
<dd>
|
|
<div class="block">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.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_CIRCULAR_CCW_ARC_TO_NV">GL_CIRCULAR_CCW_ARC_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_CIRCULAR_CW_ARC_TO_NV">GL_CIRCULAR_CW_ARC_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_CIRCULAR_TANGENT_ARC_TO_NV">GL_CIRCULAR_TANGENT_ARC_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CLAMP">GL_CLAMP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_CLAMP_FRAGMENT_COLOR">GL_CLAMP_FRAGMENT_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of ClampColor and the <pname>
|
|
parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBColorBufferFloat.html#GL_CLAMP_FRAGMENT_COLOR_ARB">GL_CLAMP_FRAGMENT_COLOR_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBColorBufferFloat.html" title="class in org.lwjgl.opengl">ARBColorBufferFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of ClampColorARB and the <pname>
|
|
parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_CLAMP_READ_COLOR">GL_CLAMP_READ_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of ClampColor and the <pname>
|
|
parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBColorBufferFloat.html#GL_CLAMP_READ_COLOR_ARB">GL_CLAMP_READ_COLOR_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBColorBufferFloat.html" title="class in org.lwjgl.opengl">ARBColorBufferFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of ClampColorARB and the <pname>
|
|
parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_CLAMP_TO_BORDER">GL_CLAMP_TO_BORDER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureBorderClamp.html#GL_CLAMP_TO_BORDER_ARB">GL_CLAMP_TO_BORDER_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureBorderClamp.html" title="class in org.lwjgl.opengl">ARBTextureBorderClamp</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_CLAMP_TO_EDGE">GL_CLAMP_TO_EDGE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_CLAMP_TO_EDGE">GL_CLAMP_TO_EDGE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureWrapMode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_CLAMP_VERTEX_COLOR">GL_CLAMP_VERTEX_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of ClampColor and the <pname>
|
|
parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBColorBufferFloat.html#GL_CLAMP_VERTEX_COLOR_ARB">GL_CLAMP_VERTEX_COLOR_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBColorBufferFloat.html" title="class in org.lwjgl.opengl">ARBColorBufferFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of ClampColorARB and the <pname>
|
|
parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CLEAR">GL_CLEAR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_CLEAR_BUFFER">GL_CLEAR_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_CLEAR_BUFFER">GL_CLEAR_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBClearTexture.html#GL_CLEAR_TEXTURE">GL_CLEAR_TEXTURE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl">ARBClearTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter for GetInternalformativ and
|
|
GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#GL_CLEAR_TEXTURE">GL_CLEAR_TEXTURE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter for GetInternalformativ and
|
|
GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_CLIENT_ACTIVE_TEXTURE">GL_CLIENT_ACTIVE_TEXTURE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_CLIENT_ACTIVE_TEXTURE_ARB">GL_CLIENT_ACTIVE_TEXTURE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CLIENT_ATTRIB_STACK_DEPTH">GL_CLIENT_ATTRIB_STACK_DEPTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferStorage.html#GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT">GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT">GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CLIENT_PIXEL_STORE_BIT">GL_CLIENT_PIXEL_STORE_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferStorage.html#GL_CLIENT_STORAGE_BIT">GL_CLIENT_STORAGE_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <flags> parameter of BufferStorage and
|
|
NamedBufferStorageEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#GL_CLIENT_STORAGE_BIT">GL_CLIENT_STORAGE_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <flags> parameter of BufferStorage and
|
|
NamedBufferStorageEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CLIENT_VERTEX_ARRAY_BIT">GL_CLIENT_VERTEX_ARRAY_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_CLIP_DISTANCE0">GL_CLIP_DISTANCE0</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_CLIP_DISTANCE1">GL_CLIP_DISTANCE1</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_CLIP_DISTANCE2">GL_CLIP_DISTANCE2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_CLIP_DISTANCE3">GL_CLIP_DISTANCE3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_CLIP_DISTANCE4">GL_CLIP_DISTANCE4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_CLIP_DISTANCE5">GL_CLIP_DISTANCE5</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_CLIP_DISTANCE6">GL_CLIP_DISTANCE6</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_CLIP_DISTANCE7">GL_CLIP_DISTANCE7</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#GL_CLIP_DISTANCE_NV">GL_CLIP_DISTANCE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attribs> parameter of TransformFeedbackAttribsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CLIP_PLANE0">GL_CLIP_PLANE0</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CLIP_PLANE1">GL_CLIP_PLANE1</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CLIP_PLANE2">GL_CLIP_PLANE2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CLIP_PLANE3">GL_CLIP_PLANE3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CLIP_PLANE4">GL_CLIP_PLANE4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CLIP_PLANE5">GL_CLIP_PLANE5</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_CLOSE_NV">GL_CLOSE_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as path commands by CreatePathNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_CLOSE_PATH_NV">GL_CLOSE_PATH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CND0_ATI">GL_CND0_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CND_ATI">GL_CND_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_COEFF">GL_COEFF</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_COLOR">GL_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COLOR">GL_COLOR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_COLOR_ALPHA_PAIRING_ATI">GL_COLOR_ALPHA_PAIRING_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_COLOR_ARRAY">GL_COLOR_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_COLOR_ARRAY_ADDRESS_NV">GL_COLOR_ARRAY_ADDRESS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of BufferAddressRangeNV
|
|
and the <value> parameter of GetIntegerui64vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_COLOR_ARRAY_BUFFER_BINDING">GL_COLOR_ARRAY_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_COLOR_ARRAY_BUFFER_BINDING_ARB">GL_COLOR_ARRAY_BUFFER_BINDING_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_COLOR_ARRAY_LENGTH_NV">GL_COLOR_ARRAY_LENGTH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_COLOR_ARRAY_POINTER">GL_COLOR_ARRAY_POINTER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_COLOR_ARRAY_SIZE">GL_COLOR_ARRAY_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_COLOR_ARRAY_STRIDE">GL_COLOR_ARRAY_STRIDE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_COLOR_ARRAY_TYPE">GL_COLOR_ARRAY_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT0">GL_COLOR_ATTACHMENT0</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT0">GL_COLOR_ATTACHMENT0</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_COLOR_ATTACHMENT0">GL_COLOR_ATTACHMENT0</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT0_EXT">GL_COLOR_ATTACHMENT0_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
|
|
GetFramebufferAttachmentParameterivEXT</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT0_NV">GL_COLOR_ATTACHMENT0_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <bufs> parameter of DrawBuffersNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT0_NV">GL_COLOR_ATTACHMENT0_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_COLOR_ATTACHMENT0_OES">GL_COLOR_ATTACHMENT0_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{2D|3D}OES, FramebufferRenderbufferOES, and
|
|
GetFramebufferAttachmentParameterivOES</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT1">GL_COLOR_ATTACHMENT1</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT1">GL_COLOR_ATTACHMENT1</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT1">GL_COLOR_ATTACHMENT1</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT10">GL_COLOR_ATTACHMENT10</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT10">GL_COLOR_ATTACHMENT10</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT10">GL_COLOR_ATTACHMENT10</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT10_EXT">GL_COLOR_ATTACHMENT10_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
|
|
GetFramebufferAttachmentParameterivEXT</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT10_NV">GL_COLOR_ATTACHMENT10_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <bufs> parameter of DrawBuffersNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT10_NV">GL_COLOR_ATTACHMENT10_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT11">GL_COLOR_ATTACHMENT11</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT11">GL_COLOR_ATTACHMENT11</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT11">GL_COLOR_ATTACHMENT11</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT11_EXT">GL_COLOR_ATTACHMENT11_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
|
|
GetFramebufferAttachmentParameterivEXT</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT11_NV">GL_COLOR_ATTACHMENT11_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <bufs> parameter of DrawBuffersNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT11_NV">GL_COLOR_ATTACHMENT11_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT12">GL_COLOR_ATTACHMENT12</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT12">GL_COLOR_ATTACHMENT12</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT12">GL_COLOR_ATTACHMENT12</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT12_EXT">GL_COLOR_ATTACHMENT12_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
|
|
GetFramebufferAttachmentParameterivEXT</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT12_NV">GL_COLOR_ATTACHMENT12_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <bufs> parameter of DrawBuffersNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT12_NV">GL_COLOR_ATTACHMENT12_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT13">GL_COLOR_ATTACHMENT13</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT13">GL_COLOR_ATTACHMENT13</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT13">GL_COLOR_ATTACHMENT13</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT13_EXT">GL_COLOR_ATTACHMENT13_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
|
|
GetFramebufferAttachmentParameterivEXT</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT13_NV">GL_COLOR_ATTACHMENT13_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <bufs> parameter of DrawBuffersNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT13_NV">GL_COLOR_ATTACHMENT13_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT14">GL_COLOR_ATTACHMENT14</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT14">GL_COLOR_ATTACHMENT14</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT14">GL_COLOR_ATTACHMENT14</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT14_EXT">GL_COLOR_ATTACHMENT14_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
|
|
GetFramebufferAttachmentParameterivEXT</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT14_NV">GL_COLOR_ATTACHMENT14_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <bufs> parameter of DrawBuffersNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT14_NV">GL_COLOR_ATTACHMENT14_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT15">GL_COLOR_ATTACHMENT15</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT15">GL_COLOR_ATTACHMENT15</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT15">GL_COLOR_ATTACHMENT15</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT15_EXT">GL_COLOR_ATTACHMENT15_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
|
|
GetFramebufferAttachmentParameterivEXT</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT15_NV">GL_COLOR_ATTACHMENT15_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <bufs> parameter of DrawBuffersNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT15_NV">GL_COLOR_ATTACHMENT15_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT1_EXT">GL_COLOR_ATTACHMENT1_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
|
|
GetFramebufferAttachmentParameterivEXT</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT1_NV">GL_COLOR_ATTACHMENT1_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <bufs> parameter of DrawBuffersNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT1_NV">GL_COLOR_ATTACHMENT1_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT2">GL_COLOR_ATTACHMENT2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT2">GL_COLOR_ATTACHMENT2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT2">GL_COLOR_ATTACHMENT2</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT2_EXT">GL_COLOR_ATTACHMENT2_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
|
|
GetFramebufferAttachmentParameterivEXT</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT2_NV">GL_COLOR_ATTACHMENT2_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <bufs> parameter of DrawBuffersNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT2_NV">GL_COLOR_ATTACHMENT2_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT3">GL_COLOR_ATTACHMENT3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT3">GL_COLOR_ATTACHMENT3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT3">GL_COLOR_ATTACHMENT3</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT3_EXT">GL_COLOR_ATTACHMENT3_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
|
|
GetFramebufferAttachmentParameterivEXT</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT3_NV">GL_COLOR_ATTACHMENT3_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <bufs> parameter of DrawBuffersNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT3_NV">GL_COLOR_ATTACHMENT3_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT4">GL_COLOR_ATTACHMENT4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT4">GL_COLOR_ATTACHMENT4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT4">GL_COLOR_ATTACHMENT4</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT4_EXT">GL_COLOR_ATTACHMENT4_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
|
|
GetFramebufferAttachmentParameterivEXT</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT4_NV">GL_COLOR_ATTACHMENT4_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <bufs> parameter of DrawBuffersNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT4_NV">GL_COLOR_ATTACHMENT4_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT5">GL_COLOR_ATTACHMENT5</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT5">GL_COLOR_ATTACHMENT5</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT5">GL_COLOR_ATTACHMENT5</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT5_EXT">GL_COLOR_ATTACHMENT5_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
|
|
GetFramebufferAttachmentParameterivEXT</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT5_NV">GL_COLOR_ATTACHMENT5_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <bufs> parameter of DrawBuffersNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT5_NV">GL_COLOR_ATTACHMENT5_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT6">GL_COLOR_ATTACHMENT6</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT6">GL_COLOR_ATTACHMENT6</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT6">GL_COLOR_ATTACHMENT6</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT6_EXT">GL_COLOR_ATTACHMENT6_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
|
|
GetFramebufferAttachmentParameterivEXT</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT6_NV">GL_COLOR_ATTACHMENT6_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <bufs> parameter of DrawBuffersNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT6_NV">GL_COLOR_ATTACHMENT6_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT7">GL_COLOR_ATTACHMENT7</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT7">GL_COLOR_ATTACHMENT7</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT7">GL_COLOR_ATTACHMENT7</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT7_EXT">GL_COLOR_ATTACHMENT7_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
|
|
GetFramebufferAttachmentParameterivEXT</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT7_NV">GL_COLOR_ATTACHMENT7_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <bufs> parameter of DrawBuffersNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT7_NV">GL_COLOR_ATTACHMENT7_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT8">GL_COLOR_ATTACHMENT8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT8">GL_COLOR_ATTACHMENT8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT8">GL_COLOR_ATTACHMENT8</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT8_EXT">GL_COLOR_ATTACHMENT8_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
|
|
GetFramebufferAttachmentParameterivEXT</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT8_NV">GL_COLOR_ATTACHMENT8_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <bufs> parameter of DrawBuffersNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT8_NV">GL_COLOR_ATTACHMENT8_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT9">GL_COLOR_ATTACHMENT9</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT9">GL_COLOR_ATTACHMENT9</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT9">GL_COLOR_ATTACHMENT9</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT9_EXT">GL_COLOR_ATTACHMENT9_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
|
|
GetFramebufferAttachmentParameterivEXT</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT9_NV">GL_COLOR_ATTACHMENT9_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <bufs> parameter of DrawBuffersNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT9_NV">GL_COLOR_ATTACHMENT9_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html#GL_COLOR_ATTACHMENT_EXT">GL_COLOR_ATTACHMENT_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html" title="class in org.lwjgl.opengles">EXTMultiviewDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <location> parameter of DrawBuffersIndexedEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_COLOR_BUFFER_BIT">GL_COLOR_BUFFER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_COLOR_BUFFER_BIT">GL_COLOR_BUFFER_BIT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">ClearBufferMask</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_COLOR_BUFFER_BIT0_QCOM">GL_COLOR_BUFFER_BIT0_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_COLOR_BUFFER_BIT1_QCOM">GL_COLOR_BUFFER_BIT1_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_COLOR_BUFFER_BIT2_QCOM">GL_COLOR_BUFFER_BIT2_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_COLOR_BUFFER_BIT3_QCOM">GL_COLOR_BUFFER_BIT3_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_COLOR_BUFFER_BIT4_QCOM">GL_COLOR_BUFFER_BIT4_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_COLOR_BUFFER_BIT5_QCOM">GL_COLOR_BUFFER_BIT5_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_COLOR_BUFFER_BIT6_QCOM">GL_COLOR_BUFFER_BIT6_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_COLOR_BUFFER_BIT7_QCOM">GL_COLOR_BUFFER_BIT7_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_COLOR_CLEAR_VALUE">GL_COLOR_CLEAR_VALUE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_COLOR_CLEAR_VALUE">GL_COLOR_CLEAR_VALUE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_COLOR_COMPONENTS">GL_COLOR_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_COLOR_COMPONENTS">GL_COLOR_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_COLOR_ENCODING">GL_COLOR_ENCODING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_COLOR_ENCODING">GL_COLOR_ENCODING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTDiscardFramebuffer.html#GL_COLOR_EXT">GL_COLOR_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTDiscardFramebuffer.html" title="class in org.lwjgl.opengles">EXTDiscardFramebuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <attachments> parameter of DiscardFramebufferEXT when the
|
|
default framebuffer is bound to <target>:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_COLOR_FLOAT_APPLE">GL_COLOR_FLOAT_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the GetBooleanv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_COLOR_INDEX">GL_COLOR_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_INDEX12_EXT">GL_COLOR_INDEX12_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the internalformat parameter of TexImage1D, TexImage2D and
|
|
TexImage3DEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_INDEX16_EXT">GL_COLOR_INDEX16_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the internalformat parameter of TexImage1D, TexImage2D and
|
|
TexImage3DEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_INDEX1_EXT">GL_COLOR_INDEX1_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the internalformat parameter of TexImage1D, TexImage2D and
|
|
TexImage3DEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_INDEX2_EXT">GL_COLOR_INDEX2_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the internalformat parameter of TexImage1D, TexImage2D and
|
|
TexImage3DEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_INDEX4_EXT">GL_COLOR_INDEX4_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the internalformat parameter of TexImage1D, TexImage2D and
|
|
TexImage3DEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_INDEX8_EXT">GL_COLOR_INDEX8_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the internalformat parameter of TexImage1D, TexImage2D and
|
|
TexImage3DEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_COLOR_INDEXES">GL_COLOR_INDEXES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_COLOR_LOGIC_OP">GL_COLOR_LOGIC_OP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_COLOR_MATERIAL">GL_COLOR_MATERIAL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_COLOR_MATERIAL_FACE">GL_COLOR_MATERIAL_FACE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_COLOR_MATERIAL_PARAMETER">GL_COLOR_MATERIAL_PARAMETER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_COLOR_MATRIX">GL_COLOR_MATRIX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_COLOR_MATRIX_STACK_DEPTH">GL_COLOR_MATRIX_STACK_DEPTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_COLOR_RENDERABLE">GL_COLOR_RENDERABLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_COLOR_RENDERABLE">GL_COLOR_RENDERABLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVMultisampleCoverage.html#GL_COLOR_SAMPLES_NV">GL_COLOR_SAMPLES_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVMultisampleCoverage.html" title="class in org.lwjgl.opengl">NVMultisampleCoverage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev,
|
|
GetIntegerv, and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_COLOR_SUM">GL_COLOR_SUM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#GL_COLOR_SUM_ARB">GL_COLOR_SUM_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Disable, Enable, and IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COLOR_SUM_CLAMP_NV">GL_COLOR_SUM_CLAMP_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTSecondaryColor.html#GL_COLOR_SUM_EXT">GL_COLOR_SUM_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_COLOR_TABLE">GL_COLOR_TABLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_COLOR_TABLE_ALPHA_SIZE">GL_COLOR_TABLE_ALPHA_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_TABLE_ALPHA_SIZE_EXT">GL_COLOR_TABLE_ALPHA_SIZE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the pname parameter of GetColorTableParameterivEXT and
|
|
GetColorTableParameterfvEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_COLOR_TABLE_BIAS">GL_COLOR_TABLE_BIAS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_COLOR_TABLE_BLUE_SIZE">GL_COLOR_TABLE_BLUE_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_TABLE_BLUE_SIZE_EXT">GL_COLOR_TABLE_BLUE_SIZE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the pname parameter of GetColorTableParameterivEXT and
|
|
GetColorTableParameterfvEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_COLOR_TABLE_FORMAT">GL_COLOR_TABLE_FORMAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_TABLE_FORMAT_EXT">GL_COLOR_TABLE_FORMAT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the pname parameter of GetColorTableParameterivEXT and
|
|
GetColorTableParameterfvEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_COLOR_TABLE_GREEN_SIZE">GL_COLOR_TABLE_GREEN_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_TABLE_GREEN_SIZE_EXT">GL_COLOR_TABLE_GREEN_SIZE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the pname parameter of GetColorTableParameterivEXT and
|
|
GetColorTableParameterfvEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_COLOR_TABLE_INTENSITY_SIZE">GL_COLOR_TABLE_INTENSITY_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_TABLE_INTENSITY_SIZE_EXT">GL_COLOR_TABLE_INTENSITY_SIZE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the pname parameter of GetColorTableParameterivEXT and
|
|
GetColorTableParameterfvEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_COLOR_TABLE_LUMINANCE_SIZE">GL_COLOR_TABLE_LUMINANCE_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_TABLE_LUMINANCE_SIZE_EXT">GL_COLOR_TABLE_LUMINANCE_SIZE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the pname parameter of GetColorTableParameterivEXT and
|
|
GetColorTableParameterfvEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_COLOR_TABLE_RED_SIZE">GL_COLOR_TABLE_RED_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_TABLE_RED_SIZE_EXT">GL_COLOR_TABLE_RED_SIZE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the pname parameter of GetColorTableParameterivEXT and
|
|
GetColorTableParameterfvEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_COLOR_TABLE_SCALE">GL_COLOR_TABLE_SCALE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_COLOR_TABLE_WIDTH">GL_COLOR_TABLE_WIDTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_TABLE_WIDTH_EXT">GL_COLOR_TABLE_WIDTH_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the pname parameter of GetColorTableParameterivEXT and
|
|
GetColorTableParameterfvEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_COLOR_WRITEMASK">GL_COLOR_WRITEMASK</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_COLOR_WRITEMASK">GL_COLOR_WRITEMASK</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_COLORBURN_NV">GL_COLORBURN_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_COLORDODGE_NV">GL_COLORDODGE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_COMBINE">GL_COMBINE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureEnvCombine4.html#GL_COMBINE4_NV">GL_COMBINE4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureEnvCombine4.html" title="class in org.lwjgl.opengl">NVTextureEnvCombine4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_COMBINE_ALPHA">GL_COMBINE_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_COMBINE_ALPHA_ARB">GL_COMBINE_ALPHA_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_COMBINE_ALPHA_EXT">GL_COMBINE_ALPHA_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_COMBINE_ARB">GL_COMBINE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_COMBINE_EXT">GL_COMBINE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_COMBINE_RGB">GL_COMBINE_RGB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_COMBINE_RGB_ARB">GL_COMBINE_RGB_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_COMBINE_RGB_EXT">GL_COMBINE_RGB_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER0_NV">GL_COMBINER0_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER1_NV">GL_COMBINER1_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER2_NV">GL_COMBINER2_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER3_NV">GL_COMBINER3_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER4_NV">GL_COMBINER4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER5_NV">GL_COMBINER5_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER6_NV">GL_COMBINER6_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER7_NV">GL_COMBINER7_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER_AB_DOT_PRODUCT_NV">GL_COMBINER_AB_DOT_PRODUCT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER_AB_OUTPUT_NV">GL_COMBINER_AB_OUTPUT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER_BIAS_NV">GL_COMBINER_BIAS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER_CD_DOT_PRODUCT_NV">GL_COMBINER_CD_DOT_PRODUCT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER_CD_OUTPUT_NV">GL_COMBINER_CD_OUTPUT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER_COMPONENT_USAGE_NV">GL_COMBINER_COMPONENT_USAGE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER_INPUT_NV">GL_COMBINER_INPUT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER_MAPPING_NV">GL_COMBINER_MAPPING_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER_MUX_SUM_NV">GL_COMBINER_MUX_SUM_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER_SCALE_NV">GL_COMBINER_SCALE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER_SUM_OUTPUT_NV">GL_COMBINER_SUM_OUTPUT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_COMMAND_BARRIER_BIT">GL_COMMAND_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_COMMAND_BARRIER_BIT">GL_COMMAND_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_COMMAND_BARRIER_BIT_EXT">GL_COMMAND_BARRIER_BIT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrierEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_COMP_BIT_ATI">GL_COMP_BIT_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_COMPARE_R_TO_TEXTURE">GL_COMPARE_R_TO_TEXTURE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShadow.html#GL_COMPARE_R_TO_TEXTURE_ARB">GL_COMPARE_R_TO_TEXTURE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShadow.html" title="class in org.lwjgl.opengl">ARBShadow</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_COMPARE_REF_DEPTH_TO_TEXTURE">GL_COMPARE_REF_DEPTH_TO_TEXTURE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of TexParameterf, TexParameteri,
|
|
TexParameterfv, and TexParameteriv when the <pname> parameter is
|
|
TEXTURE_COMPARE_MODE_ARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureArray.html#GL_COMPARE_REF_DEPTH_TO_TEXTURE_EXT">GL_COMPARE_REF_DEPTH_TO_TEXTURE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of TexParameterf, TexParameteri,
|
|
TexParameterfv, and TexParameteriv when the <pname> parameter is
|
|
TEXTURE_COMPARE_MODE_ARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_COMPARE_REF_TO_TEXTURE">GL_COMPARE_REF_TO_TEXTURE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COMPARE_REF_TO_TEXTURE">GL_COMPARE_REF_TO_TEXTURE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTShadowSamplers.html#GL_COMPARE_REF_TO_TEXTURE_EXT">GL_COMPARE_REF_TO_TEXTURE_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTShadowSamplers.html" title="class in org.lwjgl.opengles">EXTShadowSamplers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of TexParameterf, TexParameteri,
|
|
TexParameterfv, and TexParameteriv when the <pname> parameter is
|
|
TEXTURE_COMPARE_MODE_EXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderSubroutine.html#GL_COMPATIBLE_SUBROUTINES">GL_COMPATIBLE_SUBROUTINES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveSubroutineUniformiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_COMPATIBLE_SUBROUTINES">GL_COMPATIBLE_SUBROUTINES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveSubroutineUniformiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_COMPILE">GL_COMPILE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_COMPILE_AND_EXECUTE">GL_COMPILE_AND_EXECUTE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_COMPILE_STATUS">GL_COMPILE_STATUS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetObjectParameter{fi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_COMPILE_STATUS">GL_COMPILE_STATUS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shader Source</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_COMPRESSED_ALPHA">GL_COMPRESSED_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompression.html#GL_COMPRESSED_ALPHA_ARB">GL_COMPRESSED_ALPHA_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_COMPRESSED_INTENSITY">GL_COMPRESSED_INTENSITY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompression.html#GL_COMPRESSED_INTENSITY_ARB">GL_COMPRESSED_INTENSITY_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_COMPRESSED_LUMINANCE">GL_COMPRESSED_LUMINANCE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_COMPRESSED_LUMINANCE_ALPHA">GL_COMPRESSED_LUMINANCE_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATITextureCompression3DC.html#GL_COMPRESSED_LUMINANCE_ALPHA_3DC_ATI">GL_COMPRESSED_LUMINANCE_ALPHA_3DC_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATITextureCompression3DC.html" title="class in org.lwjgl.opengl">ATITextureCompression3DC</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompression.html#GL_COMPRESSED_LUMINANCE_ALPHA_ARB">GL_COMPRESSED_LUMINANCE_ALPHA_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureCompressionLATC.html#GL_COMPRESSED_LUMINANCE_ALPHA_LATC2_EXT">GL_COMPRESSED_LUMINANCE_ALPHA_LATC2_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureCompressionLATC.html" title="class in org.lwjgl.opengl">EXTTextureCompressionLATC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D,
|
|
CopyTexImage2D, and CompressedTexImage2D and the <format> parameter
|
|
of CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureCompressionLATC.html#GL_COMPRESSED_LUMINANCE_ALPHA_LATC2_EXT">GL_COMPRESSED_LUMINANCE_ALPHA_LATC2_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureCompressionLATC.html" title="class in org.lwjgl.opengles">EXTTextureCompressionLATC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D,
|
|
CopyTexImage2D, and CompressedTexImage2D and the <format> parameter
|
|
of CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompression.html#GL_COMPRESSED_LUMINANCE_ARB">GL_COMPRESSED_LUMINANCE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureCompressionLATC.html#GL_COMPRESSED_LUMINANCE_LATC1_EXT">GL_COMPRESSED_LUMINANCE_LATC1_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureCompressionLATC.html" title="class in org.lwjgl.opengl">EXTTextureCompressionLATC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D,
|
|
CopyTexImage2D, and CompressedTexImage2D and the <format> parameter
|
|
of CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureCompressionLATC.html#GL_COMPRESSED_LUMINANCE_LATC1_EXT">GL_COMPRESSED_LUMINANCE_LATC1_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureCompressionLATC.html" title="class in org.lwjgl.opengles">EXTTextureCompressionLATC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D,
|
|
CopyTexImage2D, and CompressedTexImage2D and the <format> parameter
|
|
of CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES3Compatibility.html#GL_COMPRESSED_R11_EAC">GL_COMPRESSED_R11_EAC</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl">ARBES3Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_COMPRESSED_R11_EAC">GL_COMPRESSED_R11_EAC</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COMPRESSED_R11_EAC">GL_COMPRESSED_R11_EAC</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_COMPRESSED_RED">GL_COMPRESSED_RED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureCompressionRGTC.html#GL_COMPRESSED_RED_GREEN_RGTC2_EXT">GL_COMPRESSED_RED_GREEN_RGTC2_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureCompressionRGTC.html" title="class in org.lwjgl.opengl">EXTTextureCompressionRGTC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D,
|
|
CopyTexImage2D, and CompressedTexImage2D and the <format> parameter
|
|
of CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompressionRGTC.html#GL_COMPRESSED_RED_RGTC1">GL_COMPRESSED_RED_RGTC1</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompressionRGTC.html" title="class in org.lwjgl.opengl">ARBTextureCompressionRGTC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D,
|
|
CopyTexImage2D, and CompressedTexImage2D and the <format> parameter
|
|
of CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_COMPRESSED_RED_RGTC1">GL_COMPRESSED_RED_RGTC1</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D,
|
|
CopyTexImage2D, and CompressedTexImage2D and the <format> parameter
|
|
of CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureCompressionRGTC.html#GL_COMPRESSED_RED_RGTC1_EXT">GL_COMPRESSED_RED_RGTC1_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureCompressionRGTC.html" title="class in org.lwjgl.opengl">EXTTextureCompressionRGTC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D,
|
|
CopyTexImage2D, and CompressedTexImage2D and the <format> parameter
|
|
of CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_COMPRESSED_RG">GL_COMPRESSED_RG</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES3Compatibility.html#GL_COMPRESSED_RG11_EAC">GL_COMPRESSED_RG11_EAC</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl">ARBES3Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_COMPRESSED_RG11_EAC">GL_COMPRESSED_RG11_EAC</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COMPRESSED_RG11_EAC">GL_COMPRESSED_RG11_EAC</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompressionRGTC.html#GL_COMPRESSED_RG_RGTC2">GL_COMPRESSED_RG_RGTC2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompressionRGTC.html" title="class in org.lwjgl.opengl">ARBTextureCompressionRGTC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D,
|
|
CopyTexImage2D, and CompressedTexImage2D and the <format> parameter
|
|
of CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_COMPRESSED_RG_RGTC2">GL_COMPRESSED_RG_RGTC2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D,
|
|
CopyTexImage2D, and CompressedTexImage2D and the <format> parameter
|
|
of CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_COMPRESSED_RGB">GL_COMPRESSED_RGB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES3Compatibility.html#GL_COMPRESSED_RGB8_ETC2">GL_COMPRESSED_RGB8_ETC2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl">ARBES3Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_COMPRESSED_RGB8_ETC2">GL_COMPRESSED_RGB8_ETC2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COMPRESSED_RGB8_ETC2">GL_COMPRESSED_RGB8_ETC2</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES3Compatibility.html#GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2">GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl">ARBES3Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2">GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2">GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompression.html#GL_COMPRESSED_RGB_ARB">GL_COMPRESSED_RGB_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT">GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D, TexImage3D,
|
|
CopyTexImage2D, CopyTexImage3D, CompressedTexImage2DARB, and
|
|
CompressedTexImage3DARB and the <format> parameter of
|
|
CompressedTexSubImage2DARB and CompressedTexSubImage3DARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompressionBPTC.html#GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_ARB">GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompressionBPTC.html" title="class in org.lwjgl.opengl">ARBTextureCompressionBPTC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D, TexImage3D,
|
|
CopyTexImage2D, CopyTexImage3D, CompressedTexImage2DARB, and
|
|
CompressedTexImage3DARB and the <format> parameter of
|
|
CompressedTexSubImage2DARB and CompressedTexSubImage3DARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT">GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D, TexImage3D,
|
|
CopyTexImage2D, CopyTexImage3D, CompressedTexImage2DARB, and
|
|
CompressedTexImage3DARB and the <format> parameter of
|
|
CompressedTexSubImage2DARB and CompressedTexSubImage3DARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompressionBPTC.html#GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_ARB">GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompressionBPTC.html" title="class in org.lwjgl.opengl">ARBTextureCompressionBPTC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D, TexImage3D,
|
|
CopyTexImage2D, CopyTexImage3D, CompressedTexImage2DARB, and
|
|
CompressedTexImage3DARB and the <format> parameter of
|
|
CompressedTexSubImage2DARB and CompressedTexSubImage3DARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/IMGTextureCompressionPvrtc.html#GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG">GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/IMGTextureCompressionPvrtc.html" title="class in org.lwjgl.opengles">IMGTextureCompressionPvrtc</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2DARB
|
|
and the <format> parameter of CompressedTexSubImage2DARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/IMGTextureCompressionPvrtc.html#GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG">GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/IMGTextureCompressionPvrtc.html" title="class in org.lwjgl.opengles">IMGTextureCompressionPvrtc</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2DARB
|
|
and the <format> parameter of CompressedTexSubImage2DARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureCompressionS3TC.html#GL_COMPRESSED_RGB_S3TC_DXT1_EXT">GL_COMPRESSED_RGB_S3TC_DXT1_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureCompressionS3TC.html" title="class in org.lwjgl.opengl">EXTTextureCompressionS3TC</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureCompressionVTC.html#GL_COMPRESSED_RGB_S3TC_DXT1_EXT">GL_COMPRESSED_RGB_S3TC_DXT1_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureCompressionVTC.html" title="class in org.lwjgl.opengl">NVTextureCompressionVTC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage3D and
|
|
CompressedTexImage3DARB and the <format> parameter of
|
|
CompressedTexSubImage2DARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureCompressionDXT1.html#GL_COMPRESSED_RGB_S3TC_DXT1_EXT">GL_COMPRESSED_RGB_S3TC_DXT1_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureCompressionDXT1.html" title="class in org.lwjgl.opengles">EXTTextureCompressionDXT1</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D
|
|
and the <format> parameter of CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureCompressionS3TC.html#GL_COMPRESSED_RGB_S3TC_DXT1_EXT">GL_COMPRESSED_RGB_S3TC_DXT1_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureCompressionS3TC.html" title="class in org.lwjgl.opengles">EXTTextureCompressionS3TC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D, CopyTexImage2D,
|
|
and CompressedTexImage2D and the <format> parameter of
|
|
CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_COMPRESSED_RGBA">GL_COMPRESSED_RGBA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES3Compatibility.html#GL_COMPRESSED_RGBA8_ETC2_EAC">GL_COMPRESSED_RGBA8_ETC2_EAC</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl">ARBES3Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_COMPRESSED_RGBA8_ETC2_EAC">GL_COMPRESSED_RGBA8_ETC2_EAC</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COMPRESSED_RGBA8_ETC2_EAC">GL_COMPRESSED_RGBA8_ETC2_EAC</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompression.html#GL_COMPRESSED_RGBA_ARB">GL_COMPRESSED_RGBA_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_10x10_KHR">GL_COMPRESSED_RGBA_ASTC_10x10_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_10x10_KHR">GL_COMPRESSED_RGBA_ASTC_10x10_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_10x5_KHR">GL_COMPRESSED_RGBA_ASTC_10x5_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_10x5_KHR">GL_COMPRESSED_RGBA_ASTC_10x5_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_10x6_KHR">GL_COMPRESSED_RGBA_ASTC_10x6_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_10x6_KHR">GL_COMPRESSED_RGBA_ASTC_10x6_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_10x8_KHR">GL_COMPRESSED_RGBA_ASTC_10x8_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_10x8_KHR">GL_COMPRESSED_RGBA_ASTC_10x8_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_12x10_KHR">GL_COMPRESSED_RGBA_ASTC_12x10_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_12x10_KHR">GL_COMPRESSED_RGBA_ASTC_12x10_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_12x12_KHR">GL_COMPRESSED_RGBA_ASTC_12x12_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_12x12_KHR">GL_COMPRESSED_RGBA_ASTC_12x12_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_4x4_KHR">GL_COMPRESSED_RGBA_ASTC_4x4_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_4x4_KHR">GL_COMPRESSED_RGBA_ASTC_4x4_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_5x4_KHR">GL_COMPRESSED_RGBA_ASTC_5x4_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_5x4_KHR">GL_COMPRESSED_RGBA_ASTC_5x4_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_5x5_KHR">GL_COMPRESSED_RGBA_ASTC_5x5_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_5x5_KHR">GL_COMPRESSED_RGBA_ASTC_5x5_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_6x5_KHR">GL_COMPRESSED_RGBA_ASTC_6x5_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_6x5_KHR">GL_COMPRESSED_RGBA_ASTC_6x5_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_6x6_KHR">GL_COMPRESSED_RGBA_ASTC_6x6_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_6x6_KHR">GL_COMPRESSED_RGBA_ASTC_6x6_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_8x5_KHR">GL_COMPRESSED_RGBA_ASTC_8x5_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_8x5_KHR">GL_COMPRESSED_RGBA_ASTC_8x5_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_8x6_KHR">GL_COMPRESSED_RGBA_ASTC_8x6_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_8x6_KHR">GL_COMPRESSED_RGBA_ASTC_8x6_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_8x8_KHR">GL_COMPRESSED_RGBA_ASTC_8x8_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_8x8_KHR">GL_COMPRESSED_RGBA_ASTC_8x8_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_COMPRESSED_RGBA_BPTC_UNORM">GL_COMPRESSED_RGBA_BPTC_UNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D, TexImage3D,
|
|
CopyTexImage2D, CopyTexImage3D, CompressedTexImage2DARB, and
|
|
CompressedTexImage3DARB and the <format> parameter of
|
|
CompressedTexSubImage2DARB and CompressedTexSubImage3DARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompressionBPTC.html#GL_COMPRESSED_RGBA_BPTC_UNORM_ARB">GL_COMPRESSED_RGBA_BPTC_UNORM_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompressionBPTC.html" title="class in org.lwjgl.opengl">ARBTextureCompressionBPTC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D, TexImage3D,
|
|
CopyTexImage2D, CopyTexImage3D, CompressedTexImage2DARB, and
|
|
CompressedTexImage3DARB and the <format> parameter of
|
|
CompressedTexSubImage2DARB and CompressedTexSubImage3DARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/IMGTextureCompressionPvrtc.html#GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG">GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/IMGTextureCompressionPvrtc.html" title="class in org.lwjgl.opengles">IMGTextureCompressionPvrtc</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2DARB
|
|
and the <format> parameter of CompressedTexSubImage2DARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/IMGTextureCompressionPvrtc.html#GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG">GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/IMGTextureCompressionPvrtc.html" title="class in org.lwjgl.opengles">IMGTextureCompressionPvrtc</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2DARB
|
|
and the <format> parameter of CompressedTexSubImage2DARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureCompressionS3TC.html#GL_COMPRESSED_RGBA_S3TC_DXT1_EXT">GL_COMPRESSED_RGBA_S3TC_DXT1_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureCompressionS3TC.html" title="class in org.lwjgl.opengl">EXTTextureCompressionS3TC</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureCompressionVTC.html#GL_COMPRESSED_RGBA_S3TC_DXT1_EXT">GL_COMPRESSED_RGBA_S3TC_DXT1_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureCompressionVTC.html" title="class in org.lwjgl.opengl">NVTextureCompressionVTC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage3D and
|
|
CompressedTexImage3DARB and the <format> parameter of
|
|
CompressedTexSubImage2DARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureCompressionDXT1.html#GL_COMPRESSED_RGBA_S3TC_DXT1_EXT">GL_COMPRESSED_RGBA_S3TC_DXT1_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureCompressionDXT1.html" title="class in org.lwjgl.opengles">EXTTextureCompressionDXT1</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D
|
|
and the <format> parameter of CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureCompressionS3TC.html#GL_COMPRESSED_RGBA_S3TC_DXT1_EXT">GL_COMPRESSED_RGBA_S3TC_DXT1_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureCompressionS3TC.html" title="class in org.lwjgl.opengles">EXTTextureCompressionS3TC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D, CopyTexImage2D,
|
|
and CompressedTexImage2D and the <format> parameter of
|
|
CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureCompressionS3TC.html#GL_COMPRESSED_RGBA_S3TC_DXT3_EXT">GL_COMPRESSED_RGBA_S3TC_DXT3_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureCompressionS3TC.html" title="class in org.lwjgl.opengl">EXTTextureCompressionS3TC</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureCompressionVTC.html#GL_COMPRESSED_RGBA_S3TC_DXT3_EXT">GL_COMPRESSED_RGBA_S3TC_DXT3_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureCompressionVTC.html" title="class in org.lwjgl.opengl">NVTextureCompressionVTC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage3D and
|
|
CompressedTexImage3DARB and the <format> parameter of
|
|
CompressedTexSubImage2DARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureCompressionS3TC.html#GL_COMPRESSED_RGBA_S3TC_DXT3_EXT">GL_COMPRESSED_RGBA_S3TC_DXT3_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureCompressionS3TC.html" title="class in org.lwjgl.opengles">EXTTextureCompressionS3TC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D, CopyTexImage2D,
|
|
and CompressedTexImage2D and the <format> parameter of
|
|
CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureCompressionS3TC.html#GL_COMPRESSED_RGBA_S3TC_DXT5_EXT">GL_COMPRESSED_RGBA_S3TC_DXT5_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureCompressionS3TC.html" title="class in org.lwjgl.opengl">EXTTextureCompressionS3TC</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureCompressionVTC.html#GL_COMPRESSED_RGBA_S3TC_DXT5_EXT">GL_COMPRESSED_RGBA_S3TC_DXT5_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureCompressionVTC.html" title="class in org.lwjgl.opengl">NVTextureCompressionVTC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage3D and
|
|
CompressedTexImage3DARB and the <format> parameter of
|
|
CompressedTexSubImage2DARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureCompressionS3TC.html#GL_COMPRESSED_RGBA_S3TC_DXT5_EXT">GL_COMPRESSED_RGBA_S3TC_DXT5_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureCompressionS3TC.html" title="class in org.lwjgl.opengles">EXTTextureCompressionS3TC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D, CopyTexImage2D,
|
|
and CompressedTexImage2D and the <format> parameter of
|
|
CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureCompressionLATC.html#GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT">GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureCompressionLATC.html" title="class in org.lwjgl.opengl">EXTTextureCompressionLATC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D,
|
|
CopyTexImage2D, and CompressedTexImage2D and the <format> parameter
|
|
of CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureCompressionLATC.html#GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT">GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureCompressionLATC.html" title="class in org.lwjgl.opengles">EXTTextureCompressionLATC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D,
|
|
CopyTexImage2D, and CompressedTexImage2D and the <format> parameter
|
|
of CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureCompressionLATC.html#GL_COMPRESSED_SIGNED_LUMINANCE_LATC1_EXT">GL_COMPRESSED_SIGNED_LUMINANCE_LATC1_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureCompressionLATC.html" title="class in org.lwjgl.opengl">EXTTextureCompressionLATC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D,
|
|
CopyTexImage2D, and CompressedTexImage2D and the <format> parameter
|
|
of CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureCompressionLATC.html#GL_COMPRESSED_SIGNED_LUMINANCE_LATC1_EXT">GL_COMPRESSED_SIGNED_LUMINANCE_LATC1_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureCompressionLATC.html" title="class in org.lwjgl.opengles">EXTTextureCompressionLATC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D,
|
|
CopyTexImage2D, and CompressedTexImage2D and the <format> parameter
|
|
of CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES3Compatibility.html#GL_COMPRESSED_SIGNED_R11_EAC">GL_COMPRESSED_SIGNED_R11_EAC</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl">ARBES3Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_COMPRESSED_SIGNED_R11_EAC">GL_COMPRESSED_SIGNED_R11_EAC</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COMPRESSED_SIGNED_R11_EAC">GL_COMPRESSED_SIGNED_R11_EAC</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureCompressionRGTC.html#GL_COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT">GL_COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureCompressionRGTC.html" title="class in org.lwjgl.opengl">EXTTextureCompressionRGTC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D,
|
|
CopyTexImage2D, and CompressedTexImage2D and the <format> parameter
|
|
of CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompressionRGTC.html#GL_COMPRESSED_SIGNED_RED_RGTC1">GL_COMPRESSED_SIGNED_RED_RGTC1</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompressionRGTC.html" title="class in org.lwjgl.opengl">ARBTextureCompressionRGTC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D,
|
|
CopyTexImage2D, and CompressedTexImage2D and the <format> parameter
|
|
of CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_COMPRESSED_SIGNED_RED_RGTC1">GL_COMPRESSED_SIGNED_RED_RGTC1</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D,
|
|
CopyTexImage2D, and CompressedTexImage2D and the <format> parameter
|
|
of CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureCompressionRGTC.html#GL_COMPRESSED_SIGNED_RED_RGTC1_EXT">GL_COMPRESSED_SIGNED_RED_RGTC1_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureCompressionRGTC.html" title="class in org.lwjgl.opengl">EXTTextureCompressionRGTC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D,
|
|
CopyTexImage2D, and CompressedTexImage2D and the <format> parameter
|
|
of CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES3Compatibility.html#GL_COMPRESSED_SIGNED_RG11_EAC">GL_COMPRESSED_SIGNED_RG11_EAC</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl">ARBES3Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_COMPRESSED_SIGNED_RG11_EAC">GL_COMPRESSED_SIGNED_RG11_EAC</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COMPRESSED_SIGNED_RG11_EAC">GL_COMPRESSED_SIGNED_RG11_EAC</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompressionRGTC.html#GL_COMPRESSED_SIGNED_RG_RGTC2">GL_COMPRESSED_SIGNED_RG_RGTC2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompressionRGTC.html" title="class in org.lwjgl.opengl">ARBTextureCompressionRGTC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D,
|
|
CopyTexImage2D, and CompressedTexImage2D and the <format> parameter
|
|
of CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_COMPRESSED_SIGNED_RG_RGTC2">GL_COMPRESSED_SIGNED_RG_RGTC2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D,
|
|
CopyTexImage2D, and CompressedTexImage2D and the <format> parameter
|
|
of CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#GL_COMPRESSED_SLUMINANCE">GL_COMPRESSED_SLUMINANCE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#GL_COMPRESSED_SLUMINANCE_ALPHA">GL_COMPRESSED_SLUMINANCE_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_COMPRESSED_SLUMINANCE_ALPHA_EXT">GL_COMPRESSED_SLUMINANCE_ALPHA_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_COMPRESSED_SLUMINANCE_EXT">GL_COMPRESSED_SLUMINANCE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#GL_COMPRESSED_SRGB">GL_COMPRESSED_SRGB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR">GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D,
|
|
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
|
|
and TextureStorage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES3Compatibility.html#GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC">GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl">ARBES3Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC">GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC">GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES3Compatibility.html#GL_COMPRESSED_SRGB8_ETC2">GL_COMPRESSED_SRGB8_ETC2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl">ARBES3Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_COMPRESSED_SRGB8_ETC2">GL_COMPRESSED_SRGB8_ETC2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COMPRESSED_SRGB8_ETC2">GL_COMPRESSED_SRGB8_ETC2</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES3Compatibility.html#GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2">GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl">ARBES3Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2">GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2">GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#GL_COMPRESSED_SRGB_ALPHA">GL_COMPRESSED_SRGB_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM">GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D, TexImage3D,
|
|
CopyTexImage2D, CopyTexImage3D, CompressedTexImage2DARB, and
|
|
CompressedTexImage3DARB and the <format> parameter of
|
|
CompressedTexSubImage2DARB and CompressedTexSubImage3DARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompressionBPTC.html#GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_ARB">GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompressionBPTC.html" title="class in org.lwjgl.opengl">ARBTextureCompressionBPTC</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D, TexImage3D,
|
|
CopyTexImage2D, CopyTexImage3D, CompressedTexImage2DARB, and
|
|
CompressedTexImage3DARB and the <format> parameter of
|
|
CompressedTexSubImage2DARB and CompressedTexSubImage3DARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_COMPRESSED_SRGB_ALPHA_EXT">GL_COMPRESSED_SRGB_ALPHA_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT">GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D,
|
|
CopyTexImage2D, and CompressedTexImage2DARB and the <format> parameter
|
|
of CompressedTexSubImage2DARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT">GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D,
|
|
CopyTexImage2D, and CompressedTexImage2DARB and the <format> parameter
|
|
of CompressedTexSubImage2DARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT">GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D,
|
|
CopyTexImage2D, and CompressedTexImage2DARB and the <format> parameter
|
|
of CompressedTexSubImage2DARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_COMPRESSED_SRGB_EXT">GL_COMPRESSED_SRGB_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_COMPRESSED_SRGB_S3TC_DXT1_EXT">GL_COMPRESSED_SRGB_S3TC_DXT1_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D,
|
|
CopyTexImage2D, and CompressedTexImage2DARB and the <format> parameter
|
|
of CompressedTexSubImage2DARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_COMPRESSED_TEXTURE_FORMATS">GL_COMPRESSED_TEXTURE_FORMATS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_COMPRESSED_TEXTURE_FORMATS">GL_COMPRESSED_TEXTURE_FORMATS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetTextureParameter</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompression.html#GL_COMPRESSED_TEXTURE_FORMATS_ARB">GL_COMPRESSED_TEXTURE_FORMATS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVComputeProgram5.html#GL_COMPUTE_PROGRAM_NV">GL_COMPUTE_PROGRAM_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVComputeProgram5.html" title="class in org.lwjgl.opengl">NVComputeProgram5</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Disable, Enable, and IsEnabled,
|
|
by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev, and by the <target> parameter of ProgramStringARB,
|
|
BindProgramARB, ProgramEnvParameter4[df][v]ARB,
|
|
ProgramLocalParameter4[df][v]ARB, GetProgramEnvParameter[df]vARB,
|
|
GetProgramLocalParameter[df]vARB, GetProgramivARB and
|
|
GetProgramStringARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVComputeProgram5.html#GL_COMPUTE_PROGRAM_PARAMETER_BUFFER_NV">GL_COMPUTE_PROGRAM_PARAMETER_BUFFER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVComputeProgram5.html" title="class in org.lwjgl.opengl">NVComputeProgram5</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of ProgramBufferParametersfvNV,
|
|
ProgramBufferParametersIivNV, and ProgramBufferParametersIuivNV,
|
|
BindBufferRangeNV, BindBufferOffsetNV, BindBufferBaseNV, and BindBuffer
|
|
and the <value> parameter of GetIntegerIndexedvEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBComputeShader.html#GL_COMPUTE_SHADER">GL_COMPUTE_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of CreateShader and returned in the
|
|
<params> parameter by GetShaderiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_COMPUTE_SHADER">GL_COMPUTE_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of CreateShader and returned in the
|
|
<params> parameter by GetShaderiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBComputeShader.html#GL_COMPUTE_SHADER_BIT">GL_COMPUTE_SHADER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <stages> parameter of UseProgramStages:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_COMPUTE_SHADER_BIT">GL_COMPUTE_SHADER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <stages> parameter of UseProgramStages:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_COMPUTE_SUBROUTINE">GL_COMPUTE_SUBROUTINE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_COMPUTE_SUBROUTINE">GL_COMPUTE_SUBROUTINE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_COMPUTE_SUBROUTINE_UNIFORM">GL_COMPUTE_SUBROUTINE_UNIFORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_COMPUTE_SUBROUTINE_UNIFORM">GL_COMPUTE_SUBROUTINE_UNIFORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_COMPUTE_TEXTURE">GL_COMPUTE_TEXTURE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_COMPUTE_TEXTURE">GL_COMPUTE_TEXTURE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBComputeShader.html#GL_COMPUTE_WORK_GROUP_SIZE">GL_COMPUTE_WORK_GROUP_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_COMPUTE_WORK_GROUP_SIZE">GL_COMPUTE_WORK_GROUP_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_0_ATI">GL_CON_0_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_10_ATI">GL_CON_10_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_11_ATI">GL_CON_11_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_12_ATI">GL_CON_12_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_13_ATI">GL_CON_13_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_14_ATI">GL_CON_14_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_15_ATI">GL_CON_15_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_16_ATI">GL_CON_16_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_17_ATI">GL_CON_17_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_18_ATI">GL_CON_18_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_19_ATI">GL_CON_19_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_1_ATI">GL_CON_1_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_20_ATI">GL_CON_20_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_21_ATI">GL_CON_21_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_22_ATI">GL_CON_22_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_23_ATI">GL_CON_23_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_24_ATI">GL_CON_24_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_25_ATI">GL_CON_25_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_26_ATI">GL_CON_26_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_27_ATI">GL_CON_27_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_28_ATI">GL_CON_28_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_29_ATI">GL_CON_29_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_2_ATI">GL_CON_2_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_30_ATI">GL_CON_30_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_31_ATI">GL_CON_31_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_3_ATI">GL_CON_3_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_4_ATI">GL_CON_4_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_5_ATI">GL_CON_5_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_6_ATI">GL_CON_6_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_7_ATI">GL_CON_7_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_8_ATI">GL_CON_8_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_9_ATI">GL_CON_9_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSync.html#GL_CONDITION_SATISFIED">GL_CONDITION_SATISFIED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by ClientWaitSync:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_CONDITION_SATISFIED">GL_CONDITION_SATISFIED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by ClientWaitSync:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_CONDITION_SATISFIED">GL_CONDITION_SATISFIED</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_CONJOINT_NV">GL_CONJOINT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of BlendParameteriNV when <pname> is
|
|
BLEND_OVERLAP_NV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_CONST_EYE_NV">GL_CONST_EYE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> parameter of TexEnvfv, TexEnviv, GetTexEnvfv, and
|
|
GetTexEnviv is TEXTURE_SHADER_NV, then the value of <pname> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_CONSTANT">GL_CONSTANT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_CONSTANT_ALPHA">GL_CONSTANT_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CONSTANT_ALPHA">GL_CONSTANT_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_CONSTANT_ALPHA">GL_CONSTANT_ALPHA</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Separate Blend Functions</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBlendColor.html#GL_CONSTANT_ALPHA_EXT">GL_CONSTANT_ALPHA_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBlendColor.html" title="class in org.lwjgl.opengl">EXTBlendColor</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <sfactor> and <dfactor> parameters of BlendFunc.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_CONSTANT_ARB">GL_CONSTANT_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CONSTANT_ATTENUATION">GL_CONSTANT_ATTENUATION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_CONSTANT_BORDER">GL_CONSTANT_BORDER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_CONSTANT_COLOR">GL_CONSTANT_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CONSTANT_COLOR">GL_CONSTANT_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_CONSTANT_COLOR">GL_CONSTANT_COLOR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Separate Blend Functions</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_CONSTANT_COLOR0_NV">GL_CONSTANT_COLOR0_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_CONSTANT_COLOR1_NV">GL_CONSTANT_COLOR1_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBlendColor.html#GL_CONSTANT_COLOR_EXT">GL_CONSTANT_COLOR_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBlendColor.html" title="class in org.lwjgl.opengl">EXTBlendColor</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <sfactor> and <dfactor> parameters of BlendFunc.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_CONSTANT_EXT">GL_CONSTANT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_CONTEXT_COMPATIBILITY_PROFILE_BIT">GL_CONTEXT_COMPATIBILITY_PROFILE_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_CONTEXT_CORE_PROFILE_BIT">GL_CONTEXT_CORE_PROFILE_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_CONTEXT_FLAG_DEBUG_BIT">GL_CONTEXT_FLAG_DEBUG_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetIntegerv when <pname> is CONTEXT_FLAGS:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_CONTEXT_FLAG_DEBUG_BIT">GL_CONTEXT_FLAG_DEBUG_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetIntegerv when <pname> is CONTEXT_FLAGS:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_CONTEXT_FLAG_DEBUG_BIT">GL_CONTEXT_FLAG_DEBUG_BIT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetIntegerv when <pname> is CONTEXT_FLAGS:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT">GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB">GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetIntegerv when <pname> is CONTEXT_FLAGS:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_CONTEXT_FLAGS">GL_CONTEXT_FLAGS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_CONTEXT_PROFILE_MASK">GL_CONTEXT_PROFILE_MASK</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTRobustness.html#GL_CONTEXT_ROBUST_ACCESS_EXT">GL_CONTEXT_ROBUST_ACCESS_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetBooleanv, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDVertexShaderTessellator.html#GL_CONTINUOUS_AMD">GL_CONTINUOUS_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDVertexShaderTessellator.html" title="class in org.lwjgl.opengl">AMDVertexShaderTessellator</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by TessellationModeAMD</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_CONTRAST_NV">GL_CONTRAST_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_CONVEX_HULL_NV">GL_CONVEX_HULL_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <coverMode> parameter of CoverFillPathNV and
|
|
CoverFillPathInstancedNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_CONVOLUTION_1D">GL_CONVOLUTION_1D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_CONVOLUTION_2D">GL_CONVOLUTION_2D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_CONVOLUTION_BORDER_COLOR">GL_CONVOLUTION_BORDER_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_CONVOLUTION_BORDER_MODE">GL_CONVOLUTION_BORDER_MODE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_CONVOLUTION_FILTER_BIAS">GL_CONVOLUTION_FILTER_BIAS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_CONVOLUTION_FILTER_SCALE">GL_CONVOLUTION_FILTER_SCALE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_CONVOLUTION_FORMAT">GL_CONVOLUTION_FORMAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_CONVOLUTION_HEIGHT">GL_CONVOLUTION_HEIGHT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_CONVOLUTION_WIDTH">GL_CONVOLUTION_WIDTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_COORD_REPLACE">GL_COORD_REPLACE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> parameter of TexEnvf, TexEnvfv, TexEnvi, TexEnviv,
|
|
GetTexEnvfv, or GetTexEnviv is POINT_SPRITE, then the value of
|
|
<pname> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBPointSprite.html#GL_COORD_REPLACE_ARB">GL_COORD_REPLACE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBPointSprite.html" title="class in org.lwjgl.opengl">ARBPointSprite</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> parameter of TexEnvf, TexEnvfv, TexEnvi, TexEnviv,
|
|
GetTexEnvfv, or GetTexEnviv is POINT_SPRITE_ARB, then the value of
|
|
<pname> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPointSprite.html#GL_COORD_REPLACE_NV">GL_COORD_REPLACE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPointSprite.html" title="class in org.lwjgl.opengl">NVPointSprite</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_COPY">GL_COPY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_COPY_INVERTED">GL_COPY_INVERTED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_COPY_PIXEL_TOKEN">GL_COPY_PIXEL_TOKEN</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBCopyBuffer.html#GL_COPY_READ_BUFFER">GL_COPY_READ_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBCopyBuffer.html" title="class in org.lwjgl.opengl">ARBCopyBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the target parameters of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
|
|
GetBufferPointerv, MapBufferRange, FlushMappedBufferRange,
|
|
GetBufferParameteriv, BindBufferRange, BindBufferBase,
|
|
and CopyBufferSubData:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_COPY_READ_BUFFER">GL_COPY_READ_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COPY_READ_BUFFER">GL_COPY_READ_BUFFER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_COPY_READ_BUFFER_BINDING">GL_COPY_READ_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COPY_READ_BUFFER_BINDING">GL_COPY_READ_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBCopyBuffer.html#GL_COPY_WRITE_BUFFER">GL_COPY_WRITE_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBCopyBuffer.html" title="class in org.lwjgl.opengl">ARBCopyBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the target parameters of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
|
|
GetBufferPointerv, MapBufferRange, FlushMappedBufferRange,
|
|
GetBufferParameteriv, BindBufferRange, BindBufferBase,
|
|
and CopyBufferSubData:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_COPY_WRITE_BUFFER">GL_COPY_WRITE_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COPY_WRITE_BUFFER">GL_COPY_WRITE_BUFFER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_COPY_WRITE_BUFFER_BINDING">GL_COPY_WRITE_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_COPY_WRITE_BUFFER_BINDING">GL_COPY_WRITE_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_COUNT_DOWN_NV">GL_COUNT_DOWN_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <fillMode> parameter of StencilFillPathNV and
|
|
StencilFillPathInstancedNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_COUNT_UP_NV">GL_COUNT_UP_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <fillMode> parameter of StencilFillPathNV and
|
|
StencilFillPathInstancedNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html#GL_COUNTER_RANGE_AMD">GL_COUNTER_RANGE_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pame> parameter of GetPerfMonitorCounterInfoAMD</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html#GL_COUNTER_RANGE_AMD">GL_COUNTER_RANGE_AMD</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pame> parameter of GetPerfMonitorCounterInfoAMD</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html#GL_COUNTER_TYPE_AMD">GL_COUNTER_TYPE_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pame> parameter of GetPerfMonitorCounterInfoAMD</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html#GL_COUNTER_TYPE_AMD">GL_COUNTER_TYPE_AMD</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pame> parameter of GetPerfMonitorCounterInfoAMD</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVCoverageSample.html#GL_COVERAGE_ALL_FRAGMENTS_NV">GL_COVERAGE_ALL_FRAGMENTS_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles">NVCoverageSample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <operation> parameter of CoverageOperationNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVCoverageSample.html#GL_COVERAGE_ATTACHMENT_NV">GL_COVERAGE_ATTACHMENT_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles">NVCoverageSample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferRenderbuffer, and GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVCoverageSample.html#GL_COVERAGE_AUTOMATIC_NV">GL_COVERAGE_AUTOMATIC_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles">NVCoverageSample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <operation> parameter of CoverageOperationNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVCoverageSample.html#GL_COVERAGE_BUFFER_BIT_NV">GL_COVERAGE_BUFFER_BIT_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles">NVCoverageSample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <buf> parameter of Clear:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVCoverageSample.html#GL_COVERAGE_BUFFERS_NV">GL_COVERAGE_BUFFERS_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles">NVCoverageSample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVCoverageSample.html#GL_COVERAGE_COMPONENT4_NV">GL_COVERAGE_COMPONENT4_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles">NVCoverageSample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of
|
|
RenderbufferStorageEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVCoverageSample.html#GL_COVERAGE_COMPONENT_NV">GL_COVERAGE_COMPONENT_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles">NVCoverageSample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of
|
|
RenderbufferStorageEXT and the <format> parameter of ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVCoverageSample.html#GL_COVERAGE_EDGE_FRAGMENTS_NV">GL_COVERAGE_EDGE_FRAGMENTS_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles">NVCoverageSample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <operation> parameter of CoverageOperationNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVMultisampleCoverage.html#GL_COVERAGE_SAMPLES_NV">GL_COVERAGE_SAMPLES_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVMultisampleCoverage.html" title="class in org.lwjgl.opengl">NVMultisampleCoverage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev,
|
|
GetIntegerv, and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVCoverageSample.html#GL_COVERAGE_SAMPLES_NV">GL_COVERAGE_SAMPLES_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles">NVCoverageSample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMBinningControl.html#GL_CPU_OPTIMIZED_QCOM">GL_CPU_OPTIMIZED_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMBinningControl.html" title="class in org.lwjgl.opengles">QCOMBinningControl</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <hint> parameter of Hint:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_CUBIC_BEZIER_TO_NV">GL_CUBIC_BEZIER_TO_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as path commands by CreatePathNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_CUBIC_CURVE_TO_NV">GL_CUBIC_CURVE_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CULL_FACE">GL_CULL_FACE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_CULL_FACE">GL_CULL_FACE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">EnableCap</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CULL_FACE_MODE">GL_CULL_FACE_MODE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_CULL_FACE_MODE">GL_CULL_FACE_MODE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_CULL_FRAGMENT_NV">GL_CULL_FRAGMENT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> and <pname> parameters of TexEnvf, TexEnvfv,
|
|
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
|
|
respectively, then the value of <param> or the value pointed to by
|
|
<params> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_CULL_MODES_NV">GL_CULL_MODES_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> parameter of TexEnvfv, TexEnviv, GetTexEnvfv, and
|
|
GetTexEnviv is TEXTURE_SHADER_NV, then the value of <pname> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_CURRENT_ATTRIB_NV">GL_CURRENT_ATTRIB_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttrib[dfi]vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CURRENT_BIT">GL_CURRENT_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CURRENT_COLOR">GL_CURRENT_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_CURRENT_FOG_COORD">GL_CURRENT_FOG_COORD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_CURRENT_FOG_COORDINATE">GL_CURRENT_FOG_COORDINATE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFogCoord.html#GL_CURRENT_FOG_COORDINATE_EXT">GL_CURRENT_FOG_COORDINATE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl">EXTFogCoord</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CURRENT_INDEX">GL_CURRENT_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_CURRENT_MATRIX_ARB">GL_CURRENT_MATRIX_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMatrixPalette.html#GL_CURRENT_MATRIX_INDEX_ARB">GL_CURRENT_MATRIX_INDEX_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_CURRENT_MATRIX_NV">GL_CURRENT_MATRIX_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_CURRENT_MATRIX_STACK_DEPTH_ARB">GL_CURRENT_MATRIX_STACK_DEPTH_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_CURRENT_MATRIX_STACK_DEPTH_NV">GL_CURRENT_MATRIX_STACK_DEPTH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CURRENT_NORMAL">GL_CURRENT_NORMAL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVOcclusionQuery.html#GL_CURRENT_OCCLUSION_QUERY_ID_NV">GL_CURRENT_OCCLUSION_QUERY_ID_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMatrixPalette.html#GL_CURRENT_PALETTE_MATRIX_ARB">GL_CURRENT_PALETTE_MATRIX_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_CURRENT_PROGRAM">GL_CURRENT_PROGRAM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> argument of GetInteger:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_CURRENT_PROGRAM">GL_CURRENT_PROGRAM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shaders</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_CURRENT_QUERY">GL_CURRENT_QUERY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetQueryiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_CURRENT_QUERY">GL_CURRENT_QUERY</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBOcclusionQuery.html#GL_CURRENT_QUERY_ARB">GL_CURRENT_QUERY_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetQueryivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#GL_CURRENT_QUERY_EXT">GL_CURRENT_QUERY_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetQueryivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CURRENT_RASTER_COLOR">GL_CURRENT_RASTER_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CURRENT_RASTER_DISTANCE">GL_CURRENT_RASTER_DISTANCE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CURRENT_RASTER_INDEX">GL_CURRENT_RASTER_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CURRENT_RASTER_POSITION">GL_CURRENT_RASTER_POSITION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CURRENT_RASTER_POSITION_VALID">GL_CURRENT_RASTER_POSITION_VALID</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#GL_CURRENT_RASTER_SECONDARY_COLOR">GL_CURRENT_RASTER_SECONDARY_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv and GetFloatv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CURRENT_RASTER_TEXTURE_COORDS">GL_CURRENT_RASTER_TEXTURE_COORDS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_CURRENT_SECONDARY_COLOR">GL_CURRENT_SECONDARY_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTSecondaryColor.html#GL_CURRENT_SECONDARY_COLOR_EXT">GL_CURRENT_SECONDARY_COLOR_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CURRENT_TEXTURE_COORDS">GL_CURRENT_TEXTURE_COORDS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPresentVideo.html#GL_CURRENT_TIME_NV">GL_CURRENT_TIME_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVideoivNV, GetVideouivNV,
|
|
GetVideoi64vNV, GetVideoui64vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_CURRENT_VERTEX_ATTRIB">GL_CURRENT_VERTEX_ATTRIB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttrib{dfi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_CURRENT_VERTEX_ATTRIB">GL_CURRENT_VERTEX_ATTRIB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Buffer Objects</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#GL_CURRENT_VERTEX_ATTRIB_ARB">GL_CURRENT_VERTEX_ATTRIB_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttrib[dfi]vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#GL_CURRENT_VERTEX_ATTRIB_ARB">GL_CURRENT_VERTEX_ATTRIB_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttrib{dfi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_CURRENT_VERTEX_EXT">GL_CURRENT_VERTEX_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexWeighting.html#GL_CURRENT_VERTEX_WEIGHT_EXT">GL_CURRENT_VERTEX_WEIGHT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_CURRENT_WEIGHT_ARB">GL_CURRENT_WEIGHT_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_CW">GL_CW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetProgramiv when <pname> is TESS_GEN_VERTEX_ORDER:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_CW">GL_CW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_CW">GL_CW</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">FrontFaceDirection</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_DARKEN_NV">GL_DARKEN_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDNameGenDelete.html#GL_DATA_BUFFER_AMD">GL_DATA_BUFFER_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDNameGenDelete.html" title="class in org.lwjgl.opengl">AMDNameGenDelete</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <identifier> parameter of GenNamesAMD and DeleteNamesAMD:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEBUG_CALLBACK_FUNCTION">GL_DEBUG_CALLBACK_FUNCTION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <pname> parameter of GetPointerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_CALLBACK_FUNCTION">GL_DEBUG_CALLBACK_FUNCTION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <pname> parameter of GetPointerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_CALLBACK_FUNCTION">GL_DEBUG_CALLBACK_FUNCTION</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <pname> parameter of GetPointerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_CALLBACK_FUNCTION_ARB">GL_DEBUG_CALLBACK_FUNCTION_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <pname> parameter of GetPointerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEBUG_CALLBACK_USER_PARAM">GL_DEBUG_CALLBACK_USER_PARAM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <pname> parameter of GetPointerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_CALLBACK_USER_PARAM">GL_DEBUG_CALLBACK_USER_PARAM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <pname> parameter of GetPointerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_CALLBACK_USER_PARAM">GL_DEBUG_CALLBACK_USER_PARAM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <pname> parameter of GetPointerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_CALLBACK_USER_PARAM_ARB">GL_DEBUG_CALLBACK_USER_PARAM_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <pname> parameter of GetPointerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDebugOutput.html#GL_DEBUG_CATEGORY_API_ERROR_AMD">GL_DEBUG_CATEGORY_API_ERROR_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by DebugMessageEnableAMD, GetDebugMessageLogAMD,
|
|
and DEBUGPROCAMD callback function for <category>:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDebugOutput.html#GL_DEBUG_CATEGORY_APPLICATION_AMD">GL_DEBUG_CATEGORY_APPLICATION_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by DebugMessageEnableAMD, GetDebugMessageLogAMD,
|
|
and DEBUGPROCAMD callback function for <category>:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDebugOutput.html#GL_DEBUG_CATEGORY_DEPRECATION_AMD">GL_DEBUG_CATEGORY_DEPRECATION_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by DebugMessageEnableAMD, GetDebugMessageLogAMD,
|
|
and DEBUGPROCAMD callback function for <category>:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDebugOutput.html#GL_DEBUG_CATEGORY_OTHER_AMD">GL_DEBUG_CATEGORY_OTHER_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by DebugMessageEnableAMD, GetDebugMessageLogAMD,
|
|
and DEBUGPROCAMD callback function for <category>:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDebugOutput.html#GL_DEBUG_CATEGORY_PERFORMANCE_AMD">GL_DEBUG_CATEGORY_PERFORMANCE_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by DebugMessageEnableAMD, GetDebugMessageLogAMD,
|
|
and DEBUGPROCAMD callback function for <category>:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDebugOutput.html#GL_DEBUG_CATEGORY_SHADER_COMPILER_AMD">GL_DEBUG_CATEGORY_SHADER_COMPILER_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by DebugMessageEnableAMD, GetDebugMessageLogAMD,
|
|
and DEBUGPROCAMD callback function for <category>:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDebugOutput.html#GL_DEBUG_CATEGORY_UNDEFINED_BEHAVIOR_AMD">GL_DEBUG_CATEGORY_UNDEFINED_BEHAVIOR_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by DebugMessageEnableAMD, GetDebugMessageLogAMD,
|
|
and DEBUGPROCAMD callback function for <category>:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDebugOutput.html#GL_DEBUG_CATEGORY_WINDOW_SYSTEM_AMD">GL_DEBUG_CATEGORY_WINDOW_SYSTEM_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by DebugMessageEnableAMD, GetDebugMessageLogAMD,
|
|
and DEBUGPROCAMD callback function for <category>:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEBUG_GROUP_STACK_DEPTH">GL_DEBUG_GROUP_STACK_DEPTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <value> parameters of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_GROUP_STACK_DEPTH">GL_DEBUG_GROUP_STACK_DEPTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <value> parameters of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_GROUP_STACK_DEPTH">GL_DEBUG_GROUP_STACK_DEPTH</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <value> parameters of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEBUG_LOGGED_MESSAGES">GL_DEBUG_LOGGED_MESSAGES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <value> parameters of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_LOGGED_MESSAGES">GL_DEBUG_LOGGED_MESSAGES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <value> parameters of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_LOGGED_MESSAGES">GL_DEBUG_LOGGED_MESSAGES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <value> parameters of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDebugOutput.html#GL_DEBUG_LOGGED_MESSAGES_AMD">GL_DEBUG_LOGGED_MESSAGES_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_LOGGED_MESSAGES_ARB">GL_DEBUG_LOGGED_MESSAGES_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <value> parameters of GetBooleanv,
|
|
GetIntegerv, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH">GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <value> parameters of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH">GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <value> parameters of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH">GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <value> parameters of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_ARB">GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <value> parameters of GetBooleanv,
|
|
GetIntegerv, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEBUG_OUTPUT">GL_DEBUG_OUTPUT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <target> parameters of Enable, Disable, and
|
|
IsEnabled:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_OUTPUT">GL_DEBUG_OUTPUT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <target> parameters of Enable, Disable, and
|
|
IsEnabled:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_OUTPUT">GL_DEBUG_OUTPUT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <target> parameters of Enable, Disable, and
|
|
IsEnabled:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEBUG_OUTPUT_SYNCHRONOUS">GL_DEBUG_OUTPUT_SYNCHRONOUS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <target> parameters of Enable, Disable, and
|
|
IsEnabled:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_OUTPUT_SYNCHRONOUS">GL_DEBUG_OUTPUT_SYNCHRONOUS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <target> parameters of Enable, Disable, and
|
|
IsEnabled:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_OUTPUT_SYNCHRONOUS">GL_DEBUG_OUTPUT_SYNCHRONOUS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <target> parameters of Enable, Disable, and
|
|
IsEnabled:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_OUTPUT_SYNCHRONOUS_ARB">GL_DEBUG_OUTPUT_SYNCHRONOUS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <target> parameters of Enable, Disable,
|
|
and IsEnabled:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEBUG_SEVERITY_HIGH">GL_DEBUG_SEVERITY_HIGH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <severity> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC callback functions,
|
|
and the <severities> parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_SEVERITY_HIGH">GL_DEBUG_SEVERITY_HIGH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <severity> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC callback functions,
|
|
and the <severities> parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_SEVERITY_HIGH">GL_DEBUG_SEVERITY_HIGH</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <severity> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC callback functions,
|
|
and the <severities> parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDebugOutput.html#GL_DEBUG_SEVERITY_HIGH_AMD">GL_DEBUG_SEVERITY_HIGH_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by DebugMessageEnableAMD, GetDebugMessageLogAMD,
|
|
DebugMessageInsertAMD, and DEBUGPROCAMD callback function
|
|
for <severity>:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_SEVERITY_HIGH_ARB">GL_DEBUG_SEVERITY_HIGH_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <severity> parameters of
|
|
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB
|
|
callback functions, and the <severities> parameter of
|
|
GetDebugMessageLogARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEBUG_SEVERITY_LOW">GL_DEBUG_SEVERITY_LOW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <severity> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC callback functions,
|
|
and the <severities> parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_SEVERITY_LOW">GL_DEBUG_SEVERITY_LOW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <severity> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC callback functions,
|
|
and the <severities> parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_SEVERITY_LOW">GL_DEBUG_SEVERITY_LOW</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <severity> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC callback functions,
|
|
and the <severities> parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDebugOutput.html#GL_DEBUG_SEVERITY_LOW_AMD">GL_DEBUG_SEVERITY_LOW_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by DebugMessageEnableAMD, GetDebugMessageLogAMD,
|
|
DebugMessageInsertAMD, and DEBUGPROCAMD callback function
|
|
for <severity>:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_SEVERITY_LOW_ARB">GL_DEBUG_SEVERITY_LOW_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <severity> parameters of
|
|
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB
|
|
callback functions, and the <severities> parameter of
|
|
GetDebugMessageLogARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEBUG_SEVERITY_MEDIUM">GL_DEBUG_SEVERITY_MEDIUM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <severity> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC callback functions,
|
|
and the <severities> parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_SEVERITY_MEDIUM">GL_DEBUG_SEVERITY_MEDIUM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <severity> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC callback functions,
|
|
and the <severities> parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_SEVERITY_MEDIUM">GL_DEBUG_SEVERITY_MEDIUM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <severity> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC callback functions,
|
|
and the <severities> parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDebugOutput.html#GL_DEBUG_SEVERITY_MEDIUM_AMD">GL_DEBUG_SEVERITY_MEDIUM_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by DebugMessageEnableAMD, GetDebugMessageLogAMD,
|
|
DebugMessageInsertAMD, and DEBUGPROCAMD callback function
|
|
for <severity>:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_SEVERITY_MEDIUM_ARB">GL_DEBUG_SEVERITY_MEDIUM_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <severity> parameters of
|
|
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB
|
|
callback functions, and the <severities> parameter of
|
|
GetDebugMessageLogARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEBUG_SEVERITY_NOTIFICATION">GL_DEBUG_SEVERITY_NOTIFICATION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <severity> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC callback functions,
|
|
and the <severities> parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_SEVERITY_NOTIFICATION">GL_DEBUG_SEVERITY_NOTIFICATION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <severity> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC callback functions,
|
|
and the <severities> parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_SEVERITY_NOTIFICATION">GL_DEBUG_SEVERITY_NOTIFICATION</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <severity> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC callback functions,
|
|
and the <severities> parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEBUG_SOURCE_API">GL_DEBUG_SOURCE_API</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <source> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <sources>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_SOURCE_API">GL_DEBUG_SOURCE_API</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <source> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <sources>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_SOURCE_API">GL_DEBUG_SOURCE_API</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <source> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <sources>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_SOURCE_API_ARB">GL_DEBUG_SOURCE_API_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <source> parameters of
|
|
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB,
|
|
and the <sources> parameter of GetDebugMessageLogARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEBUG_SOURCE_APPLICATION">GL_DEBUG_SOURCE_APPLICATION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <source> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <sources>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_SOURCE_APPLICATION">GL_DEBUG_SOURCE_APPLICATION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <source> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <sources>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_SOURCE_APPLICATION">GL_DEBUG_SOURCE_APPLICATION</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <source> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <sources>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_SOURCE_APPLICATION_ARB">GL_DEBUG_SOURCE_APPLICATION_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <source> parameters of
|
|
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB,
|
|
and the <sources> parameter of GetDebugMessageLogARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEBUG_SOURCE_OTHER">GL_DEBUG_SOURCE_OTHER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <source> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <sources>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_SOURCE_OTHER">GL_DEBUG_SOURCE_OTHER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <source> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <sources>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_SOURCE_OTHER">GL_DEBUG_SOURCE_OTHER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <source> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <sources>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_SOURCE_OTHER_ARB">GL_DEBUG_SOURCE_OTHER_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <source> parameters of
|
|
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB,
|
|
and the <sources> parameter of GetDebugMessageLogARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEBUG_SOURCE_SHADER_COMPILER">GL_DEBUG_SOURCE_SHADER_COMPILER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <source> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <sources>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_SOURCE_SHADER_COMPILER">GL_DEBUG_SOURCE_SHADER_COMPILER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <source> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <sources>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_SOURCE_SHADER_COMPILER">GL_DEBUG_SOURCE_SHADER_COMPILER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <source> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <sources>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_SOURCE_SHADER_COMPILER_ARB">GL_DEBUG_SOURCE_SHADER_COMPILER_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <source> parameters of
|
|
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB,
|
|
and the <sources> parameter of GetDebugMessageLogARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEBUG_SOURCE_THIRD_PARTY">GL_DEBUG_SOURCE_THIRD_PARTY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <source> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <sources>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_SOURCE_THIRD_PARTY">GL_DEBUG_SOURCE_THIRD_PARTY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <source> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <sources>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_SOURCE_THIRD_PARTY">GL_DEBUG_SOURCE_THIRD_PARTY</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <source> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <sources>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_SOURCE_THIRD_PARTY_ARB">GL_DEBUG_SOURCE_THIRD_PARTY_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <source> parameters of
|
|
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB,
|
|
and the <sources> parameter of GetDebugMessageLogARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEBUG_SOURCE_WINDOW_SYSTEM">GL_DEBUG_SOURCE_WINDOW_SYSTEM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <source> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <sources>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_SOURCE_WINDOW_SYSTEM">GL_DEBUG_SOURCE_WINDOW_SYSTEM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <source> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <sources>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_SOURCE_WINDOW_SYSTEM">GL_DEBUG_SOURCE_WINDOW_SYSTEM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <source> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <sources>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_SOURCE_WINDOW_SYSTEM_ARB">GL_DEBUG_SOURCE_WINDOW_SYSTEM_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <source> parameters of
|
|
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB,
|
|
and the <sources> parameter of GetDebugMessageLogARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR">GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <types>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR">GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <types>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR">GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <types>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_ARB">GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB,
|
|
and the <types> parameter of GetDebugMessageLogARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEBUG_TYPE_ERROR">GL_DEBUG_TYPE_ERROR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <types>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_TYPE_ERROR">GL_DEBUG_TYPE_ERROR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <types>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_TYPE_ERROR">GL_DEBUG_TYPE_ERROR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <types>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_TYPE_ERROR_ARB">GL_DEBUG_TYPE_ERROR_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB,
|
|
and the <types> parameter of GetDebugMessageLogARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEBUG_TYPE_MARKER">GL_DEBUG_TYPE_MARKER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <types>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_TYPE_MARKER">GL_DEBUG_TYPE_MARKER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <types>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_TYPE_MARKER">GL_DEBUG_TYPE_MARKER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <types>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEBUG_TYPE_OTHER">GL_DEBUG_TYPE_OTHER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <types>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_TYPE_OTHER">GL_DEBUG_TYPE_OTHER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <types>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_TYPE_OTHER">GL_DEBUG_TYPE_OTHER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <types>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_TYPE_OTHER_ARB">GL_DEBUG_TYPE_OTHER_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB,
|
|
and the <types> parameter of GetDebugMessageLogARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEBUG_TYPE_PERFORMANCE">GL_DEBUG_TYPE_PERFORMANCE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <types>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_TYPE_PERFORMANCE">GL_DEBUG_TYPE_PERFORMANCE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <types>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_TYPE_PERFORMANCE">GL_DEBUG_TYPE_PERFORMANCE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <types>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_TYPE_PERFORMANCE_ARB">GL_DEBUG_TYPE_PERFORMANCE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB,
|
|
and the <types> parameter of GetDebugMessageLogARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEBUG_TYPE_POP_GROUP">GL_DEBUG_TYPE_POP_GROUP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControl and DEBUGPROC, and the <types> parameter of
|
|
GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_TYPE_POP_GROUP">GL_DEBUG_TYPE_POP_GROUP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControl and DEBUGPROC, and the <types> parameter of
|
|
GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_TYPE_POP_GROUP">GL_DEBUG_TYPE_POP_GROUP</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControl and DEBUGPROC, and the <types> parameter of
|
|
GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEBUG_TYPE_PORTABILITY">GL_DEBUG_TYPE_PORTABILITY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <types>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_TYPE_PORTABILITY">GL_DEBUG_TYPE_PORTABILITY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <types>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_TYPE_PORTABILITY">GL_DEBUG_TYPE_PORTABILITY</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <types>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_TYPE_PORTABILITY_ARB">GL_DEBUG_TYPE_PORTABILITY_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB,
|
|
and the <types> parameter of GetDebugMessageLogARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEBUG_TYPE_PUSH_GROUP">GL_DEBUG_TYPE_PUSH_GROUP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControl and DEBUGPROC, and the <types> parameter of
|
|
GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_TYPE_PUSH_GROUP">GL_DEBUG_TYPE_PUSH_GROUP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControl and DEBUGPROC, and the <types> parameter of
|
|
GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_TYPE_PUSH_GROUP">GL_DEBUG_TYPE_PUSH_GROUP</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControl and DEBUGPROC, and the <types> parameter of
|
|
GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR">GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <types>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR">GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <types>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR">GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the <types>
|
|
parameter of GetDebugMessageLog:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_ARB">GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <type> parameters of
|
|
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB,
|
|
and the <types> parameter of GetDebugMessageLogARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_DECAL">GL_DECAL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSRGBDecode.html#GL_DECODE_EXT">GL_DECODE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSRGBDecode.html" title="class in org.lwjgl.opengl">EXTTextureSRGBDecode</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <enum> parameter of TexParameterf, TexParameteri,
|
|
SamplerParameteri, SamplerParameterf, SamplerParameteriv, SamplerParameterfv,
|
|
SamplerParameterIiv and SamplerParameterIuiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_DECR">GL_DECR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_DECR">GL_DECR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">StencilOp</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_DECR_WRAP">GL_DECR_WRAP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_DECR_WRAP">GL_DECR_WRAP</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">StencilOp</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTStencilWrap.html#GL_DECR_WRAP_EXT">GL_DECR_WRAP_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTStencilWrap.html" title="class in org.lwjgl.opengl">EXTStencilWrap</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_DELETE_STATUS">GL_DELETE_STATUS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetObjectParameter{fi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_DELETE_STATUS">GL_DELETE_STATUS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shaders</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_DEPENDENT_AR_TEXTURE_2D_NV">GL_DEPENDENT_AR_TEXTURE_2D_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> and <pname> parameters of TexEnvf, TexEnvfv,
|
|
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
|
|
respectively, then the value of <param> or the value pointed to by
|
|
<params> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_DEPENDENT_GB_TEXTURE_2D_NV">GL_DEPENDENT_GB_TEXTURE_2D_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> and <pname> parameters of TexEnvf, TexEnvfv,
|
|
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
|
|
respectively, then the value of <param> or the value pointed to by
|
|
<params> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader3.html#GL_DEPENDENT_HILO_TEXTURE_2D_NV">GL_DEPENDENT_HILO_TEXTURE_2D_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader3.html#GL_DEPENDENT_RGB_TEXTURE_3D_NV">GL_DEPENDENT_RGB_TEXTURE_3D_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader3.html#GL_DEPENDENT_RGB_TEXTURE_CUBE_MAP_NV">GL_DEPENDENT_RGB_TEXTURE_CUBE_MAP_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_DEPTH">GL_DEPTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_DEPTH">GL_DEPTH</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_DEPTH24_STENCIL8">GL_DEPTH24_STENCIL8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D,
|
|
TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and
|
|
RenderbufferStorage, and returned in the <data> parameter of
|
|
GetTexLevelParameter and GetRenderbufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_DEPTH24_STENCIL8">GL_DEPTH24_STENCIL8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D,
|
|
TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and
|
|
RenderbufferStorage, and returned in the <data> parameter of
|
|
GetTexLevelParameter and GetRenderbufferParameteriv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_DEPTH24_STENCIL8">GL_DEPTH24_STENCIL8</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPackedDepthStencil.html#GL_DEPTH24_STENCIL8_EXT">GL_DEPTH24_STENCIL8_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPackedDepthStencil.html" title="class in org.lwjgl.opengl">EXTPackedDepthStencil</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D,
|
|
TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and
|
|
RenderbufferStorageEXT, and returned in the <data> parameter of
|
|
GetTexLevelParameter and GetRenderbufferParameterivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESPackedDepthStencil.html#GL_DEPTH24_STENCIL8_OES">GL_DEPTH24_STENCIL8_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESPackedDepthStencil.html" title="class in org.lwjgl.opengles">OESPackedDepthStencil</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of RenderbufferStorage, and
|
|
returned in the <params> parameter of GetRenderbufferParameteriv when
|
|
<pname> is RENDERBUFFER_INTERNAL_FORMAT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDepthBufferFloat.html#GL_DEPTH32F_STENCIL8">GL_DEPTH32F_STENCIL8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDepthBufferFloat.html" title="class in org.lwjgl.opengl">ARBDepthBufferFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D, and RenderbufferStorageEXT,
|
|
and returned in the <data> parameter of GetTexLevelParameter and
|
|
GetRenderbufferParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_DEPTH32F_STENCIL8">GL_DEPTH32F_STENCIL8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D, and RenderbufferStorageEXT,
|
|
and returned in the <data> parameter of GetTexLevelParameter and
|
|
GetRenderbufferParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_DEPTH32F_STENCIL8">GL_DEPTH32F_STENCIL8</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVDepthBufferFloat.html#GL_DEPTH32F_STENCIL8_NV">GL_DEPTH32F_STENCIL8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVDepthBufferFloat.html" title="class in org.lwjgl.opengl">NVDepthBufferFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D, and RenderbufferStorageEXT,
|
|
and returned in the <data> parameter of GetTexLevelParameter and
|
|
GetRenderbufferParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_DEPTH_ATTACHMENT">GL_DEPTH_ATTACHMENT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_DEPTH_ATTACHMENT">GL_DEPTH_ATTACHMENT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_DEPTH_ATTACHMENT">GL_DEPTH_ATTACHMENT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_DEPTH_ATTACHMENT_EXT">GL_DEPTH_ATTACHMENT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
|
|
GetFramebufferAttachmentParameterivEXT</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_DEPTH_ATTACHMENT_OES">GL_DEPTH_ATTACHMENT_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{2D|3D}OES, FramebufferRenderbufferOES, and
|
|
GetFramebufferAttachmentParameterivOES</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_DEPTH_BIAS">GL_DEPTH_BIAS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_DEPTH_BITS">GL_DEPTH_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_DEPTH_BITS">GL_DEPTH_BITS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDepthBoundsTest.html#GL_DEPTH_BOUNDS_EXT">GL_DEPTH_BOUNDS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDepthBoundsTest.html" title="class in org.lwjgl.opengl">EXTDepthBoundsTest</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDepthBoundsTest.html#GL_DEPTH_BOUNDS_TEST_EXT">GL_DEPTH_BOUNDS_TEST_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDepthBoundsTest.html" title="class in org.lwjgl.opengl">EXTDepthBoundsTest</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable, and IsEnabled,
|
|
and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_DEPTH_BUFFER">GL_DEPTH_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_DEPTH_BUFFER_BIT">GL_DEPTH_BUFFER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_DEPTH_BUFFER_BIT">GL_DEPTH_BUFFER_BIT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">ClearBufferMask</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_DEPTH_BUFFER_BIT0_QCOM">GL_DEPTH_BUFFER_BIT0_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_DEPTH_BUFFER_BIT1_QCOM">GL_DEPTH_BUFFER_BIT1_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_DEPTH_BUFFER_BIT2_QCOM">GL_DEPTH_BUFFER_BIT2_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_DEPTH_BUFFER_BIT3_QCOM">GL_DEPTH_BUFFER_BIT3_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_DEPTH_BUFFER_BIT4_QCOM">GL_DEPTH_BUFFER_BIT4_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_DEPTH_BUFFER_BIT5_QCOM">GL_DEPTH_BUFFER_BIT5_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_DEPTH_BUFFER_BIT6_QCOM">GL_DEPTH_BUFFER_BIT6_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_DEPTH_BUFFER_BIT7_QCOM">GL_DEPTH_BUFFER_BIT7_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVDepthBufferFloat.html#GL_DEPTH_BUFFER_FLOAT_MODE_NV">GL_DEPTH_BUFFER_FLOAT_MODE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVDepthBufferFloat.html" title="class in org.lwjgl.opengl">NVDepthBufferFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDepthClamp.html#GL_DEPTH_CLAMP">GL_DEPTH_CLAMP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDepthClamp.html" title="class in org.lwjgl.opengl">ARBDepthClamp</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable, and IsEnabled,
|
|
and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_DEPTH_CLAMP">GL_DEPTH_CLAMP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable, and IsEnabled,
|
|
and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDepthClampSeparate.html#GL_DEPTH_CLAMP_FAR_AMD">GL_DEPTH_CLAMP_FAR_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDepthClampSeparate.html" title="class in org.lwjgl.opengl">AMDDepthClampSeparate</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable, and IsEnabled,
|
|
and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDepthClampSeparate.html#GL_DEPTH_CLAMP_NEAR_AMD">GL_DEPTH_CLAMP_NEAR_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDepthClampSeparate.html" title="class in org.lwjgl.opengl">AMDDepthClampSeparate</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable, and IsEnabled,
|
|
and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVDepthClamp.html#GL_DEPTH_CLAMP_NV">GL_DEPTH_CLAMP_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVDepthClamp.html" title="class in org.lwjgl.opengl">NVDepthClamp</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_DEPTH_CLEAR_VALUE">GL_DEPTH_CLEAR_VALUE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_DEPTH_CLEAR_VALUE">GL_DEPTH_CLEAR_VALUE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_DEPTH_COMPONENT">GL_DEPTH_COMPONENT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_DEPTH_COMPONENT">GL_DEPTH_COMPONENT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">PixelFormat</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESDepthTexture.html#GL_DEPTH_COMPONENT">GL_DEPTH_COMPONENT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESDepthTexture.html" title="class in org.lwjgl.opengles">OESDepthTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of TexImage2D and TexSubImage2D and
|
|
<internalFormat> parameter of TexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_DEPTH_COMPONENT16">GL_DEPTH_COMPONENT16</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_DEPTH_COMPONENT16">GL_DEPTH_COMPONENT16</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDepthTexture.html#GL_DEPTH_COMPONENT16_ARB">GL_DEPTH_COMPONENT16_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDepthTexture.html" title="class in org.lwjgl.opengl">ARBDepthTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
CopyTexImage1D and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDepthNonlinear.html#GL_DEPTH_COMPONENT16_NONLINEAR_NV">GL_DEPTH_COMPONENT16_NONLINEAR_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDepthNonlinear.html" title="class in org.lwjgl.opengles">NVDepthNonlinear</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a valid sized internal format by all functions accepting
|
|
sized internal formats with a base format of DEPTH_COMPONENT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_DEPTH_COMPONENT16_OES">GL_DEPTH_COMPONENT16_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of
|
|
RenderbufferStorageOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_DEPTH_COMPONENT24">GL_DEPTH_COMPONENT24</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_DEPTH_COMPONENT24">GL_DEPTH_COMPONENT24</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDepthTexture.html#GL_DEPTH_COMPONENT24_ARB">GL_DEPTH_COMPONENT24_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDepthTexture.html" title="class in org.lwjgl.opengl">ARBDepthTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
CopyTexImage1D and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESDepth24.html#GL_DEPTH_COMPONENT24_OES">GL_DEPTH_COMPONENT24_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESDepth24.html" title="class in org.lwjgl.opengles">OESDepth24</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of RenderbufferStorageOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_DEPTH_COMPONENT32">GL_DEPTH_COMPONENT32</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDepthTexture.html#GL_DEPTH_COMPONENT32_ARB">GL_DEPTH_COMPONENT32_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDepthTexture.html" title="class in org.lwjgl.opengl">ARBDepthTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
CopyTexImage1D and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESDepth32.html#GL_DEPTH_COMPONENT32_OES">GL_DEPTH_COMPONENT32_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESDepth32.html" title="class in org.lwjgl.opengles">OESDepth32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of RenderbufferStorageOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDepthBufferFloat.html#GL_DEPTH_COMPONENT32F">GL_DEPTH_COMPONENT32F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDepthBufferFloat.html" title="class in org.lwjgl.opengl">ARBDepthBufferFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D, and RenderbufferStorageEXT,
|
|
and returned in the <data> parameter of GetTexLevelParameter and
|
|
GetRenderbufferParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_DEPTH_COMPONENT32F">GL_DEPTH_COMPONENT32F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D, and RenderbufferStorageEXT,
|
|
and returned in the <data> parameter of GetTexLevelParameter and
|
|
GetRenderbufferParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_DEPTH_COMPONENT32F">GL_DEPTH_COMPONENT32F</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVDepthBufferFloat.html#GL_DEPTH_COMPONENT32F_NV">GL_DEPTH_COMPONENT32F_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVDepthBufferFloat.html" title="class in org.lwjgl.opengl">NVDepthBufferFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D, and RenderbufferStorageEXT,
|
|
and returned in the <data> parameter of GetTexLevelParameter and
|
|
GetRenderbufferParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_DEPTH_COMPONENTS">GL_DEPTH_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEPTH_COMPONENTS">GL_DEPTH_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTDiscardFramebuffer.html#GL_DEPTH_EXT">GL_DEPTH_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTDiscardFramebuffer.html" title="class in org.lwjgl.opengles">EXTDiscardFramebuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <attachments> parameter of DiscardFramebufferEXT when the
|
|
default framebuffer is bound to <target>:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_DEPTH_FUNC">GL_DEPTH_FUNC</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_DEPTH_FUNC">GL_DEPTH_FUNC</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#GL_DEPTH_RANGE">GL_DEPTH_RANGE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetDoublei_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_DEPTH_RANGE">GL_DEPTH_RANGE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_DEPTH_RANGE">GL_DEPTH_RANGE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetDoublei_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_DEPTH_RANGE">GL_DEPTH_RANGE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_DEPTH_RENDERABLE">GL_DEPTH_RENDERABLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEPTH_RENDERABLE">GL_DEPTH_RENDERABLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_DEPTH_SCALE">GL_DEPTH_SCALE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_DEPTH_STENCIL">GL_DEPTH_STENCIL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of DrawPixels, ReadPixels,
|
|
TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D,
|
|
TexSubImage3D, and GetTexImage, by the <type> parameter of
|
|
CopyPixels, by the <internalformat> parameter of TexImage1D,
|
|
TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and
|
|
RenderbufferStorage, and returned in the <data> parameter of
|
|
GetTexLevelParameter and GetRenderbufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_DEPTH_STENCIL">GL_DEPTH_STENCIL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of DrawPixels, ReadPixels,
|
|
TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D,
|
|
TexSubImage3D, and GetTexImage, by the <type> parameter of
|
|
CopyPixels, by the <internalformat> parameter of TexImage1D,
|
|
TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and
|
|
RenderbufferStorage, and returned in the <data> parameter of
|
|
GetTexLevelParameter and GetRenderbufferParameteriv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_DEPTH_STENCIL">GL_DEPTH_STENCIL</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_DEPTH_STENCIL_ATTACHMENT">GL_DEPTH_STENCIL_ATTACHMENT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_DEPTH_STENCIL_ATTACHMENT">GL_DEPTH_STENCIL_ATTACHMENT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_DEPTH_STENCIL_ATTACHMENT">GL_DEPTH_STENCIL_ATTACHMENT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPackedDepthStencil.html#GL_DEPTH_STENCIL_EXT">GL_DEPTH_STENCIL_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPackedDepthStencil.html" title="class in org.lwjgl.opengl">EXTPackedDepthStencil</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of DrawPixels, ReadPixels,
|
|
TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D,
|
|
TexSubImage3D, and GetTexImage, by the <type> parameter of
|
|
CopyPixels, by the <internalformat> parameter of TexImage1D,
|
|
TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and
|
|
RenderbufferStorageEXT, and returned in the <data> parameter of
|
|
GetTexLevelParameter and GetRenderbufferParameterivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPackedDepthStencil.html#GL_DEPTH_STENCIL_NV">GL_DEPTH_STENCIL_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPackedDepthStencil.html" title="class in org.lwjgl.opengl">NVPackedDepthStencil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESPackedDepthStencil.html#GL_DEPTH_STENCIL_OES">GL_DEPTH_STENCIL_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESPackedDepthStencil.html" title="class in org.lwjgl.opengles">OESPackedDepthStencil</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of TexImage2D and TexSubImage2D and by the
|
|
<internalformat> parameter of TexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBStencilTexturing.html#GL_DEPTH_STENCIL_TEXTURE_MODE">GL_DEPTH_STENCIL_TEXTURE_MODE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBStencilTexturing.html" title="class in org.lwjgl.opengl">ARBStencilTexturing</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of TexParameter* and GetTexParameter*:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DEPTH_STENCIL_TEXTURE_MODE">GL_DEPTH_STENCIL_TEXTURE_MODE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of TexParameter* and GetTexParameter*:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVCopyDepthToColor.html#GL_DEPTH_STENCIL_TO_BGRA_NV">GL_DEPTH_STENCIL_TO_BGRA_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVCopyDepthToColor.html" title="class in org.lwjgl.opengl">NVCopyDepthToColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVCopyDepthToColor.html#GL_DEPTH_STENCIL_TO_RGBA_NV">GL_DEPTH_STENCIL_TO_RGBA_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVCopyDepthToColor.html" title="class in org.lwjgl.opengl">NVCopyDepthToColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_DEPTH_TEST">GL_DEPTH_TEST</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_DEPTH_TEST">GL_DEPTH_TEST</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">EnableCap</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_DEPTH_TEXTURE_MODE">GL_DEPTH_TEXTURE_MODE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDepthTexture.html#GL_DEPTH_TEXTURE_MODE_ARB">GL_DEPTH_TEXTURE_MODE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDepthTexture.html" title="class in org.lwjgl.opengl">ARBDepthTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of TexParameterf, TexParameteri,
|
|
TexParameterfv, TexParameteriv, GetTexParameterfv, and GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_DEPTH_WRITEMASK">GL_DEPTH_WRITEMASK</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_DEPTH_WRITEMASK">GL_DEPTH_WRITEMASK</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_DIFFERENCE_NV">GL_DIFFERENCE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_DIFFUSE">GL_DIFFUSE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#GL_DISCARD_ATI">GL_DISCARD_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_DISCARD_NV">GL_DISCARD_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDVertexShaderTessellator.html#GL_DISCRETE_AMD">GL_DISCRETE_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDVertexShaderTessellator.html" title="class in org.lwjgl.opengl">AMDVertexShaderTessellator</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by TessellationModeAMD</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_DISJOINT_NV">GL_DISJOINT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of BlendParameteriNV when <pname> is
|
|
BLEND_OVERLAP_NV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBComputeShader.html#GL_DISPATCH_INDIRECT_BUFFER">GL_DISPATCH_INDIRECT_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameters of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, and
|
|
GetBufferPointerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DISPATCH_INDIRECT_BUFFER">GL_DISPATCH_INDIRECT_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameters of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, and
|
|
GetBufferPointerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBComputeShader.html#GL_DISPATCH_INDIRECT_BUFFER_BINDING">GL_DISPATCH_INDIRECT_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DISPATCH_INDIRECT_BUFFER_BINDING">GL_DISPATCH_INDIRECT_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_DISPLAY_LIST">GL_DISPLAY_LIST</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <identifier> parameters of
|
|
ObjectLabel and GetObjectLabel:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_DISPLAY_LIST">GL_DISPLAY_LIST</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <identifier> parameters of
|
|
ObjectLabel and GetObjectLabel:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_DISPLAY_LIST">GL_DISPLAY_LIST</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <identifier> parameters of
|
|
ObjectLabel and GetObjectLabel:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPointParameters.html#GL_DISTANCE_ATTENUATION_EXT">GL_DISTANCE_ATTENUATION_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPointParameters.html" title="class in org.lwjgl.opengl">EXTPointParameters</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_DITHER">GL_DITHER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_DITHER">GL_DITHER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">EnableCap</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_DMP_shader_binary">GL_DMP_shader_binary</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_DOMAIN">GL_DOMAIN</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_DONT_CARE">GL_DONT_CARE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_DONT_CARE">GL_DONT_CARE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">HintMode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMBinningControl.html#GL_DONT_CARE">GL_DONT_CARE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMBinningControl.html" title="class in org.lwjgl.opengles">QCOMBinningControl</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <hint> parameter of Hint:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_DOT2_ADD_ATI">GL_DOT2_ADD_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_DOT3_ATI">GL_DOT3_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_DOT3_RGB">GL_DOT3_RGB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureEnvDot3.html#GL_DOT3_RGB_ARB">GL_DOT3_RGB_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureEnvDot3.html" title="class in org.lwjgl.opengl">ARBTextureEnvDot3</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureEnvDot3.html#GL_DOT3_RGB_EXT">GL_DOT3_RGB_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureEnvDot3.html" title="class in org.lwjgl.opengl">EXTTextureEnvDot3</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_DOT3_RGBA">GL_DOT3_RGBA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureEnvDot3.html#GL_DOT3_RGBA_ARB">GL_DOT3_RGBA_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureEnvDot3.html" title="class in org.lwjgl.opengl">ARBTextureEnvDot3</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureEnvDot3.html#GL_DOT3_RGBA_EXT">GL_DOT3_RGBA_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureEnvDot3.html" title="class in org.lwjgl.opengl">EXTTextureEnvDot3</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_DOT4_ATI">GL_DOT4_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader3.html#GL_DOT_PRODUCT_AFFINE_DEPTH_REPLACE_NV">GL_DOT_PRODUCT_AFFINE_DEPTH_REPLACE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_DOT_PRODUCT_CONST_EYE_REFLECT_CUBE_MAP_NV">GL_DOT_PRODUCT_CONST_EYE_REFLECT_CUBE_MAP_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> and <pname> parameters of TexEnvf, TexEnvfv,
|
|
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
|
|
respectively, then the value of <param> or the value pointed to by
|
|
<params> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_DOT_PRODUCT_DEPTH_REPLACE_NV">GL_DOT_PRODUCT_DEPTH_REPLACE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> and <pname> parameters of TexEnvf, TexEnvfv,
|
|
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
|
|
respectively, then the value of <param> or the value pointed to by
|
|
<params> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_DOT_PRODUCT_DIFFUSE_CUBE_MAP_NV">GL_DOT_PRODUCT_DIFFUSE_CUBE_MAP_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> and <pname> parameters of TexEnvf, TexEnvfv,
|
|
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
|
|
respectively, then the value of <param> or the value pointed to by
|
|
<params> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_DOT_PRODUCT_NV">GL_DOT_PRODUCT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> and <pname> parameters of TexEnvf, TexEnvfv,
|
|
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
|
|
respectively, then the value of <param> or the value pointed to by
|
|
<params> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader3.html#GL_DOT_PRODUCT_PASS_THROUGH_NV">GL_DOT_PRODUCT_PASS_THROUGH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_DOT_PRODUCT_REFLECT_CUBE_MAP_NV">GL_DOT_PRODUCT_REFLECT_CUBE_MAP_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> and <pname> parameters of TexEnvf, TexEnvfv,
|
|
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
|
|
respectively, then the value of <param> or the value pointed to by
|
|
<params> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader3.html#GL_DOT_PRODUCT_TEXTURE_1D_NV">GL_DOT_PRODUCT_TEXTURE_1D_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_DOT_PRODUCT_TEXTURE_2D_NV">GL_DOT_PRODUCT_TEXTURE_2D_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> and <pname> parameters of TexEnvf, TexEnvfv,
|
|
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
|
|
respectively, then the value of <param> or the value pointed to by
|
|
<params> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_DOT_PRODUCT_TEXTURE_3D_NV">GL_DOT_PRODUCT_TEXTURE_3D_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_DOT_PRODUCT_TEXTURE_CUBE_MAP_NV">GL_DOT_PRODUCT_TEXTURE_CUBE_MAP_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> and <pname> parameters of TexEnvf, TexEnvfv,
|
|
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
|
|
respectively, then the value of <param> or the value pointed to by
|
|
<params> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_DOT_PRODUCT_TEXTURE_RECTANGLE_NV">GL_DOT_PRODUCT_TEXTURE_RECTANGLE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> and <pname> parameters of TexEnvf, TexEnvfv,
|
|
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
|
|
respectively, then the value of <param> or the value pointed to by
|
|
<params> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#GL_DOUBLE">GL_DOUBLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_DOUBLE">GL_DOUBLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#GL_DOUBLE_MAT2">GL_DOUBLE_MAT2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#GL_DOUBLE_MAT2">GL_DOUBLE_MAT2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_DOUBLE_MAT2">GL_DOUBLE_MAT2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_DOUBLE_MAT2">GL_DOUBLE_MAT2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#GL_DOUBLE_MAT2_EXT">GL_DOUBLE_MAT2_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#GL_DOUBLE_MAT2x3">GL_DOUBLE_MAT2x3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#GL_DOUBLE_MAT2x3">GL_DOUBLE_MAT2x3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_DOUBLE_MAT2x3">GL_DOUBLE_MAT2x3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_DOUBLE_MAT2x3">GL_DOUBLE_MAT2x3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#GL_DOUBLE_MAT2x3_EXT">GL_DOUBLE_MAT2x3_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#GL_DOUBLE_MAT2x4">GL_DOUBLE_MAT2x4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#GL_DOUBLE_MAT2x4">GL_DOUBLE_MAT2x4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_DOUBLE_MAT2x4">GL_DOUBLE_MAT2x4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_DOUBLE_MAT2x4">GL_DOUBLE_MAT2x4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#GL_DOUBLE_MAT2x4_EXT">GL_DOUBLE_MAT2x4_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#GL_DOUBLE_MAT3">GL_DOUBLE_MAT3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#GL_DOUBLE_MAT3">GL_DOUBLE_MAT3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_DOUBLE_MAT3">GL_DOUBLE_MAT3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_DOUBLE_MAT3">GL_DOUBLE_MAT3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#GL_DOUBLE_MAT3_EXT">GL_DOUBLE_MAT3_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#GL_DOUBLE_MAT3x2">GL_DOUBLE_MAT3x2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#GL_DOUBLE_MAT3x2">GL_DOUBLE_MAT3x2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_DOUBLE_MAT3x2">GL_DOUBLE_MAT3x2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_DOUBLE_MAT3x2">GL_DOUBLE_MAT3x2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#GL_DOUBLE_MAT3x2_EXT">GL_DOUBLE_MAT3x2_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#GL_DOUBLE_MAT3x4">GL_DOUBLE_MAT3x4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#GL_DOUBLE_MAT3x4">GL_DOUBLE_MAT3x4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_DOUBLE_MAT3x4">GL_DOUBLE_MAT3x4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_DOUBLE_MAT3x4">GL_DOUBLE_MAT3x4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#GL_DOUBLE_MAT3x4_EXT">GL_DOUBLE_MAT3x4_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#GL_DOUBLE_MAT4">GL_DOUBLE_MAT4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#GL_DOUBLE_MAT4">GL_DOUBLE_MAT4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_DOUBLE_MAT4">GL_DOUBLE_MAT4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_DOUBLE_MAT4">GL_DOUBLE_MAT4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#GL_DOUBLE_MAT4_EXT">GL_DOUBLE_MAT4_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#GL_DOUBLE_MAT4x2">GL_DOUBLE_MAT4x2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#GL_DOUBLE_MAT4x2">GL_DOUBLE_MAT4x2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_DOUBLE_MAT4x2">GL_DOUBLE_MAT4x2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_DOUBLE_MAT4x2">GL_DOUBLE_MAT4x2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#GL_DOUBLE_MAT4x2_EXT">GL_DOUBLE_MAT4x2_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#GL_DOUBLE_MAT4x3">GL_DOUBLE_MAT4x3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#GL_DOUBLE_MAT4x3">GL_DOUBLE_MAT4x3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_DOUBLE_MAT4x3">GL_DOUBLE_MAT4x3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_DOUBLE_MAT4x3">GL_DOUBLE_MAT4x3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#GL_DOUBLE_MAT4x3_EXT">GL_DOUBLE_MAT4x3_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#GL_DOUBLE_VEC2">GL_DOUBLE_VEC2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#GL_DOUBLE_VEC2">GL_DOUBLE_VEC2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_DOUBLE_VEC2">GL_DOUBLE_VEC2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_DOUBLE_VEC2">GL_DOUBLE_VEC2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#GL_DOUBLE_VEC2_EXT">GL_DOUBLE_VEC2_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#GL_DOUBLE_VEC3">GL_DOUBLE_VEC3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#GL_DOUBLE_VEC3">GL_DOUBLE_VEC3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_DOUBLE_VEC3">GL_DOUBLE_VEC3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_DOUBLE_VEC3">GL_DOUBLE_VEC3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#GL_DOUBLE_VEC3_EXT">GL_DOUBLE_VEC3_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#GL_DOUBLE_VEC4">GL_DOUBLE_VEC4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#GL_DOUBLE_VEC4">GL_DOUBLE_VEC4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_DOUBLE_VEC4">GL_DOUBLE_VEC4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_DOUBLE_VEC4">GL_DOUBLE_VEC4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#GL_DOUBLE_VEC4_EXT">GL_DOUBLE_VEC4_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveAttrib:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_DOUBLEBUFFER">GL_DOUBLEBUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_DRAW_BUFFER">GL_DRAW_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER0">GL_DRAW_BUFFER0</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER0">GL_DRAW_BUFFER0</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER0_ARB">GL_DRAW_BUFFER0_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER0_ARB">GL_DRAW_BUFFER0_ARB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER0_ATI">GL_DRAW_BUFFER0_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER0_NV">GL_DRAW_BUFFER0_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER1">GL_DRAW_BUFFER1</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER1">GL_DRAW_BUFFER1</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER10">GL_DRAW_BUFFER10</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER10">GL_DRAW_BUFFER10</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER10_ARB">GL_DRAW_BUFFER10_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER10_ARB">GL_DRAW_BUFFER10_ARB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER10_ATI">GL_DRAW_BUFFER10_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER10_NV">GL_DRAW_BUFFER10_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER11">GL_DRAW_BUFFER11</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER11">GL_DRAW_BUFFER11</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER11_ARB">GL_DRAW_BUFFER11_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER11_ARB">GL_DRAW_BUFFER11_ARB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER11_ATI">GL_DRAW_BUFFER11_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER11_NV">GL_DRAW_BUFFER11_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER12">GL_DRAW_BUFFER12</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER12">GL_DRAW_BUFFER12</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER12_ARB">GL_DRAW_BUFFER12_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER12_ARB">GL_DRAW_BUFFER12_ARB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER12_ATI">GL_DRAW_BUFFER12_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER12_NV">GL_DRAW_BUFFER12_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER13">GL_DRAW_BUFFER13</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER13">GL_DRAW_BUFFER13</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER13_ARB">GL_DRAW_BUFFER13_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER13_ARB">GL_DRAW_BUFFER13_ARB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER13_ATI">GL_DRAW_BUFFER13_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER13_NV">GL_DRAW_BUFFER13_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER14">GL_DRAW_BUFFER14</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER14">GL_DRAW_BUFFER14</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER14_ARB">GL_DRAW_BUFFER14_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER14_ARB">GL_DRAW_BUFFER14_ARB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER14_ATI">GL_DRAW_BUFFER14_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER14_NV">GL_DRAW_BUFFER14_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER15">GL_DRAW_BUFFER15</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER15">GL_DRAW_BUFFER15</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER15_ARB">GL_DRAW_BUFFER15_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER15_ARB">GL_DRAW_BUFFER15_ARB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER15_ATI">GL_DRAW_BUFFER15_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER15_NV">GL_DRAW_BUFFER15_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER1_ARB">GL_DRAW_BUFFER1_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER1_ARB">GL_DRAW_BUFFER1_ARB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER1_ATI">GL_DRAW_BUFFER1_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER1_NV">GL_DRAW_BUFFER1_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER2">GL_DRAW_BUFFER2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER2">GL_DRAW_BUFFER2</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER2_ARB">GL_DRAW_BUFFER2_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER2_ARB">GL_DRAW_BUFFER2_ARB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER2_ATI">GL_DRAW_BUFFER2_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER2_NV">GL_DRAW_BUFFER2_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER3">GL_DRAW_BUFFER3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER3">GL_DRAW_BUFFER3</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER3_ARB">GL_DRAW_BUFFER3_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER3_ARB">GL_DRAW_BUFFER3_ARB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER3_ATI">GL_DRAW_BUFFER3_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER3_NV">GL_DRAW_BUFFER3_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER4">GL_DRAW_BUFFER4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER4">GL_DRAW_BUFFER4</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER4_ARB">GL_DRAW_BUFFER4_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER4_ARB">GL_DRAW_BUFFER4_ARB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER4_ATI">GL_DRAW_BUFFER4_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER4_NV">GL_DRAW_BUFFER4_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER5">GL_DRAW_BUFFER5</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER5">GL_DRAW_BUFFER5</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER5_ARB">GL_DRAW_BUFFER5_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER5_ARB">GL_DRAW_BUFFER5_ARB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER5_ATI">GL_DRAW_BUFFER5_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER5_NV">GL_DRAW_BUFFER5_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER6">GL_DRAW_BUFFER6</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER6">GL_DRAW_BUFFER6</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER6_ARB">GL_DRAW_BUFFER6_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER6_ARB">GL_DRAW_BUFFER6_ARB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER6_ATI">GL_DRAW_BUFFER6_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER6_NV">GL_DRAW_BUFFER6_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER7">GL_DRAW_BUFFER7</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER7">GL_DRAW_BUFFER7</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER7_ARB">GL_DRAW_BUFFER7_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER7_ARB">GL_DRAW_BUFFER7_ARB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER7_ATI">GL_DRAW_BUFFER7_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER7_NV">GL_DRAW_BUFFER7_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER8">GL_DRAW_BUFFER8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER8">GL_DRAW_BUFFER8</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER8_ARB">GL_DRAW_BUFFER8_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER8_ARB">GL_DRAW_BUFFER8_ARB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER8_ATI">GL_DRAW_BUFFER8_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER8_NV">GL_DRAW_BUFFER8_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER9">GL_DRAW_BUFFER9</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER9">GL_DRAW_BUFFER9</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER9_ARB">GL_DRAW_BUFFER9_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER9_ARB">GL_DRAW_BUFFER9_ARB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER9_ATI">GL_DRAW_BUFFER9_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER9_NV">GL_DRAW_BUFFER9_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html#GL_DRAW_BUFFER_EXT">GL_DRAW_BUFFER_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html" title="class in org.lwjgl.opengles">EXTMultiviewDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetIntegeri_EXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_DRAW_FRAMEBUFFER">GL_DRAW_FRAMEBUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindFramebuffer,
|
|
CheckFramebufferStatus, FramebufferTexture{1D|2D|3D},
|
|
FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_DRAW_FRAMEBUFFER">GL_DRAW_FRAMEBUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindFramebuffer,
|
|
CheckFramebufferStatus, FramebufferTexture{1D|2D|3D},
|
|
FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_DRAW_FRAMEBUFFER">GL_DRAW_FRAMEBUFFER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ANGLEFramebufferBlit.html#GL_DRAW_FRAMEBUFFER_ANGLE">GL_DRAW_FRAMEBUFFER_ANGLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ANGLEFramebufferBlit.html" title="class in org.lwjgl.opengles">ANGLEFramebufferBlit</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindFramebuffer,
|
|
CheckFramebufferStatus, FramebufferTexture2D, FramebufferTexture3DOES,
|
|
FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLEFramebufferMultisample.html#GL_DRAW_FRAMEBUFFER_APPLE">GL_DRAW_FRAMEBUFFER_APPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLEFramebufferMultisample.html" title="class in org.lwjgl.opengles">APPLEFramebufferMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindFramebuffer,
|
|
CheckFramebufferStatus, FramebufferTexture2D, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_DRAW_FRAMEBUFFER_BINDING">GL_DRAW_FRAMEBUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_DRAW_FRAMEBUFFER_BINDING">GL_DRAW_FRAMEBUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv, and GetDoublev.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_DRAW_FRAMEBUFFER_BINDING">GL_DRAW_FRAMEBUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ANGLEFramebufferBlit.html#GL_DRAW_FRAMEBUFFER_BINDING_ANGLE">GL_DRAW_FRAMEBUFFER_BINDING_ANGLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ANGLEFramebufferBlit.html" title="class in org.lwjgl.opengles">ANGLEFramebufferBlit</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLEFramebufferMultisample.html#GL_DRAW_FRAMEBUFFER_BINDING_APPLE">GL_DRAW_FRAMEBUFFER_BINDING_APPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLEFramebufferMultisample.html" title="class in org.lwjgl.opengles">APPLEFramebufferMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and
|
|
GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferBlit.html#GL_DRAW_FRAMEBUFFER_BINDING_EXT">GL_DRAW_FRAMEBUFFER_BINDING_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferBlit.html" title="class in org.lwjgl.opengl">EXTFramebufferBlit</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv, and GetDoublev.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferBlit.html#GL_DRAW_FRAMEBUFFER_EXT">GL_DRAW_FRAMEBUFFER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferBlit.html" title="class in org.lwjgl.opengl">EXTFramebufferBlit</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindFramebufferEXT,
|
|
CheckFramebufferStatusEXT, FramebufferTexture{1D|2D|3D}EXT,
|
|
FramebufferRenderbufferEXT, and
|
|
GetFramebufferAttachmentParameterivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawIndirect.html#GL_DRAW_INDIRECT_BUFFER">GL_DRAW_INDIRECT_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawIndirect.html" title="class in org.lwjgl.opengl">ARBDrawIndirect</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameters of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
|
|
GetBufferPointerv, MapBufferRange, FlushMappedBufferRange,
|
|
GetBufferParameteriv, BindBufferRange, BindBufferBase, and
|
|
CopyBufferSubData:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_DRAW_INDIRECT_BUFFER">GL_DRAW_INDIRECT_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameters of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
|
|
GetBufferPointerv, MapBufferRange, FlushMappedBufferRange,
|
|
GetBufferParameteriv, BindBufferRange, BindBufferBase, and
|
|
CopyBufferSubData:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawIndirect.html#GL_DRAW_INDIRECT_BUFFER_BINDING">GL_DRAW_INDIRECT_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawIndirect.html" title="class in org.lwjgl.opengl">ARBDrawIndirect</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetIntegerv, GetBooleanv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_DRAW_INDIRECT_BUFFER_BINDING">GL_DRAW_INDIRECT_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetIntegerv, GetBooleanv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_DRAW_PIXEL_TOKEN">GL_DRAW_PIXEL_TOKEN</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFence.html#GL_DRAW_PIXELS_APPLE">GL_DRAW_PIXELS_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFence.html" title="class in org.lwjgl.opengl">APPLEFence</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <object> parameter of TestObjectAPPLE and FinishObjectAPPLE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexArrayRange.html#GL_DRAW_PIXELS_APPLE">GL_DRAW_PIXELS_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexArrayRange.html" title="class in org.lwjgl.opengl">APPLEVertexArrayRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <object> parameter of TestObjectAPPLE and FinishObjectAPPLE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_DS_BIAS_NV">GL_DS_BIAS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, PixelTransferf, and PixelTransferi.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_DS_SCALE_NV">GL_DS_SCALE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, PixelTransferf, and PixelTransferi.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_DSDT8_MAG8_INTENSITY8_NV">GL_DSDT8_MAG8_INTENSITY8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D and
|
|
TexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_DSDT8_MAG8_INTENSITY8_NV">GL_DSDT8_MAG8_INTENSITY8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_DSDT8_MAG8_NV">GL_DSDT8_MAG8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D and
|
|
TexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_DSDT8_MAG8_NV">GL_DSDT8_MAG8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_DSDT8_NV">GL_DSDT8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D and
|
|
TexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_DSDT8_NV">GL_DSDT8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_DSDT_MAG_INTENSITY_NV">GL_DSDT_MAG_INTENSITY_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D and
|
|
TexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_DSDT_MAG_INTENSITY_NV">GL_DSDT_MAG_INTENSITY_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_DSDT_MAG_NV">GL_DSDT_MAG_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of GetTexImage, TexImage1D,
|
|
TexImage2D, TexSubImage1D, and TexSubImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_DSDT_MAG_NV">GL_DSDT_MAG_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_DSDT_MAG_VIB_NV">GL_DSDT_MAG_VIB_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of GetTexImage, TexImage1D,
|
|
TexImage2D, TexSubImage1D, and TexSubImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_DSDT_MAG_VIB_NV">GL_DSDT_MAG_VIB_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_DSDT_NV">GL_DSDT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of GetTexImage, TexImage1D,
|
|
TexImage2D, TexSubImage1D, and TexSubImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_DSDT_NV">GL_DSDT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_DST_ALPHA">GL_DST_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_DST_ALPHA">GL_DST_ALPHA</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">BlendingFactorDest</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_DST_ATOP_NV">GL_DST_ATOP_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_DST_COLOR">GL_DST_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_DST_COLOR">GL_DST_COLOR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">BlendingFactorSrc</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_DST_IN_NV">GL_DST_IN_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_DST_NV">GL_DST_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_DST_OUT_NV">GL_DST_OUT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_DST_OVER_NV">GL_DST_OVER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_DT_BIAS_NV">GL_DT_BIAS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, PixelTransferf, and PixelTransferi.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_DT_SCALE_NV">GL_DT_SCALE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, PixelTransferf, and PixelTransferi.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIEnvmapBumpmap.html#GL_DU8DV8_ATI">GL_DU8DV8_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIEnvmapBumpmap.html" title="class in org.lwjgl.opengl">ATIEnvmapBumpmap</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIEnvmapBumpmap.html#GL_DUDV_ATI">GL_DUDV_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIEnvmapBumpmap.html" title="class in org.lwjgl.opengl">ATIEnvmapBumpmap</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#GL_DYNAMIC_ATI">GL_DYNAMIC_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_DYNAMIC_COPY">GL_DYNAMIC_COPY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_DYNAMIC_COPY">GL_DYNAMIC_COPY</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#GL_DYNAMIC_COPY_ARB">GL_DYNAMIC_COPY_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <usage> parameter of BufferDataARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_DYNAMIC_DRAW">GL_DYNAMIC_DRAW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_DYNAMIC_DRAW">GL_DYNAMIC_DRAW</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Buffer Objects</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#GL_DYNAMIC_DRAW_ARB">GL_DYNAMIC_DRAW_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <usage> parameter of BufferDataARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_DYNAMIC_READ">GL_DYNAMIC_READ</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_DYNAMIC_READ">GL_DYNAMIC_READ</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#GL_DYNAMIC_READ_ARB">GL_DYNAMIC_READ_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <usage> parameter of BufferDataARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferStorage.html#GL_DYNAMIC_STORAGE_BIT">GL_DYNAMIC_STORAGE_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <flags> parameter of BufferStorage and
|
|
NamedBufferStorageEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#GL_DYNAMIC_STORAGE_BIT">GL_DYNAMIC_STORAGE_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <flags> parameter of BufferStorage and
|
|
NamedBufferStorageEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_E_TIMES_F_NV">GL_E_TIMES_F_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_EDGE_FLAG">GL_EDGE_FLAG</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_EDGE_FLAG_ARRAY">GL_EDGE_FLAG_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_EDGE_FLAG_ARRAY_ADDRESS_NV">GL_EDGE_FLAG_ARRAY_ADDRESS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of BufferAddressRangeNV
|
|
and the <value> parameter of GetIntegerui64vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_EDGE_FLAG_ARRAY_BUFFER_BINDING">GL_EDGE_FLAG_ARRAY_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_EDGE_FLAG_ARRAY_BUFFER_BINDING_ARB">GL_EDGE_FLAG_ARRAY_BUFFER_BINDING_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_EDGE_FLAG_ARRAY_LENGTH_NV">GL_EDGE_FLAG_ARRAY_LENGTH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_EDGE_FLAG_ARRAY_POINTER">GL_EDGE_FLAG_ARRAY_POINTER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_EDGE_FLAG_ARRAY_STRIDE">GL_EDGE_FLAG_ARRAY_STRIDE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_EIGHTH_BIT_ATI">GL_EIGHTH_BIT_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_ELEMENT_ARRAY_ADDRESS_NV">GL_ELEMENT_ARRAY_ADDRESS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of BufferAddressRangeNV
|
|
and the <value> parameter of GetIntegerui64vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEElementArray.html#GL_ELEMENT_ARRAY_APPLE">GL_ELEMENT_ARRAY_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEElementArray.html" title="class in org.lwjgl.opengl">APPLEElementArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <array> parameter of EnableClientState and
|
|
DisableClientState and the <value> parameter of IsEnabled:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIElementArray.html#GL_ELEMENT_ARRAY_ATI">GL_ELEMENT_ARRAY_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIElementArray.html" title="class in org.lwjgl.opengl">ATIElementArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_ELEMENT_ARRAY_BARRIER_BIT">GL_ELEMENT_ARRAY_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_ELEMENT_ARRAY_BARRIER_BIT">GL_ELEMENT_ARRAY_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_ELEMENT_ARRAY_BARRIER_BIT_EXT">GL_ELEMENT_ARRAY_BARRIER_BIT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrierEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_ELEMENT_ARRAY_BUFFER">GL_ELEMENT_ARRAY_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_ELEMENT_ARRAY_BUFFER">GL_ELEMENT_ARRAY_BUFFER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Buffer Objects</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_ELEMENT_ARRAY_BUFFER_ARB">GL_ELEMENT_ARRAY_BUFFER_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameters of BindBufferARB, BufferDataARB,
|
|
BufferSubDataARB, MapBufferARB, UnmapBufferARB,
|
|
GetBufferSubDataARB, GetBufferParameterivARB, and
|
|
GetBufferPointervARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_ELEMENT_ARRAY_BUFFER_BINDING">GL_ELEMENT_ARRAY_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_ELEMENT_ARRAY_BUFFER_BINDING">GL_ELEMENT_ARRAY_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Buffer Objects</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_ELEMENT_ARRAY_BUFFER_BINDING_ARB">GL_ELEMENT_ARRAY_BUFFER_BINDING_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_ELEMENT_ARRAY_LENGTH_NV">GL_ELEMENT_ARRAY_LENGTH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEElementArray.html#GL_ELEMENT_ARRAY_POINTER_APPLE">GL_ELEMENT_ARRAY_POINTER_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEElementArray.html" title="class in org.lwjgl.opengl">APPLEElementArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetPointerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIElementArray.html#GL_ELEMENT_ARRAY_POINTER_ATI">GL_ELEMENT_ARRAY_POINTER_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIElementArray.html" title="class in org.lwjgl.opengl">ATIElementArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEElementArray.html#GL_ELEMENT_ARRAY_TYPE_APPLE">GL_ELEMENT_ARRAY_TYPE_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEElementArray.html" title="class in org.lwjgl.opengl">APPLEElementArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIElementArray.html#GL_ELEMENT_ARRAY_TYPE_ATI">GL_ELEMENT_ARRAY_TYPE_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIElementArray.html" title="class in org.lwjgl.opengl">ATIElementArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_ELEMENT_ARRAY_UNIFIED_NV">GL_ELEMENT_ARRAY_UNIFIED_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of DisableClientState,
|
|
EnableClientState, IsEnabled:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_EMISSION">GL_EMISSION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ENABLE_BIT">GL_ENABLE_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_EQUAL">GL_EQUAL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetProgramiv when <pname> is TESS_GEN_SPACING:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_EQUAL">GL_EQUAL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_EQUAL">GL_EQUAL</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">StencilFunction</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDStencilOperationExtended.html#GL_EQUIV">GL_EQUIV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDStencilOperationExtended.html" title="class in org.lwjgl.opengl">AMDStencilOperationExtended</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <sfail>, <dpfail> and <dppass> parameters of StencilOp
|
|
and StencilOpSeparate:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_EQUIV">GL_EQUIV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESCompressedETC1RGB8Texture.html#GL_ETC1_RGB8_OES">GL_ETC1_RGB8_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESCompressedETC1RGB8Texture.html" title="class in org.lwjgl.opengles">OESCompressedETC1RGB8Texture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CompressedTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_2D_NV">GL_EVAL_2D_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_EVAL_BIT">GL_EVAL_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_FRACTIONAL_TESSELLATION_NV">GL_EVAL_FRACTIONAL_TESSELLATION_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_TRIANGULAR_2D_NV">GL_EVAL_TRIANGULAR_2D_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB0_NV">GL_EVAL_VERTEX_ATTRIB0_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB10_NV">GL_EVAL_VERTEX_ATTRIB10_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB11_NV">GL_EVAL_VERTEX_ATTRIB11_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB12_NV">GL_EVAL_VERTEX_ATTRIB12_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB13_NV">GL_EVAL_VERTEX_ATTRIB13_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB14_NV">GL_EVAL_VERTEX_ATTRIB14_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB15_NV">GL_EVAL_VERTEX_ATTRIB15_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB1_NV">GL_EVAL_VERTEX_ATTRIB1_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB2_NV">GL_EVAL_VERTEX_ATTRIB2_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB3_NV">GL_EVAL_VERTEX_ATTRIB3_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB4_NV">GL_EVAL_VERTEX_ATTRIB4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB5_NV">GL_EVAL_VERTEX_ATTRIB5_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB6_NV">GL_EVAL_VERTEX_ATTRIB6_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB7_NV">GL_EVAL_VERTEX_ATTRIB7_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB8_NV">GL_EVAL_VERTEX_ATTRIB8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB9_NV">GL_EVAL_VERTEX_ATTRIB9_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_EVEN_ODD_NV">GL_EVEN_ODD_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Values for the ILL_RULE_NV path parameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_EXCLUSION_NV">GL_EXCLUSION_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_EXP">GL_EXP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_EXP2">GL_EXP2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_EXPAND_NEGATE_NV">GL_EXPAND_NEGATE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_EXPAND_NORMAL_NV">GL_EXPAND_NORMAL_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_abgr">GL_EXT_abgr</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_bgra">GL_EXT_bgra</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_bgra">GL_EXT_bgra</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_bindable_uniform">GL_EXT_bindable_uniform</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_blend_color">GL_EXT_blend_color</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_blend_equation_separate">GL_EXT_blend_equation_separate</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_blend_func_separate">GL_EXT_blend_func_separate</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_blend_minmax">GL_EXT_blend_minmax</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_blend_minmax">GL_EXT_blend_minmax</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_blend_subtract">GL_EXT_blend_subtract</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_Cg_shader">GL_EXT_Cg_shader</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_Cg_shader">GL_EXT_Cg_shader</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_color_buffer_half_float">GL_EXT_color_buffer_half_float</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_compiled_vertex_array">GL_EXT_compiled_vertex_array</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_copy_texture_levels">GL_EXT_copy_texture_levels</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_debug_label">GL_EXT_debug_label</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_debug_marker">GL_EXT_debug_marker</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_depth_bounds_test">GL_EXT_depth_bounds_test</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_direct_state_access">GL_EXT_direct_state_access</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_discard_framebuffer">GL_EXT_discard_framebuffer</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_draw_buffers2">GL_EXT_draw_buffers2</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_draw_instanced">GL_EXT_draw_instanced</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_draw_range_elements">GL_EXT_draw_range_elements</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_fog_coord">GL_EXT_fog_coord</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_frag_depth">GL_EXT_frag_depth</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_framebuffer_blit">GL_EXT_framebuffer_blit</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_framebuffer_multisample">GL_EXT_framebuffer_multisample</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_framebuffer_multisample_blit_scaled">GL_EXT_framebuffer_multisample_blit_scaled</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_framebuffer_object">GL_EXT_framebuffer_object</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_framebuffer_sRGB">GL_EXT_framebuffer_sRGB</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_geometry_shader4">GL_EXT_geometry_shader4</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_gpu_program_parameters">GL_EXT_gpu_program_parameters</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_gpu_shader4">GL_EXT_gpu_shader4</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_map_buffer_range">GL_EXT_map_buffer_range</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_multi_draw_arrays">GL_EXT_multi_draw_arrays</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_multi_draw_arrays">GL_EXT_multi_draw_arrays</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_multisampled_render_to_texture">GL_EXT_multisampled_render_to_texture</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_multiview_draw_buffers">GL_EXT_multiview_draw_buffers</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_occlusion_query_boolean">GL_EXT_occlusion_query_boolean</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_packed_depth_stencil">GL_EXT_packed_depth_stencil</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_packed_float">GL_EXT_packed_float</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_packed_float">GL_EXT_packed_float</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_packed_pixels">GL_EXT_packed_pixels</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_paletted_texture">GL_EXT_paletted_texture</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_pixel_buffer_object">GL_EXT_pixel_buffer_object</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_point_parameters">GL_EXT_point_parameters</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_provoking_vertex">GL_EXT_provoking_vertex</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_read_format_bgra">GL_EXT_read_format_bgra</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_rescale_normal">GL_EXT_rescale_normal</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_robustness">GL_EXT_robustness</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_secondary_color">GL_EXT_secondary_color</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_separate_shader_objects">GL_EXT_separate_shader_objects</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_separate_shader_objects">GL_EXT_separate_shader_objects</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_separate_specular_color">GL_EXT_separate_specular_color</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_shader_framebuffer_fetch">GL_EXT_shader_framebuffer_fetch</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_shader_image_load_store">GL_EXT_shader_image_load_store</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_shader_texture_lod">GL_EXT_shader_texture_lod</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_shadow_funcs">GL_EXT_shadow_funcs</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_shadow_samplers">GL_EXT_shadow_samplers</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_shared_texture_palette">GL_EXT_shared_texture_palette</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_sRGB">GL_EXT_sRGB</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_stencil_clear_tag">GL_EXT_stencil_clear_tag</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_stencil_two_side">GL_EXT_stencil_two_side</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_stencil_wrap">GL_EXT_stencil_wrap</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_3d">GL_EXT_texture_3d</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_array">GL_EXT_texture_array</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_texture_array">GL_EXT_texture_array</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_buffer_object">GL_EXT_texture_buffer_object</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_texture_compression_dxt1">GL_EXT_texture_compression_dxt1</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_compression_latc">GL_EXT_texture_compression_latc</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_texture_compression_latc">GL_EXT_texture_compression_latc</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_compression_rgtc">GL_EXT_texture_compression_rgtc</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_compression_s3tc">GL_EXT_texture_compression_s3tc</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_texture_compression_s3tc">GL_EXT_texture_compression_s3tc</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_env_combine">GL_EXT_texture_env_combine</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_env_dot3">GL_EXT_texture_env_dot3</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_filter_anisotropic">GL_EXT_texture_filter_anisotropic</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_texture_filter_anisotropic">GL_EXT_texture_filter_anisotropic</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_texture_format_BGRA8888">GL_EXT_texture_format_BGRA8888</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_integer">GL_EXT_texture_integer</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_lod_bias">GL_EXT_texture_lod_bias</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_texture_lod_bias">GL_EXT_texture_lod_bias</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_mirror_clamp">GL_EXT_texture_mirror_clamp</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_rectangle">GL_EXT_texture_rectangle</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_texture_rg">GL_EXT_texture_rg</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_shared_exponent">GL_EXT_texture_shared_exponent</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_snorm">GL_EXT_texture_snorm</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_sRGB">GL_EXT_texture_sRGB</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_sRGB_decode">GL_EXT_texture_sRGB_decode</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_texture_storage">GL_EXT_texture_storage</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_swizzle">GL_EXT_texture_swizzle</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_texture_type_2_10_10_10_REV">GL_EXT_texture_type_2_10_10_10_REV</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_timer_query">GL_EXT_timer_query</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_transform_feedback">GL_EXT_transform_feedback</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_unpack_subimage">GL_EXT_unpack_subimage</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_vertex_array_bgra">GL_EXT_vertex_array_bgra</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_vertex_attrib_64bit">GL_EXT_vertex_attrib_64bit</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_vertex_shader">GL_EXT_vertex_shader</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_vertex_weighting">GL_EXT_vertex_weighting</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_EXTENSIONS">GL_EXTENSIONS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_EXTENSIONS">GL_EXTENSIONS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">StringName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDPinnedMemory.html#GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD">GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDPinnedMemory.html" title="class in org.lwjgl.opengl">AMDPinnedMemory</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameters of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
|
|
GetBufferParameteriv, GetBufferPointerv, MapBufferRange:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_EYE_LINEAR">GL_EYE_LINEAR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_EYE_PLANE">GL_EYE_PLANE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFogDistance.html#GL_EYE_PLANE_ABSOLUTE_NV">GL_EYE_PLANE_ABSOLUTE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFogDistance.html" title="class in org.lwjgl.opengl">NVFogDistance</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFogDistance.html#GL_EYE_RADIAL_NV">GL_EYE_RADIAL_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFogDistance.html" title="class in org.lwjgl.opengl">NVFogDistance</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDBlendMinmaxFactor.html#GL_FACTOR_MAX_AMD">GL_FACTOR_MAX_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDBlendMinmaxFactor.html" title="class in org.lwjgl.opengl">AMDBlendMinmaxFactor</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi, and by
|
|
the <modeRGB> and <modeAlpha> parameters of BlendEquationSeparate and
|
|
BlendEquationSeparatei:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDBlendMinmaxFactor.html#GL_FACTOR_MIN_AMD">GL_FACTOR_MIN_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDBlendMinmaxFactor.html" title="class in org.lwjgl.opengl">AMDBlendMinmaxFactor</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi, and by
|
|
the <modeRGB> and <modeAlpha> parameters of BlendEquationSeparate and
|
|
BlendEquationSeparatei:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_FAILURE_NV">GL_FAILURE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by VideoCaptureNV and GetVideoCaptureStream{i,f,d}vNV
|
|
when <pname> is LAST_VIDEO_CAPTURE_STATUS_NV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_FALSE">GL_FALSE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetProgramiv when <pname> is TESS_GEN_POINT_MODE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_FALSE">GL_FALSE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FALSE">GL_FALSE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Boolean</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_FASTEST">GL_FASTEST</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FASTEST">GL_FASTEST</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">HintMode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_FEEDBACK">GL_FEEDBACK</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_FEEDBACK_BUFFER_POINTER">GL_FEEDBACK_BUFFER_POINTER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_FEEDBACK_BUFFER_SIZE">GL_FEEDBACK_BUFFER_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_FEEDBACK_BUFFER_TYPE">GL_FEEDBACK_BUFFER_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFence.html#GL_FENCE_APPLE">GL_FENCE_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFence.html" title="class in org.lwjgl.opengl">APPLEFence</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <object> parameter of TestObjectAPPLE and FinishObjectAPPLE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexArrayRange.html#GL_FENCE_APPLE">GL_FENCE_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexArrayRange.html" title="class in org.lwjgl.opengl">APPLEVertexArrayRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <object> parameter of TestObjectAPPLE and FinishObjectAPPLE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFence.html#GL_FENCE_CONDITION_NV">GL_FENCE_CONDITION_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFence.html" title="class in org.lwjgl.opengl">NVFence</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFence.html#GL_FENCE_CONDITION_NV">GL_FENCE_CONDITION_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFence.html" title="class in org.lwjgl.opengles">NVFence</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetFenceivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFence.html#GL_FENCE_STATUS_NV">GL_FENCE_STATUS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFence.html" title="class in org.lwjgl.opengl">NVFence</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFence.html#GL_FENCE_STATUS_NV">GL_FENCE_STATUS_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFence.html" title="class in org.lwjgl.opengles">NVFence</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetFenceivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_FIELD_LOWER_NV">GL_FIELD_LOWER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <frame_region> parameter of
|
|
BindVideoCaptureStreamBufferNV, and BindVideoCaptureStreamTextureNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_FIELD_UPPER_NV">GL_FIELD_UPPER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <frame_region> parameter of
|
|
BindVideoCaptureStreamBufferNV, and BindVideoCaptureStreamTextureNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_FILE_NAME_NV">GL_FILE_NAME_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <fontTarget> parameter of PathGlyphsNV and
|
|
PathGlyphRangeNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_FILL">GL_FILL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_FILL_PATH_NV">GL_FILL_PATH_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <mode> parameter of DrawPathbufferNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_FILL_RULE_NV">GL_FILL_RULE_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <paramType> parameter of PathParameterNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_FILTER">GL_FILTER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_FILTER">GL_FILTER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_FIRST_TO_REST_NV">GL_FIRST_TO_REST_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pathListMode> parameter of GetPathSpacingNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProvokingVertex.html#GL_FIRST_VERTEX_CONVENTION">GL_FIRST_VERTEX_CONVENTION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProvokingVertex.html" title="class in org.lwjgl.opengl">ARBProvokingVertex</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of ProvokingVertex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#GL_FIRST_VERTEX_CONVENTION">GL_FIRST_VERTEX_CONVENTION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <data> parameter from a Get query with a <pname> of
|
|
LAYER_PROVOKING_VERTEX or VIEWPORT_INDEX_PROVOKING_VERTEX:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_FIRST_VERTEX_CONVENTION">GL_FIRST_VERTEX_CONVENTION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of ProvokingVertex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_FIRST_VERTEX_CONVENTION">GL_FIRST_VERTEX_CONVENTION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <data> parameter from a Get query with a <pname> of
|
|
LAYER_PROVOKING_VERTEX or VIEWPORT_INDEX_PROVOKING_VERTEX:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTProvokingVertex.html#GL_FIRST_VERTEX_CONVENTION_EXT">GL_FIRST_VERTEX_CONVENTION_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTProvokingVertex.html" title="class in org.lwjgl.opengl">EXTProvokingVertex</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of ProvokingVertexEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_FIXED">GL_FIXED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of VertexAttribPointer:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_FIXED">GL_FIXED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of VertexAttribPointer:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FIXED">GL_FIXED</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">DataType</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FIXED_ONLY">GL_FIXED_ONLY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <clamp> parameter of ClampColor.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBColorBufferFloat.html#GL_FIXED_ONLY_ARB">GL_FIXED_ONLY_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBColorBufferFloat.html" title="class in org.lwjgl.opengl">ARBColorBufferFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <clamp> parameter of ClampColorARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_FLAT">GL_FLAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_FLOAT">GL_FLOAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FLOAT">GL_FLOAT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">DataType</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_FLOAT16_NV">GL_FLOAT16_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_FLOAT16_VEC2_NV">GL_FLOAT16_VEC2_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_FLOAT16_VEC3_NV">GL_FLOAT16_VEC3_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_FLOAT16_VEC4_NV">GL_FLOAT16_VEC4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDepthBufferFloat.html#GL_FLOAT_32_UNSIGNED_INT_24_8_REV">GL_FLOAT_32_UNSIGNED_INT_24_8_REV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDepthBufferFloat.html" title="class in org.lwjgl.opengl">ARBDepthBufferFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of DrawPixels, ReadPixels, TexImage1D,
|
|
TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, and
|
|
GetTexImage:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FLOAT_32_UNSIGNED_INT_24_8_REV">GL_FLOAT_32_UNSIGNED_INT_24_8_REV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of DrawPixels, ReadPixels, TexImage1D,
|
|
TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, and
|
|
GetTexImage:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_FLOAT_32_UNSIGNED_INT_24_8_REV">GL_FLOAT_32_UNSIGNED_INT_24_8_REV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVDepthBufferFloat.html#GL_FLOAT_32_UNSIGNED_INT_24_8_REV_NV">GL_FLOAT_32_UNSIGNED_INT_24_8_REV_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVDepthBufferFloat.html" title="class in org.lwjgl.opengl">NVDepthBufferFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of DrawPixels, ReadPixels, TexImage1D,
|
|
TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, and
|
|
GetTexImage:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_CLEAR_COLOR_VALUE_NV">GL_FLOAT_CLEAR_COLOR_VALUE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_FLOAT_MAT2">GL_FLOAT_MAT2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FLOAT_MAT2">GL_FLOAT_MAT2</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Uniform Types</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_FLOAT_MAT2_ARB">GL_FLOAT_MAT2_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#GL_FLOAT_MAT2_ARB">GL_FLOAT_MAT2_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttribARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#GL_FLOAT_MAT2x3">GL_FLOAT_MAT2x3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttribARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_FLOAT_MAT2x3">GL_FLOAT_MAT2x3</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#GL_FLOAT_MAT2x4">GL_FLOAT_MAT2x4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttribARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_FLOAT_MAT2x4">GL_FLOAT_MAT2x4</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_FLOAT_MAT3">GL_FLOAT_MAT3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FLOAT_MAT3">GL_FLOAT_MAT3</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Uniform Types</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_FLOAT_MAT3_ARB">GL_FLOAT_MAT3_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#GL_FLOAT_MAT3_ARB">GL_FLOAT_MAT3_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttribARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#GL_FLOAT_MAT3x2">GL_FLOAT_MAT3x2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttribARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_FLOAT_MAT3x2">GL_FLOAT_MAT3x2</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#GL_FLOAT_MAT3x4">GL_FLOAT_MAT3x4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttribARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_FLOAT_MAT3x4">GL_FLOAT_MAT3x4</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_FLOAT_MAT4">GL_FLOAT_MAT4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FLOAT_MAT4">GL_FLOAT_MAT4</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Uniform Types</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_FLOAT_MAT4_ARB">GL_FLOAT_MAT4_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#GL_FLOAT_MAT4_ARB">GL_FLOAT_MAT4_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttribARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#GL_FLOAT_MAT4x2">GL_FLOAT_MAT4x2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttribARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_FLOAT_MAT4x2">GL_FLOAT_MAT4x2</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#GL_FLOAT_MAT4x3">GL_FLOAT_MAT4x3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttribARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_FLOAT_MAT4x3">GL_FLOAT_MAT4x3</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_R16_NV">GL_FLOAT_R16_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D and
|
|
CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_R32_NV">GL_FLOAT_R32_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D and
|
|
CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_R_NV">GL_FLOAT_R_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D and
|
|
CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_RG16_NV">GL_FLOAT_RG16_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D and
|
|
CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_RG32_NV">GL_FLOAT_RG32_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D and
|
|
CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_RG_NV">GL_FLOAT_RG_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D and
|
|
CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_RGB16_NV">GL_FLOAT_RGB16_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D and
|
|
CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_RGB32_NV">GL_FLOAT_RGB32_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D and
|
|
CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_RGB_NV">GL_FLOAT_RGB_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D and
|
|
CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_RGBA16_NV">GL_FLOAT_RGBA16_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D and
|
|
CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_RGBA32_NV">GL_FLOAT_RGBA32_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D and
|
|
CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_RGBA_MODE_NV">GL_FLOAT_RGBA_MODE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_RGBA_NV">GL_FLOAT_RGBA_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D and
|
|
CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_FLOAT_VEC2">GL_FLOAT_VEC2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FLOAT_VEC2">GL_FLOAT_VEC2</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Uniform Types</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_FLOAT_VEC2_ARB">GL_FLOAT_VEC2_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#GL_FLOAT_VEC2_ARB">GL_FLOAT_VEC2_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttribARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_FLOAT_VEC3">GL_FLOAT_VEC3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FLOAT_VEC3">GL_FLOAT_VEC3</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Uniform Types</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_FLOAT_VEC3_ARB">GL_FLOAT_VEC3_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#GL_FLOAT_VEC3_ARB">GL_FLOAT_VEC3_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttribARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_FLOAT_VEC4">GL_FLOAT_VEC4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FLOAT_VEC4">GL_FLOAT_VEC4</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Uniform Types</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_FLOAT_VEC4_ARB">GL_FLOAT_VEC4_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#GL_FLOAT_VEC4_ARB">GL_FLOAT_VEC4_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttribARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_FOG">GL_FOG</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_FOG_BIT">GL_FOG_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_FOG_COLOR">GL_FOG_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_FOG_COORD">GL_FOG_COORD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_FOG_COORD_ARRAY">GL_FOG_COORD_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_FOG_COORD_ARRAY_ADDRESS_NV">GL_FOG_COORD_ARRAY_ADDRESS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of BufferAddressRangeNV
|
|
and the <value> parameter of GetIntegerui64vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_FOG_COORD_ARRAY_BUFFER_BINDING">GL_FOG_COORD_ARRAY_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_FOG_COORD_ARRAY_LENGTH_NV">GL_FOG_COORD_ARRAY_LENGTH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_FOG_COORD_ARRAY_POINTER">GL_FOG_COORD_ARRAY_POINTER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_FOG_COORD_ARRAY_STRIDE">GL_FOG_COORD_ARRAY_STRIDE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_FOG_COORD_ARRAY_TYPE">GL_FOG_COORD_ARRAY_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_FOG_COORD_SRC">GL_FOG_COORD_SRC</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_FOG_COORDINATE">GL_FOG_COORDINATE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_FOG_COORDINATE_ARRAY">GL_FOG_COORDINATE_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING">GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING_ARB">GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFogCoord.html#GL_FOG_COORDINATE_ARRAY_EXT">GL_FOG_COORDINATE_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl">EXTFogCoord</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_FOG_COORDINATE_ARRAY_POINTER">GL_FOG_COORDINATE_ARRAY_POINTER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFogCoord.html#GL_FOG_COORDINATE_ARRAY_POINTER_EXT">GL_FOG_COORDINATE_ARRAY_POINTER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl">EXTFogCoord</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_FOG_COORDINATE_ARRAY_STRIDE">GL_FOG_COORDINATE_ARRAY_STRIDE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFogCoord.html#GL_FOG_COORDINATE_ARRAY_STRIDE_EXT">GL_FOG_COORDINATE_ARRAY_STRIDE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl">EXTFogCoord</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_FOG_COORDINATE_ARRAY_TYPE">GL_FOG_COORDINATE_ARRAY_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFogCoord.html#GL_FOG_COORDINATE_ARRAY_TYPE_EXT">GL_FOG_COORDINATE_ARRAY_TYPE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl">EXTFogCoord</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFogCoord.html#GL_FOG_COORDINATE_EXT">GL_FOG_COORDINATE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl">EXTFogCoord</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_FOG_COORDINATE_SOURCE">GL_FOG_COORDINATE_SOURCE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFogCoord.html#GL_FOG_COORDINATE_SOURCE_EXT">GL_FOG_COORDINATE_SOURCE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl">EXTFogCoord</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_FOG_DENSITY">GL_FOG_DENSITY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFogDistance.html#GL_FOG_DISTANCE_MODE_NV">GL_FOG_DISTANCE_MODE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFogDistance.html" title="class in org.lwjgl.opengl">NVFogDistance</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_FOG_END">GL_FOG_END</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_FOG_HINT">GL_FOG_HINT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_FOG_INDEX">GL_FOG_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_FOG_MODE">GL_FOG_MODE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_FOG_START">GL_FOG_START</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_FONT_ASCENDER_NV">GL_FONT_ASCENDER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a bit within the <metricQueryMask> parameter of
|
|
GetPathMetricRangeNV or GetPathMetricsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_FONT_DESCENDER_NV">GL_FONT_DESCENDER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a bit within the <metricQueryMask> parameter of
|
|
GetPathMetricRangeNV or GetPathMetricsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_FONT_HAS_KERNING_NV">GL_FONT_HAS_KERNING_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a bit within the <metricQueryMask> parameter of
|
|
GetPathMetricRangeNV or GetPathMetricsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_FONT_HEIGHT_NV">GL_FONT_HEIGHT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a bit within the <metricQueryMask> parameter of
|
|
GetPathMetricRangeNV or GetPathMetricsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_FONT_MAX_ADVANCE_HEIGHT_NV">GL_FONT_MAX_ADVANCE_HEIGHT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a bit within the <metricQueryMask> parameter of
|
|
GetPathMetricRangeNV or GetPathMetricsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_FONT_MAX_ADVANCE_WIDTH_NV">GL_FONT_MAX_ADVANCE_WIDTH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a bit within the <metricQueryMask> parameter of
|
|
GetPathMetricRangeNV or GetPathMetricsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_FONT_UNDERLINE_POSITION_NV">GL_FONT_UNDERLINE_POSITION_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a bit within the <metricQueryMask> parameter of
|
|
GetPathMetricRangeNV or GetPathMetricsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_FONT_UNDERLINE_THICKNESS_NV">GL_FONT_UNDERLINE_THICKNESS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a bit within the <metricQueryMask> parameter of
|
|
GetPathMetricRangeNV or GetPathMetricsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_FONT_UNITS_PER_EM_NV">GL_FONT_UNITS_PER_EM_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a bit within the <metricQueryMask> parameter of
|
|
GetPathMetricRangeNV or GetPathMetricsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_FONT_X_MAX_BOUNDS_NV">GL_FONT_X_MAX_BOUNDS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a bit within the <metricQueryMask> parameter of
|
|
GetPathMetricRangeNV or GetPathMetricsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_FONT_X_MIN_BOUNDS_NV">GL_FONT_X_MIN_BOUNDS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a bit within the <metricQueryMask> parameter of
|
|
GetPathMetricRangeNV or GetPathMetricsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_FONT_Y_MAX_BOUNDS_NV">GL_FONT_Y_MAX_BOUNDS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a bit within the <metricQueryMask> parameter of
|
|
GetPathMetricRangeNV or GetPathMetricsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_FONT_Y_MIN_BOUNDS_NV">GL_FONT_Y_MIN_BOUNDS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a bit within the <metricQueryMask> parameter of
|
|
GetPathMetricRangeNV or GetPathMetricsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader3.html#GL_FORCE_BLUE_TO_ONE_NV">GL_FORCE_BLUE_TO_ONE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_FRACTIONAL_EVEN">GL_FRACTIONAL_EVEN</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetProgramiv when <pname> is TESS_GEN_SPACING:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_FRACTIONAL_EVEN">GL_FRACTIONAL_EVEN</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetProgramiv when <pname> is TESS_GEN_SPACING:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_FRACTIONAL_ODD">GL_FRACTIONAL_ODD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetProgramiv when <pname> is TESS_GEN_SPACING:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_FRACTIONAL_ODD">GL_FRACTIONAL_ODD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetProgramiv when <pname> is TESS_GEN_SPACING:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_FRAGMENT_DEPTH">GL_FRAGMENT_DEPTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFogCoord.html#GL_FRAGMENT_DEPTH_EXT">GL_FRAGMENT_DEPTH_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl">EXTFogCoord</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShader5.html#GL_FRAGMENT_INTERPOLATION_OFFSET_BITS">GL_FRAGMENT_INTERPOLATION_OFFSET_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShader5.html" title="class in org.lwjgl.opengl">ARBGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_FRAGMENT_INTERPOLATION_OFFSET_BITS">GL_FRAGMENT_INTERPOLATION_OFFSET_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_FRAGMENT_PROGRAM_ARB">GL_FRAGMENT_PROGRAM_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Disable, Enable, and IsEnabled, by the
|
|
<pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev,
|
|
and by the <target> parameter of ProgramStringARB, BindProgramARB,
|
|
ProgramEnvParameter4[df][v]ARB, ProgramLocalParameter4[df][v]ARB,
|
|
GetProgramEnvParameter[df]vARB, GetProgramLocalParameter[df]vARB,
|
|
GetProgramivARB and GetProgramStringARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFragmentProgram.html#GL_FRAGMENT_PROGRAM_BINDING_NV">GL_FRAGMENT_PROGRAM_BINDING_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFragmentProgram.html" title="class in org.lwjgl.opengl">NVFragmentProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuProgram5.html#GL_FRAGMENT_PROGRAM_INTERPOLATION_OFFSET_BITS_NV">GL_FRAGMENT_PROGRAM_INTERPOLATION_OFFSET_BITS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuProgram5.html" title="class in org.lwjgl.opengl">NVGpuProgram5</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFragmentProgram.html#GL_FRAGMENT_PROGRAM_NV">GL_FRAGMENT_PROGRAM_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFragmentProgram.html" title="class in org.lwjgl.opengl">NVFragmentProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Disable, Enable, and IsEnabled, by the
|
|
<pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev,
|
|
and by the <target> parameter of BindProgramNV, LoadProgramNV,
|
|
ProgramLocalParameter4dARB, ProgramLocalParameter4dvARB,
|
|
ProgramLocalParameter4fARB, ProgramLocalParameter4fvARB,
|
|
GetProgramLocalParameterdvARB, and GetProgramLocalParameterfvARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVParameterBufferObject.html#GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NV">GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVParameterBufferObject.html" title="class in org.lwjgl.opengl">NVParameterBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of ProgramBufferParametersfvNV,
|
|
ProgramBufferParametersIivNV, and ProgramBufferParametersIuivNV,
|
|
BindBufferRangeNV, BindBufferOffsetNV, BindBufferBaseNV, and BindBuffer
|
|
and the <value> parameter of GetIntegerIndexedvEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_FRAGMENT_SHADER">GL_FRAGMENT_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <shaderType> argument of CreateShader and
|
|
returned by the <params> parameter of GetShader{fi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FRAGMENT_SHADER">GL_FRAGMENT_SHADER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shaders</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFragmentShader.html#GL_FRAGMENT_SHADER_ARB">GL_FRAGMENT_SHADER_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFragmentShader.html" title="class in org.lwjgl.opengl">ARBFragmentShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <shaderType> argument of CreateShaderObjectARB and
|
|
returned by the <params> parameter of GetObjectParameter{fi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_FRAGMENT_SHADER_ATI">GL_FRAGMENT_SHADER_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#GL_FRAGMENT_SHADER_BIT">GL_FRAGMENT_SHADER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by <stages> parameter to UseProgramStages:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_FRAGMENT_SHADER_BIT">GL_FRAGMENT_SHADER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by <stages> parameter to UseProgramStages:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#GL_FRAGMENT_SHADER_BIT_EXT">GL_FRAGMENT_SHADER_BIT_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by <stages> parameter to UseProgramStagesEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_FRAGMENT_SHADER_DERIVATIVE_HINT">GL_FRAGMENT_SHADER_DERIVATIVE_HINT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of Hint and the <pname> parameter of
|
|
GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_FRAGMENT_SHADER_DERIVATIVE_HINT">GL_FRAGMENT_SHADER_DERIVATIVE_HINT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFragmentShader.html#GL_FRAGMENT_SHADER_DERIVATIVE_HINT_ARB">GL_FRAGMENT_SHADER_DERIVATIVE_HINT_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFragmentShader.html" title="class in org.lwjgl.opengl">ARBFragmentShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of Hint and the <pname> parameter of
|
|
GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESStandardDerivatives.html#GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES">GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESStandardDerivatives.html" title="class in org.lwjgl.opengles">OESStandardDerivatives</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of Hint and by the <pname> parameter of
|
|
GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTShaderFramebufferFetch.html#GL_FRAGMENT_SHADER_DISCARDS_SAMPLES_EXT">GL_FRAGMENT_SHADER_DISCARDS_SAMPLES_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTShaderFramebufferFetch.html" title="class in org.lwjgl.opengles">EXTShaderFramebufferFetch</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_FRAGMENT_SUBROUTINE">GL_FRAGMENT_SUBROUTINE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_FRAGMENT_SUBROUTINE">GL_FRAGMENT_SUBROUTINE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_FRAGMENT_SUBROUTINE_UNIFORM">GL_FRAGMENT_SUBROUTINE_UNIFORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_FRAGMENT_SUBROUTINE_UNIFORM">GL_FRAGMENT_SUBROUTINE_UNIFORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_FRAGMENT_TEXTURE">GL_FRAGMENT_TEXTURE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_FRAGMENT_TEXTURE">GL_FRAGMENT_TEXTURE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPresentVideo.html#GL_FRAME_NV">GL_FRAME_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of PresentFrameKeyedNV and
|
|
PresentFrameDualFillNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER">GL_FRAMEBUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindFramebuffer,
|
|
CheckFramebufferStatus, FramebufferTexture{1D|2D|3D},
|
|
FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER">GL_FRAMEBUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindFramebuffer,
|
|
CheckFramebufferStatus, FramebufferTexture{1D|2D|3D},
|
|
FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FRAMEBUFFER">GL_FRAMEBUFFER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html#GL_FRAMEBUFFER_ATTACHABLE_NV">GL_FRAMEBUFFER_ATTACHABLE_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html" title="class in org.lwjgl.opengles">NVFramebufferVertexAttribArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE">GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE">GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE">GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE">GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE">GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE">GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING">GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING">GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING">GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSRGB.html#GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT">GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSRGB.html" title="class in org.lwjgl.opengles">EXTSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE">GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE">GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE">GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTColorBufferHalfFloat.html#GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT">GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTColorBufferHalfFloat.html" title="class in org.lwjgl.opengles">EXTColorBufferHalfFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE">GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE">GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE">GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE">GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE">GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE">GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_FRAMEBUFFER_ATTACHMENT_LAYERED">GL_FRAMEBUFFER_ATTACHMENT_LAYERED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetFramebufferAttachment-
|
|
ParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_FRAMEBUFFER_ATTACHMENT_LAYERED_ARB">GL_FRAMEBUFFER_ATTACHMENT_LAYERED_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetFramebufferAttachment-
|
|
ParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT">GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetFramebufferAttachment-
|
|
ParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME">GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME">GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME">GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_EXT">GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES">GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameterivOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE">GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE">GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE">GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_EXT">GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES">GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameterivOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE">GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE">GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE">GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE">GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE">GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE">GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_EXT">GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_OES">GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameterivOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE">GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE">GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE">GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_EXT">GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES">GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameterivOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER">GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER">GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER">GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetFramebufferAttachment-
|
|
ParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER">GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_ARB">GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetFramebufferAttachment-
|
|
ParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT">GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetFramebufferAttachment-
|
|
ParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureArray.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT">GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureArray.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT">GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureArray.html" title="class in org.lwjgl.opengles">EXTTextureArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL">GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL">GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL">GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_EXT">GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES">GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetFramebufferAttachmentParameterivOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTMultisampledRenderToTexture.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT">GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles">EXTMultisampledRenderToTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html#GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_HEIGHT_NV">GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_HEIGHT_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html" title="class in org.lwjgl.opengles">NVFramebufferVertexAttribArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html#GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_NORMALIZED_NV">GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_NORMALIZED_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html" title="class in org.lwjgl.opengles">NVFramebufferVertexAttribArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html#GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_OFFSET_NV">GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_OFFSET_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html" title="class in org.lwjgl.opengles">NVFramebufferVertexAttribArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html#GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_SIZE_NV">GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_SIZE_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html" title="class in org.lwjgl.opengles">NVFramebufferVertexAttribArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html#GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_STRIDE_NV">GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_STRIDE_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html" title="class in org.lwjgl.opengles">NVFramebufferVertexAttribArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html#GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_TYPE_NV">GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_TYPE_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html" title="class in org.lwjgl.opengles">NVFramebufferVertexAttribArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html#GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_WIDTH_NV">GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_WIDTH_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html" title="class in org.lwjgl.opengles">NVFramebufferVertexAttribArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_FRAMEBUFFER_BARRIER_BIT">GL_FRAMEBUFFER_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_FRAMEBUFFER_BARRIER_BIT">GL_FRAMEBUFFER_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_FRAMEBUFFER_BARRIER_BIT_EXT">GL_FRAMEBUFFER_BARRIER_BIT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrierEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_BINDING">GL_FRAMEBUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_BINDING">GL_FRAMEBUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FRAMEBUFFER_BINDING">GL_FRAMEBUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_BINDING_EXT">GL_FRAMEBUFFER_BINDING_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by GetIntegerv():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_BINDING_OES">GL_FRAMEBUFFER_BINDING_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by GetIntegerv():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_FRAMEBUFFER_BLEND">GL_FRAMEBUFFER_BLEND</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_FRAMEBUFFER_BLEND">GL_FRAMEBUFFER_BLEND</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_COMPLETE">GL_FRAMEBUFFER_COMPLETE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatus():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_COMPLETE">GL_FRAMEBUFFER_COMPLETE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatus():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FRAMEBUFFER_COMPLETE">GL_FRAMEBUFFER_COMPLETE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_COMPLETE_EXT">GL_FRAMEBUFFER_COMPLETE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatusEXT():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_COMPLETE_OES">GL_FRAMEBUFFER_COMPLETE_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatusOES():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_DEFAULT">GL_FRAMEBUFFER_DEFAULT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <params> by GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_DEFAULT">GL_FRAMEBUFFER_DEFAULT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <params> by GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_FRAMEBUFFER_DEFAULT">GL_FRAMEBUFFER_DEFAULT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS">GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of FramebufferParameteri,
|
|
GetFramebufferParameteriv, NamedFramebufferParameteriEXT, and
|
|
GetNamedFramebufferParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS">GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of FramebufferParameteri,
|
|
GetFramebufferParameteriv, NamedFramebufferParameteriEXT, and
|
|
GetNamedFramebufferParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#GL_FRAMEBUFFER_DEFAULT_HEIGHT">GL_FRAMEBUFFER_DEFAULT_HEIGHT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of FramebufferParameteri,
|
|
GetFramebufferParameteriv, NamedFramebufferParameteriEXT, and
|
|
GetNamedFramebufferParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_FRAMEBUFFER_DEFAULT_HEIGHT">GL_FRAMEBUFFER_DEFAULT_HEIGHT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of FramebufferParameteri,
|
|
GetFramebufferParameteriv, NamedFramebufferParameteriEXT, and
|
|
GetNamedFramebufferParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#GL_FRAMEBUFFER_DEFAULT_LAYERS">GL_FRAMEBUFFER_DEFAULT_LAYERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of FramebufferParameteri,
|
|
GetFramebufferParameteriv, NamedFramebufferParameteriEXT, and
|
|
GetNamedFramebufferParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_FRAMEBUFFER_DEFAULT_LAYERS">GL_FRAMEBUFFER_DEFAULT_LAYERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of FramebufferParameteri,
|
|
GetFramebufferParameteriv, NamedFramebufferParameteriEXT, and
|
|
GetNamedFramebufferParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#GL_FRAMEBUFFER_DEFAULT_SAMPLES">GL_FRAMEBUFFER_DEFAULT_SAMPLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of FramebufferParameteri,
|
|
GetFramebufferParameteriv, NamedFramebufferParameteriEXT, and
|
|
GetNamedFramebufferParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_FRAMEBUFFER_DEFAULT_SAMPLES">GL_FRAMEBUFFER_DEFAULT_SAMPLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of FramebufferParameteri,
|
|
GetFramebufferParameteriv, NamedFramebufferParameteriEXT, and
|
|
GetNamedFramebufferParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#GL_FRAMEBUFFER_DEFAULT_WIDTH">GL_FRAMEBUFFER_DEFAULT_WIDTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of FramebufferParameteri,
|
|
GetFramebufferParameteriv, NamedFramebufferParameteriEXT, and
|
|
GetNamedFramebufferParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_FRAMEBUFFER_DEFAULT_WIDTH">GL_FRAMEBUFFER_DEFAULT_WIDTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of FramebufferParameteri,
|
|
GetFramebufferParameteriv, NamedFramebufferParameteriEXT, and
|
|
GetNamedFramebufferParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_EXT">GL_FRAMEBUFFER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindFramebufferEXT,
|
|
CheckFramebufferStatusEXT, FramebufferTexture{1D|2D|3D}EXT, and
|
|
FramebufferRenderbufferEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT">GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatus():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT">GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatus():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT">GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT">GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatusEXT():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES">GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatusOES():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS">GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_EXT">GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatusEXT():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES">GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatusOES():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER">GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatus():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER">GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatus():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXT">GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatusEXT():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_OES">GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatusOES():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_FORMATS_EXT">GL_FRAMEBUFFER_INCOMPLETE_FORMATS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatusEXT():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES">GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatusOES():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_ARB">GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatusEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_EXT">GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatusEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS">GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatusEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_ARB">GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatusEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT">GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatusEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT">GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatus():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT">GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatus():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT">GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT">GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatusEXT():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES">GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatusOES():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE">GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatus():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE">GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatus.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE">GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ANGLEFramebufferMultisample.html#GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_ANGLE">GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_ANGLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ANGLEFramebufferMultisample.html" title="class in org.lwjgl.opengles">ANGLEFramebufferMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatus:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLEFramebufferMultisample.html#GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_APPLE">GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_APPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLEFramebufferMultisample.html" title="class in org.lwjgl.opengles">APPLEFramebufferMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatus:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferMultisample.html#GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT">GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferMultisample.html" title="class in org.lwjgl.opengl">EXTFramebufferMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatusEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTMultisampledRenderToTexture.html#GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT">GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles">EXTMultisampledRenderToTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatus:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/IMGMultisampledRenderToTexture.html#GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG">GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/IMGMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles">IMGMultisampledRenderToTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatus:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER">GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatus():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER">GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatus():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_EXT">GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatusEXT():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVReadBuffer.html#GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_NV">GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVReadBuffer.html" title="class in org.lwjgl.opengles">NVReadBuffer</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_OES">GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatusOES():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_OES">GL_FRAMEBUFFER_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindFramebufferOES,
|
|
CheckFramebufferStatusOES, FramebufferTexture{2D|3D}OES,
|
|
FramebufferRenderbufferOES, and
|
|
GetFramebufferAttachmentParameterivOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_FRAMEBUFFER_RENDERABLE">GL_FRAMEBUFFER_RENDERABLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_FRAMEBUFFER_RENDERABLE">GL_FRAMEBUFFER_RENDERABLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_FRAMEBUFFER_RENDERABLE_LAYERED">GL_FRAMEBUFFER_RENDERABLE_LAYERED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_FRAMEBUFFER_RENDERABLE_LAYERED">GL_FRAMEBUFFER_RENDERABLE_LAYERED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_SRGB">GL_FRAMEBUFFER_SRGB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable, and IsEnabled,
|
|
and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferSRGB.html#GL_FRAMEBUFFER_SRGB_ARB">GL_FRAMEBUFFER_SRGB_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferSRGB.html" title="class in org.lwjgl.opengl">ARBFramebufferSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable, and IsEnabled,
|
|
and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_SRGB_CAPABLE">GL_FRAMEBUFFER_SRGB_CAPABLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferSRGB.html#GL_FRAMEBUFFER_SRGB_CAPABLE_ARB">GL_FRAMEBUFFER_SRGB_CAPABLE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferSRGB.html" title="class in org.lwjgl.opengl">ARBFramebufferSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferSRGB.html#GL_FRAMEBUFFER_SRGB_CAPABLE_EXT">GL_FRAMEBUFFER_SRGB_CAPABLE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferSRGB.html" title="class in org.lwjgl.opengl">EXTFramebufferSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferSRGB.html#GL_FRAMEBUFFER_SRGB_EXT">GL_FRAMEBUFFER_SRGB_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferSRGB.html" title="class in org.lwjgl.opengl">EXTFramebufferSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable, and IsEnabled,
|
|
and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_UNDEFINED">GL_FRAMEBUFFER_UNDEFINED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatus():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_UNDEFINED">GL_FRAMEBUFFER_UNDEFINED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatus():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_FRAMEBUFFER_UNDEFINED">GL_FRAMEBUFFER_UNDEFINED</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESSurfacelessContext.html#GL_FRAMEBUFFER_UNDEFINED_OES">GL_FRAMEBUFFER_UNDEFINED_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESSurfacelessContext.html" title="class in org.lwjgl.opengles">OESSurfacelessContext</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by glCheckFramebufferStatusOES and glCheckFramebufferStatus:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_UNSUPPORTED">GL_FRAMEBUFFER_UNSUPPORTED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatus():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_UNSUPPORTED">GL_FRAMEBUFFER_UNSUPPORTED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatus():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FRAMEBUFFER_UNSUPPORTED">GL_FRAMEBUFFER_UNSUPPORTED</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_UNSUPPORTED_EXT">GL_FRAMEBUFFER_UNSUPPORTED_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatusEXT():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_UNSUPPORTED_OES">GL_FRAMEBUFFER_UNSUPPORTED_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by CheckFramebufferStatusOES():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_FRONT">GL_FRONT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FRONT">GL_FRONT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">CullFaceMode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_FRONT_AND_BACK">GL_FRONT_AND_BACK</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FRONT_AND_BACK">GL_FRONT_AND_BACK</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">CullFaceMode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_FRONT_FACE">GL_FRONT_FACE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FRONT_FACE">GL_FRONT_FACE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_FRONT_LEFT">GL_FRONT_LEFT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_FRONT_RIGHT">GL_FRONT_RIGHT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_FULL_RANGE_EXT">GL_FULL_RANGE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_FULL_SUPPORT">GL_FULL_SUPPORT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_FULL_SUPPORT">GL_FULL_SUPPORT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_FUNC_ADD">GL_FUNC_ADD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_FUNC_ADD">GL_FUNC_ADD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FUNC_ADD">GL_FUNC_ADD</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">BlendEquationSeparate</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBlendMinmax.html#GL_FUNC_ADD_EXT">GL_FUNC_ADD_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBlendMinmax.html" title="class in org.lwjgl.opengl">EXTBlendMinmax</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquationEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTBlendMinmax.html#GL_FUNC_ADD_EXT">GL_FUNC_ADD_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTBlendMinmax.html" title="class in org.lwjgl.opengles">EXTBlendMinmax</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquationEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESBlendSubtract.html#GL_FUNC_ADD_OES">GL_FUNC_ADD_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESBlendSubtract.html" title="class in org.lwjgl.opengles">OESBlendSubtract</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquationOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_FUNC_REVERSE_SUBTRACT">GL_FUNC_REVERSE_SUBTRACT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_FUNC_REVERSE_SUBTRACT">GL_FUNC_REVERSE_SUBTRACT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FUNC_REVERSE_SUBTRACT">GL_FUNC_REVERSE_SUBTRACT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">BlendSubtract</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBlendSubtract.html#GL_FUNC_REVERSE_SUBTRACT_EXT">GL_FUNC_REVERSE_SUBTRACT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBlendSubtract.html" title="class in org.lwjgl.opengl">EXTBlendSubtract</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESBlendSubtract.html#GL_FUNC_REVERSE_SUBTRACT_OES">GL_FUNC_REVERSE_SUBTRACT_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESBlendSubtract.html" title="class in org.lwjgl.opengles">OESBlendSubtract</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquationOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_FUNC_SUBTRACT">GL_FUNC_SUBTRACT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_FUNC_SUBTRACT">GL_FUNC_SUBTRACT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_FUNC_SUBTRACT">GL_FUNC_SUBTRACT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">BlendSubtract</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBlendSubtract.html#GL_FUNC_SUBTRACT_EXT">GL_FUNC_SUBTRACT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBlendSubtract.html" title="class in org.lwjgl.opengl">EXTBlendSubtract</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESBlendSubtract.html#GL_FUNC_SUBTRACT_OES">GL_FUNC_SUBTRACT_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESBlendSubtract.html" title="class in org.lwjgl.opengles">OESBlendSubtract</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquationOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_GENERATE_MIPMAP">GL_GENERATE_MIPMAP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_GENERATE_MIPMAP_HINT">GL_GENERATE_MIPMAP_HINT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_GENERATE_MIPMAP_HINT">GL_GENERATE_MIPMAP_HINT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">HintTarget</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/SGISGenerateMipmap.html#GL_GENERATE_MIPMAP_HINT_SGIS">GL_GENERATE_MIPMAP_HINT_SGIS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/SGISGenerateMipmap.html" title="class in org.lwjgl.opengl">SGISGenerateMipmap</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of Hint, and by the <pname>
|
|
parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/SGISGenerateMipmap.html#GL_GENERATE_MIPMAP_SGIS">GL_GENERATE_MIPMAP_SGIS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/SGISGenerateMipmap.html" title="class in org.lwjgl.opengl">SGISGenerateMipmap</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of TexParameteri, TexParameterf,
|
|
TexParameteriv, TexParameterfv, GetTexParameteriv, and GetTexParameterfv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#GL_GENERIC_ATTRIB_NV">GL_GENERIC_ATTRIB_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attribs> parameter of TransformFeedbackAttribsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_GEOMETRY_INPUT_TYPE">GL_GEOMETRY_INPUT_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of ProgramParameteriEXT and
|
|
GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_GEOMETRY_INPUT_TYPE_ARB">GL_GEOMETRY_INPUT_TYPE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of ProgramParameteriEXT and
|
|
GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_GEOMETRY_INPUT_TYPE_EXT">GL_GEOMETRY_INPUT_TYPE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of ProgramParameteriEXT and
|
|
GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_GEOMETRY_OUTPUT_TYPE">GL_GEOMETRY_OUTPUT_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of ProgramParameteriEXT and
|
|
GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_GEOMETRY_OUTPUT_TYPE_ARB">GL_GEOMETRY_OUTPUT_TYPE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of ProgramParameteriEXT and
|
|
GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_GEOMETRY_OUTPUT_TYPE_EXT">GL_GEOMETRY_OUTPUT_TYPE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of ProgramParameteriEXT and
|
|
GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGeometryProgram4.html#GL_GEOMETRY_PROGRAM_NV">GL_GEOMETRY_PROGRAM_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGeometryProgram4.html" title="class in org.lwjgl.opengl">NVGeometryProgram4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Disable, Enable, and IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVParameterBufferObject.html#GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NV">GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVParameterBufferObject.html" title="class in org.lwjgl.opengl">NVParameterBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of ProgramBufferParametersfvNV,
|
|
ProgramBufferParametersIivNV, and ProgramBufferParametersIuivNV,
|
|
BindBufferRangeNV, BindBufferOffsetNV, BindBufferBaseNV, and BindBuffer
|
|
and the <value> parameter of GetIntegerIndexedvEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_GEOMETRY_SHADER">GL_GEOMETRY_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of CreateShader and returned by the
|
|
<params> parameter of GetShaderiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_GEOMETRY_SHADER_ARB">GL_GEOMETRY_SHADER_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of CreateShader and returned by the
|
|
<params> parameter of GetShaderiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#GL_GEOMETRY_SHADER_BIT">GL_GEOMETRY_SHADER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by <stages> parameter to UseProgramStages:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_GEOMETRY_SHADER_BIT">GL_GEOMETRY_SHADER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by <stages> parameter to UseProgramStages:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_GEOMETRY_SHADER_EXT">GL_GEOMETRY_SHADER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of CreateShader and returned by the
|
|
<params> parameter of GetShaderiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShader5.html#GL_GEOMETRY_SHADER_INVOCATIONS">GL_GEOMETRY_SHADER_INVOCATIONS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShader5.html" title="class in org.lwjgl.opengl">ARBGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_GEOMETRY_SHADER_INVOCATIONS">GL_GEOMETRY_SHADER_INVOCATIONS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_GEOMETRY_SUBROUTINE">GL_GEOMETRY_SUBROUTINE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_GEOMETRY_SUBROUTINE">GL_GEOMETRY_SUBROUTINE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_GEOMETRY_SUBROUTINE_UNIFORM">GL_GEOMETRY_SUBROUTINE_UNIFORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_GEOMETRY_SUBROUTINE_UNIFORM">GL_GEOMETRY_SUBROUTINE_UNIFORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_GEOMETRY_TEXTURE">GL_GEOMETRY_TEXTURE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_GEOMETRY_TEXTURE">GL_GEOMETRY_TEXTURE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_GEOMETRY_VERTICES_OUT">GL_GEOMETRY_VERTICES_OUT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of ProgramParameteriEXT and
|
|
GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_GEOMETRY_VERTICES_OUT_ARB">GL_GEOMETRY_VERTICES_OUT_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of ProgramParameteriEXT and
|
|
GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_GEOMETRY_VERTICES_OUT_EXT">GL_GEOMETRY_VERTICES_OUT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of ProgramParameteriEXT and
|
|
GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_GEQUAL">GL_GEQUAL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_GEQUAL">GL_GEQUAL</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">StencilFunction</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_GET_TEXTURE_IMAGE_FORMAT">GL_GET_TEXTURE_IMAGE_FORMAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_GET_TEXTURE_IMAGE_FORMAT">GL_GET_TEXTURE_IMAGE_FORMAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_GET_TEXTURE_IMAGE_TYPE">GL_GET_TEXTURE_IMAGE_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_GET_TEXTURE_IMAGE_TYPE">GL_GET_TEXTURE_IMAGE_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_GLYPH_HAS_KERNING_NV">GL_GLYPH_HAS_KERNING_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a bit within the <metricQueryMask> parameter of
|
|
GetPathMetricRangeNV or GetPathMetricsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_GLYPH_HEIGHT_BIT_NV">GL_GLYPH_HEIGHT_BIT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a bit within the <metricQueryMask> parameter of
|
|
GetPathMetricRangeNV or GetPathMetricsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_GLYPH_HORIZONTAL_BEARING_ADVANCE_BIT_NV">GL_GLYPH_HORIZONTAL_BEARING_ADVANCE_BIT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a bit within the <metricQueryMask> parameter of
|
|
GetPathMetricRangeNV or GetPathMetricsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_GLYPH_HORIZONTAL_BEARING_X_BIT_NV">GL_GLYPH_HORIZONTAL_BEARING_X_BIT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a bit within the <metricQueryMask> parameter of
|
|
GetPathMetricRangeNV or GetPathMetricsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_GLYPH_HORIZONTAL_BEARING_Y_BIT_NV">GL_GLYPH_HORIZONTAL_BEARING_Y_BIT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a bit within the <metricQueryMask> parameter of
|
|
GetPathMetricRangeNV or GetPathMetricsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_GLYPH_VERTICAL_BEARING_ADVANCE_BIT_NV">GL_GLYPH_VERTICAL_BEARING_ADVANCE_BIT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a bit within the <metricQueryMask> parameter of
|
|
GetPathMetricRangeNV or GetPathMetricsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_GLYPH_VERTICAL_BEARING_X_BIT_NV">GL_GLYPH_VERTICAL_BEARING_X_BIT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a bit within the <metricQueryMask> parameter of
|
|
GetPathMetricRangeNV or GetPathMetricsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_GLYPH_VERTICAL_BEARING_Y_BIT_NV">GL_GLYPH_VERTICAL_BEARING_Y_BIT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a bit within the <metricQueryMask> parameter of
|
|
GetPathMetricRangeNV or GetPathMetricsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_GLYPH_WIDTH_BIT_NV">GL_GLYPH_WIDTH_BIT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a bit within the <metricQueryMask> parameter of
|
|
GetPathMetricRangeNV or GetPathMetricsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVShaderBufferLoad.html#GL_GPU_ADDRESS_NV">GL_GPU_ADDRESS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVXGpuMemoryInfo.html#GL_GPU_MEMORY_INFO_CURRENT_AVAILABLE_VIDMEM_NVX">GL_GPU_MEMORY_INFO_CURRENT_AVAILABLE_VIDMEM_NVX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVXGpuMemoryInfo.html" title="class in org.lwjgl.opengl">NVXGpuMemoryInfo</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVXGpuMemoryInfo.html#GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX">GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVXGpuMemoryInfo.html" title="class in org.lwjgl.opengl">NVXGpuMemoryInfo</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVXGpuMemoryInfo.html#GL_GPU_MEMORY_INFO_EVICTED_MEMORY_NVX">GL_GPU_MEMORY_INFO_EVICTED_MEMORY_NVX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVXGpuMemoryInfo.html" title="class in org.lwjgl.opengl">NVXGpuMemoryInfo</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVXGpuMemoryInfo.html#GL_GPU_MEMORY_INFO_EVICTION_COUNT_NVX">GL_GPU_MEMORY_INFO_EVICTION_COUNT_NVX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVXGpuMemoryInfo.html" title="class in org.lwjgl.opengl">NVXGpuMemoryInfo</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVXGpuMemoryInfo.html#GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX">GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVXGpuMemoryInfo.html" title="class in org.lwjgl.opengl">NVXGpuMemoryInfo</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMBinningControl.html#GL_GPU_OPTIMIZED_QCOM">GL_GPU_OPTIMIZED_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMBinningControl.html" title="class in org.lwjgl.opengles">QCOMBinningControl</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <hint> parameter of Hint:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_GREATER">GL_GREATER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_GREATER">GL_GREATER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">StencilFunction</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_GREEN">GL_GREEN</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_GREEN">GL_GREEN</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_GREEN_BIAS">GL_GREEN_BIAS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_GREEN_BIT_ATI">GL_GREEN_BIT_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_GREEN_BITS">GL_GREEN_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_GREEN_BITS">GL_GREEN_BITS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_GREEN_INTEGER">GL_GREEN_INTEGER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
|
|
DrawPixels and ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_GREEN_INTEGER_EXT">GL_GREEN_INTEGER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
|
|
DrawPixels and ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_GREEN_SCALE">GL_GREEN_SCALE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_GREMEDY_frame_terminator">GL_GREMEDY_frame_terminator</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_GREMEDY_string_marker">GL_GREMEDY_string_marker</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#GL_GUILTY_CONTEXT_RESET_ARB">GL_GUILTY_CONTEXT_RESET_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetGraphicsResetStatusARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTRobustness.html#GL_GUILTY_CONTEXT_RESET_EXT">GL_GUILTY_CONTEXT_RESET_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetGraphicsResetStatusEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_HALF_APPLE">GL_HALF_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the parameters of DrawPixels, ReadPixels, TexImage1D,
|
|
TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, and
|
|
GetTexImage:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_HALF_BIAS_NEGATE_NV">GL_HALF_BIAS_NEGATE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_HALF_BIAS_NORMAL_NV">GL_HALF_BIAS_NORMAL_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_HALF_BIT_ATI">GL_HALF_BIT_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBHalfFloatVertex.html#GL_HALF_FLOAT">GL_HALF_FLOAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBHalfFloatVertex.html" title="class in org.lwjgl.opengl">ARBHalfFloatVertex</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> argument of VertexPointer, NormalPointer,
|
|
ColorPointer, SecondaryColorPointer, FogCoordPointer, TexCoordPointer,
|
|
and VertexAttribPointer:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_HALF_FLOAT">GL_HALF_FLOAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> 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 <type> argument of VertexPointer, NormalPointer,
|
|
ColorPointer, SecondaryColorPointer, FogCoordPointer, TexCoordPointer,
|
|
and VertexAttribPointer:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_HALF_FLOAT">GL_HALF_FLOAT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBHalfFloatPixel.html#GL_HALF_FLOAT_ARB">GL_HALF_FLOAT_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBHalfFloatPixel.html" title="class in org.lwjgl.opengl">ARBHalfFloatPixel</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of DrawPixels, ReadPixels,
|
|
TexImage1D, TexImage2D, TexImage3D, GetTexImage, TexSubImage1D,
|
|
TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax,
|
|
ConvolutionFilter1D, ConvolutionFilter2D, GetConvolutionFilter,
|
|
SeparableFilter2D, GetSeparableFilter, ColorTable, ColorSubTable,
|
|
and GetColorTable:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARBHalfFloatPixel.html#GL_HALF_FLOAT_ARB">GL_HALF_FLOAT_ARB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARBHalfFloatPixel.html" title="class in org.lwjgl.opengles">ARBHalfFloatPixel</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of DrawPixels, ReadPixels,
|
|
TexImage1D, TexImage2D, TexImage3D, GetTexImage, TexSubImage1D,
|
|
TexSubImage2D, TexSubImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVHalfFloat.html#GL_HALF_FLOAT_NV">GL_HALF_FLOAT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> argument of VertexPointer, NormalPointer,
|
|
ColorPointer, TexCoordPointer, FogCoordPointerEXT,
|
|
SecondaryColorPointerEXT, VertexWeightPointerEXT, VertexAttribPointerNV,
|
|
DrawPixels, ReadPixels, TexImage1D, TexImage2D, TexImage3D, TexSubImage1D,
|
|
TexSubImage2D, TexSubImage3D, and GetTexImage:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESTextureHalfFloat.html#GL_HALF_FLOAT_OES">GL_HALF_FLOAT_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESTextureHalfFloat.html" title="class in org.lwjgl.opengles">OESTextureHalfFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of TexImage2D, TexSubImage2D,
|
|
TexImage3D, and TexSubImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESVertexHalfFloat.html#GL_HALF_FLOAT_OES">GL_HALF_FLOAT_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESVertexHalfFloat.html" title="class in org.lwjgl.opengles">OESVertexHalfFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of VertexAttribPointer:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_HARDLIGHT_NV">GL_HARDLIGHT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_HARDMIX_NV">GL_HARDMIX_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_HI_BIAS_NV">GL_HI_BIAS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, PixelTransferf, and PixelTransferi.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_HI_SCALE_NV">GL_HI_SCALE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, PixelTransferf, and PixelTransferi.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_HIGH_FLOAT">GL_HIGH_FLOAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <precisiontype> parameter of
|
|
GetShaderPrecisionFormat:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_HIGH_FLOAT">GL_HIGH_FLOAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <precisiontype> parameter of
|
|
GetShaderPrecisionFormat:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_HIGH_FLOAT">GL_HIGH_FLOAT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shader Precision-Specified Types</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_HIGH_INT">GL_HIGH_INT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <precisiontype> parameter of
|
|
GetShaderPrecisionFormat:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_HIGH_INT">GL_HIGH_INT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <precisiontype> parameter of
|
|
GetShaderPrecisionFormat:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_HIGH_INT">GL_HIGH_INT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shader Precision-Specified Types</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_HILO16_NV">GL_HILO16_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D and
|
|
TexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_HILO16_NV">GL_HILO16_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader3.html#GL_HILO8_NV">GL_HILO8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_HILO_NV">GL_HILO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of GetTexImage, TexImage1D,
|
|
TexImage2D, TexSubImage1D, and TexSubImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_HILO_NV">GL_HILO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_HINT_BIT">GL_HINT_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_HISTOGRAM">GL_HISTOGRAM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_HISTOGRAM_ALPHA_SIZE">GL_HISTOGRAM_ALPHA_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_HISTOGRAM_BLUE_SIZE">GL_HISTOGRAM_BLUE_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_HISTOGRAM_FORMAT">GL_HISTOGRAM_FORMAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_HISTOGRAM_GREEN_SIZE">GL_HISTOGRAM_GREEN_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_HISTOGRAM_LUMINANCE_SIZE">GL_HISTOGRAM_LUMINANCE_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_HISTOGRAM_RED_SIZE">GL_HISTOGRAM_RED_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_HISTOGRAM_SINK">GL_HISTOGRAM_SINK</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_HISTOGRAM_WIDTH">GL_HISTOGRAM_WIDTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_HORIZONTAL_LINE_TO_NV">GL_HORIZONTAL_LINE_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_HP_occlusion_test">GL_HP_occlusion_test</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_HSL_COLOR_NV">GL_HSL_COLOR_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_HSL_HUE_NV">GL_HSL_HUE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_HSL_LUMINOSITY_NV">GL_HSL_LUMINOSITY_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_HSL_SATURATION_NV">GL_HSL_SATURATION_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_IBM_rasterpos_clip">GL_IBM_rasterpos_clip</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_IDENTITY_NV">GL_IDENTITY_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <transform> parameter of TrackMatrixNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_IGNORE_BORDER">GL_IGNORE_BORDER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_1D">GL_IMAGE_1D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_IMAGE_1D">GL_IMAGE_1D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_1D_ARRAY">GL_IMAGE_1D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_IMAGE_1D_ARRAY">GL_IMAGE_1D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_1D_ARRAY_EXT">GL_IMAGE_1D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_1D_EXT">GL_IMAGE_1D_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_2D">GL_IMAGE_2D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_IMAGE_2D">GL_IMAGE_2D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_2D_ARRAY">GL_IMAGE_2D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_IMAGE_2D_ARRAY">GL_IMAGE_2D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_2D_ARRAY_EXT">GL_IMAGE_2D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_2D_EXT">GL_IMAGE_2D_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_2D_MULTISAMPLE">GL_IMAGE_2D_MULTISAMPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_IMAGE_2D_MULTISAMPLE">GL_IMAGE_2D_MULTISAMPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_2D_MULTISAMPLE_ARRAY">GL_IMAGE_2D_MULTISAMPLE_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_IMAGE_2D_MULTISAMPLE_ARRAY">GL_IMAGE_2D_MULTISAMPLE_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_2D_MULTISAMPLE_ARRAY_EXT">GL_IMAGE_2D_MULTISAMPLE_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_2D_MULTISAMPLE_EXT">GL_IMAGE_2D_MULTISAMPLE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_2D_RECT">GL_IMAGE_2D_RECT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_IMAGE_2D_RECT">GL_IMAGE_2D_RECT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_2D_RECT_EXT">GL_IMAGE_2D_RECT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_3D">GL_IMAGE_3D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_IMAGE_3D">GL_IMAGE_3D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_3D_EXT">GL_IMAGE_3D_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_BINDING_ACCESS">GL_IMAGE_BINDING_ACCESS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetIntegeri_v and GetBooleani_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_IMAGE_BINDING_ACCESS">GL_IMAGE_BINDING_ACCESS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetIntegeri_v and GetBooleani_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_BINDING_ACCESS_EXT">GL_IMAGE_BINDING_ACCESS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetIntegeri_v and GetBooleani_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_BINDING_FORMAT">GL_IMAGE_BINDING_FORMAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetIntegeri_v and GetBooleani_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_IMAGE_BINDING_FORMAT">GL_IMAGE_BINDING_FORMAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetIntegeri_v and GetBooleani_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_BINDING_FORMAT_EXT">GL_IMAGE_BINDING_FORMAT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetIntegeri_v and GetBooleani_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_BINDING_LAYER">GL_IMAGE_BINDING_LAYER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetIntegeri_v and GetBooleani_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_IMAGE_BINDING_LAYER">GL_IMAGE_BINDING_LAYER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetIntegeri_v and GetBooleani_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_BINDING_LAYER_EXT">GL_IMAGE_BINDING_LAYER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetIntegeri_v and GetBooleani_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_BINDING_LAYERED">GL_IMAGE_BINDING_LAYERED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetIntegeri_v and GetBooleani_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_IMAGE_BINDING_LAYERED">GL_IMAGE_BINDING_LAYERED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetIntegeri_v and GetBooleani_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_BINDING_LAYERED_EXT">GL_IMAGE_BINDING_LAYERED_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetIntegeri_v and GetBooleani_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_BINDING_LEVEL">GL_IMAGE_BINDING_LEVEL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetIntegeri_v and GetBooleani_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_IMAGE_BINDING_LEVEL">GL_IMAGE_BINDING_LEVEL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetIntegeri_v and GetBooleani_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_BINDING_LEVEL_EXT">GL_IMAGE_BINDING_LEVEL_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetIntegeri_v and GetBooleani_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_BINDING_NAME">GL_IMAGE_BINDING_NAME</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetIntegeri_v and GetBooleani_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_IMAGE_BINDING_NAME">GL_IMAGE_BINDING_NAME</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetIntegeri_v and GetBooleani_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_BINDING_NAME_EXT">GL_IMAGE_BINDING_NAME_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetIntegeri_v and GetBooleani_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_BUFFER">GL_IMAGE_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_IMAGE_BUFFER">GL_IMAGE_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_BUFFER_EXT">GL_IMAGE_BUFFER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_CLASS_10_10_10_2">GL_IMAGE_CLASS_10_10_10_2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_IMAGE_CLASS_10_10_10_2">GL_IMAGE_CLASS_10_10_10_2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_CLASS_11_11_10">GL_IMAGE_CLASS_11_11_10</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_IMAGE_CLASS_11_11_10">GL_IMAGE_CLASS_11_11_10</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_CLASS_1_X_16">GL_IMAGE_CLASS_1_X_16</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_IMAGE_CLASS_1_X_16">GL_IMAGE_CLASS_1_X_16</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_CLASS_1_X_32">GL_IMAGE_CLASS_1_X_32</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_IMAGE_CLASS_1_X_32">GL_IMAGE_CLASS_1_X_32</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_CLASS_1_X_8">GL_IMAGE_CLASS_1_X_8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_IMAGE_CLASS_1_X_8">GL_IMAGE_CLASS_1_X_8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_CLASS_2_X_16">GL_IMAGE_CLASS_2_X_16</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_IMAGE_CLASS_2_X_16">GL_IMAGE_CLASS_2_X_16</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_CLASS_2_X_32">GL_IMAGE_CLASS_2_X_32</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_IMAGE_CLASS_2_X_32">GL_IMAGE_CLASS_2_X_32</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_CLASS_2_X_8">GL_IMAGE_CLASS_2_X_8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_IMAGE_CLASS_2_X_8">GL_IMAGE_CLASS_2_X_8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_CLASS_4_X_16">GL_IMAGE_CLASS_4_X_16</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_IMAGE_CLASS_4_X_16">GL_IMAGE_CLASS_4_X_16</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_CLASS_4_X_32">GL_IMAGE_CLASS_4_X_32</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_IMAGE_CLASS_4_X_32">GL_IMAGE_CLASS_4_X_32</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_CLASS_4_X_8">GL_IMAGE_CLASS_4_X_8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_IMAGE_CLASS_4_X_8">GL_IMAGE_CLASS_4_X_8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_COMPATIBILITY_CLASS">GL_IMAGE_COMPATIBILITY_CLASS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_IMAGE_COMPATIBILITY_CLASS">GL_IMAGE_COMPATIBILITY_CLASS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_CUBE">GL_IMAGE_CUBE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_IMAGE_CUBE">GL_IMAGE_CUBE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_CUBE_EXT">GL_IMAGE_CUBE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_CUBE_MAP_ARRAY">GL_IMAGE_CUBE_MAP_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_IMAGE_CUBE_MAP_ARRAY">GL_IMAGE_CUBE_MAP_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_CUBE_MAP_ARRAY_EXT">GL_IMAGE_CUBE_MAP_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE">GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <data> parameter of GetTexParameteriv, GetTexParameterfv,
|
|
GetTexParameterIiv, and GetTexParameterIuiv when <value> is
|
|
IMAGE_FORMAT_COMPATIBILITY_TYPE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE">GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <data> parameter of GetTexParameteriv, GetTexParameterfv,
|
|
GetTexParameterIiv, and GetTexParameterIuiv when <value> is
|
|
IMAGE_FORMAT_COMPATIBILITY_TYPE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_FORMAT_COMPATIBILITY_TYPE">GL_IMAGE_FORMAT_COMPATIBILITY_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_FORMAT_COMPATIBILITY_TYPE">GL_IMAGE_FORMAT_COMPATIBILITY_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetTexParameteriv, GetTexParameterfv,
|
|
GetTexParameterIiv, and GetTexParameterIuiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_IMAGE_FORMAT_COMPATIBILITY_TYPE">GL_IMAGE_FORMAT_COMPATIBILITY_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetTexParameteriv, GetTexParameterfv,
|
|
GetTexParameterIiv, and GetTexParameterIuiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_IMAGE_FORMAT_COMPATIBILITY_TYPE">GL_IMAGE_FORMAT_COMPATIBILITY_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_PIXEL_FORMAT">GL_IMAGE_PIXEL_FORMAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_IMAGE_PIXEL_FORMAT">GL_IMAGE_PIXEL_FORMAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_PIXEL_TYPE">GL_IMAGE_PIXEL_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_IMAGE_PIXEL_TYPE">GL_IMAGE_PIXEL_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_TEXEL_SIZE">GL_IMAGE_TEXEL_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_IMAGE_TEXEL_SIZE">GL_IMAGE_TEXEL_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_IMG_multisampled_render_to_texture">GL_IMG_multisampled_render_to_texture</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_IMG_program_binary">GL_IMG_program_binary</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_IMG_read_format">GL_IMG_read_format</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_IMG_shader_binary">GL_IMG_shader_binary</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_IMG_texture_compression_pvrtc">GL_IMG_texture_compression_pvrtc</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_IMPLEMENTATION_COLOR_READ_FORMAT">GL_IMPLEMENTATION_COLOR_READ_FORMAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_IMPLEMENTATION_COLOR_READ_FORMAT">GL_IMPLEMENTATION_COLOR_READ_FORMAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_IMPLEMENTATION_COLOR_READ_FORMAT">GL_IMPLEMENTATION_COLOR_READ_FORMAT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Read Format</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_IMPLEMENTATION_COLOR_READ_TYPE">GL_IMPLEMENTATION_COLOR_READ_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_IMPLEMENTATION_COLOR_READ_TYPE">GL_IMPLEMENTATION_COLOR_READ_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_IMPLEMENTATION_COLOR_READ_TYPE">GL_IMPLEMENTATION_COLOR_READ_TYPE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Read Format</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_INCR">GL_INCR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_INCR">GL_INCR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">StencilOp</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_INCR_WRAP">GL_INCR_WRAP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_INCR_WRAP">GL_INCR_WRAP</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">StencilOp</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTStencilWrap.html#GL_INCR_WRAP_EXT">GL_INCR_WRAP_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTStencilWrap.html" title="class in org.lwjgl.opengl">EXTStencilWrap</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_INDEX">GL_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <params> by GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_INDEX">GL_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <params> by GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_INDEX_ARRAY">GL_INDEX_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_INDEX_ARRAY_ADDRESS_NV">GL_INDEX_ARRAY_ADDRESS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of BufferAddressRangeNV
|
|
and the <value> parameter of GetIntegerui64vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_INDEX_ARRAY_BUFFER_BINDING">GL_INDEX_ARRAY_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_INDEX_ARRAY_BUFFER_BINDING_ARB">GL_INDEX_ARRAY_BUFFER_BINDING_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_INDEX_ARRAY_LENGTH_NV">GL_INDEX_ARRAY_LENGTH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_INDEX_ARRAY_POINTER">GL_INDEX_ARRAY_POINTER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_INDEX_ARRAY_STRIDE">GL_INDEX_ARRAY_STRIDE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_INDEX_ARRAY_TYPE">GL_INDEX_ARRAY_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_INDEX_BITS">GL_INDEX_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_INDEX_CLEAR_VALUE">GL_INDEX_CLEAR_VALUE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_INDEX_LOGIC_OP">GL_INDEX_LOGIC_OP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_INDEX_MODE">GL_INDEX_MODE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_INDEX_OFFSET">GL_INDEX_OFFSET</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_INDEX_SHIFT">GL_INDEX_SHIFT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_INDEX_WRITEMASK">GL_INDEX_WRITEMASK</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_INFO_LOG_LENGTH">GL_INFO_LOG_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetObjectParameter{fi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_INFO_LOG_LENGTH">GL_INFO_LOG_LENGTH</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shader Source</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#GL_INNOCENT_CONTEXT_RESET_ARB">GL_INNOCENT_CONTEXT_RESET_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetGraphicsResetStatusARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTRobustness.html#GL_INNOCENT_CONTEXT_RESET_EXT">GL_INNOCENT_CONTEXT_RESET_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetGraphicsResetStatusEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_INT">GL_INT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_INT">GL_INT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">DataType</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_INT16_NV">GL_INT16_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_INT16_VEC2_NV">GL_INT16_VEC2_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_INT16_VEC3_NV">GL_INT16_VEC3_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_INT16_VEC4_NV">GL_INT16_VEC4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_INT64_NV">GL_INT64_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#GL_INT64_NV">GL_INT64_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of VertexAttribLPointerEXT,
|
|
VertexArrayVertexAttribLOffsetEXT, and VertexAttribLFormatNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_INT64_VEC2_NV">GL_INT64_VEC2_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_INT64_VEC3_NV">GL_INT64_VEC3_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_INT64_VEC4_NV">GL_INT64_VEC4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_INT8_NV">GL_INT8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_INT8_VEC2_NV">GL_INT8_VEC2_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_INT8_VEC3_NV">GL_INT8_VEC3_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_INT8_VEC4_NV">GL_INT8_VEC4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESVertexType1010102.html#GL_INT_10_10_10_2_OES">GL_INT_10_10_10_2_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESVertexType1010102.html" title="class in org.lwjgl.opengles">OESVertexType1010102</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of VertexAttribPointer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#GL_INT_2_10_10_10_REV">GL_INT_2_10_10_10_REV</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of VertexAttribPointer, VertexPointer,
|
|
NormalPointer, ColorPointer, SecondaryColorPointer, TexCoordPointer,
|
|
VertexAttribP{1234}ui, VertexP*, TexCoordP*, MultiTexCoordP*, NormalP3ui,
|
|
ColorP*, SecondaryColorP* and VertexAttribP*</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#GL_INT_2_10_10_10_REV">GL_INT_2_10_10_10_REV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of VertexAttribPointer, VertexPointer,
|
|
NormalPointer, ColorPointer, SecondaryColorPointer, TexCoordPointer,
|
|
VertexAttribP{1234}ui, VertexP*, TexCoordP*, MultiTexCoordP*, NormalP3ui,
|
|
ColorP*, SecondaryColorP* and VertexAttribP*</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_INT_2_10_10_10_REV">GL_INT_2_10_10_10_REV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_INT_IMAGE_1D">GL_INT_IMAGE_1D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_INT_IMAGE_1D">GL_INT_IMAGE_1D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_INT_IMAGE_1D_ARRAY">GL_INT_IMAGE_1D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_INT_IMAGE_1D_ARRAY">GL_INT_IMAGE_1D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_INT_IMAGE_1D_ARRAY_EXT">GL_INT_IMAGE_1D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_INT_IMAGE_1D_EXT">GL_INT_IMAGE_1D_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_INT_IMAGE_2D">GL_INT_IMAGE_2D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_INT_IMAGE_2D">GL_INT_IMAGE_2D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_INT_IMAGE_2D_ARRAY">GL_INT_IMAGE_2D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_INT_IMAGE_2D_ARRAY">GL_INT_IMAGE_2D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_INT_IMAGE_2D_ARRAY_EXT">GL_INT_IMAGE_2D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_INT_IMAGE_2D_EXT">GL_INT_IMAGE_2D_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_INT_IMAGE_2D_MULTISAMPLE">GL_INT_IMAGE_2D_MULTISAMPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_INT_IMAGE_2D_MULTISAMPLE">GL_INT_IMAGE_2D_MULTISAMPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY">GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY">GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY_EXT">GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_INT_IMAGE_2D_MULTISAMPLE_EXT">GL_INT_IMAGE_2D_MULTISAMPLE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_INT_IMAGE_2D_RECT">GL_INT_IMAGE_2D_RECT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_INT_IMAGE_2D_RECT">GL_INT_IMAGE_2D_RECT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_INT_IMAGE_2D_RECT_EXT">GL_INT_IMAGE_2D_RECT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_INT_IMAGE_3D">GL_INT_IMAGE_3D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_INT_IMAGE_3D">GL_INT_IMAGE_3D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_INT_IMAGE_3D_EXT">GL_INT_IMAGE_3D_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_INT_IMAGE_BUFFER">GL_INT_IMAGE_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_INT_IMAGE_BUFFER">GL_INT_IMAGE_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_INT_IMAGE_BUFFER_EXT">GL_INT_IMAGE_BUFFER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_INT_IMAGE_CUBE">GL_INT_IMAGE_CUBE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_INT_IMAGE_CUBE">GL_INT_IMAGE_CUBE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_INT_IMAGE_CUBE_EXT">GL_INT_IMAGE_CUBE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_INT_IMAGE_CUBE_MAP_ARRAY">GL_INT_IMAGE_CUBE_MAP_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_INT_IMAGE_CUBE_MAP_ARRAY">GL_INT_IMAGE_CUBE_MAP_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_INT_IMAGE_CUBE_MAP_ARRAY_EXT">GL_INT_IMAGE_CUBE_MAP_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_INT_SAMPLER_1D">GL_INT_SAMPLER_1D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_INT_SAMPLER_1D_ARRAY">GL_INT_SAMPLER_1D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_INT_SAMPLER_1D_ARRAY_EXT">GL_INT_SAMPLER_1D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_INT_SAMPLER_1D_EXT">GL_INT_SAMPLER_1D_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_INT_SAMPLER_2D">GL_INT_SAMPLER_2D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_INT_SAMPLER_2D">GL_INT_SAMPLER_2D</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_INT_SAMPLER_2D_ARRAY">GL_INT_SAMPLER_2D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_INT_SAMPLER_2D_ARRAY">GL_INT_SAMPLER_2D_ARRAY</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_INT_SAMPLER_2D_ARRAY_EXT">GL_INT_SAMPLER_2D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_INT_SAMPLER_2D_EXT">GL_INT_SAMPLER_2D_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_INT_SAMPLER_2D_MULTISAMPLE">GL_INT_SAMPLER_2D_MULTISAMPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_INT_SAMPLER_2D_MULTISAMPLE">GL_INT_SAMPLER_2D_MULTISAMPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY">GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY">GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_INT_SAMPLER_2D_RECT">GL_INT_SAMPLER_2D_RECT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_INT_SAMPLER_2D_RECT_EXT">GL_INT_SAMPLER_2D_RECT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_INT_SAMPLER_3D">GL_INT_SAMPLER_3D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_INT_SAMPLER_3D">GL_INT_SAMPLER_3D</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_INT_SAMPLER_3D_EXT">GL_INT_SAMPLER_3D_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_INT_SAMPLER_BUFFER">GL_INT_SAMPLER_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDVertexShaderTessellator.html#GL_INT_SAMPLER_BUFFER_AMD">GL_INT_SAMPLER_BUFFER_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDVertexShaderTessellator.html" title="class in org.lwjgl.opengl">AMDVertexShaderTessellator</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_INT_SAMPLER_BUFFER_EXT">GL_INT_SAMPLER_BUFFER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_INT_SAMPLER_CUBE">GL_INT_SAMPLER_CUBE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_INT_SAMPLER_CUBE">GL_INT_SAMPLER_CUBE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_INT_SAMPLER_CUBE_EXT">GL_INT_SAMPLER_CUBE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_INT_SAMPLER_CUBE_MAP_ARRAY">GL_INT_SAMPLER_CUBE_MAP_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCubeMapArray.html#GL_INT_SAMPLER_CUBE_MAP_ARRAY_ARB">GL_INT_SAMPLER_CUBE_MAP_ARRAY_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCubeMapArray.html" title="class in org.lwjgl.opengl">ARBTextureCubeMapArray</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVExplicitMultisample.html#GL_INT_SAMPLER_RENDERBUFFER_NV">GL_INT_SAMPLER_RENDERBUFFER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_INT_VEC2">GL_INT_VEC2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_INT_VEC2">GL_INT_VEC2</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Uniform Types</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_INT_VEC2_ARB">GL_INT_VEC2_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_INT_VEC3">GL_INT_VEC3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_INT_VEC3">GL_INT_VEC3</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Uniform Types</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_INT_VEC3_ARB">GL_INT_VEC3_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_INT_VEC4">GL_INT_VEC4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_INT_VEC4">GL_INT_VEC4</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Uniform Types</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_INT_VEC4_ARB">GL_INT_VEC4_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_INTEL_map_texture">GL_INTEL_map_texture</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_INTENSITY">GL_INTENSITY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_INTENSITY12">GL_INTENSITY12</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_INTENSITY16">GL_INTENSITY16</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_INTENSITY16_SNORM">GL_INTENSITY16_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureFloat.html#GL_INTENSITY16F_ARB">GL_INTENSITY16F_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_INTENSITY16I_EXT">GL_INTENSITY16I_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_INTENSITY16UI_EXT">GL_INTENSITY16UI_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureFloat.html#GL_INTENSITY32F_ARB">GL_INTENSITY32F_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_INTENSITY32I_EXT">GL_INTENSITY32I_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_INTENSITY32UI_EXT">GL_INTENSITY32UI_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_INTENSITY4">GL_INTENSITY4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_INTENSITY8">GL_INTENSITY8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_INTENSITY8_SNORM">GL_INTENSITY8_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_INTENSITY8I_EXT">GL_INTENSITY8I_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_INTENSITY8UI_EXT">GL_INTENSITY8UI_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_INTENSITY_FLOAT16_APPLE">GL_INTENSITY_FLOAT16_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATITextureFloat.html#GL_INTENSITY_FLOAT16_ATI">GL_INTENSITY_FLOAT16_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATITextureFloat.html" title="class in org.lwjgl.opengl">ATITextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_INTENSITY_FLOAT32_APPLE">GL_INTENSITY_FLOAT32_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATITextureFloat.html#GL_INTENSITY_FLOAT32_ATI">GL_INTENSITY_FLOAT32_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATITextureFloat.html" title="class in org.lwjgl.opengl">ATITextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_INTENSITY_SNORM">GL_INTENSITY_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_INTERLEAVED_ATTRIBS">GL_INTERLEAVED_ATTRIBS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <bufferMode> parameter of TransformFeedbackVaryings:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_INTERLEAVED_ATTRIBS">GL_INTERLEAVED_ATTRIBS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_INTERLEAVED_ATTRIBS_EXT">GL_INTERLEAVED_ATTRIBS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <bufferMode> parameter of TransformFeedbackVaryingsEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#GL_INTERLEAVED_ATTRIBS_NV">GL_INTERLEAVED_ATTRIBS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <bufferMode> parameter of TransformFeedbackAttribsNV and
|
|
TransformFeedbackVaryingsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_ALPHA_SIZE">GL_INTERNALFORMAT_ALPHA_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_ALPHA_SIZE">GL_INTERNALFORMAT_ALPHA_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_ALPHA_TYPE">GL_INTERNALFORMAT_ALPHA_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_ALPHA_TYPE">GL_INTERNALFORMAT_ALPHA_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_BLUE_SIZE">GL_INTERNALFORMAT_BLUE_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_BLUE_SIZE">GL_INTERNALFORMAT_BLUE_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_BLUE_TYPE">GL_INTERNALFORMAT_BLUE_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_BLUE_TYPE">GL_INTERNALFORMAT_BLUE_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_DEPTH_SIZE">GL_INTERNALFORMAT_DEPTH_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_DEPTH_SIZE">GL_INTERNALFORMAT_DEPTH_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_DEPTH_TYPE">GL_INTERNALFORMAT_DEPTH_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_DEPTH_TYPE">GL_INTERNALFORMAT_DEPTH_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_GREEN_SIZE">GL_INTERNALFORMAT_GREEN_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_GREEN_SIZE">GL_INTERNALFORMAT_GREEN_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_GREEN_TYPE">GL_INTERNALFORMAT_GREEN_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_GREEN_TYPE">GL_INTERNALFORMAT_GREEN_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_PREFERRED">GL_INTERNALFORMAT_PREFERRED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_PREFERRED">GL_INTERNALFORMAT_PREFERRED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_RED_SIZE">GL_INTERNALFORMAT_RED_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_RED_SIZE">GL_INTERNALFORMAT_RED_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_RED_TYPE">GL_INTERNALFORMAT_RED_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_RED_TYPE">GL_INTERNALFORMAT_RED_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_SHARED_SIZE">GL_INTERNALFORMAT_SHARED_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_SHARED_SIZE">GL_INTERNALFORMAT_SHARED_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_STENCIL_SIZE">GL_INTERNALFORMAT_STENCIL_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_STENCIL_SIZE">GL_INTERNALFORMAT_STENCIL_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_STENCIL_TYPE">GL_INTERNALFORMAT_STENCIL_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_STENCIL_TYPE">GL_INTERNALFORMAT_STENCIL_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_SUPPORTED">GL_INTERNALFORMAT_SUPPORTED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_SUPPORTED">GL_INTERNALFORMAT_SUPPORTED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_INTERPOLATE">GL_INTERPOLATE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_INTERPOLATE_ARB">GL_INTERPOLATE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_INTERPOLATE_EXT">GL_INTERPOLATE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_INVALID_ENUM">GL_INVALID_ENUM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_INVALID_ENUM">GL_INVALID_ENUM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">ErrorCode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_INVALID_FRAMEBUFFER_OPERATION">GL_INVALID_FRAMEBUFFER_OPERATION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetError():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_INVALID_FRAMEBUFFER_OPERATION">GL_INVALID_FRAMEBUFFER_OPERATION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetError():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_INVALID_FRAMEBUFFER_OPERATION">GL_INVALID_FRAMEBUFFER_OPERATION</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_INVALID_FRAMEBUFFER_OPERATION_EXT">GL_INVALID_FRAMEBUFFER_OPERATION_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetError():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_INVALID_FRAMEBUFFER_OPERATION_OES">GL_INVALID_FRAMEBUFFER_OPERATION_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetError():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_INVALID_INDEX">GL_INVALID_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetActiveUniformsivARB and GetUniformBlockIndexARB</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_INVALID_INDEX">GL_INVALID_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetActiveUniformsiv and GetUniformBlockIndex</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_INVALID_INDEX">GL_INVALID_INDEX</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_INVALID_OPERATION">GL_INVALID_OPERATION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_INVALID_OPERATION">GL_INVALID_OPERATION</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">ErrorCode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_INVALID_VALUE">GL_INVALID_VALUE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_INVALID_VALUE">GL_INVALID_VALUE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">ErrorCode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_INVARIANT_DATATYPE_EXT">GL_INVARIANT_DATATYPE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_INVARIANT_EXT">GL_INVARIANT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_INVARIANT_VALUE_EXT">GL_INVARIANT_VALUE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_INVERSE_NV">GL_INVERSE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <transform> parameter of TrackMatrixNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_INVERSE_TRANSPOSE_NV">GL_INVERSE_TRANSPOSE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <transform> parameter of TrackMatrixNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_INVERT">GL_INVERT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_INVERT">GL_INVERT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">StencilOp</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_INVERT_OVG_NV">GL_INVERT_OVG_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_INVERT_RGB_NV">GL_INVERT_RGB_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_IS_PER_PATCH">GL_IS_PER_PATCH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_IS_PER_PATCH">GL_IS_PER_PATCH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_IS_ROW_MAJOR">GL_IS_ROW_MAJOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_IS_ROW_MAJOR">GL_IS_ROW_MAJOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_ISOLINES">GL_ISOLINES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetProgramiv when <pname> is TESS_GEN_MODE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_ISOLINES">GL_ISOLINES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetProgramiv when <pname> is TESS_GEN_MODE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_ITALIC_BIT_NV">GL_ITALIC_BIT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <fontStyle> parameter of PathStringNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_JOIN_BEVEL_NV">GL_JOIN_BEVEL_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Values for the JOIN_STYLE_NV path parameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_JOIN_CLIPPED_MITER_NV">GL_JOIN_CLIPPED_MITER_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Values for the JOIN_STYLE_NV path parameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_JOIN_MITER_NV">GL_JOIN_MITER_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Values for the JOIN_STYLE_NV path parameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_JOIN_ROUND_NV">GL_JOIN_ROUND_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Values for the JOIN_STYLE_NV path parameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_KEEP">GL_KEEP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_KEEP">GL_KEEP</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">StencilOp</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_KHR_debug">GL_KHR_debug</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_KHR_debug">GL_KHR_debug</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_KHR_texture_compression_astc_ldr">GL_KHR_texture_compression_astc_ldr</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_KHR_texture_compression_astc_ldr">GL_KHR_texture_compression_astc_ldr</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_LARGE_CCW_ARC_TO_NV">GL_LARGE_CCW_ARC_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_LARGE_CW_ARC_TO_NV">GL_LARGE_CW_ARC_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProvokingVertex.html#GL_LAST_VERTEX_CONVENTION">GL_LAST_VERTEX_CONVENTION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProvokingVertex.html" title="class in org.lwjgl.opengl">ARBProvokingVertex</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of ProvokingVertex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#GL_LAST_VERTEX_CONVENTION">GL_LAST_VERTEX_CONVENTION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <data> parameter from a Get query with a <pname> of
|
|
LAYER_PROVOKING_VERTEX or VIEWPORT_INDEX_PROVOKING_VERTEX:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_LAST_VERTEX_CONVENTION">GL_LAST_VERTEX_CONVENTION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of ProvokingVertex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_LAST_VERTEX_CONVENTION">GL_LAST_VERTEX_CONVENTION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <data> parameter from a Get query with a <pname> of
|
|
LAYER_PROVOKING_VERTEX or VIEWPORT_INDEX_PROVOKING_VERTEX:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTProvokingVertex.html#GL_LAST_VERTEX_CONVENTION_EXT">GL_LAST_VERTEX_CONVENTION_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTProvokingVertex.html" title="class in org.lwjgl.opengl">EXTProvokingVertex</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of ProvokingVertexEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_LAST_VIDEO_CAPTURE_STATUS_NV">GL_LAST_VIDEO_CAPTURE_STATUS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetVideoCaptureStream{i,f,d}vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#GL_LAYER_NV">GL_LAYER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attribs> parameter of TransformFeedbackAttribsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#GL_LAYER_PROVOKING_VERTEX">GL_LAYER_PROVOKING_VERTEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_LAYER_PROVOKING_VERTEX">GL_LAYER_PROVOKING_VERTEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/INTELMapTexture.html#GL_LAYOUT_DEFAULT_INTEL">GL_LAYOUT_DEFAULT_INTEL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/INTELMapTexture.html" title="class in org.lwjgl.opengl">INTELMapTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <params> when <pname> is set to
|
|
<TEXTURE_MEMORY_LAYOUT_INTEL>:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/INTELMapTexture.html#GL_LAYOUT_LINEAR_CPU_CACHED_INTEL">GL_LAYOUT_LINEAR_CPU_CACHED_INTEL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/INTELMapTexture.html" title="class in org.lwjgl.opengl">INTELMapTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <params> when <pname> is set to
|
|
<TEXTURE_MEMORY_LAYOUT_INTEL>:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/INTELMapTexture.html#GL_LAYOUT_LINEAR_INTEL">GL_LAYOUT_LINEAR_INTEL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/INTELMapTexture.html" title="class in org.lwjgl.opengl">INTELMapTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <params> when <pname> is set to
|
|
<TEXTURE_MEMORY_LAYOUT_INTEL>:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LEFT">GL_LEFT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LEQUAL">GL_LEQUAL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_LEQUAL">GL_LEQUAL</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">StencilFunction</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_LERP_ATI">GL_LERP_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LESS">GL_LESS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_LESS">GL_LESS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">StencilFunction</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LIGHT0">GL_LIGHT0</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LIGHT1">GL_LIGHT1</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LIGHT2">GL_LIGHT2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LIGHT3">GL_LIGHT3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LIGHT4">GL_LIGHT4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LIGHT5">GL_LIGHT5</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LIGHT6">GL_LIGHT6</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LIGHT7">GL_LIGHT7</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LIGHT_MODEL_AMBIENT">GL_LIGHT_MODEL_AMBIENT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_LIGHT_MODEL_COLOR_CONTROL">GL_LIGHT_MODEL_COLOR_CONTROL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTSeparateSpecularColor.html#GL_LIGHT_MODEL_COLOR_CONTROL_EXT">GL_LIGHT_MODEL_COLOR_CONTROL_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTSeparateSpecularColor.html" title="class in org.lwjgl.opengl">EXTSeparateSpecularColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LIGHT_MODEL_LOCAL_VIEWER">GL_LIGHT_MODEL_LOCAL_VIEWER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LIGHT_MODEL_TWO_SIDE">GL_LIGHT_MODEL_TWO_SIDE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_LIGHTEN_NV">GL_LIGHTEN_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LIGHTING">GL_LIGHTING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LIGHTING_BIT">GL_LIGHTING_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LINE">GL_LINE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LINE_BIT">GL_LINE_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LINE_LOOP">GL_LINE_LOOP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_LINE_LOOP">GL_LINE_LOOP</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">BeginMode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LINE_RESET_TOKEN">GL_LINE_RESET_TOKEN</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LINE_SMOOTH">GL_LINE_SMOOTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LINE_SMOOTH_HINT">GL_LINE_SMOOTH_HINT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LINE_STIPPLE">GL_LINE_STIPPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LINE_STIPPLE_PATTERN">GL_LINE_STIPPLE_PATTERN</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LINE_STIPPLE_REPEAT">GL_LINE_STIPPLE_REPEAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LINE_STRIP">GL_LINE_STRIP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_LINE_STRIP">GL_LINE_STRIP</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">BeginMode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_LINE_STRIP_ADJACENCY">GL_LINE_STRIP_ADJACENCY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of Begin, DrawArrays,
|
|
MultiDrawArrays, DrawElements, MultiDrawElements, and
|
|
DrawRangeElements:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_LINE_STRIP_ADJACENCY_ARB">GL_LINE_STRIP_ADJACENCY_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of Begin, DrawArrays,
|
|
MultiDrawArrays, DrawElements, MultiDrawElements, and
|
|
DrawRangeElements:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_LINE_STRIP_ADJACENCY_EXT">GL_LINE_STRIP_ADJACENCY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of Begin, DrawArrays,
|
|
MultiDrawArrays, DrawElements, MultiDrawElements, and
|
|
DrawRangeElements:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_LINE_TO_NV">GL_LINE_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_LINE_TO_NV">GL_LINE_TO_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as path commands by CreatePathNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LINE_TOKEN">GL_LINE_TOKEN</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LINE_WIDTH">GL_LINE_WIDTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_LINE_WIDTH">GL_LINE_WIDTH</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LINE_WIDTH_GRANULARITY">GL_LINE_WIDTH_GRANULARITY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LINE_WIDTH_RANGE">GL_LINE_WIDTH_RANGE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LINEAR">GL_LINEAR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_LINEAR">GL_LINEAR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureMagFilter</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LINEAR_ATTENUATION">GL_LINEAR_ATTENUATION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LINEAR_MIPMAP_LINEAR">GL_LINEAR_MIPMAP_LINEAR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_LINEAR_MIPMAP_LINEAR">GL_LINEAR_MIPMAP_LINEAR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureMinFilter</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LINEAR_MIPMAP_NEAREST">GL_LINEAR_MIPMAP_NEAREST</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_LINEAR_MIPMAP_NEAREST">GL_LINEAR_MIPMAP_NEAREST</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureMinFilter</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_LINEARBURN_NV">GL_LINEARBURN_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_LINEARDODGE_NV">GL_LINEARDODGE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_LINEARLIGHT_NV">GL_LINEARLIGHT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LINES">GL_LINES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_LINES">GL_LINES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">BeginMode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_LINES_ADJACENCY">GL_LINES_ADJACENCY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of Begin, DrawArrays,
|
|
MultiDrawArrays, DrawElements, MultiDrawElements, and
|
|
DrawRangeElements:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_LINES_ADJACENCY_ARB">GL_LINES_ADJACENCY_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of Begin, DrawArrays,
|
|
MultiDrawArrays, DrawElements, MultiDrawElements, and
|
|
DrawRangeElements:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_LINES_ADJACENCY_EXT">GL_LINES_ADJACENCY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of Begin, DrawArrays,
|
|
MultiDrawArrays, DrawElements, MultiDrawElements, and
|
|
DrawRangeElements:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_LINK_STATUS">GL_LINK_STATUS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetObjectParameter{fi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_LINK_STATUS">GL_LINK_STATUS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shaders</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LIST_BASE">GL_LIST_BASE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LIST_BIT">GL_LIST_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LIST_INDEX">GL_LIST_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LIST_MODE">GL_LIST_MODE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_LO_BIAS_NV">GL_LO_BIAS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, PixelTransferf, and PixelTransferi.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_LO_SCALE_NV">GL_LO_SCALE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, PixelTransferf, and PixelTransferi.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LOAD">GL_LOAD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_LOCAL_CONSTANT_DATATYPE_EXT">GL_LOCAL_CONSTANT_DATATYPE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_LOCAL_CONSTANT_EXT">GL_LOCAL_CONSTANT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_LOCAL_CONSTANT_VALUE_EXT">GL_LOCAL_CONSTANT_VALUE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_LOCAL_EXT">GL_LOCAL_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_LOCATION">GL_LOCATION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_LOCATION">GL_LOCATION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBEnhancedLayouts.html#GL_LOCATION_COMPONENT">GL_LOCATION_COMPONENT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBEnhancedLayouts.html" title="class in org.lwjgl.opengl">ARBEnhancedLayouts</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#GL_LOCATION_COMPONENT">GL_LOCATION_COMPONENT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_LOCATION_INDEX">GL_LOCATION_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_LOCATION_INDEX">GL_LOCATION_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LOGIC_OP">GL_LOGIC_OP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LOGIC_OP_MODE">GL_LOGIC_OP_MODE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#GL_LOSE_CONTEXT_ON_RESET_ARB">GL_LOSE_CONTEXT_ON_RESET_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetIntegerv and related simple queries when
|
|
<value> is RESET_NOTIFICATION_STRATEGY_ARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTRobustness.html#GL_LOSE_CONTEXT_ON_RESET_EXT">GL_LOSE_CONTEXT_ON_RESET_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetIntegerv and related simple queries when <value> is
|
|
RESET_NOTIFICATION_STRATEGY_EXT :</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_LOW_FLOAT">GL_LOW_FLOAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <precisiontype> parameter of
|
|
GetShaderPrecisionFormat:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_LOW_FLOAT">GL_LOW_FLOAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <precisiontype> parameter of
|
|
GetShaderPrecisionFormat:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_LOW_FLOAT">GL_LOW_FLOAT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shader Precision-Specified Types</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_LOW_INT">GL_LOW_INT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <precisiontype> parameter of
|
|
GetShaderPrecisionFormat:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_LOW_INT">GL_LOW_INT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <precisiontype> parameter of
|
|
GetShaderPrecisionFormat:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_LOW_INT">GL_LOW_INT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shader Precision-Specified Types</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_LOWER_LEFT">GL_LOWER_LEFT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of PointParameter{if}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LUMINANCE">GL_LUMINANCE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_LUMINANCE">GL_LUMINANCE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">PixelFormat</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LUMINANCE12">GL_LUMINANCE12</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LUMINANCE12_ALPHA12">GL_LUMINANCE12_ALPHA12</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LUMINANCE12_ALPHA4">GL_LUMINANCE12_ALPHA4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LUMINANCE16">GL_LUMINANCE16</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LUMINANCE16_ALPHA16">GL_LUMINANCE16_ALPHA16</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_LUMINANCE16_ALPHA16_SNORM">GL_LUMINANCE16_ALPHA16_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_LUMINANCE16_SNORM">GL_LUMINANCE16_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureFloat.html#GL_LUMINANCE16F_ARB">GL_LUMINANCE16F_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureStorage.html#GL_LUMINANCE16F_EXT">GL_LUMINANCE16F_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexStorage* when
|
|
implemented on OpenGL ES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE16I_EXT">GL_LUMINANCE16I_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE16UI_EXT">GL_LUMINANCE16UI_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureFloat.html#GL_LUMINANCE32F_ARB">GL_LUMINANCE32F_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureStorage.html#GL_LUMINANCE32F_EXT">GL_LUMINANCE32F_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexStorage* when
|
|
implemented on OpenGL ES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE32I_EXT">GL_LUMINANCE32I_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE32UI_EXT">GL_LUMINANCE32UI_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LUMINANCE4">GL_LUMINANCE4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LUMINANCE4_ALPHA4">GL_LUMINANCE4_ALPHA4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LUMINANCE6_ALPHA2">GL_LUMINANCE6_ALPHA2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LUMINANCE8">GL_LUMINANCE8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LUMINANCE8_ALPHA8">GL_LUMINANCE8_ALPHA8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureStorage.html#GL_LUMINANCE8_ALPHA8_EXT">GL_LUMINANCE8_ALPHA8_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexStorage* when
|
|
implemented on OpenGL ES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_LUMINANCE8_ALPHA8_SNORM">GL_LUMINANCE8_ALPHA8_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureStorage.html#GL_LUMINANCE8_EXT">GL_LUMINANCE8_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexStorage* when
|
|
implemented on OpenGL ES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_LUMINANCE8_SNORM">GL_LUMINANCE8_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE8I_EXT">GL_LUMINANCE8I_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE8UI_EXT">GL_LUMINANCE8UI_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_LUMINANCE_ALPHA">GL_LUMINANCE_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_LUMINANCE_ALPHA">GL_LUMINANCE_ALPHA</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">PixelFormat</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureFloat.html#GL_LUMINANCE_ALPHA16F_ARB">GL_LUMINANCE_ALPHA16F_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureStorage.html#GL_LUMINANCE_ALPHA16F_EXT">GL_LUMINANCE_ALPHA16F_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexStorage* when
|
|
implemented on OpenGL ES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE_ALPHA16I_EXT">GL_LUMINANCE_ALPHA16I_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE_ALPHA16UI_EXT">GL_LUMINANCE_ALPHA16UI_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureFloat.html#GL_LUMINANCE_ALPHA32F_ARB">GL_LUMINANCE_ALPHA32F_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureStorage.html#GL_LUMINANCE_ALPHA32F_EXT">GL_LUMINANCE_ALPHA32F_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexStorage* when
|
|
implemented on OpenGL ES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE_ALPHA32I_EXT">GL_LUMINANCE_ALPHA32I_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE_ALPHA32UI_EXT">GL_LUMINANCE_ALPHA32UI_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE_ALPHA8I_EXT">GL_LUMINANCE_ALPHA8I_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE_ALPHA8UI_EXT">GL_LUMINANCE_ALPHA8UI_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_LUMINANCE_ALPHA_FLOAT16_APPLE">GL_LUMINANCE_ALPHA_FLOAT16_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATITextureFloat.html#GL_LUMINANCE_ALPHA_FLOAT16_ATI">GL_LUMINANCE_ALPHA_FLOAT16_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATITextureFloat.html" title="class in org.lwjgl.opengl">ATITextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_LUMINANCE_ALPHA_FLOAT32_APPLE">GL_LUMINANCE_ALPHA_FLOAT32_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATITextureFloat.html#GL_LUMINANCE_ALPHA_FLOAT32_ATI">GL_LUMINANCE_ALPHA_FLOAT32_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATITextureFloat.html" title="class in org.lwjgl.opengl">ATITextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE_ALPHA_INTEGER_EXT">GL_LUMINANCE_ALPHA_INTEGER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
|
|
DrawPixels and ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_LUMINANCE_ALPHA_SNORM">GL_LUMINANCE_ALPHA_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_LUMINANCE_FLOAT16_APPLE">GL_LUMINANCE_FLOAT16_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATITextureFloat.html#GL_LUMINANCE_FLOAT16_ATI">GL_LUMINANCE_FLOAT16_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATITextureFloat.html" title="class in org.lwjgl.opengl">ATITextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_LUMINANCE_FLOAT32_APPLE">GL_LUMINANCE_FLOAT32_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATITextureFloat.html#GL_LUMINANCE_FLOAT32_ATI">GL_LUMINANCE_FLOAT32_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATITextureFloat.html" title="class in org.lwjgl.opengl">ATITextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE_INTEGER_EXT">GL_LUMINANCE_INTEGER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
|
|
DrawPixels and ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_LUMINANCE_SNORM">GL_LUMINANCE_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_MAD_ATI">GL_MAD_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_MAGNITUDE_BIAS_NV">GL_MAGNITUDE_BIAS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, PixelTransferf, and PixelTransferi.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_MAGNITUDE_SCALE_NV">GL_MAGNITUDE_SCALE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, PixelTransferf, and PixelTransferi.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_MAJOR_VERSION">GL_MAJOR_VERSION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAJOR_VERSION">GL_MAJOR_VERSION</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARMMaliShaderBinary.html#GL_MALI_SHADER_BINARY_ARM">GL_MALI_SHADER_BINARY_ARM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARMMaliShaderBinary.html" title="class in org.lwjgl.opengles">ARMMaliShaderBinary</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <binaryFormat> parameter of ShaderBinary:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_MANUAL_GENERATE_MIPMAP">GL_MANUAL_GENERATE_MIPMAP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MANUAL_GENERATE_MIPMAP">GL_MANUAL_GENERATE_MIPMAP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAP1_COLOR_4">GL_MAP1_COLOR_4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAP1_GRID_DOMAIN">GL_MAP1_GRID_DOMAIN</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAP1_GRID_SEGMENTS">GL_MAP1_GRID_SEGMENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAP1_INDEX">GL_MAP1_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAP1_NORMAL">GL_MAP1_NORMAL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAP1_TEXTURE_COORD_1">GL_MAP1_TEXTURE_COORD_1</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAP1_TEXTURE_COORD_2">GL_MAP1_TEXTURE_COORD_2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAP1_TEXTURE_COORD_3">GL_MAP1_TEXTURE_COORD_3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAP1_TEXTURE_COORD_4">GL_MAP1_TEXTURE_COORD_4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAP1_VERTEX_3">GL_MAP1_VERTEX_3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAP1_VERTEX_4">GL_MAP1_VERTEX_4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB0_4_NV">GL_MAP1_VERTEX_ATTRIB0_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map1d and Map1f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB10_4_NV">GL_MAP1_VERTEX_ATTRIB10_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map1d and Map1f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB11_4_NV">GL_MAP1_VERTEX_ATTRIB11_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map1d and Map1f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB12_4_NV">GL_MAP1_VERTEX_ATTRIB12_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map1d and Map1f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB13_4_NV">GL_MAP1_VERTEX_ATTRIB13_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map1d and Map1f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB14_4_NV">GL_MAP1_VERTEX_ATTRIB14_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map1d and Map1f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB15_4_NV">GL_MAP1_VERTEX_ATTRIB15_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map1d and Map1f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB1_4_NV">GL_MAP1_VERTEX_ATTRIB1_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map1d and Map1f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB2_4_NV">GL_MAP1_VERTEX_ATTRIB2_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map1d and Map1f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB3_4_NV">GL_MAP1_VERTEX_ATTRIB3_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map1d and Map1f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB4_4_NV">GL_MAP1_VERTEX_ATTRIB4_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map1d and Map1f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB5_4_NV">GL_MAP1_VERTEX_ATTRIB5_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map1d and Map1f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB6_4_NV">GL_MAP1_VERTEX_ATTRIB6_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map1d and Map1f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB7_4_NV">GL_MAP1_VERTEX_ATTRIB7_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map1d and Map1f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB8_4_NV">GL_MAP1_VERTEX_ATTRIB8_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map1d and Map1f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB9_4_NV">GL_MAP1_VERTEX_ATTRIB9_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map1d and Map1f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAP2_COLOR_4">GL_MAP2_COLOR_4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAP2_GRID_DOMAIN">GL_MAP2_GRID_DOMAIN</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAP2_GRID_SEGMENTS">GL_MAP2_GRID_SEGMENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAP2_INDEX">GL_MAP2_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAP2_NORMAL">GL_MAP2_NORMAL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAP2_TEXTURE_COORD_1">GL_MAP2_TEXTURE_COORD_1</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAP2_TEXTURE_COORD_2">GL_MAP2_TEXTURE_COORD_2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAP2_TEXTURE_COORD_3">GL_MAP2_TEXTURE_COORD_3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAP2_TEXTURE_COORD_4">GL_MAP2_TEXTURE_COORD_4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAP2_VERTEX_3">GL_MAP2_VERTEX_3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAP2_VERTEX_4">GL_MAP2_VERTEX_4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB0_4_NV">GL_MAP2_VERTEX_ATTRIB0_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map2d and Map2f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB10_4_NV">GL_MAP2_VERTEX_ATTRIB10_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map2d and Map2f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB11_4_NV">GL_MAP2_VERTEX_ATTRIB11_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map2d and Map2f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB12_4_NV">GL_MAP2_VERTEX_ATTRIB12_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map2d and Map2f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB13_4_NV">GL_MAP2_VERTEX_ATTRIB13_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map2d and Map2f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB14_4_NV">GL_MAP2_VERTEX_ATTRIB14_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map2d and Map2f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB15_4_NV">GL_MAP2_VERTEX_ATTRIB15_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map2d and Map2f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB1_4_NV">GL_MAP2_VERTEX_ATTRIB1_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map2d and Map2f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB2_4_NV">GL_MAP2_VERTEX_ATTRIB2_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map2d and Map2f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB3_4_NV">GL_MAP2_VERTEX_ATTRIB3_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map2d and Map2f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB4_4_NV">GL_MAP2_VERTEX_ATTRIB4_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map2d and Map2f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB5_4_NV">GL_MAP2_VERTEX_ATTRIB5_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map2d and Map2f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB6_4_NV">GL_MAP2_VERTEX_ATTRIB6_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map2d and Map2f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB7_4_NV">GL_MAP2_VERTEX_ATTRIB7_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map2d and Map2f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB8_4_NV">GL_MAP2_VERTEX_ATTRIB8_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map2d and Map2f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB9_4_NV">GL_MAP2_VERTEX_ATTRIB9_4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetMapdv, GetMapfv, GetMapiv,
|
|
Map2d and Map2f and by the <cap> parameter of Enable, Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#GL_MAP_ATTRIB_U_ORDER_NV">GL_MAP_ATTRIB_U_ORDER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#GL_MAP_ATTRIB_V_ORDER_NV">GL_MAP_ATTRIB_V_ORDER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferStorage.html#GL_MAP_COHERENT_BIT">GL_MAP_COHERENT_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <flags> parameter of BufferStorage and
|
|
NamedBufferStorageEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#GL_MAP_COHERENT_BIT">GL_MAP_COHERENT_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <flags> parameter of BufferStorage and
|
|
NamedBufferStorageEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAP_COLOR">GL_MAP_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMapBufferRange.html#GL_MAP_FLUSH_EXPLICIT_BIT">GL_MAP_FLUSH_EXPLICIT_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMapBufferRange.html" title="class in org.lwjgl.opengl">ARBMapBufferRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <access> parameter of MapBufferRange:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_MAP_FLUSH_EXPLICIT_BIT">GL_MAP_FLUSH_EXPLICIT_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <access> parameter of MapBufferRange:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAP_FLUSH_EXPLICIT_BIT">GL_MAP_FLUSH_EXPLICIT_BIT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTMapBufferRange.html#GL_MAP_FLUSH_EXPLICIT_BIT_EXT">GL_MAP_FLUSH_EXPLICIT_BIT_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTMapBufferRange.html" title="class in org.lwjgl.opengles">EXTMapBufferRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <access> parameter of MapBufferRangeEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMapBufferRange.html#GL_MAP_INVALIDATE_BUFFER_BIT">GL_MAP_INVALIDATE_BUFFER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMapBufferRange.html" title="class in org.lwjgl.opengl">ARBMapBufferRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <access> parameter of MapBufferRange:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_MAP_INVALIDATE_BUFFER_BIT">GL_MAP_INVALIDATE_BUFFER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <access> parameter of MapBufferRange:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAP_INVALIDATE_BUFFER_BIT">GL_MAP_INVALIDATE_BUFFER_BIT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTMapBufferRange.html#GL_MAP_INVALIDATE_BUFFER_BIT_EXT">GL_MAP_INVALIDATE_BUFFER_BIT_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTMapBufferRange.html" title="class in org.lwjgl.opengles">EXTMapBufferRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <access> parameter of MapBufferRangeEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMapBufferRange.html#GL_MAP_INVALIDATE_RANGE_BIT">GL_MAP_INVALIDATE_RANGE_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMapBufferRange.html" title="class in org.lwjgl.opengl">ARBMapBufferRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <access> parameter of MapBufferRange:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_MAP_INVALIDATE_RANGE_BIT">GL_MAP_INVALIDATE_RANGE_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <access> parameter of MapBufferRange:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAP_INVALIDATE_RANGE_BIT">GL_MAP_INVALIDATE_RANGE_BIT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTMapBufferRange.html#GL_MAP_INVALIDATE_RANGE_BIT_EXT">GL_MAP_INVALIDATE_RANGE_BIT_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTMapBufferRange.html" title="class in org.lwjgl.opengles">EXTMapBufferRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <access> parameter of MapBufferRangeEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferStorage.html#GL_MAP_PERSISTENT_BIT">GL_MAP_PERSISTENT_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <flags> parameter of BufferStorage and
|
|
NamedBufferStorageEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#GL_MAP_PERSISTENT_BIT">GL_MAP_PERSISTENT_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <flags> parameter of BufferStorage and
|
|
NamedBufferStorageEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMapBufferRange.html#GL_MAP_READ_BIT">GL_MAP_READ_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMapBufferRange.html" title="class in org.lwjgl.opengl">ARBMapBufferRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <access> parameter of MapBufferRange:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_MAP_READ_BIT">GL_MAP_READ_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <access> parameter of MapBufferRange:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAP_READ_BIT">GL_MAP_READ_BIT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTMapBufferRange.html#GL_MAP_READ_BIT_EXT">GL_MAP_READ_BIT_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTMapBufferRange.html" title="class in org.lwjgl.opengles">EXTMapBufferRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <access> parameter of MapBufferRangeEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAP_STENCIL">GL_MAP_STENCIL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#GL_MAP_TESSELLATION_NV">GL_MAP_TESSELLATION_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMapBufferRange.html#GL_MAP_UNSYNCHRONIZED_BIT">GL_MAP_UNSYNCHRONIZED_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMapBufferRange.html" title="class in org.lwjgl.opengl">ARBMapBufferRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <access> parameter of MapBufferRange:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_MAP_UNSYNCHRONIZED_BIT">GL_MAP_UNSYNCHRONIZED_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <access> parameter of MapBufferRange:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAP_UNSYNCHRONIZED_BIT">GL_MAP_UNSYNCHRONIZED_BIT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTMapBufferRange.html#GL_MAP_UNSYNCHRONIZED_BIT_EXT">GL_MAP_UNSYNCHRONIZED_BIT_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTMapBufferRange.html" title="class in org.lwjgl.opengles">EXTMapBufferRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <access> parameter of MapBufferRangeEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMapBufferRange.html#GL_MAP_WRITE_BIT">GL_MAP_WRITE_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMapBufferRange.html" title="class in org.lwjgl.opengl">ARBMapBufferRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <access> parameter of MapBufferRange:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_MAP_WRITE_BIT">GL_MAP_WRITE_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <access> parameter of MapBufferRange:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAP_WRITE_BIT">GL_MAP_WRITE_BIT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTMapBufferRange.html#GL_MAP_WRITE_BIT_EXT">GL_MAP_WRITE_BIT_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTMapBufferRange.html" title="class in org.lwjgl.opengles">EXTMapBufferRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <access> parameter of MapBufferRangeEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX0_ARB">GL_MATRIX0_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MATRIX0_NV">GL_MATRIX0_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <matrix> parameter of TrackMatrixNV and by the
|
|
<mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX10_ARB">GL_MATRIX10_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX11_ARB">GL_MATRIX11_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX12_ARB">GL_MATRIX12_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX13_ARB">GL_MATRIX13_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX14_ARB">GL_MATRIX14_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX15_ARB">GL_MATRIX15_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX16_ARB">GL_MATRIX16_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX17_ARB">GL_MATRIX17_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX18_ARB">GL_MATRIX18_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX19_ARB">GL_MATRIX19_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX1_ARB">GL_MATRIX1_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MATRIX1_NV">GL_MATRIX1_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <matrix> parameter of TrackMatrixNV and by the
|
|
<mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX20_ARB">GL_MATRIX20_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX21_ARB">GL_MATRIX21_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX22_ARB">GL_MATRIX22_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX23_ARB">GL_MATRIX23_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX24_ARB">GL_MATRIX24_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX25_ARB">GL_MATRIX25_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX26_ARB">GL_MATRIX26_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX27_ARB">GL_MATRIX27_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX28_ARB">GL_MATRIX28_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX29_ARB">GL_MATRIX29_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX2_ARB">GL_MATRIX2_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MATRIX2_NV">GL_MATRIX2_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <matrix> parameter of TrackMatrixNV and by the
|
|
<mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX30_ARB">GL_MATRIX30_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX31_ARB">GL_MATRIX31_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX3_ARB">GL_MATRIX3_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MATRIX3_NV">GL_MATRIX3_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <matrix> parameter of TrackMatrixNV and by the
|
|
<mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX4_ARB">GL_MATRIX4_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MATRIX4_NV">GL_MATRIX4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <matrix> parameter of TrackMatrixNV and by the
|
|
<mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX5_ARB">GL_MATRIX5_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MATRIX5_NV">GL_MATRIX5_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <matrix> parameter of TrackMatrixNV and by the
|
|
<mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX6_ARB">GL_MATRIX6_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MATRIX6_NV">GL_MATRIX6_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <matrix> parameter of TrackMatrixNV and by the
|
|
<mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX7_ARB">GL_MATRIX7_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MATRIX7_NV">GL_MATRIX7_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <matrix> parameter of TrackMatrixNV and by the
|
|
<mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX8_ARB">GL_MATRIX8_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX9_ARB">GL_MATRIX9_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of MatrixMode:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_MATRIX_EXT">GL_MATRIX_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMatrixPalette.html#GL_MATRIX_INDEX_ARRAY_ARB">GL_MATRIX_INDEX_ARRAY_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMatrixPalette.html#GL_MATRIX_INDEX_ARRAY_POINTER_ARB">GL_MATRIX_INDEX_ARRAY_POINTER_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMatrixPalette.html#GL_MATRIX_INDEX_ARRAY_SIZE_ARB">GL_MATRIX_INDEX_ARRAY_SIZE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMatrixPalette.html#GL_MATRIX_INDEX_ARRAY_STRIDE_ARB">GL_MATRIX_INDEX_ARRAY_STRIDE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMatrixPalette.html#GL_MATRIX_INDEX_ARRAY_TYPE_ARB">GL_MATRIX_INDEX_ARRAY_TYPE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MATRIX_MODE">GL_MATRIX_MODE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMatrixPalette.html#GL_MATRIX_PALETTE_ARB">GL_MATRIX_PALETTE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_MATRIX_PATH_COORD0_NV">GL_MATRIX_PATH_COORD0_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <target> parameter of PathMatrixNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_MATRIX_PATH_COORD1_NV">GL_MATRIX_PATH_COORD1_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <target> parameter of PathMatrixNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_MATRIX_PATH_COORD2_NV">GL_MATRIX_PATH_COORD2_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <target> parameter of PathMatrixNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_MATRIX_PATH_COORD3_NV">GL_MATRIX_PATH_COORD3_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <target> parameter of PathMatrixNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_MATRIX_PATH_TO_CLIP_NV">GL_MATRIX_PATH_TO_CLIP_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <target> parameter of PathMatrixNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_MATRIX_STRIDE">GL_MATRIX_STRIDE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MATRIX_STRIDE">GL_MATRIX_STRIDE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_MATRIX_STROKE_TO_PATH_NV">GL_MATRIX_STROKE_TO_PATH_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <target> parameter of PathMatrixNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_MAX">GL_MAX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_MAX">GL_MAX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAX">GL_MAX</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_MAX_3D_TEXTURE_SIZE">GL_MAX_3D_TEXTURE_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAX_3D_TEXTURE_SIZE">GL_MAX_3D_TEXTURE_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESTexture3D.html#GL_MAX_3D_TEXTURE_SIZE_OES">GL_MAX_3D_TEXTURE_SIZE_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and
|
|
GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_MAX_ARRAY_TEXTURE_LAYERS">GL_MAX_ARRAY_TEXTURE_LAYERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAX_ARRAY_TEXTURE_LAYERS">GL_MAX_ARRAY_TEXTURE_LAYERS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureArray.html#GL_MAX_ARRAY_TEXTURE_LAYERS_EXT">GL_MAX_ARRAY_TEXTURE_LAYERS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureArray.html#GL_MAX_ARRAY_TEXTURE_LAYERS_EXT">GL_MAX_ARRAY_TEXTURE_LAYERS_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureArray.html" title="class in org.lwjgl.opengles">EXTTextureArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS">GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS">GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE">GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE">GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAX_ATTRIB_STACK_DEPTH">GL_MAX_ATTRIB_STACK_DEPTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBindableUniform.html#GL_MAX_BINDABLE_UNIFORM_SIZE_EXT">GL_MAX_BINDABLE_UNIFORM_SIZE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBindableUniform.html" title="class in org.lwjgl.opengl">EXTBindableUniform</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAX_CLIENT_ATTRIB_STACK_DEPTH">GL_MAX_CLIENT_ATTRIB_STACK_DEPTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_MAX_CLIP_DISTANCES">GL_MAX_CLIP_DISTANCES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAX_CLIP_PLANES">GL_MAX_CLIP_PLANES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_MAX_COLOR_ATTACHMENTS">GL_MAX_COLOR_ATTACHMENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_MAX_COLOR_ATTACHMENTS">GL_MAX_COLOR_ATTACHMENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAX_COLOR_ATTACHMENTS">GL_MAX_COLOR_ATTACHMENTS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_MAX_COLOR_ATTACHMENTS_EXT">GL_MAX_COLOR_ATTACHMENTS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by GetIntegerv():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_MAX_COLOR_ATTACHMENTS_NV">GL_MAX_COLOR_ATTACHMENTS_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_MAX_COLOR_MATRIX_STACK_DEPTH">GL_MAX_COLOR_MATRIX_STACK_DEPTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_MAX_COLOR_TEXTURE_SAMPLES">GL_MAX_COLOR_TEXTURE_SAMPLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_MAX_COLOR_TEXTURE_SAMPLES">GL_MAX_COLOR_TEXTURE_SAMPLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS">GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS">GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_COMBINED_ATOMIC_COUNTERS">GL_MAX_COMBINED_ATOMIC_COUNTERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_MAX_COMBINED_ATOMIC_COUNTERS">GL_MAX_COMBINED_ATOMIC_COUNTERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBComputeShader.html#GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS">GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS">GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_MAX_COMBINED_DIMENSIONS">GL_MAX_COMBINED_DIMENSIONS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_COMBINED_DIMENSIONS">GL_MAX_COMBINED_DIMENSIONS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS">GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS">GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS">GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS">GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS">GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_MAX_COMBINED_IMAGE_UNIFORMS">GL_MAX_COMBINED_IMAGE_UNIFORMS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_MAX_COMBINED_IMAGE_UNIFORMS">GL_MAX_COMBINED_IMAGE_UNIFORMS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS">GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS">GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS_EXT">GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES">GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Alias for the existing token
|
|
MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES">GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Alias for the existing token
|
|
MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS">GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS">GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS">GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS">GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS">GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS">GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS">GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS">GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shaders</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB">GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_MAX_COMBINED_UNIFORM_BLOCKS">GL_MAX_COMBINED_UNIFORM_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_MAX_COMBINED_UNIFORM_BLOCKS">GL_MAX_COMBINED_UNIFORM_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAX_COMBINED_UNIFORM_BLOCKS">GL_MAX_COMBINED_UNIFORM_BLOCKS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS">GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS">GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS">GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBComputeShader.html#GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS">GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS">GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBComputeShader.html#GL_MAX_COMPUTE_ATOMIC_COUNTERS">GL_MAX_COMPUTE_ATOMIC_COUNTERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_COMPUTE_ATOMIC_COUNTERS">GL_MAX_COMPUTE_ATOMIC_COUNTERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBComputeVariableGroupSize.html#GL_MAX_COMPUTE_FIXED_GROUP_INVOCATIONS_ARB">GL_MAX_COMPUTE_FIXED_GROUP_INVOCATIONS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBComputeVariableGroupSize.html" title="class in org.lwjgl.opengl">ARBComputeVariableGroupSize</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBComputeVariableGroupSize.html#GL_MAX_COMPUTE_FIXED_GROUP_SIZE_ARB">GL_MAX_COMPUTE_FIXED_GROUP_SIZE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBComputeVariableGroupSize.html" title="class in org.lwjgl.opengl">ARBComputeVariableGroupSize</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegeri_v, GetBooleani_v,
|
|
GetFloati_v, GetDoublei_v and GetInteger64i_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBComputeShader.html#GL_MAX_COMPUTE_IMAGE_UNIFORMS">GL_MAX_COMPUTE_IMAGE_UNIFORMS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_COMPUTE_IMAGE_UNIFORMS">GL_MAX_COMPUTE_IMAGE_UNIFORMS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS">GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS">GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBComputeShader.html#GL_MAX_COMPUTE_SHARED_MEMORY_SIZE">GL_MAX_COMPUTE_SHARED_MEMORY_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_COMPUTE_SHARED_MEMORY_SIZE">GL_MAX_COMPUTE_SHARED_MEMORY_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBComputeShader.html#GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS">GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS">GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBComputeShader.html#GL_MAX_COMPUTE_UNIFORM_BLOCKS">GL_MAX_COMPUTE_UNIFORM_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_COMPUTE_UNIFORM_BLOCKS">GL_MAX_COMPUTE_UNIFORM_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBComputeShader.html#GL_MAX_COMPUTE_UNIFORM_COMPONENTS">GL_MAX_COMPUTE_UNIFORM_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_COMPUTE_UNIFORM_COMPONENTS">GL_MAX_COMPUTE_UNIFORM_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBComputeVariableGroupSize.html#GL_MAX_COMPUTE_VARIABLE_GROUP_INVOCATIONS_ARB">GL_MAX_COMPUTE_VARIABLE_GROUP_INVOCATIONS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBComputeVariableGroupSize.html" title="class in org.lwjgl.opengl">ARBComputeVariableGroupSize</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBComputeVariableGroupSize.html#GL_MAX_COMPUTE_VARIABLE_GROUP_SIZE_ARB">GL_MAX_COMPUTE_VARIABLE_GROUP_SIZE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBComputeVariableGroupSize.html" title="class in org.lwjgl.opengl">ARBComputeVariableGroupSize</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegeri_v, GetBooleani_v,
|
|
GetFloati_v, GetDoublei_v and GetInteger64i_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBComputeShader.html#GL_MAX_COMPUTE_WORK_GROUP_COUNT">GL_MAX_COMPUTE_WORK_GROUP_COUNT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegeri_v, GetBooleani_v,
|
|
GetFloati_v, GetDoublei_v and GetInteger64i_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_COMPUTE_WORK_GROUP_COUNT">GL_MAX_COMPUTE_WORK_GROUP_COUNT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegeri_v, GetBooleani_v,
|
|
GetFloati_v, GetDoublei_v and GetInteger64i_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBComputeShader.html#GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS">GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS">GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBComputeShader.html#GL_MAX_COMPUTE_WORK_GROUP_SIZE">GL_MAX_COMPUTE_WORK_GROUP_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegeri_v, GetBooleani_v,
|
|
GetFloati_v, GetDoublei_v and GetInteger64i_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_COMPUTE_WORK_GROUP_SIZE">GL_MAX_COMPUTE_WORK_GROUP_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegeri_v, GetBooleani_v,
|
|
GetFloati_v, GetDoublei_v and GetInteger64i_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_MAX_CONVOLUTION_HEIGHT">GL_MAX_CONVOLUTION_HEIGHT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_MAX_CONVOLUTION_WIDTH">GL_MAX_CONVOLUTION_WIDTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_MAX_CUBE_MAP_TEXTURE_SIZE">GL_MAX_CUBE_MAP_TEXTURE_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_MAX_CUBE_MAP_TEXTURE_SIZE">GL_MAX_CUBE_MAP_TEXTURE_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureTarget</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCubeMap.html#GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB">GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCubeMap.html" title="class in org.lwjgl.opengl">ARBTextureCubeMap</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_DEBUG_GROUP_STACK_DEPTH">GL_MAX_DEBUG_GROUP_STACK_DEPTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <value> parameters of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_MAX_DEBUG_GROUP_STACK_DEPTH">GL_MAX_DEBUG_GROUP_STACK_DEPTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <value> parameters of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_MAX_DEBUG_GROUP_STACK_DEPTH">GL_MAX_DEBUG_GROUP_STACK_DEPTH</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <value> parameters of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_DEBUG_LOGGED_MESSAGES">GL_MAX_DEBUG_LOGGED_MESSAGES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <value> parameters of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_MAX_DEBUG_LOGGED_MESSAGES">GL_MAX_DEBUG_LOGGED_MESSAGES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <value> parameters of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_MAX_DEBUG_LOGGED_MESSAGES">GL_MAX_DEBUG_LOGGED_MESSAGES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <value> parameters of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDebugOutput.html#GL_MAX_DEBUG_LOGGED_MESSAGES_AMD">GL_MAX_DEBUG_LOGGED_MESSAGES_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutput.html#GL_MAX_DEBUG_LOGGED_MESSAGES_ARB">GL_MAX_DEBUG_LOGGED_MESSAGES_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <value> parameters of GetBooleanv,
|
|
GetIntegerv, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_DEBUG_MESSAGE_LENGTH">GL_MAX_DEBUG_MESSAGE_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <value> parameters of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_MAX_DEBUG_MESSAGE_LENGTH">GL_MAX_DEBUG_MESSAGE_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <value> parameters of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_MAX_DEBUG_MESSAGE_LENGTH">GL_MAX_DEBUG_MESSAGE_LENGTH</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <value> parameters of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDebugOutput.html#GL_MAX_DEBUG_MESSAGE_LENGTH_AMD">GL_MAX_DEBUG_MESSAGE_LENGTH_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutput.html#GL_MAX_DEBUG_MESSAGE_LENGTH_ARB">GL_MAX_DEBUG_MESSAGE_LENGTH_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <value> parameters of GetBooleanv,
|
|
GetIntegerv, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVDeepTexture3D.html#GL_MAX_DEEP_3D_TEXTURE_DEPTH_NV">GL_MAX_DEEP_3D_TEXTURE_DEPTH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVDeepTexture3D.html" title="class in org.lwjgl.opengl">NVDeepTexture3D</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVDeepTexture3D.html#GL_MAX_DEEP_3D_TEXTURE_WIDTH_HEIGHT_NV">GL_MAX_DEEP_3D_TEXTURE_WIDTH_HEIGHT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVDeepTexture3D.html" title="class in org.lwjgl.opengl">NVDeepTexture3D</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_MAX_DEPTH">GL_MAX_DEPTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_DEPTH">GL_MAX_DEPTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_MAX_DEPTH_TEXTURE_SAMPLES">GL_MAX_DEPTH_TEXTURE_SAMPLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_MAX_DEPTH_TEXTURE_SAMPLES">GL_MAX_DEPTH_TEXTURE_SAMPLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_MAX_DRAW_BUFFERS">GL_MAX_DRAW_BUFFERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAX_DRAW_BUFFERS">GL_MAX_DRAW_BUFFERS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_MAX_DRAW_BUFFERS_ARB">GL_MAX_DRAW_BUFFERS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_MAX_DRAW_BUFFERS_ARB">GL_MAX_DRAW_BUFFERS_ARB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_MAX_DRAW_BUFFERS_ATI">GL_MAX_DRAW_BUFFERS_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#GL_MAX_DRAW_BUFFERS_NV">GL_MAX_DRAW_BUFFERS_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBlendFuncExtended.html#GL_MAX_DUAL_SOURCE_DRAW_BUFFERS">GL_MAX_DUAL_SOURCE_DRAW_BUFFERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBlendFuncExtended.html" title="class in org.lwjgl.opengl">ARBBlendFuncExtended</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#GL_MAX_DUAL_SOURCE_DRAW_BUFFERS">GL_MAX_DUAL_SOURCE_DRAW_BUFFERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES3Compatibility.html#GL_MAX_ELEMENT_INDEX">GL_MAX_ELEMENT_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl">ARBES3Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of the GetInteger* functions:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_ELEMENT_INDEX">GL_MAX_ELEMENT_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of the GetInteger* functions:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAX_ELEMENT_INDEX">GL_MAX_ELEMENT_INDEX</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_MAX_ELEMENTS_INDICES">GL_MAX_ELEMENTS_INDICES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAX_ELEMENTS_INDICES">GL_MAX_ELEMENTS_INDICES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDrawRangeElements.html#GL_MAX_ELEMENTS_INDICES_EXT">GL_MAX_ELEMENTS_INDICES_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDrawRangeElements.html" title="class in org.lwjgl.opengl">EXTDrawRangeElements</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_MAX_ELEMENTS_VERTICES">GL_MAX_ELEMENTS_VERTICES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAX_ELEMENTS_VERTICES">GL_MAX_ELEMENTS_VERTICES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDrawRangeElements.html#GL_MAX_ELEMENTS_VERTICES_EXT">GL_MAX_ELEMENTS_VERTICES_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDrawRangeElements.html" title="class in org.lwjgl.opengl">EXTDrawRangeElements</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAX_EVAL_ORDER">GL_MAX_EVAL_ORDER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBlendMinmax.html#GL_MAX_EXT">GL_MAX_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBlendMinmax.html" title="class in org.lwjgl.opengl">EXTBlendMinmax</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquationEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTBlendMinmax.html#GL_MAX_EXT">GL_MAX_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTBlendMinmax.html" title="class in org.lwjgl.opengles">EXTBlendMinmax</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquationEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS">GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS">GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_FRAGMENT_ATOMIC_COUNTERS">GL_MAX_FRAGMENT_ATOMIC_COUNTERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_MAX_FRAGMENT_ATOMIC_COUNTERS">GL_MAX_FRAGMENT_ATOMIC_COUNTERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBindableUniform.html#GL_MAX_FRAGMENT_BINDABLE_UNIFORMS_EXT">GL_MAX_FRAGMENT_BINDABLE_UNIFORMS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBindableUniform.html" title="class in org.lwjgl.opengl">EXTBindableUniform</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_MAX_FRAGMENT_IMAGE_UNIFORMS">GL_MAX_FRAGMENT_IMAGE_UNIFORMS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_MAX_FRAGMENT_IMAGE_UNIFORMS">GL_MAX_FRAGMENT_IMAGE_UNIFORMS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_MAX_FRAGMENT_INPUT_COMPONENTS">GL_MAX_FRAGMENT_INPUT_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAX_FRAGMENT_INPUT_COMPONENTS">GL_MAX_FRAGMENT_INPUT_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShader5.html#GL_MAX_FRAGMENT_INTERPOLATION_OFFSET">GL_MAX_FRAGMENT_INTERPOLATION_OFFSET</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShader5.html" title="class in org.lwjgl.opengl">ARBGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_MAX_FRAGMENT_INTERPOLATION_OFFSET">GL_MAX_FRAGMENT_INTERPOLATION_OFFSET</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuProgram5.html#GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_NV">GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuProgram5.html" title="class in org.lwjgl.opengl">NVGpuProgram5</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFragmentProgram.html#GL_MAX_FRAGMENT_PROGRAM_LOCAL_PARAMETERS_NV">GL_MAX_FRAGMENT_PROGRAM_LOCAL_PARAMETERS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFragmentProgram.html" title="class in org.lwjgl.opengl">NVFragmentProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS">GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS">GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_MAX_FRAGMENT_UNIFORM_BLOCKS">GL_MAX_FRAGMENT_UNIFORM_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_MAX_FRAGMENT_UNIFORM_BLOCKS">GL_MAX_FRAGMENT_UNIFORM_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAX_FRAGMENT_UNIFORM_BLOCKS">GL_MAX_FRAGMENT_UNIFORM_BLOCKS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_MAX_FRAGMENT_UNIFORM_COMPONENTS">GL_MAX_FRAGMENT_UNIFORM_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAX_FRAGMENT_UNIFORM_COMPONENTS">GL_MAX_FRAGMENT_UNIFORM_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFragmentShader.html#GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB">GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFragmentShader.html" title="class in org.lwjgl.opengl">ARBFragmentShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_MAX_FRAGMENT_UNIFORM_VECTORS">GL_MAX_FRAGMENT_UNIFORM_VECTORS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_MAX_FRAGMENT_UNIFORM_VECTORS">GL_MAX_FRAGMENT_UNIFORM_VECTORS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_MAX_FRAGMENT_UNIFORM_VECTORS">GL_MAX_FRAGMENT_UNIFORM_VECTORS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shaders</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#GL_MAX_FRAMEBUFFER_HEIGHT">GL_MAX_FRAMEBUFFER_HEIGHT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_FRAMEBUFFER_HEIGHT">GL_MAX_FRAMEBUFFER_HEIGHT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#GL_MAX_FRAMEBUFFER_LAYERS">GL_MAX_FRAMEBUFFER_LAYERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_FRAMEBUFFER_LAYERS">GL_MAX_FRAMEBUFFER_LAYERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#GL_MAX_FRAMEBUFFER_SAMPLES">GL_MAX_FRAMEBUFFER_SAMPLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_FRAMEBUFFER_SAMPLES">GL_MAX_FRAMEBUFFER_SAMPLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#GL_MAX_FRAMEBUFFER_WIDTH">GL_MAX_FRAMEBUFFER_WIDTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_FRAMEBUFFER_WIDTH">GL_MAX_FRAMEBUFFER_WIDTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_MAX_GENERAL_COMBINERS_NV">GL_MAX_GENERAL_COMBINERS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS">GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS">GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_GEOMETRY_ATOMIC_COUNTERS">GL_MAX_GEOMETRY_ATOMIC_COUNTERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_MAX_GEOMETRY_ATOMIC_COUNTERS">GL_MAX_GEOMETRY_ATOMIC_COUNTERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBindableUniform.html#GL_MAX_GEOMETRY_BINDABLE_UNIFORMS_EXT">GL_MAX_GEOMETRY_BINDABLE_UNIFORMS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBindableUniform.html" title="class in org.lwjgl.opengl">EXTBindableUniform</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_MAX_GEOMETRY_IMAGE_UNIFORMS">GL_MAX_GEOMETRY_IMAGE_UNIFORMS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_MAX_GEOMETRY_IMAGE_UNIFORMS">GL_MAX_GEOMETRY_IMAGE_UNIFORMS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_MAX_GEOMETRY_INPUT_COMPONENTS">GL_MAX_GEOMETRY_INPUT_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_MAX_GEOMETRY_OUTPUT_COMPONENTS">GL_MAX_GEOMETRY_OUTPUT_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_MAX_GEOMETRY_OUTPUT_VERTICES">GL_MAX_GEOMETRY_OUTPUT_VERTICES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_MAX_GEOMETRY_OUTPUT_VERTICES_ARB">GL_MAX_GEOMETRY_OUTPUT_VERTICES_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_MAX_GEOMETRY_OUTPUT_VERTICES_EXT">GL_MAX_GEOMETRY_OUTPUT_VERTICES_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuProgram5.html#GL_MAX_GEOMETRY_PROGRAM_INVOCATIONS_NV">GL_MAX_GEOMETRY_PROGRAM_INVOCATIONS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuProgram5.html" title="class in org.lwjgl.opengl">NVGpuProgram5</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShader5.html#GL_MAX_GEOMETRY_SHADER_INVOCATIONS">GL_MAX_GEOMETRY_SHADER_INVOCATIONS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShader5.html" title="class in org.lwjgl.opengl">ARBGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_MAX_GEOMETRY_SHADER_INVOCATIONS">GL_MAX_GEOMETRY_SHADER_INVOCATIONS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS">GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS">GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS">GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_ARB">GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT">GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS">GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_ARB">GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_EXT">GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_MAX_GEOMETRY_UNIFORM_BLOCKS">GL_MAX_GEOMETRY_UNIFORM_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_MAX_GEOMETRY_UNIFORM_BLOCKS">GL_MAX_GEOMETRY_UNIFORM_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_MAX_GEOMETRY_UNIFORM_COMPONENTS">GL_MAX_GEOMETRY_UNIFORM_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_ARB">GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT">GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_MAX_GEOMETRY_VARYING_COMPONENTS_ARB">GL_MAX_GEOMETRY_VARYING_COMPONENTS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_MAX_GEOMETRY_VARYING_COMPONENTS_EXT">GL_MAX_GEOMETRY_VARYING_COMPONENTS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_MAX_HEIGHT">GL_MAX_HEIGHT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_HEIGHT">GL_MAX_HEIGHT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_MAX_IMAGE_SAMPLES">GL_MAX_IMAGE_SAMPLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_MAX_IMAGE_SAMPLES">GL_MAX_IMAGE_SAMPLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_MAX_IMAGE_SAMPLES_EXT">GL_MAX_IMAGE_SAMPLES_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_MAX_IMAGE_UNITS">GL_MAX_IMAGE_UNITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_MAX_IMAGE_UNITS">GL_MAX_IMAGE_UNITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_MAX_IMAGE_UNITS_EXT">GL_MAX_IMAGE_UNITS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_MAX_INTEGER_SAMPLES">GL_MAX_INTEGER_SAMPLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_MAX_INTEGER_SAMPLES">GL_MAX_INTEGER_SAMPLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_LABEL_LENGTH">GL_MAX_LABEL_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <value> parameters of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_MAX_LABEL_LENGTH">GL_MAX_LABEL_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <value> parameters of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_MAX_LABEL_LENGTH">GL_MAX_LABEL_LENGTH</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted by the <value> parameters of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_MAX_LAYERS">GL_MAX_LAYERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_LAYERS">GL_MAX_LAYERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAX_LIGHTS">GL_MAX_LIGHTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAX_LIST_NESTING">GL_MAX_LIST_NESTING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#GL_MAX_MAP_TESSELLATION_NV">GL_MAX_MAP_TESSELLATION_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMatrixPalette.html#GL_MAX_MATRIX_PALETTE_STACK_DEPTH_ARB">GL_MAX_MATRIX_PALETTE_STACK_DEPTH_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAX_MODELVIEW_STACK_DEPTH">GL_MAX_MODELVIEW_STACK_DEPTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFramebufferMultisampleCoverage.html#GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV">GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFramebufferMultisampleCoverage.html" title="class in org.lwjgl.opengl">NVFramebufferMultisampleCoverage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html#GL_MAX_MULTIVIEW_BUFFERS_EXT">GL_MAX_MULTIVIEW_BUFFERS_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html" title="class in org.lwjgl.opengles">EXTMultiviewDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetInteger:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_MAX_NAME_LENGTH">GL_MAX_NAME_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramInterfaceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_NAME_LENGTH">GL_MAX_NAME_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramInterfaceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAX_NAME_STACK_DEPTH">GL_MAX_NAME_STACK_DEPTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_MAX_NUM_ACTIVE_VARIABLES">GL_MAX_NUM_ACTIVE_VARIABLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramInterfaceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_NUM_ACTIVE_VARIABLES">GL_MAX_NUM_ACTIVE_VARIABLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramInterfaceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_MAX_NUM_COMPATIBLE_SUBROUTINES">GL_MAX_NUM_COMPATIBLE_SUBROUTINES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramInterfaceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_NUM_COMPATIBLE_SUBROUTINES">GL_MAX_NUM_COMPATIBLE_SUBROUTINES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramInterfaceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_MAX_OPTIMIZED_VERTEX_SHADER_INSTRUCTIONS_EXT">GL_MAX_OPTIMIZED_VERTEX_SHADER_INSTRUCTIONS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_MAX_OPTIMIZED_VERTEX_SHADER_INVARIANTS_EXT">GL_MAX_OPTIMIZED_VERTEX_SHADER_INVARIANTS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCAL_CONSTANTS_EXT">GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCAL_CONSTANTS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCALS_EXT">GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCALS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_MAX_OPTIMIZED_VERTEX_SHADER_VARIANTS_EXT">GL_MAX_OPTIMIZED_VERTEX_SHADER_VARIANTS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMatrixPalette.html#GL_MAX_PALETTE_MATRICES_ARB">GL_MAX_PALETTE_MATRICES_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_PATCH_VERTICES">GL_MAX_PATCH_VERTICES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_MAX_PATCH_VERTICES">GL_MAX_PATCH_VERTICES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAX_PIXEL_MAP_TABLE">GL_MAX_PIXEL_MAP_TABLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIPnTriangles.html#GL_MAX_PN_TRIANGLES_TESSELATION_LEVEL_ATI">GL_MAX_PN_TRIANGLES_TESSELATION_LEVEL_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIPnTriangles.html" title="class in org.lwjgl.opengl">ATIPnTriangles</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB">GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB">GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuProgram4.html#GL_MAX_PROGRAM_ATTRIB_COMPONENTS_NV">GL_MAX_PROGRAM_ATTRIB_COMPONENTS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MAX_PROGRAM_ATTRIBS_ARB">GL_MAX_PROGRAM_ATTRIBS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFragmentProgram2.html#GL_MAX_PROGRAM_CALL_DEPTH_NV">GL_MAX_PROGRAM_CALL_DEPTH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFragmentProgram2.html" title="class in org.lwjgl.opengl">NVFragmentProgram2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram2Option.html#GL_MAX_PROGRAM_CALL_DEPTH_NV">GL_MAX_PROGRAM_CALL_DEPTH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram2Option.html" title="class in org.lwjgl.opengl">NVVertexProgram2Option</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MAX_PROGRAM_ENV_PARAMETERS_ARB">GL_MAX_PROGRAM_ENV_PARAMETERS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFragmentProgram2.html#GL_MAX_PROGRAM_EXEC_INSTRUCTIONS_NV">GL_MAX_PROGRAM_EXEC_INSTRUCTIONS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFragmentProgram2.html" title="class in org.lwjgl.opengl">NVFragmentProgram2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram2Option.html#GL_MAX_PROGRAM_EXEC_INSTRUCTIONS_NV">GL_MAX_PROGRAM_EXEC_INSTRUCTIONS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram2Option.html" title="class in org.lwjgl.opengl">NVVertexProgram2Option</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuProgram4.html#GL_MAX_PROGRAM_GENERIC_ATTRIBS_NV">GL_MAX_PROGRAM_GENERIC_ATTRIBS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuProgram4.html#GL_MAX_PROGRAM_GENERIC_RESULTS_NV">GL_MAX_PROGRAM_GENERIC_RESULTS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFragmentProgram2.html#GL_MAX_PROGRAM_IF_DEPTH_NV">GL_MAX_PROGRAM_IF_DEPTH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFragmentProgram2.html" title="class in org.lwjgl.opengl">NVFragmentProgram2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MAX_PROGRAM_INSTRUCTIONS_ARB">GL_MAX_PROGRAM_INSTRUCTIONS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB">GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFragmentProgram2.html#GL_MAX_PROGRAM_LOOP_COUNT_NV">GL_MAX_PROGRAM_LOOP_COUNT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFragmentProgram2.html" title="class in org.lwjgl.opengl">NVFragmentProgram2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFragmentProgram2.html#GL_MAX_PROGRAM_LOOP_DEPTH_NV">GL_MAX_PROGRAM_LOOP_DEPTH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFragmentProgram2.html" title="class in org.lwjgl.opengl">NVFragmentProgram2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MAX_PROGRAM_MATRICES_ARB">GL_MAX_PROGRAM_MATRICES_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MAX_PROGRAM_MATRIX_STACK_DEPTH_ARB">GL_MAX_PROGRAM_MATRIX_STACK_DEPTH_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB">GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB">GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB">GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB">GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB">GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB">GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB">GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB">GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGeometryProgram4.html#GL_MAX_PROGRAM_OUTPUT_VERTICES_NV">GL_MAX_PROGRAM_OUTPUT_VERTICES_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGeometryProgram4.html" title="class in org.lwjgl.opengl">NVGeometryProgram4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVParameterBufferObject.html#GL_MAX_PROGRAM_PARAMETER_BUFFER_BINDINGS_NV">GL_MAX_PROGRAM_PARAMETER_BUFFER_BINDINGS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVParameterBufferObject.html" title="class in org.lwjgl.opengl">NVParameterBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVParameterBufferObject.html#GL_MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV">GL_MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVParameterBufferObject.html" title="class in org.lwjgl.opengl">NVParameterBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MAX_PROGRAM_PARAMETERS_ARB">GL_MAX_PROGRAM_PARAMETERS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTessellationProgram5.html#GL_MAX_PROGRAM_PATCH_ATTRIBS_NV">GL_MAX_PROGRAM_PATCH_ATTRIBS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTessellationProgram5.html" title="class in org.lwjgl.opengl">NVTessellationProgram5</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuProgram4.html#GL_MAX_PROGRAM_RESULT_COMPONENTS_NV">GL_MAX_PROGRAM_RESULT_COMPONENTS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_MAX_PROGRAM_TEMPORARIES_ARB">GL_MAX_PROGRAM_TEMPORARIES_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB">GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB">GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_MAX_PROGRAM_TEXEL_OFFSET">GL_MAX_PROGRAM_TEXEL_OFFSET</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAX_PROGRAM_TEXEL_OFFSET">GL_MAX_PROGRAM_TEXEL_OFFSET</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_MAX_PROGRAM_TEXEL_OFFSET_EXT">GL_MAX_PROGRAM_TEXEL_OFFSET_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureGather.html#GL_MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS_ARB">GL_MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureGather.html" title="class in org.lwjgl.opengl">ARBTextureGather</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS_ARB">GL_MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureGather.html#GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_ARB">GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureGather.html" title="class in org.lwjgl.opengl">ARBTextureGather</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_ARB">GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGeometryProgram4.html#GL_MAX_PROGRAM_TOTAL_OUTPUT_COMPONENTS_NV">GL_MAX_PROGRAM_TOTAL_OUTPUT_COMPONENTS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGeometryProgram4.html" title="class in org.lwjgl.opengl">NVGeometryProgram4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAX_PROJECTION_STACK_DEPTH">GL_MAX_PROJECTION_STACK_DEPTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#GL_MAX_RATIONAL_EVAL_ORDER_NV">GL_MAX_RATIONAL_EVAL_ORDER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_MAX_RECTANGLE_TEXTURE_SIZE">GL_MAX_RECTANGLE_TEXTURE_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev,
|
|
GetIntegerv and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRectangle.html#GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB">GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRectangle.html" title="class in org.lwjgl.opengl">ARBTextureRectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev,
|
|
GetIntegerv and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARBTextureRectangle.html#GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB">GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARBTextureRectangle.html" title="class in org.lwjgl.opengles">ARBTextureRectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev,
|
|
GetIntegerv and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureRectangle.html#GL_MAX_RECTANGLE_TEXTURE_SIZE_EXT">GL_MAX_RECTANGLE_TEXTURE_SIZE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureRectangle.html" title="class in org.lwjgl.opengl">EXTTextureRectangle</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureRectangle.html#GL_MAX_RECTANGLE_TEXTURE_SIZE_NV">GL_MAX_RECTANGLE_TEXTURE_SIZE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureRectangle.html" title="class in org.lwjgl.opengl">NVTextureRectangle</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_MAX_RENDERBUFFER_SIZE">GL_MAX_RENDERBUFFER_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_MAX_RENDERBUFFER_SIZE">GL_MAX_RENDERBUFFER_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_MAX_RENDERBUFFER_SIZE">GL_MAX_RENDERBUFFER_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_MAX_RENDERBUFFER_SIZE_EXT">GL_MAX_RENDERBUFFER_SIZE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by GetIntegerv():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_MAX_RENDERBUFFER_SIZE_OES">GL_MAX_RENDERBUFFER_SIZE_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by GetIntegerv():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_MAX_SAMPLE_MASK_WORDS">GL_MAX_SAMPLE_MASK_WORDS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_MAX_SAMPLE_MASK_WORDS">GL_MAX_SAMPLE_MASK_WORDS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVExplicitMultisample.html#GL_MAX_SAMPLE_MASK_WORDS_NV">GL_MAX_SAMPLE_MASK_WORDS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_MAX_SAMPLES">GL_MAX_SAMPLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_MAX_SAMPLES">GL_MAX_SAMPLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAX_SAMPLES">GL_MAX_SAMPLES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ANGLEFramebufferMultisample.html#GL_MAX_SAMPLES_ANGLE">GL_MAX_SAMPLES_ANGLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ANGLEFramebufferMultisample.html" title="class in org.lwjgl.opengles">ANGLEFramebufferMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLEFramebufferMultisample.html#GL_MAX_SAMPLES_APPLE">GL_MAX_SAMPLES_APPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLEFramebufferMultisample.html" title="class in org.lwjgl.opengles">APPLEFramebufferMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and
|
|
GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferMultisample.html#GL_MAX_SAMPLES_EXT">GL_MAX_SAMPLES_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferMultisample.html" title="class in org.lwjgl.opengl">EXTFramebufferMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTMultisampledRenderToTexture.html#GL_MAX_SAMPLES_EXT">GL_MAX_SAMPLES_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles">EXTMultisampledRenderToTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/IMGMultisampledRenderToTexture.html#GL_MAX_SAMPLES_IMG">GL_MAX_SAMPLES_IMG</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/IMGMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles">IMGMultisampledRenderToTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSync.html#GL_MAX_SERVER_WAIT_TIMEOUT">GL_MAX_SERVER_WAIT_TIMEOUT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <pname> parameter of GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_MAX_SERVER_WAIT_TIMEOUT">GL_MAX_SERVER_WAIT_TIMEOUT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <pname> parameter of GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAX_SERVER_WAIT_TIMEOUT">GL_MAX_SERVER_WAIT_TIMEOUT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLESync.html#GL_MAX_SERVER_WAIT_TIMEOUT_APPLE">GL_MAX_SERVER_WAIT_TIMEOUT_APPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <pname> parameter of GetInteger64vAPPLE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVShaderBufferLoad.html#GL_MAX_SHADER_BUFFER_ADDRESS_NV">GL_MAX_SHADER_BUFFER_ADDRESS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetIntegerui64vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_MAX_SHADER_STORAGE_BLOCK_SIZE">GL_MAX_SHADER_STORAGE_BLOCK_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_SHADER_STORAGE_BLOCK_SIZE">GL_MAX_SHADER_STORAGE_BLOCK_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS">GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS">GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVLightMaxExponent.html#GL_MAX_SHININESS_NV">GL_MAX_SHININESS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVLightMaxExponent.html" title="class in org.lwjgl.opengl">NVLightMaxExponent</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDSparseTexture.html#GL_MAX_SPARSE_3D_TEXTURE_SIZE_AMD">GL_MAX_SPARSE_3D_TEXTURE_SIZE_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDSparseTexture.html" title="class in org.lwjgl.opengl">AMDSparseTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter to GetIntegerv, GetFloatv, GetDoublev,
|
|
GetInteger64v, and GetBooleanv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSparseTexture.html#GL_MAX_SPARSE_3D_TEXTURE_SIZE_ARB">GL_MAX_SPARSE_3D_TEXTURE_SIZE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl">ARBSparseTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter to GetIntegerv, GetFloatv, GetDoublev,
|
|
GetInteger64v, and GetBooleanv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDSparseTexture.html#GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS">GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDSparseTexture.html" title="class in org.lwjgl.opengl">AMDSparseTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter to GetIntegerv, GetFloatv, GetDoublev,
|
|
GetInteger64v, and GetBooleanv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSparseTexture.html#GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS_ARB">GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl">ARBSparseTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter to GetIntegerv, GetFloatv, GetDoublev,
|
|
GetInteger64v, and GetBooleanv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDSparseTexture.html#GL_MAX_SPARSE_TEXTURE_SIZE_AMD">GL_MAX_SPARSE_TEXTURE_SIZE_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDSparseTexture.html" title="class in org.lwjgl.opengl">AMDSparseTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter to GetIntegerv, GetFloatv, GetDoublev,
|
|
GetInteger64v, and GetBooleanv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSparseTexture.html#GL_MAX_SPARSE_TEXTURE_SIZE_ARB">GL_MAX_SPARSE_TEXTURE_SIZE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl">ARBSparseTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter to GetIntegerv, GetFloatv, GetDoublev,
|
|
GetInteger64v, and GetBooleanv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVLightMaxExponent.html#GL_MAX_SPOT_EXPONENT_NV">GL_MAX_SPOT_EXPONENT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVLightMaxExponent.html" title="class in org.lwjgl.opengl">NVLightMaxExponent</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderSubroutine.html#GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS">GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS">GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderSubroutine.html#GL_MAX_SUBROUTINES">GL_MAX_SUBROUTINES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_MAX_SUBROUTINES">GL_MAX_SUBROUTINES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS">GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS">GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS">GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS">GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS">GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS">GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_TESS_CONTROL_INPUT_COMPONENTS">GL_MAX_TESS_CONTROL_INPUT_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_MAX_TESS_CONTROL_INPUT_COMPONENTS">GL_MAX_TESS_CONTROL_INPUT_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS">GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS">GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS">GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS">GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS">GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS">GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS">GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS">GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS">GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS">GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS">GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS">GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS">GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS">GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS">GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS">GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS">GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS">GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS">GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS">GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS">GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS">GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS">GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS">GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS">GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS">GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS">GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS">GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS">GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS">GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_TESS_GEN_LEVEL">GL_MAX_TESS_GEN_LEVEL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_MAX_TESS_GEN_LEVEL">GL_MAX_TESS_GEN_LEVEL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_TESS_PATCH_COMPONENTS">GL_MAX_TESS_PATCH_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_MAX_TESS_PATCH_COMPONENTS">GL_MAX_TESS_PATCH_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv,
|
|
GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_MAX_TEXTURE_BUFFER_SIZE">GL_MAX_TEXTURE_BUFFER_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetBooleanv, GetDoublev,
|
|
GetFloatv, and GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureBufferObject.html#GL_MAX_TEXTURE_BUFFER_SIZE_ARB">GL_MAX_TEXTURE_BUFFER_SIZE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureBufferObject.html" title="class in org.lwjgl.opengl">ARBTextureBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetBooleanv, GetDoublev,
|
|
GetFloatv, and GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureBufferObject.html#GL_MAX_TEXTURE_BUFFER_SIZE_EXT">GL_MAX_TEXTURE_BUFFER_SIZE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureBufferObject.html" title="class in org.lwjgl.opengl">EXTTextureBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetBooleanv, GetDoublev,
|
|
GetFloatv, and GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_MAX_TEXTURE_COORDS">GL_MAX_TEXTURE_COORDS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_MAX_TEXTURE_COORDS_ARB">GL_MAX_TEXTURE_COORDS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFragmentShader.html#GL_MAX_TEXTURE_COORDS_ARB">GL_MAX_TEXTURE_COORDS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFragmentShader.html" title="class in org.lwjgl.opengl">ARBFragmentShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#GL_MAX_TEXTURE_COORDS_ARB">GL_MAX_TEXTURE_COORDS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFragmentProgram.html#GL_MAX_TEXTURE_COORDS_NV">GL_MAX_TEXTURE_COORDS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFragmentProgram.html" title="class in org.lwjgl.opengl">NVFragmentProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_MAX_TEXTURE_IMAGE_UNITS">GL_MAX_TEXTURE_IMAGE_UNITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_MAX_TEXTURE_IMAGE_UNITS">GL_MAX_TEXTURE_IMAGE_UNITS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shaders</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_MAX_TEXTURE_IMAGE_UNITS_ARB">GL_MAX_TEXTURE_IMAGE_UNITS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFragmentShader.html#GL_MAX_TEXTURE_IMAGE_UNITS_ARB">GL_MAX_TEXTURE_IMAGE_UNITS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFragmentShader.html" title="class in org.lwjgl.opengl">ARBFragmentShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#GL_MAX_TEXTURE_IMAGE_UNITS_ARB">GL_MAX_TEXTURE_IMAGE_UNITS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFragmentProgram.html#GL_MAX_TEXTURE_IMAGE_UNITS_NV">GL_MAX_TEXTURE_IMAGE_UNITS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFragmentProgram.html" title="class in org.lwjgl.opengl">NVFragmentProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_MAX_TEXTURE_LOD_BIAS">GL_MAX_TEXTURE_LOD_BIAS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAX_TEXTURE_LOD_BIAS">GL_MAX_TEXTURE_LOD_BIAS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureLODBias.html#GL_MAX_TEXTURE_LOD_BIAS_EXT">GL_MAX_TEXTURE_LOD_BIAS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureLODBias.html" title="class in org.lwjgl.opengl">EXTTextureLODBias</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureLODBias.html#GL_MAX_TEXTURE_LOD_BIAS_EXT">GL_MAX_TEXTURE_LOD_BIAS_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureLODBias.html" title="class in org.lwjgl.opengles">EXTTextureLODBias</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureFilterAnisotropic.html#GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT">GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureFilterAnisotropic.html" title="class in org.lwjgl.opengl">EXTTextureFilterAnisotropic</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureFilterAnisotropic.html#GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT">GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureFilterAnisotropic.html" title="class in org.lwjgl.opengles">EXTTextureFilterAnisotropic</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetBooleanv,
|
|
GetFloatv, and GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAX_TEXTURE_SIZE">GL_MAX_TEXTURE_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_MAX_TEXTURE_SIZE">GL_MAX_TEXTURE_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAX_TEXTURE_STACK_DEPTH">GL_MAX_TEXTURE_STACK_DEPTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_MAX_TEXTURE_UNITS">GL_MAX_TEXTURE_UNITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_MAX_TEXTURE_UNITS_ARB">GL_MAX_TEXTURE_UNITS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAX_TRACK_MATRICES_NV">GL_MAX_TRACK_MATRICES_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAX_TRACK_MATRIX_STACK_DEPTH_NV">GL_MAX_TRACK_MATRIX_STACK_DEPTH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransformFeedback3.html#GL_MAX_TRANSFORM_FEEDBACK_BUFFERS">GL_MAX_TRANSFORM_FEEDBACK_BUFFERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransformFeedback3.html" title="class in org.lwjgl.opengl">ARBTransformFeedback3</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_MAX_TRANSFORM_FEEDBACK_BUFFERS">GL_MAX_TRANSFORM_FEEDBACK_BUFFERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS">GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS">GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS_EXT">GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS_NV">GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS">GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS">GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_EXT">GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_NV">GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS">GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS">GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_EXT">GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_NV">GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_MAX_UNIFORM_BLOCK_SIZE">GL_MAX_UNIFORM_BLOCK_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_MAX_UNIFORM_BLOCK_SIZE">GL_MAX_UNIFORM_BLOCK_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAX_UNIFORM_BLOCK_SIZE">GL_MAX_UNIFORM_BLOCK_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_MAX_UNIFORM_BUFFER_BINDINGS">GL_MAX_UNIFORM_BUFFER_BINDINGS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_MAX_UNIFORM_BUFFER_BINDINGS">GL_MAX_UNIFORM_BUFFER_BINDINGS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAX_UNIFORM_BUFFER_BINDINGS">GL_MAX_UNIFORM_BUFFER_BINDINGS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBExplicitUniformLocation.html#GL_MAX_UNIFORM_LOCATIONS">GL_MAX_UNIFORM_LOCATIONS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBExplicitUniformLocation.html" title="class in org.lwjgl.opengl">ARBExplicitUniformLocation</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_UNIFORM_LOCATIONS">GL_MAX_UNIFORM_LOCATIONS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_MAX_VARYING_COMPONENTS">GL_MAX_VARYING_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_MAX_VARYING_COMPONENTS">GL_MAX_VARYING_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAX_VARYING_COMPONENTS">GL_MAX_VARYING_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_MAX_VARYING_COMPONENTS_ARB">GL_MAX_VARYING_COMPONENTS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_MAX_VARYING_COMPONENTS_EXT">GL_MAX_VARYING_COMPONENTS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_MAX_VARYING_FLOATS">GL_MAX_VARYING_FLOATS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#GL_MAX_VARYING_FLOATS_ARB">GL_MAX_VARYING_FLOATS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_MAX_VARYING_VECTORS">GL_MAX_VARYING_VECTORS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_MAX_VARYING_VECTORS">GL_MAX_VARYING_VECTORS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_MAX_VARYING_VECTORS">GL_MAX_VARYING_VECTORS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shaders</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexArrayRange.html#GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_APPLE">GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexArrayRange.html" title="class in org.lwjgl.opengl">APPLEVertexArrayRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexArrayRange.html#GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_NV">GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl">NVVertexArrayRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS">GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS">GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_VERTEX_ATOMIC_COUNTERS">GL_MAX_VERTEX_ATOMIC_COUNTERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_MAX_VERTEX_ATOMIC_COUNTERS">GL_MAX_VERTEX_ATOMIC_COUNTERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttribBinding.html#GL_MAX_VERTEX_ATTRIB_BINDINGS">GL_MAX_VERTEX_ATTRIB_BINDINGS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl">ARBVertexAttribBinding</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, ...</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_VERTEX_ATTRIB_BINDINGS">GL_MAX_VERTEX_ATTRIB_BINDINGS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, ...</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttribBinding.html#GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET">GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl">ARBVertexAttribBinding</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, ...</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET">GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, ...</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#GL_MAX_VERTEX_ATTRIB_STRIDE">GL_MAX_VERTEX_ATTRIB_STRIDE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd>
|
|
<div class="block">Implementation-dependent state which constrains the maximum value of stride parameters to vertex array pointer-setting commands.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_MAX_VERTEX_ATTRIBS">GL_MAX_VERTEX_ATTRIBS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_MAX_VERTEX_ATTRIBS">GL_MAX_VERTEX_ATTRIBS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shaders</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#GL_MAX_VERTEX_ATTRIBS_ARB">GL_MAX_VERTEX_ATTRIBS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#GL_MAX_VERTEX_ATTRIBS_ARB">GL_MAX_VERTEX_ATTRIBS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBindableUniform.html#GL_MAX_VERTEX_BINDABLE_UNIFORMS_EXT">GL_MAX_VERTEX_BINDABLE_UNIFORMS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBindableUniform.html" title="class in org.lwjgl.opengl">EXTBindableUniform</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_MAX_VERTEX_IMAGE_UNIFORMS">GL_MAX_VERTEX_IMAGE_UNIFORMS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_MAX_VERTEX_IMAGE_UNIFORMS">GL_MAX_VERTEX_IMAGE_UNIFORMS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_MAX_VERTEX_OUTPUT_COMPONENTS">GL_MAX_VERTEX_OUTPUT_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAX_VERTEX_OUTPUT_COMPONENTS">GL_MAX_VERTEX_OUTPUT_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_MAX_VERTEX_SHADER_INSTRUCTIONS_EXT">GL_MAX_VERTEX_SHADER_INSTRUCTIONS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_MAX_VERTEX_SHADER_INVARIANTS_EXT">GL_MAX_VERTEX_SHADER_INVARIANTS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_MAX_VERTEX_SHADER_LOCAL_CONSTANTS_EXT">GL_MAX_VERTEX_SHADER_LOCAL_CONSTANTS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_MAX_VERTEX_SHADER_LOCALS_EXT">GL_MAX_VERTEX_SHADER_LOCALS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS">GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS">GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_MAX_VERTEX_SHADER_VARIANTS_EXT">GL_MAX_VERTEX_SHADER_VARIANTS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShader5.html#GL_MAX_VERTEX_STREAMS">GL_MAX_VERTEX_STREAMS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShader5.html" title="class in org.lwjgl.opengl">ARBGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransformFeedback3.html#GL_MAX_VERTEX_STREAMS">GL_MAX_VERTEX_STREAMS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransformFeedback3.html" title="class in org.lwjgl.opengl">ARBTransformFeedback3</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_MAX_VERTEX_STREAMS">GL_MAX_VERTEX_STREAMS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#GL_MAX_VERTEX_STREAMS_ATI">GL_MAX_VERTEX_STREAMS_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS">GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS">GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shaders</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB">GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram3.html#GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB">GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram3.html" title="class in org.lwjgl.opengl">NVVertexProgram3</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_MAX_VERTEX_UNIFORM_BLOCKS">GL_MAX_VERTEX_UNIFORM_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_MAX_VERTEX_UNIFORM_BLOCKS">GL_MAX_VERTEX_UNIFORM_BLOCKS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAX_VERTEX_UNIFORM_BLOCKS">GL_MAX_VERTEX_UNIFORM_BLOCKS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_MAX_VERTEX_UNIFORM_COMPONENTS">GL_MAX_VERTEX_UNIFORM_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MAX_VERTEX_UNIFORM_COMPONENTS">GL_MAX_VERTEX_UNIFORM_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB">GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_MAX_VERTEX_UNIFORM_VECTORS">GL_MAX_VERTEX_UNIFORM_VECTORS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_MAX_VERTEX_UNIFORM_VECTORS">GL_MAX_VERTEX_UNIFORM_VECTORS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_MAX_VERTEX_UNIFORM_VECTORS">GL_MAX_VERTEX_UNIFORM_VECTORS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shaders</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MAX_VERTEX_UNITS_ARB">GL_MAX_VERTEX_UNITS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_MAX_VERTEX_VARYING_COMPONENTS_ARB">GL_MAX_VERTEX_VARYING_COMPONENTS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_MAX_VERTEX_VARYING_COMPONENTS_EXT">GL_MAX_VERTEX_VARYING_COMPONENTS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MAX_VIEWPORT_DIMS">GL_MAX_VIEWPORT_DIMS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_MAX_VIEWPORT_DIMS">GL_MAX_VIEWPORT_DIMS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#GL_MAX_VIEWPORTS">GL_MAX_VIEWPORTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_MAX_VIEWPORTS">GL_MAX_VIEWPORTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_MAX_WIDTH">GL_MAX_WIDTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MAX_WIDTH">GL_MAX_WIDTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_MEDIUM_FLOAT">GL_MEDIUM_FLOAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <precisiontype> parameter of
|
|
GetShaderPrecisionFormat:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_MEDIUM_FLOAT">GL_MEDIUM_FLOAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <precisiontype> parameter of
|
|
GetShaderPrecisionFormat:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_MEDIUM_FLOAT">GL_MEDIUM_FLOAT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shader Precision-Specified Types</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_MEDIUM_INT">GL_MEDIUM_INT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <precisiontype> parameter of
|
|
GetShaderPrecisionFormat:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_MEDIUM_INT">GL_MEDIUM_INT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <precisiontype> parameter of
|
|
GetShaderPrecisionFormat:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_MEDIUM_INT">GL_MEDIUM_INT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shader Precision-Specified Types</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_MIN">GL_MIN</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_MIN">GL_MIN</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MIN">GL_MIN</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBlendMinmax.html#GL_MIN_EXT">GL_MIN_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBlendMinmax.html" title="class in org.lwjgl.opengl">EXTBlendMinmax</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquationEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTBlendMinmax.html#GL_MIN_EXT">GL_MIN_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTBlendMinmax.html" title="class in org.lwjgl.opengles">EXTBlendMinmax</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquationEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShader5.html#GL_MIN_FRAGMENT_INTERPOLATION_OFFSET">GL_MIN_FRAGMENT_INTERPOLATION_OFFSET</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShader5.html" title="class in org.lwjgl.opengl">ARBGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_MIN_FRAGMENT_INTERPOLATION_OFFSET">GL_MIN_FRAGMENT_INTERPOLATION_OFFSET</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
GetDoublev, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuProgram5.html#GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_NV">GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuProgram5.html" title="class in org.lwjgl.opengl">NVGpuProgram5</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDSparseTexture.html#GL_MIN_LOD_WARNING_AMD">GL_MIN_LOD_WARNING_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDSparseTexture.html" title="class in org.lwjgl.opengl">AMDSparseTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of TexParameter{if}{v} and
|
|
GetTexParameter{if}v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMapBufferAlignment.html#GL_MIN_MAP_BUFFER_ALIGNMENT">GL_MIN_MAP_BUFFER_ALIGNMENT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMapBufferAlignment.html" title="class in org.lwjgl.opengl">ARBMapBufferAlignment</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_MIN_MAP_BUFFER_ALIGNMENT">GL_MIN_MAP_BUFFER_ALIGNMENT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_MIN_PROGRAM_TEXEL_OFFSET">GL_MIN_PROGRAM_TEXEL_OFFSET</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MIN_PROGRAM_TEXEL_OFFSET">GL_MIN_PROGRAM_TEXEL_OFFSET</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_MIN_PROGRAM_TEXEL_OFFSET_EXT">GL_MIN_PROGRAM_TEXEL_OFFSET_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureGather.html#GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_ARB">GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureGather.html" title="class in org.lwjgl.opengl">ARBTextureGather</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_ARB">GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_MIN_SAMPLE_SHADING_VALUE">GL_MIN_SAMPLE_SHADING_VALUE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev,
|
|
GetIntegerv, and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSampleShading.html#GL_MIN_SAMPLE_SHADING_VALUE_ARB">GL_MIN_SAMPLE_SHADING_VALUE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSampleShading.html" title="class in org.lwjgl.opengl">ARBSampleShading</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev,
|
|
GetIntegerv, and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDSparseTexture.html#GL_MIN_SPARSE_LEVEL_AMD">GL_MIN_SPARSE_LEVEL_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDSparseTexture.html" title="class in org.lwjgl.opengl">AMDSparseTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetTexParameter{if}v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_MINMAX">GL_MINMAX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_MINMAX_FORMAT">GL_MINMAX_FORMAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_MINMAX_SINK">GL_MINMAX_SINK</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_MINOR_VERSION">GL_MINOR_VERSION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_MINOR_VERSION">GL_MINOR_VERSION</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_MINUS_CLAMPED_NV">GL_MINUS_CLAMPED_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_MINUS_NV">GL_MINUS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_MIPMAP">GL_MIPMAP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_MIPMAP">GL_MIPMAP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATITextureMirrorOnce.html#GL_MIRROR_CLAMP_ATI">GL_MIRROR_CLAMP_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATITextureMirrorOnce.html" title="class in org.lwjgl.opengl">ATITextureMirrorOnce</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureMirrorClamp.html#GL_MIRROR_CLAMP_EXT">GL_MIRROR_CLAMP_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureMirrorClamp.html" title="class in org.lwjgl.opengl">EXTTextureMirrorClamp</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of TexParameteri and TexParameterf,
|
|
and by the <params> parameter of TexParameteriv and TexParameterfv,
|
|
when their <pname> parameter is TEXTURE_WRAP_S, TEXTURE_WRAP_T,
|
|
or TEXTURE_WRAP_R:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureMirrorClamp.html#GL_MIRROR_CLAMP_TO_BORDER_EXT">GL_MIRROR_CLAMP_TO_BORDER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureMirrorClamp.html" title="class in org.lwjgl.opengl">EXTTextureMirrorClamp</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of TexParameteri and TexParameterf,
|
|
and by the <params> parameter of TexParameteriv and TexParameterfv,
|
|
when their <pname> parameter is TEXTURE_WRAP_S, TEXTURE_WRAP_T,
|
|
or TEXTURE_WRAP_R:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureMirrorClampToEdge.html#GL_MIRROR_CLAMP_TO_EDGE">GL_MIRROR_CLAMP_TO_EDGE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureMirrorClampToEdge.html" title="class in org.lwjgl.opengl">ARBTextureMirrorClampToEdge</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of TexParameter{if}, SamplerParameter{if}
|
|
and SamplerParameter{if}v, and by the <params> parameter of
|
|
TexParameter{if}v, TexParameterI{i ui}v and SamplerParameterI{i ui}v when
|
|
their <pname> parameter is TEXTURE_WRAP_S, TEXTURE_WRAP_T, or
|
|
TEXTURE_WRAP_R:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#GL_MIRROR_CLAMP_TO_EDGE">GL_MIRROR_CLAMP_TO_EDGE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of TexParameter{if}, SamplerParameter{if}
|
|
and SamplerParameter{if}v, and by the <params> parameter of
|
|
TexParameter{if}v, TexParameterI{i ui}v and SamplerParameterI{i ui}v when
|
|
their <pname> parameter is TEXTURE_WRAP_S, TEXTURE_WRAP_T, or
|
|
TEXTURE_WRAP_R:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATITextureMirrorOnce.html#GL_MIRROR_CLAMP_TO_EDGE_ATI">GL_MIRROR_CLAMP_TO_EDGE_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATITextureMirrorOnce.html" title="class in org.lwjgl.opengl">ATITextureMirrorOnce</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureMirrorClamp.html#GL_MIRROR_CLAMP_TO_EDGE_EXT">GL_MIRROR_CLAMP_TO_EDGE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureMirrorClamp.html" title="class in org.lwjgl.opengl">EXTTextureMirrorClamp</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of TexParameteri and TexParameterf,
|
|
and by the <params> parameter of TexParameteriv and TexParameterfv,
|
|
when their <pname> parameter is TEXTURE_WRAP_S, TEXTURE_WRAP_T,
|
|
or TEXTURE_WRAP_R:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_MIRRORED_REPEAT">GL_MIRRORED_REPEAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_MIRRORED_REPEAT">GL_MIRRORED_REPEAT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureWrapMode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureMirroredRepeat.html#GL_MIRRORED_REPEAT_ARB">GL_MIRRORED_REPEAT_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureMirroredRepeat.html" title="class in org.lwjgl.opengl">ARBTextureMirroredRepeat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_MITER_REVERT_NV">GL_MITER_REVERT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of PathParameterfNV,
|
|
PathParameterfvNV, PathParameteriNV, and PathParameterivNV
|
|
when <pname> is PATH_JOIN_STYLE_NV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_MITER_TRUNCATE_NV">GL_MITER_TRUNCATE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of PathParameterfNV,
|
|
PathParameterfvNV, PathParameteriNV, and PathParameterivNV
|
|
when <pname> is PATH_JOIN_STYLE_NV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MODELVIEW">GL_MODELVIEW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW0_ARB">GL_MODELVIEW0_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexWeighting.html#GL_MODELVIEW0_EXT">GL_MODELVIEW0_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexWeighting.html#GL_MODELVIEW0_MATRIX_EXT">GL_MODELVIEW0_MATRIX_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexWeighting.html#GL_MODELVIEW0_STACK_DEPTH_EXT">GL_MODELVIEW0_STACK_DEPTH_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW10_ARB">GL_MODELVIEW10_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW11_ARB">GL_MODELVIEW11_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW12_ARB">GL_MODELVIEW12_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW13_ARB">GL_MODELVIEW13_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW14_ARB">GL_MODELVIEW14_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW15_ARB">GL_MODELVIEW15_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW16_ARB">GL_MODELVIEW16_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW17_ARB">GL_MODELVIEW17_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW18_ARB">GL_MODELVIEW18_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW19_ARB">GL_MODELVIEW19_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW1_ARB">GL_MODELVIEW1_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexWeighting.html#GL_MODELVIEW1_EXT">GL_MODELVIEW1_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexWeighting.html#GL_MODELVIEW1_MATRIX_EXT">GL_MODELVIEW1_MATRIX_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexWeighting.html#GL_MODELVIEW1_STACK_DEPTH_EXT">GL_MODELVIEW1_STACK_DEPTH_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW20_ARB">GL_MODELVIEW20_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW21_ARB">GL_MODELVIEW21_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW22_ARB">GL_MODELVIEW22_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW23_ARB">GL_MODELVIEW23_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW24_ARB">GL_MODELVIEW24_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW25_ARB">GL_MODELVIEW25_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW26_ARB">GL_MODELVIEW26_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW27_ARB">GL_MODELVIEW27_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW28_ARB">GL_MODELVIEW28_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW29_ARB">GL_MODELVIEW29_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW2_ARB">GL_MODELVIEW2_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW30_ARB">GL_MODELVIEW30_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW31_ARB">GL_MODELVIEW31_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW3_ARB">GL_MODELVIEW3_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW4_ARB">GL_MODELVIEW4_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW5_ARB">GL_MODELVIEW5_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW6_ARB">GL_MODELVIEW6_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW7_ARB">GL_MODELVIEW7_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW8_ARB">GL_MODELVIEW8_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW9_ARB">GL_MODELVIEW9_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MODELVIEW_MATRIX">GL_MODELVIEW_MATRIX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_MODELVIEW_PROJECTION_NV">GL_MODELVIEW_PROJECTION_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <matrix> parameter of TrackMatrixNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MODELVIEW_STACK_DEPTH">GL_MODELVIEW_STACK_DEPTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MODULATE">GL_MODULATE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATITextureEnvCombine3.html#GL_MODULATE_ADD_ATI">GL_MODULATE_ADD_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATITextureEnvCombine3.html" title="class in org.lwjgl.opengl">ATITextureEnvCombine3</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <params> parameter of TexEnvf, TexEnvi, TexEnvfv,
|
|
and TexEnviv when the <pname> parameter value is COMBINE_RGB_ARB
|
|
or COMBINE_ALPHA_ARB</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATITextureEnvCombine3.html#GL_MODULATE_SIGNED_ADD_ATI">GL_MODULATE_SIGNED_ADD_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATITextureEnvCombine3.html" title="class in org.lwjgl.opengl">ATITextureEnvCombine3</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <params> parameter of TexEnvf, TexEnvi, TexEnvfv,
|
|
and TexEnviv when the <pname> parameter value is COMBINE_RGB_ARB
|
|
or COMBINE_ALPHA_ARB</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATITextureEnvCombine3.html#GL_MODULATE_SUBTRACT_ATI">GL_MODULATE_SUBTRACT_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATITextureEnvCombine3.html" title="class in org.lwjgl.opengl">ATITextureEnvCombine3</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <params> parameter of TexEnvf, TexEnvi, TexEnvfv,
|
|
and TexEnviv when the <pname> parameter value is COMBINE_RGB_ARB
|
|
or COMBINE_ALPHA_ARB</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_MOV_ATI">GL_MOV_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_MOVE_TO_CONTINUES_NV">GL_MOVE_TO_CONTINUES_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of PathParameterfNV,
|
|
PathParameterfvNV, PathParameteriNV, and PathParameterivNV when
|
|
<pname> is PATH_DASH_OFFSET_RESET_NV</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_MOVE_TO_NV">GL_MOVE_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_MOVE_TO_NV">GL_MOVE_TO_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as path commands by CreatePathNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_MOVE_TO_RESETS_NV">GL_MOVE_TO_RESETS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of PathParameterfNV,
|
|
PathParameterfvNV, PathParameteriNV, and PathParameterivNV when
|
|
<pname> is PATH_DASH_OFFSET_RESET_NV</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_MUL_ATI">GL_MUL_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_MULT">GL_MULT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_MULTIPLY_NV">GL_MULTIPLY_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_MULTISAMPLE">GL_MULTISAMPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultisample.html#GL_MULTISAMPLE_ARB">GL_MULTISAMPLE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultisample.html" title="class in org.lwjgl.opengl">ARBMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_MULTISAMPLE_BIT">GL_MULTISAMPLE_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultisample.html#GL_MULTISAMPLE_BIT_ARB">GL_MULTISAMPLE_BIT_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultisample.html" title="class in org.lwjgl.opengl">ARBMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_MULTISAMPLE_BUFFER_BIT0_QCOM">GL_MULTISAMPLE_BUFFER_BIT0_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_MULTISAMPLE_BUFFER_BIT1_QCOM">GL_MULTISAMPLE_BUFFER_BIT1_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_MULTISAMPLE_BUFFER_BIT2_QCOM">GL_MULTISAMPLE_BUFFER_BIT2_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_MULTISAMPLE_BUFFER_BIT3_QCOM">GL_MULTISAMPLE_BUFFER_BIT3_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_MULTISAMPLE_BUFFER_BIT4_QCOM">GL_MULTISAMPLE_BUFFER_BIT4_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_MULTISAMPLE_BUFFER_BIT5_QCOM">GL_MULTISAMPLE_BUFFER_BIT5_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_MULTISAMPLE_BUFFER_BIT6_QCOM">GL_MULTISAMPLE_BUFFER_BIT6_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_MULTISAMPLE_BUFFER_BIT7_QCOM">GL_MULTISAMPLE_BUFFER_BIT7_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFramebufferMultisampleCoverage.html#GL_MULTISAMPLE_COVERAGE_MODES_NV">GL_MULTISAMPLE_COVERAGE_MODES_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFramebufferMultisampleCoverage.html" title="class in org.lwjgl.opengl">NVFramebufferMultisampleCoverage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVMultisampleFilterHint.html#GL_MULTISAMPLE_FILTER_HINT_NV">GL_MULTISAMPLE_FILTER_HINT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVMultisampleFilterHint.html" title="class in org.lwjgl.opengl">NVMultisampleFilterHint</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of Hint and by the <pname>
|
|
parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html#GL_MULTIVIEW_EXT">GL_MULTIVIEW_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html" title="class in org.lwjgl.opengles">EXTMultiviewDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <location> parameter of DrawBuffersIndexedEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_MVP_MATRIX_EXT">GL_MVP_MATRIX_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_N3F_V3F">GL_N3F_V3F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_NAME_LENGTH">GL_NAME_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_NAME_LENGTH">GL_NAME_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_NAME_STACK_DEPTH">GL_NAME_STACK_DEPTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#GL_NAMED_STRING_LENGTH_ARB">GL_NAMED_STRING_LENGTH_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetNamedStringivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#GL_NAMED_STRING_TYPE_ARB">GL_NAMED_STRING_TYPE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetNamedStringivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDStencilOperationExtended.html#GL_NAND">GL_NAND</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDStencilOperationExtended.html" title="class in org.lwjgl.opengl">AMDStencilOperationExtended</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <sfail>, <dpfail> and <dppass> parameters of StencilOp
|
|
and StencilOpSeparate:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_NAND">GL_NAND</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_NEAREST">GL_NEAREST</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_NEAREST">GL_NEAREST</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureMagFilter</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_NEAREST_MIPMAP_LINEAR">GL_NEAREST_MIPMAP_LINEAR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_NEAREST_MIPMAP_LINEAR">GL_NEAREST_MIPMAP_LINEAR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureMinFilter</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_NEAREST_MIPMAP_NEAREST">GL_NEAREST_MIPMAP_NEAREST</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_NEAREST_MIPMAP_NEAREST">GL_NEAREST_MIPMAP_NEAREST</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureMinFilter</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_NEGATE_BIT_ATI">GL_NEGATE_BIT_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_NEGATIVE_ONE_EXT">GL_NEGATIVE_ONE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_NEGATIVE_W_EXT">GL_NEGATIVE_W_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_NEGATIVE_X_EXT">GL_NEGATIVE_X_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_NEGATIVE_Y_EXT">GL_NEGATIVE_Y_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_NEGATIVE_Z_EXT">GL_NEGATIVE_Z_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_NEVER">GL_NEVER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_NEVER">GL_NEVER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">StencilFunction</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_NEXT_VIDEO_CAPTURE_BUFFER_STATUS_NV">GL_NEXT_VIDEO_CAPTURE_BUFFER_STATUS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVideoCaptureivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_NICEST">GL_NICEST</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_NICEST">GL_NICEST</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">HintMode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#GL_NO_ERROR">GL_NO_ERROR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetGraphicsResetStatusARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_NO_ERROR">GL_NO_ERROR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTRobustness.html#GL_NO_ERROR">GL_NO_ERROR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetGraphicsResetStatusEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_NO_ERROR">GL_NO_ERROR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">ErrorCode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#GL_NO_RESET_NOTIFICATION_ARB">GL_NO_RESET_NOTIFICATION_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetIntegerv and related simple queries when
|
|
<value> is RESET_NOTIFICATION_STRATEGY_ARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTRobustness.html#GL_NO_RESET_NOTIFICATION_EXT">GL_NO_RESET_NOTIFICATION_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetIntegerv and related simple queries when <value> is
|
|
RESET_NOTIFICATION_STRATEGY_EXT :</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_NON_ZERO_NV">GL_NON_ZERO_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Values for the ILL_RULE_NV path parameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_NONE">GL_NONE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_NONE">GL_NONE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_NONE_OES">GL_NONE_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetFramebufferAttachmentParameterivOES when the
|
|
<pname> parameter is FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_NOOP">GL_NOOP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDStencilOperationExtended.html#GL_NOR">GL_NOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDStencilOperationExtended.html" title="class in org.lwjgl.opengl">AMDStencilOperationExtended</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <sfail>, <dpfail> and <dppass> parameters of StencilOp
|
|
and StencilOpSeparate:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_NOR">GL_NOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_NORMAL_ARRAY">GL_NORMAL_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_NORMAL_ARRAY_ADDRESS_NV">GL_NORMAL_ARRAY_ADDRESS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of BufferAddressRangeNV
|
|
and the <value> parameter of GetIntegerui64vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_NORMAL_ARRAY_BUFFER_BINDING">GL_NORMAL_ARRAY_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_NORMAL_ARRAY_BUFFER_BINDING_ARB">GL_NORMAL_ARRAY_BUFFER_BINDING_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_NORMAL_ARRAY_LENGTH_NV">GL_NORMAL_ARRAY_LENGTH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_NORMAL_ARRAY_POINTER">GL_NORMAL_ARRAY_POINTER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_NORMAL_ARRAY_STRIDE">GL_NORMAL_ARRAY_STRIDE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_NORMAL_ARRAY_TYPE">GL_NORMAL_ARRAY_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_NORMAL_MAP">GL_NORMAL_MAP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCubeMap.html#GL_NORMAL_MAP_ARB">GL_NORMAL_MAP_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCubeMap.html" title="class in org.lwjgl.opengl">ARBTextureCubeMap</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTexgenReflection.html#GL_NORMAL_MAP_NV">GL_NORMAL_MAP_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTexgenReflection.html" title="class in org.lwjgl.opengl">NVTexgenReflection</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_NORMALIZE">GL_NORMALIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_NORMALIZED_RANGE_EXT">GL_NORMALIZED_RANGE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_NOTEQUAL">GL_NOTEQUAL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_NOTEQUAL">GL_NOTEQUAL</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">StencilFunction</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_NUM_ACTIVE_VARIABLES">GL_NUM_ACTIVE_VARIABLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_NUM_ACTIVE_VARIABLES">GL_NUM_ACTIVE_VARIABLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderSubroutine.html#GL_NUM_COMPATIBLE_SUBROUTINES">GL_NUM_COMPATIBLE_SUBROUTINES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveSubroutineUniformiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_NUM_COMPATIBLE_SUBROUTINES">GL_NUM_COMPATIBLE_SUBROUTINES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveSubroutineUniformiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_NUM_COMPRESSED_TEXTURE_FORMATS">GL_NUM_COMPRESSED_TEXTURE_FORMATS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_NUM_COMPRESSED_TEXTURE_FORMATS">GL_NUM_COMPRESSED_TEXTURE_FORMATS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetTextureParameter</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompression.html#GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB">GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_NUM_EXTENSIONS">GL_NUM_EXTENSIONS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_NUM_EXTENSIONS">GL_NUM_EXTENSIONS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPresentVideo.html#GL_NUM_FILL_STREAMS_NV">GL_NUM_FILL_STREAMS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVideoivNV, GetVideouivNV,
|
|
GetVideoi64vNV, GetVideoui64vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_NUM_FRAGMENT_CONSTANTS_ATI">GL_NUM_FRAGMENT_CONSTANTS_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_NUM_FRAGMENT_REGISTERS_ATI">GL_NUM_FRAGMENT_REGISTERS_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_NUM_GENERAL_COMBINERS_NV">GL_NUM_GENERAL_COMBINERS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_NUM_INPUT_INTERPOLATOR_COMPONENTS_ATI">GL_NUM_INPUT_INTERPOLATOR_COMPONENTS_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_NUM_INSTRUCTIONS_PER_PASS_ATI">GL_NUM_INSTRUCTIONS_PER_PASS_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_NUM_INSTRUCTIONS_TOTAL_ATI">GL_NUM_INSTRUCTIONS_TOTAL_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_NUM_LOOPBACK_COMPONENTS_ATI">GL_NUM_LOOPBACK_COMPONENTS_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_NUM_PASSES_ATI">GL_NUM_PASSES_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGetProgramBinary.html#GL_NUM_PROGRAM_BINARY_FORMATS">GL_NUM_PROGRAM_BINARY_FORMATS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGetProgramBinary.html" title="class in org.lwjgl.opengl">ARBGetProgramBinary</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_NUM_PROGRAM_BINARY_FORMATS">GL_NUM_PROGRAM_BINARY_FORMATS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_NUM_PROGRAM_BINARY_FORMATS">GL_NUM_PROGRAM_BINARY_FORMATS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESGetProgramBinary.html#GL_NUM_PROGRAM_BINARY_FORMATS_OES">GL_NUM_PROGRAM_BINARY_FORMATS_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESGetProgramBinary.html" title="class in org.lwjgl.opengles">OESGetProgramBinary</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname< parameter of GetBooleanv, GetIntegerv, and
|
|
GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery.html#GL_NUM_SAMPLE_COUNTS">GL_NUM_SAMPLE_COUNTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_NUM_SAMPLE_COUNTS">GL_NUM_SAMPLE_COUNTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_NUM_SAMPLE_COUNTS">GL_NUM_SAMPLE_COUNTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_NUM_SAMPLE_COUNTS">GL_NUM_SAMPLE_COUNTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_NUM_SAMPLE_COUNTS">GL_NUM_SAMPLE_COUNTS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_NUM_SHADER_BINARY_FORMATS">GL_NUM_SHADER_BINARY_FORMATS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_NUM_SHADER_BINARY_FORMATS">GL_NUM_SHADER_BINARY_FORMATS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_NUM_SHADER_BINARY_FORMATS">GL_NUM_SHADER_BINARY_FORMATS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shader Binary</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_NUM_SHADING_LANGUAGE_VERSIONS">GL_NUM_SHADING_LANGUAGE_VERSIONS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">No.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSparseTexture.html#GL_NUM_SPARSE_LEVELS_ARB">GL_NUM_SPARSE_LEVELS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl">ARBSparseTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetTexParameter{if}v and
|
|
GetTexParameterIi{u}v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_NUM_VIDEO_CAPTURE_SLOTS_NV">GL_NUM_VIDEO_CAPTURE_SLOTS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attribute> parameter of NVPresentVideoUtil.glQueryContextNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_NUM_VIDEO_CAPTURE_STREAMS_NV">GL_NUM_VIDEO_CAPTURE_STREAMS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVideoCaptureivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPresentVideo.html#GL_NUM_VIDEO_SLOTS_NV">GL_NUM_VIDEO_SLOTS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attribute> parameter of NVPresentVideoUtil.glQueryContextNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSparseTexture.html#GL_NUM_VIRTUAL_PAGE_SIZES_ARB">GL_NUM_VIRTUAL_PAGE_SIZES_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl">ARBSparseTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter to GetInternalformativ:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_bindless_multi_draw_indirect">GL_NV_bindless_multi_draw_indirect</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_bindless_texture">GL_NV_bindless_texture</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_blend_equation_advanced">GL_NV_blend_equation_advanced</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_blend_square">GL_NV_blend_square</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_compute_program5">GL_NV_compute_program5</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_conditional_render">GL_NV_conditional_render</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_copy_depth_to_color">GL_NV_copy_depth_to_color</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_copy_image">GL_NV_copy_image</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_coverage_sample">GL_NV_coverage_sample</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_deep_texture3D">GL_NV_deep_texture3D</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_depth_buffer_float">GL_NV_depth_buffer_float</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_depth_clamp">GL_NV_depth_clamp</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_depth_nonlinear">GL_NV_depth_nonlinear</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_draw_buffers">GL_NV_draw_buffers</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_draw_path">GL_NV_draw_path</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_draw_texture">GL_NV_draw_texture</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_draw_texture">GL_NV_draw_texture</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_EGL_stream_consumer_external">GL_NV_EGL_stream_consumer_external</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_evaluators">GL_NV_evaluators</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_explicit_multisample">GL_NV_explicit_multisample</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_fbo_color_attachments">GL_NV_fbo_color_attachments</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_fence">GL_NV_fence</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_fence">GL_NV_fence</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_float_buffer">GL_NV_float_buffer</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_fog_distance">GL_NV_fog_distance</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_fragment_program">GL_NV_fragment_program</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_fragment_program2">GL_NV_fragment_program2</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_fragment_program4">GL_NV_fragment_program4</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_fragment_program_option">GL_NV_fragment_program_option</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_framebuffer_multisample_coverage">GL_NV_framebuffer_multisample_coverage</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_framebuffer_vertex_attrib_array">GL_NV_framebuffer_vertex_attrib_array</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_geometry_program4">GL_NV_geometry_program4</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_geometry_shader4">GL_NV_geometry_shader4</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_get_tex_image">GL_NV_get_tex_image</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_gpu_program4">GL_NV_gpu_program4</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_gpu_program5">GL_NV_gpu_program5</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_gpu_program5_mem_extended">GL_NV_gpu_program5_mem_extended</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_gpu_shader5">GL_NV_gpu_shader5</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_half_float">GL_NV_half_float</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_light_max_exponent">GL_NV_light_max_exponent</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_multisample_coverage">GL_NV_multisample_coverage</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_multisample_filter_hint">GL_NV_multisample_filter_hint</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_occlusion_query">GL_NV_occlusion_query</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_packed_depth_stencil">GL_NV_packed_depth_stencil</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_parameter_buffer_object">GL_NV_parameter_buffer_object</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_parameter_buffer_object2">GL_NV_parameter_buffer_object2</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_path_rendering">GL_NV_path_rendering</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_pixel_data_range">GL_NV_pixel_data_range</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_platform_binary">GL_NV_platform_binary</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_point_sprite">GL_NV_point_sprite</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_present_video">GL_NV_present_video</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_primitive_restart">GL_NV_primitive_restart</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_read_buffer">GL_NV_read_buffer</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_read_depth_stencil">GL_NV_read_depth_stencil</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_register_combiners">GL_NV_register_combiners</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_register_combiners2">GL_NV_register_combiners2</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_shader_atomic_counters">GL_NV_shader_atomic_counters</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_shader_atomic_float">GL_NV_shader_atomic_float</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_shader_buffer_load">GL_NV_shader_buffer_load</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_shader_buffer_store">GL_NV_shader_buffer_store</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_shader_framebuffer_fetch">GL_NV_shader_framebuffer_fetch</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_shader_storage_buffer_object">GL_NV_shader_storage_buffer_object</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_system_time">GL_NV_system_time</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_tessellation_program5">GL_NV_tessellation_program5</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_texgen_reflection">GL_NV_texgen_reflection</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_texture_barrier">GL_NV_texture_barrier</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_texture_compression_s3tc_update">GL_NV_texture_compression_s3tc_update</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_texture_compression_vtc">GL_NV_texture_compression_vtc</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_texture_env_combine4">GL_NV_texture_env_combine4</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_texture_expand_normal">GL_NV_texture_expand_normal</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_texture_multisample">GL_NV_texture_multisample</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_texture_npot_2D_mipmap">GL_NV_texture_npot_2D_mipmap</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_texture_rectangle">GL_NV_texture_rectangle</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_texture_shader">GL_NV_texture_shader</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_texture_shader2">GL_NV_texture_shader2</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_texture_shader3">GL_NV_texture_shader3</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_transform_feedback">GL_NV_transform_feedback</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_transform_feedback2">GL_NV_transform_feedback2</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_vertex_array_range">GL_NV_vertex_array_range</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_vertex_array_range2">GL_NV_vertex_array_range2</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_vertex_attrib_integer_64bit">GL_NV_vertex_attrib_integer_64bit</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_vertex_buffer_unified_memory">GL_NV_vertex_buffer_unified_memory</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_vertex_program">GL_NV_vertex_program</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_vertex_program1_1">GL_NV_vertex_program1_1</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_vertex_program2">GL_NV_vertex_program2</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_vertex_program2_option">GL_NV_vertex_program2_option</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_vertex_program3">GL_NV_vertex_program3</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_vertex_program4">GL_NV_vertex_program4</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_video_capture">GL_NV_video_capture</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVPlatformBinary.html#GL_NVIDIA_PLATFORM_BINARY_NV">GL_NVIDIA_PLATFORM_BINARY_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVPlatformBinary.html" title="class in org.lwjgl.opengles">NVPlatformBinary</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <binaryformat> parameter of ShaderBinary:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_NVX_gpu_memory_info">GL_NVX_gpu_memory_info</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#GL_OBJECT_ACTIVE_ATTRIBUTE_MAX_LENGTH_ARB">GL_OBJECT_ACTIVE_ATTRIBUTE_MAX_LENGTH_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter GetObjectParameter{if}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#GL_OBJECT_ACTIVE_ATTRIBUTES_ARB">GL_OBJECT_ACTIVE_ATTRIBUTES_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter GetObjectParameter{if}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_OBJECT_ACTIVE_UNIFORM_MAX_LENGTH_ARB">GL_OBJECT_ACTIVE_UNIFORM_MAX_LENGTH_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetObjectParameter{fi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_OBJECT_ACTIVE_UNIFORMS_ARB">GL_OBJECT_ACTIVE_UNIFORMS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetObjectParameter{fi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_OBJECT_ATTACHED_OBJECTS_ARB">GL_OBJECT_ATTACHED_OBJECTS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetObjectParameter{fi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#GL_OBJECT_BUFFER_SIZE_ATI">GL_OBJECT_BUFFER_SIZE_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#GL_OBJECT_BUFFER_USAGE_ATI">GL_OBJECT_BUFFER_USAGE_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_OBJECT_COMPILE_STATUS_ARB">GL_OBJECT_COMPILE_STATUS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetObjectParameter{fi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_OBJECT_DELETE_STATUS_ARB">GL_OBJECT_DELETE_STATUS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetObjectParameter{fi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_OBJECT_INFO_LOG_LENGTH_ARB">GL_OBJECT_INFO_LOG_LENGTH_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetObjectParameter{fi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_OBJECT_LINEAR">GL_OBJECT_LINEAR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_OBJECT_LINK_STATUS_ARB">GL_OBJECT_LINK_STATUS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetObjectParameter{fi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_OBJECT_PLANE">GL_OBJECT_PLANE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_OBJECT_SHADER_SOURCE_LENGTH_ARB">GL_OBJECT_SHADER_SOURCE_LENGTH_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetObjectParameter{fi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_OBJECT_SUBTYPE_ARB">GL_OBJECT_SUBTYPE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetObjectParameter{fi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSync.html#GL_OBJECT_TYPE">GL_OBJECT_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <pname> parameter of GetSynciv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_OBJECT_TYPE">GL_OBJECT_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <pname> parameter of GetSynciv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_OBJECT_TYPE">GL_OBJECT_TYPE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLESync.html#GL_OBJECT_TYPE_APPLE">GL_OBJECT_TYPE_APPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <pname> parameter of GetSyncivAPPLE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_OBJECT_TYPE_ARB">GL_OBJECT_TYPE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetObjectParameter{fi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_OBJECT_VALIDATE_STATUS_ARB">GL_OBJECT_VALIDATE_STATUS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetObjectParameter{fi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/HPOcclusionTest.html#GL_OCCLUSION_TEST_HP">GL_OCCLUSION_TEST_HP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/HPOcclusionTest.html" title="class in org.lwjgl.opengl">HPOcclusionTest</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, by
|
|
the <pname> of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev :</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVOcclusionQuery.html#GL_OCCLUSION_TEST_HP">GL_OCCLUSION_TEST_HP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/HPOcclusionTest.html#GL_OCCLUSION_TEST_RESULT_HP">GL_OCCLUSION_TEST_RESULT_HP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/HPOcclusionTest.html" title="class in org.lwjgl.opengl">HPOcclusionTest</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev :</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVOcclusionQuery.html#GL_OCCLUSION_TEST_RESULT_HP">GL_OCCLUSION_TEST_RESULT_HP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_blend_equation_separate">GL_OES_blend_equation_separate</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_blend_func_separate">GL_OES_blend_func_separate</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_blend_subtract">GL_OES_blend_subtract</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_compressed_ETC1_RGB8_texture">GL_OES_compressed_ETC1_RGB8_texture</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_compressed_paletted_texture">GL_OES_compressed_paletted_texture</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_depth24">GL_OES_depth24</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_depth32">GL_OES_depth32</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_depth_texture">GL_OES_depth_texture</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_EGL_image">GL_OES_EGL_image</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_EGL_image_external">GL_OES_EGL_image_external</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_EGL_sync">GL_OES_EGL_sync</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_element_index_uint">GL_OES_element_index_uint</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_fbo_render_mipmap">GL_OES_fbo_render_mipmap</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_framebuffer_object">GL_OES_framebuffer_object</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_get_program_binary">GL_OES_get_program_binary</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_mapbuffer">GL_OES_mapbuffer</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_packed_depth_stencil">GL_OES_packed_depth_stencil</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_required_internalformat">GL_OES_required_internalformat</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_rgb8_rgba8">GL_OES_rgb8_rgba8</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_standard_derivatives">GL_OES_standard_derivatives</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_stencil1">GL_OES_stencil1</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_stencil4">GL_OES_stencil4</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_stencil8">GL_OES_stencil8</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_surfaceless_context">GL_OES_surfaceless_context</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_texture_3D">GL_OES_texture_3D</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_texture_float">GL_OES_texture_float</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_texture_float_linear">GL_OES_texture_float_linear</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_texture_half_float">GL_OES_texture_half_float</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_texture_half_float_linear">GL_OES_texture_half_float_linear</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_texture_npot">GL_OES_texture_npot</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_vertex_array_object">GL_OES_vertex_array_object</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_vertex_half_float">GL_OES_vertex_half_float</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_vertex_type_10_10_10_2">GL_OES_vertex_type_10_10_10_2</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_OFFSET">GL_OFFSET</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_OFFSET">GL_OFFSET</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader3.html#GL_OFFSET_HILO_PROJECTIVE_TEXTURE_2D_NV">GL_OFFSET_HILO_PROJECTIVE_TEXTURE_2D_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader3.html#GL_OFFSET_HILO_PROJECTIVE_TEXTURE_RECTANGLE_NV">GL_OFFSET_HILO_PROJECTIVE_TEXTURE_RECTANGLE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader3.html#GL_OFFSET_HILO_TEXTURE_2D_NV">GL_OFFSET_HILO_TEXTURE_2D_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader3.html#GL_OFFSET_HILO_TEXTURE_RECTANGLE_NV">GL_OFFSET_HILO_TEXTURE_RECTANGLE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader3.html#GL_OFFSET_PROJECTIVE_TEXTURE_2D_NV">GL_OFFSET_PROJECTIVE_TEXTURE_2D_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader3.html#GL_OFFSET_PROJECTIVE_TEXTURE_2D_SCALE_NV">GL_OFFSET_PROJECTIVE_TEXTURE_2D_SCALE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader3.html#GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_NV">GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader3.html#GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_SCALE_NV">GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_SCALE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_OFFSET_TEXTURE_2D_BIAS_NV">GL_OFFSET_TEXTURE_2D_BIAS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> parameter of TexEnvf, TexEnvfv, TexEnvi, TexEnviv,
|
|
GetTexEnvfv, and GetTexEnviv is TEXTURE_SHADER_NV, then the value
|
|
of <pname> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_OFFSET_TEXTURE_2D_MATRIX_NV">GL_OFFSET_TEXTURE_2D_MATRIX_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> parameter of TexEnvfv, TexEnviv, GetTexEnvfv, and
|
|
GetTexEnviv is TEXTURE_SHADER_NV, then the value of <pname> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_OFFSET_TEXTURE_2D_NV">GL_OFFSET_TEXTURE_2D_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> and <pname> parameters of TexEnvf, TexEnvfv,
|
|
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
|
|
respectively, then the value of <param> or the value pointed to by
|
|
<params> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_OFFSET_TEXTURE_2D_SCALE_NV">GL_OFFSET_TEXTURE_2D_SCALE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> parameter of TexEnvf, TexEnvfv, TexEnvi, TexEnviv,
|
|
GetTexEnvfv, and GetTexEnviv is TEXTURE_SHADER_NV, then the value
|
|
of <pname> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_OFFSET_TEXTURE_BIAS_NV">GL_OFFSET_TEXTURE_BIAS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> parameter of TexEnvf, TexEnvfv, TexEnvi, TexEnviv,
|
|
GetTexEnvfv, and GetTexEnviv is TEXTURE_SHADER_NV, then the value
|
|
of <pname> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_OFFSET_TEXTURE_MATRIX_NV">GL_OFFSET_TEXTURE_MATRIX_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> parameter of TexEnvfv, TexEnviv, GetTexEnvfv, and
|
|
GetTexEnviv is TEXTURE_SHADER_NV, then the value of <pname> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_OFFSET_TEXTURE_RECTANGLE_NV">GL_OFFSET_TEXTURE_RECTANGLE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> and <pname> parameters of TexEnvf, TexEnvfv,
|
|
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
|
|
respectively, then the value of <param> or the value pointed to by
|
|
<params> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_OFFSET_TEXTURE_RECTANGLE_SCALE_NV">GL_OFFSET_TEXTURE_RECTANGLE_SCALE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> and <pname> parameters of TexEnvf, TexEnvfv,
|
|
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
|
|
respectively, then the value of <param> or the value pointed to by
|
|
<params> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_OFFSET_TEXTURE_SCALE_NV">GL_OFFSET_TEXTURE_SCALE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> parameter of TexEnvf, TexEnvfv, TexEnvi, TexEnviv,
|
|
GetTexEnvfv, and GetTexEnviv is TEXTURE_SHADER_NV, then the value
|
|
of <pname> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ONE">GL_ONE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_ONE">GL_ONE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">BlendingFactorDest</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_ONE_EXT">GL_ONE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_ONE_MINUS_CONSTANT_ALPHA">GL_ONE_MINUS_CONSTANT_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ONE_MINUS_CONSTANT_ALPHA">GL_ONE_MINUS_CONSTANT_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_ONE_MINUS_CONSTANT_ALPHA">GL_ONE_MINUS_CONSTANT_ALPHA</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Separate Blend Functions</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBlendColor.html#GL_ONE_MINUS_CONSTANT_ALPHA_EXT">GL_ONE_MINUS_CONSTANT_ALPHA_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBlendColor.html" title="class in org.lwjgl.opengl">EXTBlendColor</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <sfactor> and <dfactor> parameters of BlendFunc.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_ONE_MINUS_CONSTANT_COLOR">GL_ONE_MINUS_CONSTANT_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ONE_MINUS_CONSTANT_COLOR">GL_ONE_MINUS_CONSTANT_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_ONE_MINUS_CONSTANT_COLOR">GL_ONE_MINUS_CONSTANT_COLOR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Separate Blend Functions</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBlendColor.html#GL_ONE_MINUS_CONSTANT_COLOR_EXT">GL_ONE_MINUS_CONSTANT_COLOR_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBlendColor.html" title="class in org.lwjgl.opengl">EXTBlendColor</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <sfactor> and <dfactor> parameters of BlendFunc.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ONE_MINUS_DST_ALPHA">GL_ONE_MINUS_DST_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_ONE_MINUS_DST_ALPHA">GL_ONE_MINUS_DST_ALPHA</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">BlendingFactorDest</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ONE_MINUS_DST_COLOR">GL_ONE_MINUS_DST_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_ONE_MINUS_DST_COLOR">GL_ONE_MINUS_DST_COLOR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">BlendingFactorSrc</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBlendFuncExtended.html#GL_ONE_MINUS_SRC1_ALPHA">GL_ONE_MINUS_SRC1_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBlendFuncExtended.html" title="class in org.lwjgl.opengl">ARBBlendFuncExtended</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <src> and <dst> parameters of BlendFunc and
|
|
BlendFunci, and by the <srcRGB>, <dstRGB>, <srcAlpha> and <dstAlpha>
|
|
parameters of BlendFuncSeparate and BlendFuncSeparatei:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#GL_ONE_MINUS_SRC1_ALPHA">GL_ONE_MINUS_SRC1_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <src> and <dst> parameters of BlendFunc and
|
|
BlendFunci, and by the <srcRGB>, <dstRGB>, <srcAlpha> and <dstAlpha>
|
|
parameters of BlendFuncSeparate and BlendFuncSeparatei:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBlendFuncExtended.html#GL_ONE_MINUS_SRC1_COLOR">GL_ONE_MINUS_SRC1_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBlendFuncExtended.html" title="class in org.lwjgl.opengl">ARBBlendFuncExtended</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <src> and <dst> parameters of BlendFunc and
|
|
BlendFunci, and by the <srcRGB>, <dstRGB>, <srcAlpha> and <dstAlpha>
|
|
parameters of BlendFuncSeparate and BlendFuncSeparatei:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#GL_ONE_MINUS_SRC1_COLOR">GL_ONE_MINUS_SRC1_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <src> and <dst> parameters of BlendFunc and
|
|
BlendFunci, and by the <srcRGB>, <dstRGB>, <srcAlpha> and <dstAlpha>
|
|
parameters of BlendFuncSeparate and BlendFuncSeparatei:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ONE_MINUS_SRC_ALPHA">GL_ONE_MINUS_SRC_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_ONE_MINUS_SRC_ALPHA">GL_ONE_MINUS_SRC_ALPHA</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">BlendingFactorDest</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ONE_MINUS_SRC_COLOR">GL_ONE_MINUS_SRC_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_ONE_MINUS_SRC_COLOR">GL_ONE_MINUS_SRC_COLOR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">BlendingFactorDest</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_ADD_EXT">GL_OP_ADD_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_CLAMP_EXT">GL_OP_CLAMP_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_CROSS_PRODUCT_EXT">GL_OP_CROSS_PRODUCT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_DOT3_EXT">GL_OP_DOT3_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_DOT4_EXT">GL_OP_DOT4_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_EXP_BASE_2_EXT">GL_OP_EXP_BASE_2_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_FLOOR_EXT">GL_OP_FLOOR_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_FRAC_EXT">GL_OP_FRAC_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_INDEX_EXT">GL_OP_INDEX_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_LOG_BASE_2_EXT">GL_OP_LOG_BASE_2_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_MADD_EXT">GL_OP_MADD_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_MAX_EXT">GL_OP_MAX_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_MIN_EXT">GL_OP_MIN_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_MOV_EXT">GL_OP_MOV_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_MUL_EXT">GL_OP_MUL_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_MULTIPLY_MATRIX_EXT">GL_OP_MULTIPLY_MATRIX_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_NEGATE_EXT">GL_OP_NEGATE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_POWER_EXT">GL_OP_POWER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_RECIP_EXT">GL_OP_RECIP_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_RECIP_SQRT_EXT">GL_OP_RECIP_SQRT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_ROUND_EXT">GL_OP_ROUND_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_SET_GE_EXT">GL_OP_SET_GE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_SET_LT_EXT">GL_OP_SET_LT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_SUB_EXT">GL_OP_SUB_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_OPERAND0_ALPHA">GL_OPERAND0_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_OPERAND0_ALPHA_ARB">GL_OPERAND0_ALPHA_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_OPERAND0_ALPHA_EXT">GL_OPERAND0_ALPHA_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_OPERAND0_RGB">GL_OPERAND0_RGB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_OPERAND0_RGB_ARB">GL_OPERAND0_RGB_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_OPERAND0_RGB_EXT">GL_OPERAND0_RGB_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_OPERAND1_ALPHA">GL_OPERAND1_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_OPERAND1_ALPHA_ARB">GL_OPERAND1_ALPHA_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_OPERAND1_ALPHA_EXT">GL_OPERAND1_ALPHA_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_OPERAND1_RGB">GL_OPERAND1_RGB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_OPERAND1_RGB_ARB">GL_OPERAND1_RGB_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_OPERAND1_RGB_EXT">GL_OPERAND1_RGB_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_OPERAND2_ALPHA">GL_OPERAND2_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_OPERAND2_ALPHA_ARB">GL_OPERAND2_ALPHA_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_OPERAND2_ALPHA_EXT">GL_OPERAND2_ALPHA_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_OPERAND2_RGB">GL_OPERAND2_RGB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_OPERAND2_RGB_ARB">GL_OPERAND2_RGB_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_OPERAND2_RGB_EXT">GL_OPERAND2_RGB_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureEnvCombine4.html#GL_OPERAND3_ALPHA_NV">GL_OPERAND3_ALPHA_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureEnvCombine4.html" title="class in org.lwjgl.opengl">NVTextureEnvCombine4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureEnvCombine4.html#GL_OPERAND3_RGB_NV">GL_OPERAND3_RGB_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureEnvCombine4.html" title="class in org.lwjgl.opengl">NVTextureEnvCombine4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDStencilOperationExtended.html#GL_OR">GL_OR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDStencilOperationExtended.html" title="class in org.lwjgl.opengl">AMDStencilOperationExtended</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <sfail>, <dpfail> and <dppass> parameters of StencilOp
|
|
and StencilOpSeparate:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_OR">GL_OR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_OR_INVERTED">GL_OR_INVERTED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_OR_REVERSE">GL_OR_REVERSE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ORDER">GL_ORDER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_OUT_OF_MEMORY">GL_OUT_OF_MEMORY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_OUT_OF_MEMORY">GL_OUT_OF_MEMORY</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">ErrorCode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_COLOR0_EXT">GL_OUTPUT_COLOR0_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_COLOR1_EXT">GL_OUTPUT_COLOR1_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_FOG_EXT">GL_OUTPUT_FOG_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD0_EXT">GL_OUTPUT_TEXTURE_COORD0_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD10_EXT">GL_OUTPUT_TEXTURE_COORD10_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD11_EXT">GL_OUTPUT_TEXTURE_COORD11_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD12_EXT">GL_OUTPUT_TEXTURE_COORD12_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD13_EXT">GL_OUTPUT_TEXTURE_COORD13_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD14_EXT">GL_OUTPUT_TEXTURE_COORD14_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD15_EXT">GL_OUTPUT_TEXTURE_COORD15_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD16_EXT">GL_OUTPUT_TEXTURE_COORD16_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD17_EXT">GL_OUTPUT_TEXTURE_COORD17_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD18_EXT">GL_OUTPUT_TEXTURE_COORD18_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD19_EXT">GL_OUTPUT_TEXTURE_COORD19_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD1_EXT">GL_OUTPUT_TEXTURE_COORD1_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD20_EXT">GL_OUTPUT_TEXTURE_COORD20_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD21_EXT">GL_OUTPUT_TEXTURE_COORD21_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD22_EXT">GL_OUTPUT_TEXTURE_COORD22_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD23_EXT">GL_OUTPUT_TEXTURE_COORD23_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD24_EXT">GL_OUTPUT_TEXTURE_COORD24_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD25_EXT">GL_OUTPUT_TEXTURE_COORD25_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD26_EXT">GL_OUTPUT_TEXTURE_COORD26_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD27_EXT">GL_OUTPUT_TEXTURE_COORD27_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD28_EXT">GL_OUTPUT_TEXTURE_COORD28_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD29_EXT">GL_OUTPUT_TEXTURE_COORD29_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD2_EXT">GL_OUTPUT_TEXTURE_COORD2_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD30_EXT">GL_OUTPUT_TEXTURE_COORD30_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD31_EXT">GL_OUTPUT_TEXTURE_COORD31_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD3_EXT">GL_OUTPUT_TEXTURE_COORD3_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD4_EXT">GL_OUTPUT_TEXTURE_COORD4_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD5_EXT">GL_OUTPUT_TEXTURE_COORD5_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD6_EXT">GL_OUTPUT_TEXTURE_COORD6_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD7_EXT">GL_OUTPUT_TEXTURE_COORD7_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD8_EXT">GL_OUTPUT_TEXTURE_COORD8_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD9_EXT">GL_OUTPUT_TEXTURE_COORD9_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_VERTEX_EXT">GL_OUTPUT_VERTEX_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_OVERLAY_NV">GL_OVERLAY_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PACK_ALIGNMENT">GL_PACK_ALIGNMENT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_PACK_ALIGNMENT">GL_PACK_ALIGNMENT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html#GL_PACK_COMPRESSED_BLOCK_DEPTH">GL_PACK_COMPRESSED_BLOCK_DEPTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html" title="class in org.lwjgl.opengl">ARBCompressedTexturePixelStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PixelStore[fi], GetBooleanv,
|
|
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_PACK_COMPRESSED_BLOCK_DEPTH">GL_PACK_COMPRESSED_BLOCK_DEPTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PixelStore[fi], GetBooleanv,
|
|
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html#GL_PACK_COMPRESSED_BLOCK_HEIGHT">GL_PACK_COMPRESSED_BLOCK_HEIGHT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html" title="class in org.lwjgl.opengl">ARBCompressedTexturePixelStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PixelStore[fi], GetBooleanv,
|
|
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_PACK_COMPRESSED_BLOCK_HEIGHT">GL_PACK_COMPRESSED_BLOCK_HEIGHT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PixelStore[fi], GetBooleanv,
|
|
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html#GL_PACK_COMPRESSED_BLOCK_SIZE">GL_PACK_COMPRESSED_BLOCK_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html" title="class in org.lwjgl.opengl">ARBCompressedTexturePixelStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PixelStore[fi], GetBooleanv,
|
|
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_PACK_COMPRESSED_BLOCK_SIZE">GL_PACK_COMPRESSED_BLOCK_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PixelStore[fi], GetBooleanv,
|
|
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html#GL_PACK_COMPRESSED_BLOCK_WIDTH">GL_PACK_COMPRESSED_BLOCK_WIDTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html" title="class in org.lwjgl.opengl">ARBCompressedTexturePixelStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PixelStore[fi], GetBooleanv,
|
|
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_PACK_COMPRESSED_BLOCK_WIDTH">GL_PACK_COMPRESSED_BLOCK_WIDTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PixelStore[fi], GetBooleanv,
|
|
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_PACK_IMAGE_HEIGHT">GL_PACK_IMAGE_HEIGHT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_PACK_IMAGE_HEIGHT">GL_PACK_IMAGE_HEIGHT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PACK_LSB_FIRST">GL_PACK_LSB_FIRST</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLERowBytes.html#GL_PACK_ROW_BYTES_APPLE">GL_PACK_ROW_BYTES_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLERowBytes.html" title="class in org.lwjgl.opengl">APPLERowBytes</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PixelStorei and the <pname>
|
|
parameter of GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PACK_ROW_LENGTH">GL_PACK_ROW_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_PACK_ROW_LENGTH">GL_PACK_ROW_LENGTH</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_PACK_SKIP_IMAGES">GL_PACK_SKIP_IMAGES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_PACK_SKIP_IMAGES">GL_PACK_SKIP_IMAGES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PACK_SKIP_PIXELS">GL_PACK_SKIP_PIXELS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_PACK_SKIP_PIXELS">GL_PACK_SKIP_PIXELS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PACK_SKIP_ROWS">GL_PACK_SKIP_ROWS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_PACK_SKIP_ROWS">GL_PACK_SKIP_ROWS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PACK_SWAP_BYTES">GL_PACK_SWAP_BYTES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE4_R5_G6_B5_OES">GL_PALETTE4_R5_G6_B5_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESCompressedPalettedTexture.html" title="class in org.lwjgl.opengles">OESCompressedPalettedTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> paramter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE4_RGB5_A1_OES">GL_PALETTE4_RGB5_A1_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESCompressedPalettedTexture.html" title="class in org.lwjgl.opengles">OESCompressedPalettedTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> paramter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE4_RGB8_OES">GL_PALETTE4_RGB8_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESCompressedPalettedTexture.html" title="class in org.lwjgl.opengles">OESCompressedPalettedTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> paramter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE4_RGBA4_OES">GL_PALETTE4_RGBA4_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESCompressedPalettedTexture.html" title="class in org.lwjgl.opengles">OESCompressedPalettedTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> paramter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE4_RGBA8_OES">GL_PALETTE4_RGBA8_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESCompressedPalettedTexture.html" title="class in org.lwjgl.opengles">OESCompressedPalettedTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> paramter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE8_R5_G6_B5_OES">GL_PALETTE8_R5_G6_B5_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESCompressedPalettedTexture.html" title="class in org.lwjgl.opengles">OESCompressedPalettedTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> paramter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE8_RGB5_A1_OES">GL_PALETTE8_RGB5_A1_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESCompressedPalettedTexture.html" title="class in org.lwjgl.opengles">OESCompressedPalettedTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> paramter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE8_RGB8_OES">GL_PALETTE8_RGB8_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESCompressedPalettedTexture.html" title="class in org.lwjgl.opengles">OESCompressedPalettedTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> paramter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE8_RGBA4_OES">GL_PALETTE8_RGBA4_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESCompressedPalettedTexture.html" title="class in org.lwjgl.opengles">OESCompressedPalettedTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> paramter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE8_RGBA8_OES">GL_PALETTE8_RGBA8_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESCompressedPalettedTexture.html" title="class in org.lwjgl.opengles">OESCompressedPalettedTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> paramter of CompressedTexImage2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBIndirectParameters.html#GL_PARAMETER_BUFFER_ARB">GL_PARAMETER_BUFFER_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBIndirectParameters.html" title="class in org.lwjgl.opengl">ARBIndirectParameters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameters of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
|
|
GetBufferPointerv, MapBufferRange, FlushMappedBufferRange,
|
|
GetBufferParameteriv, and CopyBufferSubData:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBIndirectParameters.html#GL_PARAMETER_BUFFER_BINDING_ARB">GL_PARAMETER_BUFFER_BINDING_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBIndirectParameters.html" title="class in org.lwjgl.opengl">ARBIndirectParameters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetIntegerv, GetBooleanv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_PARTIAL_SUCCESS_NV">GL_PARTIAL_SUCCESS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by VideoCaptureNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_PASS_THROUGH_NV">GL_PASS_THROUGH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> and <pname> parameters of TexEnvf, TexEnvfv,
|
|
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
|
|
respectively, then the value of <param> or the value pointed to by
|
|
<params> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PASS_THROUGH_TOKEN">GL_PASS_THROUGH_TOKEN</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_PATCH_DEFAULT_INNER_LEVEL">GL_PATCH_DEFAULT_INNER_LEVEL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PatchParameterfv, GetBooleanv,
|
|
GetDoublev, GetFloatv, and GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_PATCH_DEFAULT_INNER_LEVEL">GL_PATCH_DEFAULT_INNER_LEVEL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PatchParameterfv, GetBooleanv,
|
|
GetDoublev, GetFloatv, and GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_PATCH_DEFAULT_OUTER_LEVEL">GL_PATCH_DEFAULT_OUTER_LEVEL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PatchParameterfv, GetBooleanv,
|
|
GetDoublev, GetFloatv, and GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_PATCH_DEFAULT_OUTER_LEVEL">GL_PATCH_DEFAULT_OUTER_LEVEL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PatchParameterfv, GetBooleanv,
|
|
GetDoublev, GetFloatv, and GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_PATCH_VERTICES">GL_PATCH_VERTICES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PatchParameteri, GetBooleanv,
|
|
GetDoublev, GetFloatv, GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_PATCH_VERTICES">GL_PATCH_VERTICES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PatchParameteri, GetBooleanv,
|
|
GetDoublev, GetFloatv, GetIntegerv, and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_PATCHES">GL_PATCHES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of Begin and all vertex array functions
|
|
that implicitly call Begin:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_PATCHES">GL_PATCHES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of Begin and all vertex array functions
|
|
that implicitly call Begin:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_PATCHES">GL_PATCHES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <primitiveMode> parameter of BeginTransformFeedback:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_CLIENT_LENGTH_NV">GL_PATH_CLIENT_LENGTH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PathParameterfNV,
|
|
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
|
|
PathParameterivNV, and GetPathParameterivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_COMMAND_COUNT_NV">GL_PATH_COMMAND_COUNT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetPathParameterfvNV and
|
|
GetPathParameterivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_COMPUTED_LENGTH_NV">GL_PATH_COMPUTED_LENGTH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetPathParameterfvNV and
|
|
GetPathParameterivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_COORD_COUNT_NV">GL_PATH_COORD_COUNT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetPathParameterfvNV and
|
|
GetPathParameterivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_COVER_DEPTH_FUNC_NV">GL_PATH_COVER_DEPTH_FUNC_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_DASH_ARRAY_COUNT_NV">GL_PATH_DASH_ARRAY_COUNT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetPathParameterfvNV and
|
|
GetPathParameterivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_DASH_CAPS_NV">GL_PATH_DASH_CAPS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PathParameterfNV and
|
|
PathParameterfvNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_DASH_OFFSET_NV">GL_PATH_DASH_OFFSET_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PathParameterfNV,
|
|
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
|
|
PathParameterivNV, and GetPathParameterivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_DASH_OFFSET_RESET_NV">GL_PATH_DASH_OFFSET_RESET_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PathParameterfNV,
|
|
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
|
|
PathParameterivNV, and GetPathParameterivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_END_CAPS_NV">GL_PATH_END_CAPS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PathParameterfNV and
|
|
PathParameterfvNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_ERROR_POSITION_NV">GL_PATH_ERROR_POSITION_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_FILL_BOUNDING_BOX_NV">GL_PATH_FILL_BOUNDING_BOX_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetPathParameterfvNV and
|
|
GetPathParameterivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_FILL_COVER_MODE_NV">GL_PATH_FILL_COVER_MODE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PathParameterfNV,
|
|
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
|
|
PathParameterivNV, and GetPathParameterivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_FILL_MASK_NV">GL_PATH_FILL_MASK_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PathParameterfNV,
|
|
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
|
|
PathParameterivNV, and GetPathParameterivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_FILL_MODE_NV">GL_PATH_FILL_MODE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PathParameterfNV,
|
|
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
|
|
PathParameterivNV, and GetPathParameterivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_FOG_GEN_MODE_NV">GL_PATH_FOG_GEN_MODE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_FORMAT_PS_NV">GL_PATH_FORMAT_PS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of PathStringNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_FORMAT_SVG_NV">GL_PATH_FORMAT_SVG_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of PathStringNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_GEN_COEFF_NV">GL_PATH_GEN_COEFF_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetPathColorGenivNV,
|
|
GetPathColorGenfvNV, GetPathTexGenivNV and GetPathTexGenfvNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_GEN_COLOR_FORMAT_NV">GL_PATH_GEN_COLOR_FORMAT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetPathColorGenivNV,
|
|
GetPathColorGenfvNV, GetPathTexGenivNV and GetPathTexGenfvNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_GEN_COMPONENTS_NV">GL_PATH_GEN_COMPONENTS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetPathColorGenivNV,
|
|
GetPathColorGenfvNV, GetPathTexGenivNV and GetPathTexGenfvNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_GEN_MODE_NV">GL_PATH_GEN_MODE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetPathColorGenivNV,
|
|
GetPathColorGenfvNV, GetPathTexGenivNV and GetPathTexGenfvNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_INITIAL_DASH_CAP_NV">GL_PATH_INITIAL_DASH_CAP_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PathParameterfNV,
|
|
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
|
|
PathParameterivNV, and GetPathParameterivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_INITIAL_END_CAP_NV">GL_PATH_INITIAL_END_CAP_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PathParameterfNV,
|
|
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
|
|
PathParameterivNV, and GetPathParameterivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_JOIN_STYLE_NV">GL_PATH_JOIN_STYLE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PathParameterfNV,
|
|
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
|
|
PathParameterivNV, and GetPathParameterivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_MITER_LIMIT_NV">GL_PATH_MITER_LIMIT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PathParameterfNV,
|
|
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
|
|
PathParameterivNV, and GetPathParameterivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_OBJECT_BOUNDING_BOX_NV">GL_PATH_OBJECT_BOUNDING_BOX_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <genMode> parameter of PathColorGenNV and
|
|
PathTexGenNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_PATH_QUALITY_NV">GL_PATH_QUALITY_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <paramType> parameter of PathParameterNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_STENCIL_DEPTH_OFFSET_FACTOR_NV">GL_PATH_STENCIL_DEPTH_OFFSET_FACTOR_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_STENCIL_DEPTH_OFFSET_UNITS_NV">GL_PATH_STENCIL_DEPTH_OFFSET_UNITS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_STENCIL_FUNC_NV">GL_PATH_STENCIL_FUNC_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_STENCIL_REF_NV">GL_PATH_STENCIL_REF_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_STENCIL_VALUE_MASK_NV">GL_PATH_STENCIL_VALUE_MASK_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_STROKE_BOUNDING_BOX_NV">GL_PATH_STROKE_BOUNDING_BOX_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetPathParameterfvNV and
|
|
GetPathParameterivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_STROKE_COVER_MODE_NV">GL_PATH_STROKE_COVER_MODE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PathParameterfNV,
|
|
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
|
|
PathParameterivNV, and GetPathParameterivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_STROKE_MASK_NV">GL_PATH_STROKE_MASK_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PathParameterfNV,
|
|
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
|
|
PathParameterivNV, and GetPathParameterivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_STROKE_WIDTH_NV">GL_PATH_STROKE_WIDTH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PathParameterfNV,
|
|
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
|
|
PathParameterivNV, and GetPathParameterivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_TERMINAL_DASH_CAP_NV">GL_PATH_TERMINAL_DASH_CAP_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PathParameterfNV,
|
|
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
|
|
PathParameterivNV, and GetPathParameterivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_TERMINAL_END_CAP_NV">GL_PATH_TERMINAL_END_CAP_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PathParameterfNV,
|
|
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
|
|
PathParameterivNV, and GetPathParameterivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners2.html#GL_PER_STAGE_CONSTANTS_NV">GL_PER_STAGE_CONSTANTS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners2.html" title="class in org.lwjgl.opengl">NVRegisterCombiners2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html#GL_PERCENTAGE_AMD">GL_PERCENTAGE_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as a valid value in <data> parameter of
|
|
GetPerfMonitorCounterInfoAMD if <pname> = COUNTER_TYPE_AMD</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html#GL_PERCENTAGE_AMD">GL_PERCENTAGE_AMD</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as a valid value in <data> parameter of
|
|
GetPerfMonitorCounterInfoAMD if <pname> = COUNTER_TYPE_AMD</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMPerformanceMonitorGlobalMode.html#GL_PERFMON_GLOBAL_MODE_QCOM">GL_PERFMON_GLOBAL_MODE_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMPerformanceMonitorGlobalMode.html" title="class in org.lwjgl.opengles">QCOMPerformanceMonitorGlobalMode</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable and Disable, and
|
|
IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html#GL_PERFMON_RESULT_AMD">GL_PERFMON_RESULT_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetPerfMonitorCounterDataAMD</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html#GL_PERFMON_RESULT_AMD">GL_PERFMON_RESULT_AMD</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetPerfMonitorCounterDataAMD</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html#GL_PERFMON_RESULT_AVAILABLE_AMD">GL_PERFMON_RESULT_AVAILABLE_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetPerfMonitorCounterDataAMD</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html#GL_PERFMON_RESULT_AVAILABLE_AMD">GL_PERFMON_RESULT_AVAILABLE_AMD</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetPerfMonitorCounterDataAMD</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html#GL_PERFMON_RESULT_SIZE_AMD">GL_PERFMON_RESULT_SIZE_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetPerfMonitorCounterDataAMD</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html#GL_PERFMON_RESULT_SIZE_AMD">GL_PERFMON_RESULT_SIZE_AMD</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetPerfMonitorCounterDataAMD</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDNameGenDelete.html#GL_PERFORMANCE_MONITOR_AMD">GL_PERFORMANCE_MONITOR_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDNameGenDelete.html" title="class in org.lwjgl.opengl">AMDNameGenDelete</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <identifier> parameter of GenNamesAMD and DeleteNamesAMD:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PERSPECTIVE_CORRECTION_HINT">GL_PERSPECTIVE_CORRECTION_HINT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_PINLIGHT_NV">GL_PINLIGHT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_PIXEL_BUFFER_BARRIER_BIT">GL_PIXEL_BUFFER_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_PIXEL_BUFFER_BARRIER_BIT">GL_PIXEL_BUFFER_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_PIXEL_BUFFER_BARRIER_BIT_EXT">GL_PIXEL_BUFFER_BARRIER_BIT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrierEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVOcclusionQuery.html#GL_PIXEL_COUNT_AVAILABLE_NV">GL_PIXEL_COUNT_AVAILABLE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVOcclusionQuery.html#GL_PIXEL_COUNT_NV">GL_PIXEL_COUNT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVOcclusionQuery.html#GL_PIXEL_COUNTER_BITS_NV">GL_PIXEL_COUNTER_BITS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_A_TO_A">GL_PIXEL_MAP_A_TO_A</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_A_TO_A_SIZE">GL_PIXEL_MAP_A_TO_A_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_B_TO_B">GL_PIXEL_MAP_B_TO_B</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_B_TO_B_SIZE">GL_PIXEL_MAP_B_TO_B_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_G_TO_G">GL_PIXEL_MAP_G_TO_G</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_G_TO_G_SIZE">GL_PIXEL_MAP_G_TO_G_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_I_TO_A">GL_PIXEL_MAP_I_TO_A</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_I_TO_A_SIZE">GL_PIXEL_MAP_I_TO_A_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_I_TO_B">GL_PIXEL_MAP_I_TO_B</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_I_TO_B_SIZE">GL_PIXEL_MAP_I_TO_B_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_I_TO_G">GL_PIXEL_MAP_I_TO_G</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_I_TO_G_SIZE">GL_PIXEL_MAP_I_TO_G_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_I_TO_I">GL_PIXEL_MAP_I_TO_I</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_I_TO_I_SIZE">GL_PIXEL_MAP_I_TO_I_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_I_TO_R">GL_PIXEL_MAP_I_TO_R</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_I_TO_R_SIZE">GL_PIXEL_MAP_I_TO_R_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_R_TO_R">GL_PIXEL_MAP_R_TO_R</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_R_TO_R_SIZE">GL_PIXEL_MAP_R_TO_R_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_S_TO_S">GL_PIXEL_MAP_S_TO_S</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_S_TO_S_SIZE">GL_PIXEL_MAP_S_TO_S_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MODE_BIT">GL_PIXEL_MODE_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#GL_PIXEL_PACK_BUFFER">GL_PIXEL_PACK_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameters of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
|
|
GetBufferParameteriv, and GetBufferPointerv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_PIXEL_PACK_BUFFER">GL_PIXEL_PACK_BUFFER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBPixelBufferObject.html#GL_PIXEL_PACK_BUFFER_ARB">GL_PIXEL_PACK_BUFFER_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBPixelBufferObject.html" title="class in org.lwjgl.opengl">ARBPixelBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameters of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
|
|
GetBufferParameteriv, and GetBufferPointerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#GL_PIXEL_PACK_BUFFER_BINDING">GL_PIXEL_PACK_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_PIXEL_PACK_BUFFER_BINDING">GL_PIXEL_PACK_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBPixelBufferObject.html#GL_PIXEL_PACK_BUFFER_BINDING_ARB">GL_PIXEL_PACK_BUFFER_BINDING_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBPixelBufferObject.html" title="class in org.lwjgl.opengl">ARBPixelBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPixelBufferObject.html#GL_PIXEL_PACK_BUFFER_BINDING_EXT">GL_PIXEL_PACK_BUFFER_BINDING_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPixelBufferObject.html" title="class in org.lwjgl.opengl">EXTPixelBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPixelBufferObject.html#GL_PIXEL_PACK_BUFFER_EXT">GL_PIXEL_PACK_BUFFER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPixelBufferObject.html" title="class in org.lwjgl.opengl">EXTPixelBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameters of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
|
|
GetBufferParameteriv, and GetBufferPointerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#GL_PIXEL_UNPACK_BUFFER">GL_PIXEL_UNPACK_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameters of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
|
|
GetBufferParameteriv, and GetBufferPointerv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_PIXEL_UNPACK_BUFFER">GL_PIXEL_UNPACK_BUFFER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBPixelBufferObject.html#GL_PIXEL_UNPACK_BUFFER_ARB">GL_PIXEL_UNPACK_BUFFER_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBPixelBufferObject.html" title="class in org.lwjgl.opengl">ARBPixelBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameters of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
|
|
GetBufferParameteriv, and GetBufferPointerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#GL_PIXEL_UNPACK_BUFFER_BINDING">GL_PIXEL_UNPACK_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_PIXEL_UNPACK_BUFFER_BINDING">GL_PIXEL_UNPACK_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBPixelBufferObject.html#GL_PIXEL_UNPACK_BUFFER_BINDING_ARB">GL_PIXEL_UNPACK_BUFFER_BINDING_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBPixelBufferObject.html" title="class in org.lwjgl.opengl">ARBPixelBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPixelBufferObject.html#GL_PIXEL_UNPACK_BUFFER_BINDING_EXT">GL_PIXEL_UNPACK_BUFFER_BINDING_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPixelBufferObject.html" title="class in org.lwjgl.opengl">EXTPixelBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPixelBufferObject.html#GL_PIXEL_UNPACK_BUFFER_EXT">GL_PIXEL_UNPACK_BUFFER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPixelBufferObject.html" title="class in org.lwjgl.opengl">EXTPixelBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameters of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
|
|
GetBufferParameteriv, and GetBufferPointerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_PLUS_CLAMPED_ALPHA_NV">GL_PLUS_CLAMPED_ALPHA_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_PLUS_CLAMPED_NV">GL_PLUS_CLAMPED_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_PLUS_DARKER_NV">GL_PLUS_DARKER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_PLUS_NV">GL_PLUS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIPnTriangles.html#GL_PN_TRIANGLES_ATI">GL_PN_TRIANGLES_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIPnTriangles.html" title="class in org.lwjgl.opengl">ATIPnTriangles</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIPnTriangles.html#GL_PN_TRIANGLES_NORMAL_MODE_ATI">GL_PN_TRIANGLES_NORMAL_MODE_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIPnTriangles.html" title="class in org.lwjgl.opengl">ATIPnTriangles</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIPnTriangles.html#GL_PN_TRIANGLES_NORMAL_MODE_LINEAR_ATI">GL_PN_TRIANGLES_NORMAL_MODE_LINEAR_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIPnTriangles.html" title="class in org.lwjgl.opengl">ATIPnTriangles</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIPnTriangles.html#GL_PN_TRIANGLES_NORMAL_MODE_QUADRATIC_ATI">GL_PN_TRIANGLES_NORMAL_MODE_QUADRATIC_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIPnTriangles.html" title="class in org.lwjgl.opengl">ATIPnTriangles</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIPnTriangles.html#GL_PN_TRIANGLES_POINT_MODE_ATI">GL_PN_TRIANGLES_POINT_MODE_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIPnTriangles.html" title="class in org.lwjgl.opengl">ATIPnTriangles</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIPnTriangles.html#GL_PN_TRIANGLES_POINT_MODE_CUBIC_ATI">GL_PN_TRIANGLES_POINT_MODE_CUBIC_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIPnTriangles.html" title="class in org.lwjgl.opengl">ATIPnTriangles</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIPnTriangles.html#GL_PN_TRIANGLES_POINT_MODE_LINEAR_ATI">GL_PN_TRIANGLES_POINT_MODE_LINEAR_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIPnTriangles.html" title="class in org.lwjgl.opengl">ATIPnTriangles</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIPnTriangles.html#GL_PN_TRIANGLES_TESSELATION_LEVEL_ATI">GL_PN_TRIANGLES_TESSELATION_LEVEL_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIPnTriangles.html" title="class in org.lwjgl.opengl">ATIPnTriangles</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_POINT">GL_POINT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_POINT_BIT">GL_POINT_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_POINT_DISTANCE_ATTENUATION">GL_POINT_DISTANCE_ATTENUATION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBPointParameters.html#GL_POINT_DISTANCE_ATTENUATION_ARB">GL_POINT_DISTANCE_ATTENUATION_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBPointParameters.html" title="class in org.lwjgl.opengl">ARBPointParameters</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_POINT_FADE_THRESHOLD_SIZE">GL_POINT_FADE_THRESHOLD_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBPointParameters.html#GL_POINT_FADE_THRESHOLD_SIZE_ARB">GL_POINT_FADE_THRESHOLD_SIZE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBPointParameters.html" title="class in org.lwjgl.opengl">ARBPointParameters</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPointParameters.html#GL_POINT_FADE_THRESHOLD_SIZE_EXT">GL_POINT_FADE_THRESHOLD_SIZE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPointParameters.html" title="class in org.lwjgl.opengl">EXTPointParameters</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_POINT_SIZE">GL_POINT_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_POINT_SIZE_GRANULARITY">GL_POINT_SIZE_GRANULARITY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_POINT_SIZE_MAX">GL_POINT_SIZE_MAX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBPointParameters.html#GL_POINT_SIZE_MAX_ARB">GL_POINT_SIZE_MAX_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBPointParameters.html" title="class in org.lwjgl.opengl">ARBPointParameters</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPointParameters.html#GL_POINT_SIZE_MAX_EXT">GL_POINT_SIZE_MAX_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPointParameters.html" title="class in org.lwjgl.opengl">EXTPointParameters</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_POINT_SIZE_MIN">GL_POINT_SIZE_MIN</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBPointParameters.html#GL_POINT_SIZE_MIN_ARB">GL_POINT_SIZE_MIN_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBPointParameters.html" title="class in org.lwjgl.opengl">ARBPointParameters</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPointParameters.html#GL_POINT_SIZE_MIN_EXT">GL_POINT_SIZE_MIN_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPointParameters.html" title="class in org.lwjgl.opengl">EXTPointParameters</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_POINT_SIZE_RANGE">GL_POINT_SIZE_RANGE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_POINT_SMOOTH">GL_POINT_SMOOTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_POINT_SMOOTH_HINT">GL_POINT_SMOOTH_HINT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_POINT_SPRITE">GL_POINT_SPRITE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev, and by the <target> parameter of TexEnvi, TexEnviv,
|
|
TexEnvf, TexEnvfv, GetTexEnviv, and GetTexEnvfv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBPointSprite.html#GL_POINT_SPRITE_ARB">GL_POINT_SPRITE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBPointSprite.html" title="class in org.lwjgl.opengl">ARBPointSprite</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev, and by the <target> parameter of TexEnvi, TexEnviv,
|
|
TexEnvf, TexEnvfv, GetTexEnviv, and GetTexEnvfv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_POINT_SPRITE_COORD_ORIGIN">GL_POINT_SPRITE_COORD_ORIGIN</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PointParameter{if}vARB, and the
|
|
<pname> of Get:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPointSprite.html#GL_POINT_SPRITE_NV">GL_POINT_SPRITE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPointSprite.html" title="class in org.lwjgl.opengl">NVPointSprite</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPointSprite.html#GL_POINT_SPRITE_R_MODE_NV">GL_POINT_SPRITE_R_MODE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPointSprite.html" title="class in org.lwjgl.opengl">NVPointSprite</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_POINT_TOKEN">GL_POINT_TOKEN</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_POINTS">GL_POINTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_POINTS">GL_POINTS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">BeginMode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_POLYGON">GL_POLYGON</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_POLYGON_BIT">GL_POLYGON_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_POLYGON_MODE">GL_POLYGON_MODE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_POLYGON_OFFSET_FACTOR">GL_POLYGON_OFFSET_FACTOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_POLYGON_OFFSET_FACTOR">GL_POLYGON_OFFSET_FACTOR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_POLYGON_OFFSET_FILL">GL_POLYGON_OFFSET_FILL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_POLYGON_OFFSET_FILL">GL_POLYGON_OFFSET_FILL</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">EnableCap</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_POLYGON_OFFSET_LINE">GL_POLYGON_OFFSET_LINE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_POLYGON_OFFSET_POINT">GL_POLYGON_OFFSET_POINT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_POLYGON_OFFSET_UNITS">GL_POLYGON_OFFSET_UNITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_POLYGON_OFFSET_UNITS">GL_POLYGON_OFFSET_UNITS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_POLYGON_SMOOTH">GL_POLYGON_SMOOTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_POLYGON_SMOOTH_HINT">GL_POLYGON_SMOOTH_HINT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_POLYGON_STIPPLE">GL_POLYGON_STIPPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_POLYGON_STIPPLE_BIT">GL_POLYGON_STIPPLE_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_POLYGON_TOKEN">GL_POLYGON_TOKEN</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_POSITION">GL_POSITION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_POST_COLOR_MATRIX_ALPHA_BIAS">GL_POST_COLOR_MATRIX_ALPHA_BIAS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_POST_COLOR_MATRIX_ALPHA_SCALE">GL_POST_COLOR_MATRIX_ALPHA_SCALE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_POST_COLOR_MATRIX_BLUE_BIAS">GL_POST_COLOR_MATRIX_BLUE_BIAS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_POST_COLOR_MATRIX_BLUE_SCALE">GL_POST_COLOR_MATRIX_BLUE_SCALE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_POST_COLOR_MATRIX_COLOR_TABLE">GL_POST_COLOR_MATRIX_COLOR_TABLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_POST_COLOR_MATRIX_GREEN_BIAS">GL_POST_COLOR_MATRIX_GREEN_BIAS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_POST_COLOR_MATRIX_GREEN_SCALE">GL_POST_COLOR_MATRIX_GREEN_SCALE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_POST_COLOR_MATRIX_RED_BIAS">GL_POST_COLOR_MATRIX_RED_BIAS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_POST_COLOR_MATRIX_RED_SCALE">GL_POST_COLOR_MATRIX_RED_SCALE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_POST_CONVOLUTION_ALPHA_BIAS">GL_POST_CONVOLUTION_ALPHA_BIAS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_POST_CONVOLUTION_ALPHA_SCALE">GL_POST_CONVOLUTION_ALPHA_SCALE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_POST_CONVOLUTION_BLUE_BIAS">GL_POST_CONVOLUTION_BLUE_BIAS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_POST_CONVOLUTION_BLUE_SCALE">GL_POST_CONVOLUTION_BLUE_SCALE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_POST_CONVOLUTION_COLOR_TABLE">GL_POST_CONVOLUTION_COLOR_TABLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_POST_CONVOLUTION_GREEN_BIAS">GL_POST_CONVOLUTION_GREEN_BIAS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_POST_CONVOLUTION_GREEN_SCALE">GL_POST_CONVOLUTION_GREEN_SCALE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_POST_CONVOLUTION_RED_BIAS">GL_POST_CONVOLUTION_RED_BIAS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_POST_CONVOLUTION_RED_SCALE">GL_POST_CONVOLUTION_RED_SCALE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPresentVideo.html#GL_PRESENT_DURATION_NV">GL_PRESENT_DURATION_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetQueryiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPresentVideo.html#GL_PRESENT_TIME_NV">GL_PRESENT_TIME_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetQueryiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#GL_PRESERVE_ATI">GL_PRESERVE_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_PREVIOUS">GL_PREVIOUS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_PREVIOUS_ARB">GL_PREVIOUS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_PREVIOUS_EXT">GL_PREVIOUS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_PREVIOUS_TEXTURE_INPUT_NV">GL_PREVIOUS_TEXTURE_INPUT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> parameter of TexEnvf, TexEnvfv, TexEnvi, TexEnviv,
|
|
GetTexEnvfv, and GetTexEnviv is TEXTURE_SHADER_NV, then the value
|
|
of <pname> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_PRIMARY_COLOR">GL_PRIMARY_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PRIMARY_COLOR">GL_PRIMARY_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <color> parameter of PathColorGenNV,
|
|
GetPathColorGenivNV, and GetPathColorGenfvNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_PRIMARY_COLOR_ARB">GL_PRIMARY_COLOR_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_PRIMARY_COLOR_EXT">GL_PRIMARY_COLOR_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_PRIMARY_COLOR_NV">GL_PRIMARY_COLOR_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <color> parameter of PathColorGenNV,
|
|
GetPathColorGenivNV, and GetPathColorGenfvNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_PRIMARY_COLOR_NV">GL_PRIMARY_COLOR_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#GL_PRIMITIVE_ID_NV">GL_PRIMITIVE_ID_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attribs> parameter of TransformFeedbackAttribsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_PRIMITIVE_RESTART">GL_PRIMITIVE_RESTART</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES3Compatibility.html#GL_PRIMITIVE_RESTART_FIXED_INDEX">GL_PRIMITIVE_RESTART_FIXED_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl">ARBES3Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of Enable and Disable:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_PRIMITIVE_RESTART_FIXED_INDEX">GL_PRIMITIVE_RESTART_FIXED_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of Enable and Disable:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_PRIMITIVE_RESTART_FIXED_INDEX">GL_PRIMITIVE_RESTART_FIXED_INDEX</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_PRIMITIVE_RESTART_INDEX">GL_PRIMITIVE_RESTART_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPrimitiveRestart.html#GL_PRIMITIVE_RESTART_INDEX_NV">GL_PRIMITIVE_RESTART_INDEX_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPrimitiveRestart.html" title="class in org.lwjgl.opengl">NVPrimitiveRestart</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPrimitiveRestart.html#GL_PRIMITIVE_RESTART_NV">GL_PRIMITIVE_RESTART_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPrimitiveRestart.html" title="class in org.lwjgl.opengl">NVPrimitiveRestart</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <array> parameter of EnableClientState and
|
|
DisableClientState, by the <cap> parameter of IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_PRIMITIVES_GENERATED">GL_PRIMITIVES_GENERATED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BeginQuery, EndQuery, and
|
|
GetQueryiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_PRIMITIVES_GENERATED_EXT">GL_PRIMITIVES_GENERATED_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BeginQuery, EndQuery, and
|
|
GetQueryiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#GL_PRIMITIVES_GENERATED_NV">GL_PRIMITIVES_GENERATED_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BeginQuery, EndQuery, and
|
|
GetQueryiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_PROGRAM">GL_PROGRAM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <identifier> parameters of
|
|
ObjectLabel and GetObjectLabel:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_PROGRAM">GL_PROGRAM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <identifier> parameters of
|
|
ObjectLabel and GetObjectLabel:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_PROGRAM">GL_PROGRAM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <identifier> parameters of
|
|
ObjectLabel and GetObjectLabel:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#GL_PROGRAM_ADDRESS_REGISTERS_ARB">GL_PROGRAM_ADDRESS_REGISTERS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_PROGRAM_ALU_INSTRUCTIONS_ARB">GL_PROGRAM_ALU_INSTRUCTIONS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuProgram4.html#GL_PROGRAM_ATTRIB_COMPONENTS_NV">GL_PROGRAM_ATTRIB_COMPONENTS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_ATTRIBS_ARB">GL_PROGRAM_ATTRIBS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGetProgramBinary.html#GL_PROGRAM_BINARY_FORMATS">GL_PROGRAM_BINARY_FORMATS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGetProgramBinary.html" title="class in org.lwjgl.opengl">ARBGetProgramBinary</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_PROGRAM_BINARY_FORMATS">GL_PROGRAM_BINARY_FORMATS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_PROGRAM_BINARY_FORMATS">GL_PROGRAM_BINARY_FORMATS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESGetProgramBinary.html#GL_PROGRAM_BINARY_FORMATS_OES">GL_PROGRAM_BINARY_FORMATS_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESGetProgramBinary.html" title="class in org.lwjgl.opengles">OESGetProgramBinary</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname< parameter of GetBooleanv, GetIntegerv, and
|
|
GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGetProgramBinary.html#GL_PROGRAM_BINARY_LENGTH">GL_PROGRAM_BINARY_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGetProgramBinary.html" title="class in org.lwjgl.opengl">ARBGetProgramBinary</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_PROGRAM_BINARY_LENGTH">GL_PROGRAM_BINARY_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_PROGRAM_BINARY_LENGTH">GL_PROGRAM_BINARY_LENGTH</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESGetProgramBinary.html#GL_PROGRAM_BINARY_LENGTH_OES">GL_PROGRAM_BINARY_LENGTH_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESGetProgramBinary.html" title="class in org.lwjgl.opengles">OESGetProgramBinary</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGetProgramBinary.html#GL_PROGRAM_BINARY_RETRIEVABLE_HINT">GL_PROGRAM_BINARY_RETRIEVABLE_HINT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGetProgramBinary.html" title="class in org.lwjgl.opengl">ARBGetProgramBinary</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of ProgramParameteri and
|
|
GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_PROGRAM_BINARY_RETRIEVABLE_HINT">GL_PROGRAM_BINARY_RETRIEVABLE_HINT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of ProgramParameteri and
|
|
GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_PROGRAM_BINARY_RETRIEVABLE_HINT">GL_PROGRAM_BINARY_RETRIEVABLE_HINT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_BINDING_ARB">GL_PROGRAM_BINDING_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_ERROR_POSITION_ARB">GL_PROGRAM_ERROR_POSITION_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVProgram.html#GL_PROGRAM_ERROR_POSITION_NV">GL_PROGRAM_ERROR_POSITION_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_ERROR_STRING_ARB">GL_PROGRAM_ERROR_STRING_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <name> parameter of GetString:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVProgram.html#GL_PROGRAM_ERROR_STRING_NV">GL_PROGRAM_ERROR_STRING_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <name> parameter of GetString:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_FORMAT_ARB">GL_PROGRAM_FORMAT_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_FORMAT_ASCII_ARB">GL_PROGRAM_FORMAT_ASCII_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of ProgramStringARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_PROGRAM_INPUT">GL_PROGRAM_INPUT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_PROGRAM_INPUT">GL_PROGRAM_INPUT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_INSTRUCTIONS_ARB">GL_PROGRAM_INSTRUCTIONS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_LENGTH_ARB">GL_PROGRAM_LENGTH_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVProgram.html#GL_PROGRAM_LENGTH_NV">GL_PROGRAM_LENGTH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#GL_PROGRAM_MATRIX_EXT">GL_PROGRAM_MATRIX_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanIndexedvEXT,
|
|
GetIntegerIndexedvEXT, GetFloatIndexedvEXT, GetDoubleIndexedvEXT:
|
|
GetBooleani_v, GetIntegeri_v, GetFloati_vEXT, GetDoublei_vEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#GL_PROGRAM_MATRIX_STACK_DEPTH_EXT">GL_PROGRAM_MATRIX_STACK_DEPTH_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanIndexedvEXT,
|
|
GetIntegerIndexedvEXT, GetFloatIndexedvEXT, GetDoubleIndexedvEXT:
|
|
GetBooleani_v, GetIntegeri_v, GetFloati_vEXT, GetDoublei_vEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#GL_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB">GL_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB">GL_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_NATIVE_ATTRIBS_ARB">GL_PROGRAM_NATIVE_ATTRIBS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_NATIVE_INSTRUCTIONS_ARB">GL_PROGRAM_NATIVE_INSTRUCTIONS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_NATIVE_PARAMETERS_ARB">GL_PROGRAM_NATIVE_PARAMETERS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_NATIVE_TEMPORARIES_ARB">GL_PROGRAM_NATIVE_TEMPORARIES_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB">GL_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB">GL_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_PROGRAM_OBJECT_ARB">GL_PROGRAM_OBJECT_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> argument of GetHandleARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTDebugLabel.html#GL_PROGRAM_OBJECT_EXT">GL_PROGRAM_OBJECT_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTDebugLabel.html" title="class in org.lwjgl.opengles">EXTDebugLabel</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of LabelObjectEXT and
|
|
GetObjectLabelEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_PROGRAM_OUTPUT">GL_PROGRAM_OUTPUT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_PROGRAM_OUTPUT">GL_PROGRAM_OUTPUT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_PROGRAM_PARAMETER_NV">GL_PROGRAM_PARAMETER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramParameterfvNV
|
|
and GetProgramParameterdvNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_PARAMETERS_ARB">GL_PROGRAM_PARAMETERS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_PROGRAM_PIPELINE">GL_PROGRAM_PIPELINE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <identifier> parameters of
|
|
ObjectLabel and GetObjectLabel:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_PROGRAM_PIPELINE">GL_PROGRAM_PIPELINE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <identifier> parameters of
|
|
ObjectLabel and GetObjectLabel:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_PROGRAM_PIPELINE">GL_PROGRAM_PIPELINE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <identifier> parameters of
|
|
ObjectLabel and GetObjectLabel:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#GL_PROGRAM_PIPELINE_BINDING">GL_PROGRAM_PIPELINE_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_PROGRAM_PIPELINE_BINDING">GL_PROGRAM_PIPELINE_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#GL_PROGRAM_PIPELINE_BINDING_EXT">GL_PROGRAM_PIPELINE_BINDING_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and
|
|
GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTDebugLabel.html#GL_PROGRAM_PIPELINE_OBJECT_EXT">GL_PROGRAM_PIPELINE_OBJECT_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTDebugLabel.html" title="class in org.lwjgl.opengles">EXTDebugLabel</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of LabelObjectEXT and
|
|
GetObjectLabelEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_PROGRAM_POINT_SIZE">GL_PROGRAM_POINT_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable, and IsEnabled,
|
|
and by the <pname> parameter of GetIntegerv, GetFloatv, GetDoublev,
|
|
and GetBooleanv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_PROGRAM_POINT_SIZE_ARB">GL_PROGRAM_POINT_SIZE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable, and IsEnabled,
|
|
and by the <pname> parameter of GetIntegerv, GetFloatv, GetDoublev,
|
|
and GetBooleanv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_PROGRAM_POINT_SIZE_EXT">GL_PROGRAM_POINT_SIZE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable, and IsEnabled,
|
|
and by the <pname> parameter of GetIntegerv, GetFloatv, GetDoublev,
|
|
and GetBooleanv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVProgram.html#GL_PROGRAM_RESIDENT_NV">GL_PROGRAM_RESIDENT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuProgram4.html#GL_PROGRAM_RESULT_COMPONENTS_NV">GL_PROGRAM_RESULT_COMPONENTS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#GL_PROGRAM_SEPARABLE">GL_PROGRAM_SEPARABLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of ProgramParameteri and
|
|
GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_PROGRAM_SEPARABLE">GL_PROGRAM_SEPARABLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of ProgramParameteri and
|
|
GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#GL_PROGRAM_SEPARABLE_EXT">GL_PROGRAM_SEPARABLE_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of ProgramParameteriEXT and
|
|
GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_STRING_ARB">GL_PROGRAM_STRING_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramStringARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVProgram.html#GL_PROGRAM_STRING_NV">GL_PROGRAM_STRING_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramStringNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVProgram.html#GL_PROGRAM_TARGET_NV">GL_PROGRAM_TARGET_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_TEMPORARIES_ARB">GL_PROGRAM_TEMPORARIES_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_PROGRAM_TEX_INDIRECTIONS_ARB">GL_PROGRAM_TEX_INDIRECTIONS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_PROGRAM_TEX_INSTRUCTIONS_ARB">GL_PROGRAM_TEX_INSTRUCTIONS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB">GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PROJECTION">GL_PROJECTION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PROJECTION_MATRIX">GL_PROJECTION_MATRIX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PROJECTION_STACK_DEPTH">GL_PROJECTION_STACK_DEPTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProvokingVertex.html#GL_PROVOKING_VERTEX">GL_PROVOKING_VERTEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProvokingVertex.html" title="class in org.lwjgl.opengl">ARBProvokingVertex</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#GL_PROVOKING_VERTEX">GL_PROVOKING_VERTEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <data> parameter from a Get query with a <pname> of
|
|
LAYER_PROVOKING_VERTEX or VIEWPORT_INDEX_PROVOKING_VERTEX:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_PROVOKING_VERTEX">GL_PROVOKING_VERTEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_PROVOKING_VERTEX">GL_PROVOKING_VERTEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <data> parameter from a Get query with a <pname> of
|
|
LAYER_PROVOKING_VERTEX or VIEWPORT_INDEX_PROVOKING_VERTEX:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTProvokingVertex.html#GL_PROVOKING_VERTEX_EXT">GL_PROVOKING_VERTEX_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTProvokingVertex.html" title="class in org.lwjgl.opengl">EXTProvokingVertex</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_PROXY_COLOR_TABLE">GL_PROXY_COLOR_TABLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_PROXY_HISTOGRAM">GL_PROXY_HISTOGRAM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE">GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_PROXY_POST_CONVOLUTION_COLOR_TABLE">GL_PROXY_POST_CONVOLUTION_COLOR_TABLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PROXY_TEXTURE_1D">GL_PROXY_TEXTURE_1D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_PROXY_TEXTURE_1D_ARRAY">GL_PROXY_TEXTURE_1D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of TexImage2D, TexSubImage2D,
|
|
CopyTexImage2D, CopyTexSubImage2D, CompressedTexImage2D, and
|
|
CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureArray.html#GL_PROXY_TEXTURE_1D_ARRAY_EXT">GL_PROXY_TEXTURE_1D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of TexImage2D, TexSubImage2D,
|
|
CopyTexImage2D, CopyTexSubImage2D, CompressedTexImage2D, and
|
|
CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureArray.html#GL_PROXY_TEXTURE_1D_ARRAY_EXT">GL_PROXY_TEXTURE_1D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureArray.html" title="class in org.lwjgl.opengles">EXTTextureArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of TexImage2D, TexSubImage2D,
|
|
CopyTexImage2D, CopyTexSubImage2D, CompressedTexImage2D, and
|
|
CompressedTexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_PROXY_TEXTURE_2D">GL_PROXY_TEXTURE_2D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_PROXY_TEXTURE_2D_ARRAY">GL_PROXY_TEXTURE_2D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of TexImage3D, TexSubImage3D,
|
|
CopyTexSubImage3D, CompressedTexImage3D, and CompressedTexSubImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureArray.html#GL_PROXY_TEXTURE_2D_ARRAY_EXT">GL_PROXY_TEXTURE_2D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of TexImage3D, TexSubImage3D,
|
|
CopyTexSubImage3D, CompressedTexImage3D, and CompressedTexSubImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureArray.html#GL_PROXY_TEXTURE_2D_ARRAY_EXT">GL_PROXY_TEXTURE_2D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureArray.html" title="class in org.lwjgl.opengles">EXTTextureArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of TexImage3D, TexSubImage3D,
|
|
CopyTexSubImage3D, CompressedTexImage3D, and CompressedTexSubImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_PROXY_TEXTURE_2D_MULTISAMPLE">GL_PROXY_TEXTURE_2D_MULTISAMPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of TexImage2DMultisample:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_PROXY_TEXTURE_2D_MULTISAMPLE">GL_PROXY_TEXTURE_2D_MULTISAMPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of TexImage2DMultisample:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY">GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of TexImage3DMultisample:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY">GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of TexImage3DMultisample:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_PROXY_TEXTURE_3D">GL_PROXY_TEXTURE_3D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_PROXY_TEXTURE_CUBE_MAP">GL_PROXY_TEXTURE_CUBE_MAP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCubeMap.html#GL_PROXY_TEXTURE_CUBE_MAP_ARB">GL_PROXY_TEXTURE_CUBE_MAP_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCubeMap.html" title="class in org.lwjgl.opengl">ARBTextureCubeMap</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_PROXY_TEXTURE_CUBE_MAP_ARRAY">GL_PROXY_TEXTURE_CUBE_MAP_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of TexImage3D, TexSubImage3D,
|
|
CompressedTeximage3D, CompressedTexSubImage3D and CopyTexSubImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCubeMapArray.html#GL_PROXY_TEXTURE_CUBE_MAP_ARRAY_ARB">GL_PROXY_TEXTURE_CUBE_MAP_ARRAY_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCubeMapArray.html" title="class in org.lwjgl.opengl">ARBTextureCubeMapArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of TexImage3D, TexSubImage3D,
|
|
CompressedTeximage3D, CompressedTexSubImage3D and CopyTexSubImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_PROXY_TEXTURE_RECTANGLE">GL_PROXY_TEXTURE_RECTANGLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetTexLevelParameteriv,
|
|
GetTexLevelParameterfv, GetTexParameteriv and TexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRectangle.html#GL_PROXY_TEXTURE_RECTANGLE_ARB">GL_PROXY_TEXTURE_RECTANGLE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRectangle.html" title="class in org.lwjgl.opengl">ARBTextureRectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetTexLevelParameteriv,
|
|
GetTexLevelParameterfv, GetTexParameteriv and TexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARBTextureRectangle.html#GL_PROXY_TEXTURE_RECTANGLE_ARB">GL_PROXY_TEXTURE_RECTANGLE_ARB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARBTextureRectangle.html" title="class in org.lwjgl.opengles">ARBTextureRectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetTexLevelParameteriv,
|
|
GetTexLevelParameterfv, GetTexParameteriv and TexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureRectangle.html#GL_PROXY_TEXTURE_RECTANGLE_EXT">GL_PROXY_TEXTURE_RECTANGLE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureRectangle.html" title="class in org.lwjgl.opengl">EXTTextureRectangle</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureRectangle.html#GL_PROXY_TEXTURE_RECTANGLE_NV">GL_PROXY_TEXTURE_RECTANGLE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureRectangle.html" title="class in org.lwjgl.opengl">NVTextureRectangle</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEObjectPurgeable.html#GL_PURGEABLE_APPLE">GL_PURGEABLE_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEObjectPurgeable.html" title="class in org.lwjgl.opengl">APPLEObjectPurgeable</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetObjectParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_Q">GL_Q</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_QCOM_binning_control">GL_QCOM_binning_control</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_QCOM_driver_control">GL_QCOM_driver_control</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_QCOM_extended_get">GL_QCOM_extended_get</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_QCOM_extended_get2">GL_QCOM_extended_get2</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_QCOM_performance_monitor_global_mode">GL_QCOM_performance_monitor_global_mode</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_QCOM_tiled_rendering">GL_QCOM_tiled_rendering</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_QCOM_writeonly_rendering">GL_QCOM_writeonly_rendering</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_QUAD_STRIP">GL_QUAD_STRIP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_QUADRATIC_ATTENUATION">GL_QUADRATIC_ATTENUATION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_QUADRATIC_BEZIER_TO_NV">GL_QUADRATIC_BEZIER_TO_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as path commands by CreatePathNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_QUADRATIC_CURVE_TO_NV">GL_QUADRATIC_CURVE_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_QUADS">GL_QUADS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetProgramiv when <pname> is TESS_GEN_MODE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_QUADS">GL_QUADS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProvokingVertex.html#GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION">GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProvokingVertex.html" title="class in org.lwjgl.opengl">ARBProvokingVertex</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION">GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTProvokingVertex.html#GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT">GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTProvokingVertex.html" title="class in org.lwjgl.opengl">EXTProvokingVertex</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_QUARTER_BIT_ATI">GL_QUARTER_BIT_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_QUERY">GL_QUERY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <identifier> parameters of
|
|
ObjectLabel and GetObjectLabel:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_QUERY">GL_QUERY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <identifier> parameters of
|
|
ObjectLabel and GetObjectLabel:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_QUERY">GL_QUERY</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <identifier> parameters of
|
|
ObjectLabel and GetObjectLabel:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBQueryBufferObject.html#GL_QUERY_BUFFER">GL_QUERY_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBQueryBufferObject.html" title="class in org.lwjgl.opengl">ARBQueryBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, UnmapBuffer, MapBufferRange, GetBufferSubData,
|
|
GetBufferParameteriv, GetBufferParameteri64v, GetBufferPointerv,
|
|
ClearBufferSubData, and the <readtarget> and <writetarget> parameters of
|
|
CopyBufferSubData:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#GL_QUERY_BUFFER">GL_QUERY_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, UnmapBuffer, MapBufferRange, GetBufferSubData,
|
|
GetBufferParameteriv, GetBufferParameteri64v, GetBufferPointerv,
|
|
ClearBufferSubData, and the <readtarget> and <writetarget> parameters of
|
|
CopyBufferSubData:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDQueryBufferObject.html#GL_QUERY_BUFFER_AMD">GL_QUERY_BUFFER_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDQueryBufferObject.html" title="class in org.lwjgl.opengl">AMDQueryBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameters of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, UnmapBuffer, MapBufferRange, GetBufferSubData,
|
|
GetBufferParameteriv
|
|
and GetBufferPointerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBQueryBufferObject.html#GL_QUERY_BUFFER_BARRIER_BIT">GL_QUERY_BUFFER_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBQueryBufferObject.html" title="class in org.lwjgl.opengl">ARBQueryBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <barriers> bitfield in MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#GL_QUERY_BUFFER_BARRIER_BIT">GL_QUERY_BUFFER_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <barriers> bitfield in MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBQueryBufferObject.html#GL_QUERY_BUFFER_BINDING">GL_QUERY_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBQueryBufferObject.html" title="class in org.lwjgl.opengl">ARBQueryBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#GL_QUERY_BUFFER_BINDING">GL_QUERY_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDQueryBufferObject.html#GL_QUERY_BUFFER_BINDING_AMD">GL_QUERY_BUFFER_BINDING_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDQueryBufferObject.html" title="class in org.lwjgl.opengl">AMDQueryBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_QUERY_BY_REGION_NO_WAIT">GL_QUERY_BY_REGION_NO_WAIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BeginConditionalRender:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVConditionalRender.html#GL_QUERY_BY_REGION_NO_WAIT_NV">GL_QUERY_BY_REGION_NO_WAIT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVConditionalRender.html" title="class in org.lwjgl.opengl">NVConditionalRender</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BeginConditionalRenderNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_QUERY_BY_REGION_WAIT">GL_QUERY_BY_REGION_WAIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BeginConditionalRender:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVConditionalRender.html#GL_QUERY_BY_REGION_WAIT_NV">GL_QUERY_BY_REGION_WAIT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVConditionalRender.html" title="class in org.lwjgl.opengl">NVConditionalRender</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BeginConditionalRenderNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_QUERY_COUNTER_BITS">GL_QUERY_COUNTER_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetQueryiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBOcclusionQuery.html#GL_QUERY_COUNTER_BITS_ARB">GL_QUERY_COUNTER_BITS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetQueryivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_QUERY_NO_WAIT">GL_QUERY_NO_WAIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BeginConditionalRender:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVConditionalRender.html#GL_QUERY_NO_WAIT_NV">GL_QUERY_NO_WAIT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVConditionalRender.html" title="class in org.lwjgl.opengl">NVConditionalRender</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BeginConditionalRenderNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDNameGenDelete.html#GL_QUERY_OBJECT_AMD">GL_QUERY_OBJECT_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDNameGenDelete.html" title="class in org.lwjgl.opengl">AMDNameGenDelete</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <identifier> parameter of GenNamesAMD and DeleteNamesAMD:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTDebugLabel.html#GL_QUERY_OBJECT_EXT">GL_QUERY_OBJECT_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTDebugLabel.html" title="class in org.lwjgl.opengles">EXTDebugLabel</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of LabelObjectEXT and
|
|
GetObjectLabelEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_QUERY_RESULT">GL_QUERY_RESULT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetQueryObjectiv and
|
|
GetQueryObjectuiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_QUERY_RESULT">GL_QUERY_RESULT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBOcclusionQuery.html#GL_QUERY_RESULT_ARB">GL_QUERY_RESULT_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetQueryObjectivARB and
|
|
GetQueryObjectuivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_QUERY_RESULT_AVAILABLE">GL_QUERY_RESULT_AVAILABLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetQueryObjectiv and
|
|
GetQueryObjectuiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_QUERY_RESULT_AVAILABLE">GL_QUERY_RESULT_AVAILABLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBOcclusionQuery.html#GL_QUERY_RESULT_AVAILABLE_ARB">GL_QUERY_RESULT_AVAILABLE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetQueryObjectivARB and
|
|
GetQueryObjectuivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#GL_QUERY_RESULT_AVAILABLE_EXT">GL_QUERY_RESULT_AVAILABLE_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetQueryObjectivEXT and
|
|
GetQueryObjectuivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#GL_QUERY_RESULT_EXT">GL_QUERY_RESULT_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetQueryObjectivEXT and
|
|
GetQueryObjectuivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBQueryBufferObject.html#GL_QUERY_RESULT_NO_WAIT">GL_QUERY_RESULT_NO_WAIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBQueryBufferObject.html" title="class in org.lwjgl.opengl">ARBQueryBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetQueryObjectiv, GetQueryObjectuiv,
|
|
GetQueryObjecti64v and GetQueryObjectui64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#GL_QUERY_RESULT_NO_WAIT">GL_QUERY_RESULT_NO_WAIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetQueryObjectiv, GetQueryObjectuiv,
|
|
GetQueryObjecti64v and GetQueryObjectui64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDQueryBufferObject.html#GL_QUERY_RESULT_NO_WAIT_AMD">GL_QUERY_RESULT_NO_WAIT_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDQueryBufferObject.html" title="class in org.lwjgl.opengl">AMDQueryBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetQueryObjectiv, GetQueryObjectuiv,
|
|
GetQueryObjecti64v and GetQueryObjectui64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_QUERY_WAIT">GL_QUERY_WAIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BeginConditionalRender:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVConditionalRender.html#GL_QUERY_WAIT_NV">GL_QUERY_WAIT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVConditionalRender.html" title="class in org.lwjgl.opengl">NVConditionalRender</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BeginConditionalRenderNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_R">GL_R</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_R11F_G11F_B10F">GL_R11F_G11F_B10F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D,
|
|
TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and
|
|
RenderbufferStorage:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_R11F_G11F_B10F">GL_R11F_G11F_B10F</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPackedFloat.html#GL_R11F_G11F_B10F_EXT">GL_R11F_G11F_B10F_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPackedFloat.html" title="class in org.lwjgl.opengl">EXTPackedFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D,
|
|
TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and
|
|
RenderbufferStorageEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTPackedFloat.html#GL_R11F_G11F_B10F_EXT">GL_R11F_G11F_B10F_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTPackedFloat.html" title="class in org.lwjgl.opengles">EXTPackedFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D,
|
|
TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and
|
|
RenderbufferStorage:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRg.html#GL_R16">GL_R16</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_R16">GL_R16</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_R16_SNORM">GL_R16_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_R16_SNORM">GL_R16_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRg.html#GL_R16F">GL_R16F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_R16F">GL_R16F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_R16F">GL_R16F</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTColorBufferHalfFloat.html#GL_R16F_EXT">GL_R16F_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTColorBufferHalfFloat.html" title="class in org.lwjgl.opengles">EXTColorBufferHalfFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of RenderbufferStorage and
|
|
RenderbufferStorageMultisampleAPPLE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRg.html#GL_R16I">GL_R16I</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_R16I">GL_R16I</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_R16I">GL_R16I</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRg.html#GL_R16UI">GL_R16UI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_R16UI">GL_R16UI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_R16UI">GL_R16UI</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRg.html#GL_R32F">GL_R32F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_R32F">GL_R32F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_R32F">GL_R32F</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRg.html#GL_R32I">GL_R32I</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_R32I">GL_R32I</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_R32I">GL_R32I</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRg.html#GL_R32UI">GL_R32UI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_R32UI">GL_R32UI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_R32UI">GL_R32UI</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_R3_G3_B2">GL_R3_G3_B2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRg.html#GL_R8">GL_R8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_R8">GL_R8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_R8">GL_R8</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureRg.html#GL_R8_EXT">GL_R8_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureRg.html" title="class in org.lwjgl.opengles">EXTTextureRg</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of RenderbufferStorage and
|
|
RenderbufferStorageMultisampleAPPLE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_R8_SNORM">GL_R8_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_R8_SNORM">GL_R8_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_R8_SNORM">GL_R8_SNORM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRg.html#GL_R8I">GL_R8I</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_R8I">GL_R8I</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_R8I">GL_R8I</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRg.html#GL_R8UI">GL_R8UI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_R8UI">GL_R8UI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_R8UI">GL_R8UI</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/IBMRasterposClip.html#GL_RASTER_POSITION_UNCLIPPED_IBM">GL_RASTER_POSITION_UNCLIPPED_IBM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/IBMRasterposClip.html" title="class in org.lwjgl.opengl">IBMRasterposClip</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of Enable and Disable and the <value>
|
|
parameter of IsEnabled, GetBooleanv, GetIntegerv, GetFloatv, GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RASTERIZER_DISCARD">GL_RASTERIZER_DISCARD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RASTERIZER_DISCARD">GL_RASTERIZER_DISCARD</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_RASTERIZER_DISCARD_EXT">GL_RASTERIZER_DISCARD_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#GL_RASTERIZER_DISCARD_NV">GL_RASTERIZER_DISCARD_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_READ_BUFFER">GL_READ_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_READ_BUFFER">GL_READ_BUFFER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html#GL_READ_BUFFER_EXT">GL_READ_BUFFER_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html" title="class in org.lwjgl.opengles">EXTMultiviewDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetIntegeri_EXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVReadBuffer.html#GL_READ_BUFFER_NV">GL_READ_BUFFER_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVReadBuffer.html" title="class in org.lwjgl.opengles">NVReadBuffer</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_READ_FRAMEBUFFER">GL_READ_FRAMEBUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindFramebuffer,
|
|
CheckFramebufferStatus, FramebufferTexture{1D|2D|3D},
|
|
FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_READ_FRAMEBUFFER">GL_READ_FRAMEBUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindFramebuffer,
|
|
CheckFramebufferStatus, FramebufferTexture{1D|2D|3D},
|
|
FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_READ_FRAMEBUFFER">GL_READ_FRAMEBUFFER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ANGLEFramebufferBlit.html#GL_READ_FRAMEBUFFER_ANGLE">GL_READ_FRAMEBUFFER_ANGLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ANGLEFramebufferBlit.html" title="class in org.lwjgl.opengles">ANGLEFramebufferBlit</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindFramebuffer,
|
|
CheckFramebufferStatus, FramebufferTexture2D, FramebufferTexture3DOES,
|
|
FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLEFramebufferMultisample.html#GL_READ_FRAMEBUFFER_APPLE">GL_READ_FRAMEBUFFER_APPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLEFramebufferMultisample.html" title="class in org.lwjgl.opengles">APPLEFramebufferMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindFramebuffer,
|
|
CheckFramebufferStatus, FramebufferTexture2D, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_READ_FRAMEBUFFER_BINDING">GL_READ_FRAMEBUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_READ_FRAMEBUFFER_BINDING">GL_READ_FRAMEBUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv, and GetDoublev.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_READ_FRAMEBUFFER_BINDING">GL_READ_FRAMEBUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ANGLEFramebufferBlit.html#GL_READ_FRAMEBUFFER_BINDING_ANGLE">GL_READ_FRAMEBUFFER_BINDING_ANGLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ANGLEFramebufferBlit.html" title="class in org.lwjgl.opengles">ANGLEFramebufferBlit</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLEFramebufferMultisample.html#GL_READ_FRAMEBUFFER_BINDING_APPLE">GL_READ_FRAMEBUFFER_BINDING_APPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLEFramebufferMultisample.html" title="class in org.lwjgl.opengles">APPLEFramebufferMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and
|
|
GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferBlit.html#GL_READ_FRAMEBUFFER_BINDING_EXT">GL_READ_FRAMEBUFFER_BINDING_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferBlit.html" title="class in org.lwjgl.opengl">EXTFramebufferBlit</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv, and GetDoublev.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferBlit.html#GL_READ_FRAMEBUFFER_EXT">GL_READ_FRAMEBUFFER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferBlit.html" title="class in org.lwjgl.opengl">EXTFramebufferBlit</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindFramebufferEXT,
|
|
CheckFramebufferStatusEXT, FramebufferTexture{1D|2D|3D}EXT,
|
|
FramebufferRenderbufferEXT, and
|
|
GetFramebufferAttachmentParameterivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_READ_ONLY">GL_READ_ONLY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#GL_READ_ONLY_ARB">GL_READ_ONLY_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <access> parameter of MapBufferARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPixelDataRange.html#GL_READ_PIXEL_DATA_RANGE_LENGTH_NV">GL_READ_PIXEL_DATA_RANGE_LENGTH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPixelDataRange.html" title="class in org.lwjgl.opengl">NVPixelDataRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPixelDataRange.html#GL_READ_PIXEL_DATA_RANGE_NV">GL_READ_PIXEL_DATA_RANGE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPixelDataRange.html" title="class in org.lwjgl.opengl">NVPixelDataRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of PixelDataRangeNV and
|
|
FlushPixelDataRangeNV, and by the <cap> parameter of
|
|
EnableClientState, DisableClientState, and IsEnabled:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPixelDataRange.html#GL_READ_PIXEL_DATA_RANGE_POINTER_NV">GL_READ_PIXEL_DATA_RANGE_POINTER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPixelDataRange.html" title="class in org.lwjgl.opengl">NVPixelDataRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetPointerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_READ_PIXELS">GL_READ_PIXELS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_READ_PIXELS">GL_READ_PIXELS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_READ_PIXELS_FORMAT">GL_READ_PIXELS_FORMAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_READ_PIXELS_FORMAT">GL_READ_PIXELS_FORMAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_READ_PIXELS_TYPE">GL_READ_PIXELS_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_READ_PIXELS_TYPE">GL_READ_PIXELS_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_READ_WRITE">GL_READ_WRITE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVShaderBufferStore.html#GL_READ_WRITE">GL_READ_WRITE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVShaderBufferStore.html" title="class in org.lwjgl.opengl">NVShaderBufferStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <access> parameter of MakeBufferResidentNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#GL_READ_WRITE_ARB">GL_READ_WRITE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <access> parameter of MapBufferARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_RED">GL_RED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RED">GL_RED</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_RED_BIAS">GL_RED_BIAS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_RED_BIT_ATI">GL_RED_BIT_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_RED_BITS">GL_RED_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_RED_BITS">GL_RED_BITS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureRg.html#GL_RED_EXT">GL_RED_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureRg.html" title="class in org.lwjgl.opengles">EXTTextureRg</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D,
|
|
and the <format> parameter of TexImage2D, TexSubImage2D, and ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RED_INTEGER">GL_RED_INTEGER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
|
|
DrawPixels and ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RED_INTEGER">GL_RED_INTEGER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RED_INTEGER_EXT">GL_RED_INTEGER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
|
|
DrawPixels and ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_RED_SCALE">GL_RED_SCALE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_RED_SNORM">GL_RED_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_RED_SNORM">GL_RED_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_REDUCE">GL_REDUCE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_REFERENCED_BY_COMPUTE_SHADER">GL_REFERENCED_BY_COMPUTE_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_REFERENCED_BY_COMPUTE_SHADER">GL_REFERENCED_BY_COMPUTE_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_REFERENCED_BY_FRAGMENT_SHADER">GL_REFERENCED_BY_FRAGMENT_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_REFERENCED_BY_FRAGMENT_SHADER">GL_REFERENCED_BY_FRAGMENT_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_REFERENCED_BY_GEOMETRY_SHADER">GL_REFERENCED_BY_GEOMETRY_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_REFERENCED_BY_GEOMETRY_SHADER">GL_REFERENCED_BY_GEOMETRY_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_REFERENCED_BY_TESS_CONTROL_SHADER">GL_REFERENCED_BY_TESS_CONTROL_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_REFERENCED_BY_TESS_CONTROL_SHADER">GL_REFERENCED_BY_TESS_CONTROL_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_REFERENCED_BY_TESS_EVALUATION_SHADER">GL_REFERENCED_BY_TESS_EVALUATION_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_REFERENCED_BY_TESS_EVALUATION_SHADER">GL_REFERENCED_BY_TESS_EVALUATION_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_REFERENCED_BY_VERTEX_SHADER">GL_REFERENCED_BY_VERTEX_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_REFERENCED_BY_VERTEX_SHADER">GL_REFERENCED_BY_VERTEX_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_REFLECTION_MAP">GL_REFLECTION_MAP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCubeMap.html#GL_REFLECTION_MAP_ARB">GL_REFLECTION_MAP_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCubeMap.html" title="class in org.lwjgl.opengl">ARBTextureCubeMap</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTexgenReflection.html#GL_REFLECTION_MAP_NV">GL_REFLECTION_MAP_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTexgenReflection.html" title="class in org.lwjgl.opengl">NVTexgenReflection</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_0_ATI">GL_REG_0_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_10_ATI">GL_REG_10_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_11_ATI">GL_REG_11_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_12_ATI">GL_REG_12_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_13_ATI">GL_REG_13_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_14_ATI">GL_REG_14_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_15_ATI">GL_REG_15_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_16_ATI">GL_REG_16_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_17_ATI">GL_REG_17_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_18_ATI">GL_REG_18_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_19_ATI">GL_REG_19_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_1_ATI">GL_REG_1_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_20_ATI">GL_REG_20_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_21_ATI">GL_REG_21_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_22_ATI">GL_REG_22_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_23_ATI">GL_REG_23_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_24_ATI">GL_REG_24_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_25_ATI">GL_REG_25_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_26_ATI">GL_REG_26_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_27_ATI">GL_REG_27_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_28_ATI">GL_REG_28_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_29_ATI">GL_REG_29_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_2_ATI">GL_REG_2_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_30_ATI">GL_REG_30_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_31_ATI">GL_REG_31_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_3_ATI">GL_REG_3_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_4_ATI">GL_REG_4_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_5_ATI">GL_REG_5_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_6_ATI">GL_REG_6_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_7_ATI">GL_REG_7_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_8_ATI">GL_REG_8_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_9_ATI">GL_REG_9_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_REGISTER_COMBINERS_NV">GL_REGISTER_COMBINERS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_RELATIVE_ARC_TO_NV">GL_RELATIVE_ARC_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_RELATIVE_CUBIC_CURVE_TO_NV">GL_RELATIVE_CUBIC_CURVE_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_RELATIVE_HORIZONTAL_LINE_TO_NV">GL_RELATIVE_HORIZONTAL_LINE_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_RELATIVE_LARGE_CCW_ARC_TO_NV">GL_RELATIVE_LARGE_CCW_ARC_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_RELATIVE_LARGE_CW_ARC_TO_NV">GL_RELATIVE_LARGE_CW_ARC_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_RELATIVE_LINE_TO_NV">GL_RELATIVE_LINE_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_RELATIVE_MOVE_TO_NV">GL_RELATIVE_MOVE_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_RELATIVE_QUADRATIC_CURVE_TO_NV">GL_RELATIVE_QUADRATIC_CURVE_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_RELATIVE_SMALL_CCW_ARC_TO_NV">GL_RELATIVE_SMALL_CCW_ARC_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_RELATIVE_SMALL_CW_ARC_TO_NV">GL_RELATIVE_SMALL_CW_ARC_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_RELATIVE_SMOOTH_CUBIC_CURVE_TO_NV">GL_RELATIVE_SMOOTH_CUBIC_CURVE_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_RELATIVE_SMOOTH_QUADRATIC_CURVE_TO_NV">GL_RELATIVE_SMOOTH_QUADRATIC_CURVE_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_RELATIVE_VERTICAL_LINE_TO_NV">GL_RELATIVE_VERTICAL_LINE_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEObjectPurgeable.html#GL_RELEASED_APPLE">GL_RELEASED_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEObjectPurgeable.html" title="class in org.lwjgl.opengl">APPLEObjectPurgeable</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <option> parameter of ObjectPurgeable, and returned
|
|
by ObjectPurgeable:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_RENDER">GL_RENDER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMBinningControl.html#GL_RENDER_DIRECT_TO_FRAMEBUFFER_QCOM">GL_RENDER_DIRECT_TO_FRAMEBUFFER_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMBinningControl.html" title="class in org.lwjgl.opengles">QCOMBinningControl</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <hint> parameter of Hint:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_RENDER_MODE">GL_RENDER_MODE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_RENDERBUFFER">GL_RENDERBUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindRenderbuffer,
|
|
RenderbufferStorage, and GetRenderbufferParameteriv, and
|
|
returned by GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_RENDERBUFFER">GL_RENDERBUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RENDERBUFFER">GL_RENDERBUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindRenderbuffer,
|
|
RenderbufferStorage, and GetRenderbufferParameteriv, and
|
|
returned by GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_RENDERBUFFER">GL_RENDERBUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_RENDERBUFFER">GL_RENDERBUFFER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_RENDERBUFFER_ALPHA_SIZE">GL_RENDERBUFFER_ALPHA_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RENDERBUFFER_ALPHA_SIZE">GL_RENDERBUFFER_ALPHA_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_RENDERBUFFER_ALPHA_SIZE">GL_RENDERBUFFER_ALPHA_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_RENDERBUFFER_ALPHA_SIZE_EXT">GL_RENDERBUFFER_ALPHA_SIZE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RENDERBUFFER_ALPHA_SIZE_OES">GL_RENDERBUFFER_ALPHA_SIZE_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameterivOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_RENDERBUFFER_BINDING">GL_RENDERBUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RENDERBUFFER_BINDING">GL_RENDERBUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_RENDERBUFFER_BINDING">GL_RENDERBUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_RENDERBUFFER_BINDING_EXT">GL_RENDERBUFFER_BINDING_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by GetIntegerv():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RENDERBUFFER_BINDING_OES">GL_RENDERBUFFER_BINDING_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by GetIntegerv():</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_RENDERBUFFER_BLUE_SIZE">GL_RENDERBUFFER_BLUE_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RENDERBUFFER_BLUE_SIZE">GL_RENDERBUFFER_BLUE_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_RENDERBUFFER_BLUE_SIZE">GL_RENDERBUFFER_BLUE_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_RENDERBUFFER_BLUE_SIZE_EXT">GL_RENDERBUFFER_BLUE_SIZE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RENDERBUFFER_BLUE_SIZE_OES">GL_RENDERBUFFER_BLUE_SIZE_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameterivOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFramebufferMultisampleCoverage.html#GL_RENDERBUFFER_COLOR_SAMPLES_NV">GL_RENDERBUFFER_COLOR_SAMPLES_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFramebufferMultisampleCoverage.html" title="class in org.lwjgl.opengl">NVFramebufferMultisampleCoverage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameterivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFramebufferMultisampleCoverage.html#GL_RENDERBUFFER_COVERAGE_SAMPLES_NV">GL_RENDERBUFFER_COVERAGE_SAMPLES_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFramebufferMultisampleCoverage.html" title="class in org.lwjgl.opengl">NVFramebufferMultisampleCoverage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameterivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_RENDERBUFFER_DEPTH_SIZE">GL_RENDERBUFFER_DEPTH_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RENDERBUFFER_DEPTH_SIZE">GL_RENDERBUFFER_DEPTH_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_RENDERBUFFER_DEPTH_SIZE">GL_RENDERBUFFER_DEPTH_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_RENDERBUFFER_DEPTH_SIZE_EXT">GL_RENDERBUFFER_DEPTH_SIZE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RENDERBUFFER_DEPTH_SIZE_OES">GL_RENDERBUFFER_DEPTH_SIZE_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameterivOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_RENDERBUFFER_EXT">GL_RENDERBUFFER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindRenderbufferEXT,
|
|
RenderbufferStorageEXT, and GetRenderbufferParameterivEXT, and
|
|
returned by GetFramebufferAttachmentParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIMeminfo.html#GL_RENDERBUFFER_FREE_MEMORY_ATI">GL_RENDERBUFFER_FREE_MEMORY_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIMeminfo.html" title="class in org.lwjgl.opengl">ATIMeminfo</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_RENDERBUFFER_GREEN_SIZE">GL_RENDERBUFFER_GREEN_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RENDERBUFFER_GREEN_SIZE">GL_RENDERBUFFER_GREEN_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_RENDERBUFFER_GREEN_SIZE">GL_RENDERBUFFER_GREEN_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_RENDERBUFFER_GREEN_SIZE_EXT">GL_RENDERBUFFER_GREEN_SIZE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RENDERBUFFER_GREEN_SIZE_OES">GL_RENDERBUFFER_GREEN_SIZE_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameterivOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_RENDERBUFFER_HEIGHT">GL_RENDERBUFFER_HEIGHT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RENDERBUFFER_HEIGHT">GL_RENDERBUFFER_HEIGHT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_RENDERBUFFER_HEIGHT">GL_RENDERBUFFER_HEIGHT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_RENDERBUFFER_HEIGHT_EXT">GL_RENDERBUFFER_HEIGHT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RENDERBUFFER_HEIGHT_OES">GL_RENDERBUFFER_HEIGHT_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameterivOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_RENDERBUFFER_INTERNAL_FORMAT">GL_RENDERBUFFER_INTERNAL_FORMAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RENDERBUFFER_INTERNAL_FORMAT">GL_RENDERBUFFER_INTERNAL_FORMAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_RENDERBUFFER_INTERNAL_FORMAT">GL_RENDERBUFFER_INTERNAL_FORMAT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_RENDERBUFFER_INTERNAL_FORMAT_EXT">GL_RENDERBUFFER_INTERNAL_FORMAT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RENDERBUFFER_INTERNAL_FORMAT_OES">GL_RENDERBUFFER_INTERNAL_FORMAT_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameterivOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RENDERBUFFER_OES">GL_RENDERBUFFER_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindRenderbufferOES,
|
|
RenderbufferStorageOES, and GetRenderbufferParameterivOES, and
|
|
returned by GetFramebufferAttachmentParameterivOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_RENDERBUFFER_RED_SIZE">GL_RENDERBUFFER_RED_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RENDERBUFFER_RED_SIZE">GL_RENDERBUFFER_RED_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_RENDERBUFFER_RED_SIZE">GL_RENDERBUFFER_RED_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_RENDERBUFFER_RED_SIZE_EXT">GL_RENDERBUFFER_RED_SIZE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RENDERBUFFER_RED_SIZE_OES">GL_RENDERBUFFER_RED_SIZE_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameterivOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_RENDERBUFFER_SAMPLES">GL_RENDERBUFFER_SAMPLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RENDERBUFFER_SAMPLES">GL_RENDERBUFFER_SAMPLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameteriv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RENDERBUFFER_SAMPLES">GL_RENDERBUFFER_SAMPLES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ANGLEFramebufferMultisample.html#GL_RENDERBUFFER_SAMPLES_ANGLE">GL_RENDERBUFFER_SAMPLES_ANGLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ANGLEFramebufferMultisample.html" title="class in org.lwjgl.opengles">ANGLEFramebufferMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLEFramebufferMultisample.html#GL_RENDERBUFFER_SAMPLES_APPLE">GL_RENDERBUFFER_SAMPLES_APPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLEFramebufferMultisample.html" title="class in org.lwjgl.opengles">APPLEFramebufferMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferMultisample.html#GL_RENDERBUFFER_SAMPLES_EXT">GL_RENDERBUFFER_SAMPLES_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferMultisample.html" title="class in org.lwjgl.opengl">EXTFramebufferMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameterivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTMultisampledRenderToTexture.html#GL_RENDERBUFFER_SAMPLES_EXT">GL_RENDERBUFFER_SAMPLES_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles">EXTMultisampledRenderToTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/IMGMultisampledRenderToTexture.html#GL_RENDERBUFFER_SAMPLES_IMG">GL_RENDERBUFFER_SAMPLES_IMG</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/IMGMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles">IMGMultisampledRenderToTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_RENDERBUFFER_STENCIL_SIZE">GL_RENDERBUFFER_STENCIL_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RENDERBUFFER_STENCIL_SIZE">GL_RENDERBUFFER_STENCIL_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_RENDERBUFFER_STENCIL_SIZE">GL_RENDERBUFFER_STENCIL_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_RENDERBUFFER_STENCIL_SIZE_EXT">GL_RENDERBUFFER_STENCIL_SIZE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RENDERBUFFER_STENCIL_SIZE_OES">GL_RENDERBUFFER_STENCIL_SIZE_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameterivOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_RENDERBUFFER_WIDTH">GL_RENDERBUFFER_WIDTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RENDERBUFFER_WIDTH">GL_RENDERBUFFER_WIDTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_RENDERBUFFER_WIDTH">GL_RENDERBUFFER_WIDTH</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_RENDERBUFFER_WIDTH_EXT">GL_RENDERBUFFER_WIDTH_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameterivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RENDERBUFFER_WIDTH_OES">GL_RENDERBUFFER_WIDTH_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetRenderbufferParameterivOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_RENDERER">GL_RENDERER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_RENDERER">GL_RENDERER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">StringName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_REPEAT">GL_REPEAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_REPEAT">GL_REPEAT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureWrapMode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_REPLACE">GL_REPLACE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_REPLACE">GL_REPLACE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">StencilOp</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDStencilOperationExtended.html#GL_REPLACE_VALUE_AMD">GL_REPLACE_VALUE_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDStencilOperationExtended.html" title="class in org.lwjgl.opengl">AMDStencilOperationExtended</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <sfail>, <dpfail> and <dppass> parameters of StencilOp
|
|
and StencilOpSeparate:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_REPLICATE_BORDER">GL_REPLICATE_BORDER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVEGLStreamConsumerExternal.html#GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES">GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVEGLStreamConsumerExternal.html" title="class in org.lwjgl.opengles">NVEGLStreamConsumerExternal</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as <value> in GetTexParameter*() queries:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESEGLImageExternal.html#GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES">GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESEGLImageExternal.html" title="class in org.lwjgl.opengles">OESEGLImageExternal</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as <value> in GetTexParameter*() queries:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_RESCALE_NORMAL">GL_RESCALE_NORMAL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTRescaleNormal.html#GL_RESCALE_NORMAL_EXT">GL_RESCALE_NORMAL_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTRescaleNormal.html" title="class in org.lwjgl.opengl">EXTRescaleNormal</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#GL_RESET_NOTIFICATION_STRATEGY_ARB">GL_RESET_NOTIFICATION_STRATEGY_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTRobustness.html#GL_RESET_NOTIFICATION_STRATEGY_EXT">GL_RESET_NOTIFICATION_STRATEGY_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetBooleanv, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEObjectPurgeable.html#GL_RETAINED_APPLE">GL_RETAINED_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEObjectPurgeable.html" title="class in org.lwjgl.opengl">APPLEObjectPurgeable</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <option> parameters of ObjectUnpurgeable, and
|
|
returned by ObjectUnpurgeable:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_RETURN">GL_RETURN</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRg.html#GL_RG">GL_RG</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of TexImage3D, TexImage2D,
|
|
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
|
|
DrawPixels and ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RG">GL_RG</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of TexImage3D, TexImage2D,
|
|
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
|
|
DrawPixels and ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RG">GL_RG</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRg.html#GL_RG16">GL_RG16</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RG16">GL_RG16</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_RG16_SNORM">GL_RG16_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_RG16_SNORM">GL_RG16_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRg.html#GL_RG16F">GL_RG16F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RG16F">GL_RG16F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RG16F">GL_RG16F</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTColorBufferHalfFloat.html#GL_RG16F_EXT">GL_RG16F_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTColorBufferHalfFloat.html" title="class in org.lwjgl.opengles">EXTColorBufferHalfFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of RenderbufferStorage and
|
|
RenderbufferStorageMultisampleAPPLE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRg.html#GL_RG16I">GL_RG16I</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RG16I">GL_RG16I</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RG16I">GL_RG16I</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRg.html#GL_RG16UI">GL_RG16UI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RG16UI">GL_RG16UI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RG16UI">GL_RG16UI</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRg.html#GL_RG32F">GL_RG32F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RG32F">GL_RG32F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RG32F">GL_RG32F</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRg.html#GL_RG32I">GL_RG32I</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RG32I">GL_RG32I</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RG32I">GL_RG32I</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRg.html#GL_RG32UI">GL_RG32UI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RG32UI">GL_RG32UI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RG32UI">GL_RG32UI</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRg.html#GL_RG8">GL_RG8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RG8">GL_RG8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RG8">GL_RG8</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureRg.html#GL_RG8_EXT">GL_RG8_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureRg.html" title="class in org.lwjgl.opengles">EXTTextureRg</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of RenderbufferStorage and
|
|
RenderbufferStorageMultisampleAPPLE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_RG8_SNORM">GL_RG8_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_RG8_SNORM">GL_RG8_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RG8_SNORM">GL_RG8_SNORM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRg.html#GL_RG8I">GL_RG8I</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RG8I">GL_RG8I</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RG8I">GL_RG8I</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRg.html#GL_RG8UI">GL_RG8UI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RG8UI">GL_RG8UI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, and CopyTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RG8UI">GL_RG8UI</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureRg.html#GL_RG_EXT">GL_RG_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureRg.html" title="class in org.lwjgl.opengles">EXTTextureRg</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D,
|
|
and the <format> parameter of TexImage2D, TexSubImage2D, and ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRg.html#GL_RG_INTEGER">GL_RG_INTEGER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of TexImage3D, TexImage2D,
|
|
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
|
|
DrawPixels and ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RG_INTEGER">GL_RG_INTEGER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of TexImage3D, TexImage2D,
|
|
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
|
|
DrawPixels and ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RG_INTEGER">GL_RG_INTEGER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_RG_SNORM">GL_RG_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_RG_SNORM">GL_RG_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_RGB">GL_RGB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_RGB">GL_RGB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">PixelFormat</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_RGB10">GL_RGB10</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_RGB10_A2">GL_RGB10_A2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RGB10_A2">GL_RGB10_A2</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureStorage.html#GL_RGB10_A2_EXT">GL_RGB10_A2_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexStorage* when
|
|
implemented on OpenGL ES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRGB10_A2UI.html#GL_RGB10_A2UI">GL_RGB10_A2UI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRGB10_A2UI.html" title="class in org.lwjgl.opengl">ARBTextureRGB10_A2UI</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D, RenderbufferStorage and
|
|
RenderbufferStorageMultisample:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#GL_RGB10_A2UI">GL_RGB10_A2UI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D, RenderbufferStorage and
|
|
RenderbufferStorageMultisample:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RGB10_A2UI">GL_RGB10_A2UI</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureStorage.html#GL_RGB10_EXT">GL_RGB10_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexStorage* when
|
|
implemented on OpenGL ES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_RGB12">GL_RGB12</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_RGB16">GL_RGB16</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_RGB16_SNORM">GL_RGB16_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_RGB16_SNORM">GL_RGB16_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RGB16F">GL_RGB16F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RGB16F">GL_RGB16F</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureFloat.html#GL_RGB16F_ARB">GL_RGB16F_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTColorBufferHalfFloat.html#GL_RGB16F_EXT">GL_RGB16F_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTColorBufferHalfFloat.html" title="class in org.lwjgl.opengles">EXTColorBufferHalfFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of RenderbufferStorage and
|
|
RenderbufferStorageMultisampleAPPLE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureStorage.html#GL_RGB16F_EXT">GL_RGB16F_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexStorage* when
|
|
implemented on OpenGL ES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RGB16I">GL_RGB16I</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RGB16I">GL_RGB16I</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGB16I_EXT">GL_RGB16I_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RGB16UI">GL_RGB16UI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RGB16UI">GL_RGB16UI</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGB16UI_EXT">GL_RGB16UI_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RGB32F">GL_RGB32F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RGB32F">GL_RGB32F</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureFloat.html#GL_RGB32F_ARB">GL_RGB32F_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureStorage.html#GL_RGB32F_EXT">GL_RGB32F_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexStorage* when
|
|
implemented on OpenGL ES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RGB32I">GL_RGB32I</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RGB32I">GL_RGB32I</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGB32I_EXT">GL_RGB32I_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RGB32UI">GL_RGB32UI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RGB32UI">GL_RGB32UI</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGB32UI_EXT">GL_RGB32UI_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_RGB4">GL_RGB4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_RGB5">GL_RGB5</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_RGB565">GL_RGB565</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of most commands taking sized internal formats:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_RGB565">GL_RGB565</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of most commands taking sized internal formats:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_RGB565">GL_RGB565</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RGB565_OES">GL_RGB565_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of
|
|
RenderbufferStorageOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_RGB5_A1">GL_RGB5_A1</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_RGB5_A1">GL_RGB5_A1</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RGB5_A1_OES">GL_RGB5_A1_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of
|
|
RenderbufferStorageOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_RGB8">GL_RGB8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RGB8">GL_RGB8</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESRGB8RGBA8.html#GL_RGB8_OES">GL_RGB8_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESRGB8RGBA8.html" title="class in org.lwjgl.opengles">OESRGB8RGBA8</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of RenderbufferStorageOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_RGB8_SNORM">GL_RGB8_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_RGB8_SNORM">GL_RGB8_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RGB8_SNORM">GL_RGB8_SNORM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RGB8I">GL_RGB8I</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RGB8I">GL_RGB8I</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGB8I_EXT">GL_RGB8I_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RGB8UI">GL_RGB8UI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RGB8UI">GL_RGB8UI</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGB8UI_EXT">GL_RGB8UI_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RGB9_E5">GL_RGB9_E5</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D,
|
|
TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and
|
|
RenderbufferStorage:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RGB9_E5">GL_RGB9_E5</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSharedExponent.html#GL_RGB9_E5_EXT">GL_RGB9_E5_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSharedExponent.html" title="class in org.lwjgl.opengl">EXTTextureSharedExponent</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D,
|
|
TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and
|
|
RenderbufferStorageEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLERgb422.html#GL_RGB_422_APPLE">GL_RGB_422_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLERgb422.html" title="class in org.lwjgl.opengl">APPLERgb422</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of DrawPixels, ReadPixels, TexImage1D,
|
|
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D,
|
|
TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D,
|
|
ConvolutionFilter2D, GetConvolutionFilter, SeparableFilter2D,
|
|
GetSeparableFilter, ColorTable, GetColorTable:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLERgb422.html#GL_RGB_422_APPLE">GL_RGB_422_APPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLERgb422.html" title="class in org.lwjgl.opengles">APPLERgb422</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of DrawPixels, ReadPixels, TexImage1D,
|
|
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D,
|
|
TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D,
|
|
ConvolutionFilter2D, GetConvolutionFilter, SeparableFilter2D,
|
|
GetSeparableFilter, ColorTable, GetColorTable:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_RGB_FLOAT16_APPLE">GL_RGB_FLOAT16_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATITextureFloat.html#GL_RGB_FLOAT16_ATI">GL_RGB_FLOAT16_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATITextureFloat.html" title="class in org.lwjgl.opengl">ATITextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_RGB_FLOAT32_APPLE">GL_RGB_FLOAT32_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATITextureFloat.html#GL_RGB_FLOAT32_ATI">GL_RGB_FLOAT32_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATITextureFloat.html" title="class in org.lwjgl.opengl">ATITextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RGB_INTEGER">GL_RGB_INTEGER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
|
|
DrawPixels and ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RGB_INTEGER">GL_RGB_INTEGER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGB_INTEGER_EXT">GL_RGB_INTEGER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
|
|
DrawPixels and ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_RGB_SCALE">GL_RGB_SCALE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_RGB_SCALE_ARB">GL_RGB_SCALE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_RGB_SCALE_EXT">GL_RGB_SCALE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_RGB_SNORM">GL_RGB_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_RGB_SNORM">GL_RGB_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_RGBA">GL_RGBA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_RGBA">GL_RGBA</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">PixelFormat</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_RGBA12">GL_RGBA12</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_RGBA16">GL_RGBA16</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_RGBA16_SNORM">GL_RGBA16_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_RGBA16_SNORM">GL_RGBA16_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RGBA16F">GL_RGBA16F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RGBA16F">GL_RGBA16F</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureFloat.html#GL_RGBA16F_ARB">GL_RGBA16F_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTColorBufferHalfFloat.html#GL_RGBA16F_EXT">GL_RGBA16F_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTColorBufferHalfFloat.html" title="class in org.lwjgl.opengles">EXTColorBufferHalfFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of RenderbufferStorage and
|
|
RenderbufferStorageMultisampleAPPLE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureStorage.html#GL_RGBA16F_EXT">GL_RGBA16F_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexStorage* when
|
|
implemented on OpenGL ES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RGBA16I">GL_RGBA16I</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RGBA16I">GL_RGBA16I</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGBA16I_EXT">GL_RGBA16I_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RGBA16UI">GL_RGBA16UI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RGBA16UI">GL_RGBA16UI</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGBA16UI_EXT">GL_RGBA16UI_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_RGBA2">GL_RGBA2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RGBA32F">GL_RGBA32F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RGBA32F">GL_RGBA32F</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureFloat.html#GL_RGBA32F_ARB">GL_RGBA32F_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureStorage.html#GL_RGBA32F_EXT">GL_RGBA32F_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexStorage* when
|
|
implemented on OpenGL ES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RGBA32I">GL_RGBA32I</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RGBA32I">GL_RGBA32I</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGBA32I_EXT">GL_RGBA32I_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RGBA32UI">GL_RGBA32UI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RGBA32UI">GL_RGBA32UI</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGBA32UI_EXT">GL_RGBA32UI_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_RGBA4">GL_RGBA4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_RGBA4">GL_RGBA4</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RGBA4_OES">GL_RGBA4_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of
|
|
RenderbufferStorageOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_RGBA8">GL_RGBA8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RGBA8">GL_RGBA8</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARMRgba8.html#GL_RGBA8_OES">GL_RGBA8_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARMRgba8.html" title="class in org.lwjgl.opengles">ARMRgba8</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of RenderbufferStorage:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESRGB8RGBA8.html#GL_RGBA8_OES">GL_RGBA8_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESRGB8RGBA8.html" title="class in org.lwjgl.opengles">OESRGB8RGBA8</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of RenderbufferStorageOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_RGBA8_SNORM">GL_RGBA8_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_RGBA8_SNORM">GL_RGBA8_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RGBA8_SNORM">GL_RGBA8_SNORM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RGBA8I">GL_RGBA8I</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RGBA8I">GL_RGBA8I</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGBA8I_EXT">GL_RGBA8I_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RGBA8UI">GL_RGBA8UI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RGBA8UI">GL_RGBA8UI</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGBA8UI_EXT">GL_RGBA8UI_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_RGBA_FLOAT16_APPLE">GL_RGBA_FLOAT16_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATITextureFloat.html#GL_RGBA_FLOAT16_ATI">GL_RGBA_FLOAT16_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATITextureFloat.html" title="class in org.lwjgl.opengl">ATITextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_RGBA_FLOAT32_APPLE">GL_RGBA_FLOAT32_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATITextureFloat.html#GL_RGBA_FLOAT32_ATI">GL_RGBA_FLOAT32_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATITextureFloat.html" title="class in org.lwjgl.opengl">ATITextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBColorBufferFloat.html#GL_RGBA_FLOAT_MODE_ARB">GL_RGBA_FLOAT_MODE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBColorBufferFloat.html" title="class in org.lwjgl.opengl">ARBColorBufferFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RGBA_INTEGER">GL_RGBA_INTEGER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
|
|
DrawPixels and ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_RGBA_INTEGER">GL_RGBA_INTEGER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGBA_INTEGER_EXT">GL_RGBA_INTEGER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
|
|
DrawPixels and ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_RGBA_INTEGER_MODE">GL_RGBA_INTEGER_MODE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGBA_INTEGER_MODE_EXT">GL_RGBA_INTEGER_MODE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_RGBA_MODE">GL_RGBA_MODE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPackedFloat.html#GL_RGBA_SIGNED_COMPONENTS_EXT">GL_RGBA_SIGNED_COMPONENTS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPackedFloat.html" title="class in org.lwjgl.opengl">EXTPackedFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTPackedFloat.html#GL_RGBA_SIGNED_COMPONENTS_EXT">GL_RGBA_SIGNED_COMPONENTS_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTPackedFloat.html" title="class in org.lwjgl.opengles">EXTPackedFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetIntegerv and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_RGBA_SNORM">GL_RGBA_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalFormat> parameter of TexImage1D,
|
|
TexImage2D, and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_RGBA_SNORM">GL_RGBA_SNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_RGBA_UNSIGNED_DOT_PRODUCT_MAPPING_NV">GL_RGBA_UNSIGNED_DOT_PRODUCT_MAPPING_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> parameter of TexEnvf, TexEnvfv, TexEnvi, TexEnviv,
|
|
GetTexEnvfv, and GetTexEnviv is TEXTURE_SHADER_NV, then the value
|
|
of <pname> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_RIGHT">GL_RIGHT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_ROUND_NV">GL_ROUND_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of PathParameterfNV,
|
|
PathParameterfvNV, PathParameteriNV, and PathParameterivNV
|
|
when <pname> 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:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_S">GL_S</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_SAMPLE_ALPHA_TO_COVERAGE">GL_SAMPLE_ALPHA_TO_COVERAGE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_SAMPLE_ALPHA_TO_COVERAGE">GL_SAMPLE_ALPHA_TO_COVERAGE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">EnableCap</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultisample.html#GL_SAMPLE_ALPHA_TO_COVERAGE_ARB">GL_SAMPLE_ALPHA_TO_COVERAGE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultisample.html" title="class in org.lwjgl.opengl">ARBMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_SAMPLE_ALPHA_TO_ONE">GL_SAMPLE_ALPHA_TO_ONE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultisample.html#GL_SAMPLE_ALPHA_TO_ONE_ARB">GL_SAMPLE_ALPHA_TO_ONE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultisample.html" title="class in org.lwjgl.opengl">ARBMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_SAMPLE_BUFFERS">GL_SAMPLE_BUFFERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_SAMPLE_BUFFERS">GL_SAMPLE_BUFFERS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultisample.html#GL_SAMPLE_BUFFERS_ARB">GL_SAMPLE_BUFFERS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultisample.html" title="class in org.lwjgl.opengl">ARBMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_SAMPLE_COVERAGE">GL_SAMPLE_COVERAGE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_SAMPLE_COVERAGE">GL_SAMPLE_COVERAGE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">EnableCap</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultisample.html#GL_SAMPLE_COVERAGE_ARB">GL_SAMPLE_COVERAGE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultisample.html" title="class in org.lwjgl.opengl">ARBMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_SAMPLE_COVERAGE_INVERT">GL_SAMPLE_COVERAGE_INVERT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_SAMPLE_COVERAGE_INVERT">GL_SAMPLE_COVERAGE_INVERT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultisample.html#GL_SAMPLE_COVERAGE_INVERT_ARB">GL_SAMPLE_COVERAGE_INVERT_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultisample.html" title="class in org.lwjgl.opengl">ARBMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_SAMPLE_COVERAGE_VALUE">GL_SAMPLE_COVERAGE_VALUE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_SAMPLE_COVERAGE_VALUE">GL_SAMPLE_COVERAGE_VALUE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultisample.html#GL_SAMPLE_COVERAGE_VALUE_ARB">GL_SAMPLE_COVERAGE_VALUE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultisample.html" title="class in org.lwjgl.opengl">ARBMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_SAMPLE_MASK">GL_SAMPLE_MASK</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_SAMPLE_MASK">GL_SAMPLE_MASK</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVExplicitMultisample.html#GL_SAMPLE_MASK_NV">GL_SAMPLE_MASK_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_SAMPLE_MASK_VALUE">GL_SAMPLE_MASK_VALUE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetBooleani_v and
|
|
GetIntegeri_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_SAMPLE_MASK_VALUE">GL_SAMPLE_MASK_VALUE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetBooleani_v and
|
|
GetIntegeri_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVExplicitMultisample.html#GL_SAMPLE_MASK_VALUE_NV">GL_SAMPLE_MASK_VALUE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanIndexedvEXT and
|
|
GetIntegerIndexedvEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_SAMPLE_POSITION">GL_SAMPLE_POSITION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetMultisamplefv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_SAMPLE_POSITION">GL_SAMPLE_POSITION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetMultisamplefv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVExplicitMultisample.html#GL_SAMPLE_POSITION_NV">GL_SAMPLE_POSITION_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetMultisamplefvNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_SAMPLE_SHADING">GL_SAMPLE_SHADING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable, and IsEnabled,
|
|
and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSampleShading.html#GL_SAMPLE_SHADING_ARB">GL_SAMPLE_SHADING_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSampleShading.html" title="class in org.lwjgl.opengl">ARBSampleShading</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable, and IsEnabled,
|
|
and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_SAMPLER">GL_SAMPLER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <identifier> parameters of
|
|
ObjectLabel and GetObjectLabel:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_SAMPLER">GL_SAMPLER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <identifier> parameters of
|
|
ObjectLabel and GetObjectLabel:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_SAMPLER">GL_SAMPLER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <identifier> parameters of
|
|
ObjectLabel and GetObjectLabel:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_SAMPLER_1D">GL_SAMPLER_1D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_SAMPLER_1D_ARB">GL_SAMPLER_1D_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_SAMPLER_1D_ARRAY">GL_SAMPLER_1D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_SAMPLER_1D_ARRAY_EXT">GL_SAMPLER_1D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureArray.html#GL_SAMPLER_1D_ARRAY_EXT">GL_SAMPLER_1D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureArray.html#GL_SAMPLER_1D_ARRAY_EXT">GL_SAMPLER_1D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureArray.html" title="class in org.lwjgl.opengles">EXTTextureArray</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_SAMPLER_1D_ARRAY_SHADOW">GL_SAMPLER_1D_ARRAY_SHADOW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_SAMPLER_1D_ARRAY_SHADOW_EXT">GL_SAMPLER_1D_ARRAY_SHADOW_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureArray.html#GL_SAMPLER_1D_ARRAY_SHADOW_EXT">GL_SAMPLER_1D_ARRAY_SHADOW_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_SAMPLER_1D_SHADOW">GL_SAMPLER_1D_SHADOW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_SAMPLER_1D_SHADOW_ARB">GL_SAMPLER_1D_SHADOW_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_SAMPLER_2D">GL_SAMPLER_2D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_SAMPLER_2D">GL_SAMPLER_2D</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Uniform Types</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_SAMPLER_2D_ARB">GL_SAMPLER_2D_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_SAMPLER_2D_ARRAY">GL_SAMPLER_2D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_SAMPLER_2D_ARRAY">GL_SAMPLER_2D_ARRAY</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_SAMPLER_2D_ARRAY_EXT">GL_SAMPLER_2D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureArray.html#GL_SAMPLER_2D_ARRAY_EXT">GL_SAMPLER_2D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureArray.html#GL_SAMPLER_2D_ARRAY_EXT">GL_SAMPLER_2D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureArray.html" title="class in org.lwjgl.opengles">EXTTextureArray</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_SAMPLER_2D_ARRAY_SHADOW">GL_SAMPLER_2D_ARRAY_SHADOW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_SAMPLER_2D_ARRAY_SHADOW">GL_SAMPLER_2D_ARRAY_SHADOW</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_SAMPLER_2D_ARRAY_SHADOW_EXT">GL_SAMPLER_2D_ARRAY_SHADOW_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureArray.html#GL_SAMPLER_2D_ARRAY_SHADOW_EXT">GL_SAMPLER_2D_ARRAY_SHADOW_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_SAMPLER_2D_MULTISAMPLE">GL_SAMPLER_2D_MULTISAMPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_SAMPLER_2D_MULTISAMPLE">GL_SAMPLER_2D_MULTISAMPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_SAMPLER_2D_MULTISAMPLE_ARRAY">GL_SAMPLER_2D_MULTISAMPLE_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_SAMPLER_2D_MULTISAMPLE_ARRAY">GL_SAMPLER_2D_MULTISAMPLE_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_SAMPLER_2D_RECT">GL_SAMPLER_2D_RECT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by <type> parameter of GetActiveUniform when the location
|
|
<index> for program object <program> is of type sampler2DRect:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_SAMPLER_2D_RECT_ARB">GL_SAMPLER_2D_RECT_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRectangle.html#GL_SAMPLER_2D_RECT_ARB">GL_SAMPLER_2D_RECT_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRectangle.html" title="class in org.lwjgl.opengl">ARBTextureRectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by <type> parameter of GetActiveUniform when the location
|
|
<index> for program object <program> is of type sampler2DRect:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARBTextureRectangle.html#GL_SAMPLER_2D_RECT_ARB">GL_SAMPLER_2D_RECT_ARB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARBTextureRectangle.html" title="class in org.lwjgl.opengles">ARBTextureRectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by <type> parameter of GetActiveUniform when the location
|
|
<index> for program object <program> is of type sampler2DRect:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_SAMPLER_2D_RECT_SHADOW">GL_SAMPLER_2D_RECT_SHADOW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by <type> parameter of GetActiveUniform when the location
|
|
<index> for program object <program> is of type sampler2DRectShadow:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_SAMPLER_2D_RECT_SHADOW_ARB">GL_SAMPLER_2D_RECT_SHADOW_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRectangle.html#GL_SAMPLER_2D_RECT_SHADOW_ARB">GL_SAMPLER_2D_RECT_SHADOW_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRectangle.html" title="class in org.lwjgl.opengl">ARBTextureRectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by <type> parameter of GetActiveUniform when the location
|
|
<index> for program object <program> is of type sampler2DRectShadow:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARBTextureRectangle.html#GL_SAMPLER_2D_RECT_SHADOW_ARB">GL_SAMPLER_2D_RECT_SHADOW_ARB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARBTextureRectangle.html" title="class in org.lwjgl.opengles">ARBTextureRectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by <type> parameter of GetActiveUniform when the location
|
|
<index> for program object <program> is of type sampler2DRectShadow:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_SAMPLER_2D_SHADOW">GL_SAMPLER_2D_SHADOW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_SAMPLER_2D_SHADOW">GL_SAMPLER_2D_SHADOW</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_SAMPLER_2D_SHADOW_ARB">GL_SAMPLER_2D_SHADOW_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_SAMPLER_3D">GL_SAMPLER_3D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_SAMPLER_3D">GL_SAMPLER_3D</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_SAMPLER_3D_ARB">GL_SAMPLER_3D_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSamplerObjects.html#GL_SAMPLER_BINDING">GL_SAMPLER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of the GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv and GetDoublev functions:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#GL_SAMPLER_BINDING">GL_SAMPLER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of the GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv and GetDoublev functions:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_SAMPLER_BINDING">GL_SAMPLER_BINDING</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_SAMPLER_BUFFER">GL_SAMPLER_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDVertexShaderTessellator.html#GL_SAMPLER_BUFFER_AMD">GL_SAMPLER_BUFFER_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDVertexShaderTessellator.html" title="class in org.lwjgl.opengl">AMDVertexShaderTessellator</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_SAMPLER_BUFFER_EXT">GL_SAMPLER_BUFFER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_SAMPLER_CUBE">GL_SAMPLER_CUBE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_SAMPLER_CUBE">GL_SAMPLER_CUBE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Uniform Types</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_SAMPLER_CUBE_ARB">GL_SAMPLER_CUBE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniformARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_SAMPLER_CUBE_MAP_ARRAY">GL_SAMPLER_CUBE_MAP_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCubeMapArray.html#GL_SAMPLER_CUBE_MAP_ARRAY_ARB">GL_SAMPLER_CUBE_MAP_ARRAY_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCubeMapArray.html" title="class in org.lwjgl.opengl">ARBTextureCubeMapArray</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW">GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCubeMapArray.html#GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_ARB">GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCubeMapArray.html" title="class in org.lwjgl.opengl">ARBTextureCubeMapArray</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_SAMPLER_CUBE_SHADOW">GL_SAMPLER_CUBE_SHADOW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_SAMPLER_CUBE_SHADOW">GL_SAMPLER_CUBE_SHADOW</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_SAMPLER_CUBE_SHADOW_EXT">GL_SAMPLER_CUBE_SHADOW_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVEGLStreamConsumerExternal.html#GL_SAMPLER_EXTERNAL_OES">GL_SAMPLER_EXTERNAL_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVEGLStreamConsumerExternal.html" title="class in org.lwjgl.opengles">NVEGLStreamConsumerExternal</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESEGLImageExternal.html#GL_SAMPLER_EXTERNAL_OES">GL_SAMPLER_EXTERNAL_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESEGLImageExternal.html" title="class in org.lwjgl.opengles">OESEGLImageExternal</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDNameGenDelete.html#GL_SAMPLER_OBJECT_AMD">GL_SAMPLER_OBJECT_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDNameGenDelete.html" title="class in org.lwjgl.opengl">AMDNameGenDelete</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <identifier> parameter of GenNamesAMD and DeleteNamesAMD:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVExplicitMultisample.html#GL_SAMPLER_RENDERBUFFER_NV">GL_SAMPLER_RENDERBUFFER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_SAMPLES">GL_SAMPLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_SAMPLES">GL_SAMPLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_SAMPLES">GL_SAMPLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_SAMPLES">GL_SAMPLES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultisample.html#GL_SAMPLES_ARB">GL_SAMPLES_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultisample.html" title="class in org.lwjgl.opengl">ARBMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_SAMPLES_PASSED">GL_SAMPLES_PASSED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BeginQuery, EndQuery,
|
|
and GetQueryiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBOcclusionQuery.html#GL_SAMPLES_PASSED_ARB">GL_SAMPLES_PASSED_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BeginQueryARB, EndQueryARB,
|
|
and GetQueryivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_SATURATE_BIT_ATI">GL_SATURATE_BIT_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_SCALAR_EXT">GL_SCALAR_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_SCALE_BY_FOUR_NV">GL_SCALE_BY_FOUR_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_SCALE_BY_ONE_HALF_NV">GL_SCALE_BY_ONE_HALF_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_SCALE_BY_TWO_NV">GL_SCALE_BY_TWO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferMultisampleBlitScaled.html#GL_SCALED_RESOLVE_FASTEST_EXT">GL_SCALED_RESOLVE_FASTEST_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferMultisampleBlitScaled.html" title="class in org.lwjgl.opengl">EXTFramebufferMultisampleBlitScaled</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <filter> parameter of BlitFramebuffer:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferMultisampleBlitScaled.html#GL_SCALED_RESOLVE_NICEST_EXT">GL_SCALED_RESOLVE_NICEST_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferMultisampleBlitScaled.html" title="class in org.lwjgl.opengl">EXTFramebufferMultisampleBlitScaled</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <filter> parameter of BlitFramebuffer:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_SCISSOR_BIT">GL_SCISSOR_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#GL_SCISSOR_BOX">GL_SCISSOR_BOX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegeri_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_SCISSOR_BOX">GL_SCISSOR_BOX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_SCISSOR_BOX">GL_SCISSOR_BOX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegeri_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_SCISSOR_BOX">GL_SCISSOR_BOX</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#GL_SCISSOR_TEST">GL_SCISSOR_TEST</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of Enablei, Disablei, and IsEnabledi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_SCISSOR_TEST">GL_SCISSOR_TEST</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_SCISSOR_TEST">GL_SCISSOR_TEST</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of Enablei, Disablei, and IsEnabledi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_SCISSOR_TEST">GL_SCISSOR_TEST</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">EnableCap</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_SCREEN_NV">GL_SCREEN_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_SECONDARY_COLOR_ARRAY">GL_SECONDARY_COLOR_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_SECONDARY_COLOR_ARRAY_ADDRESS_NV">GL_SECONDARY_COLOR_ARRAY_ADDRESS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of BufferAddressRangeNV
|
|
and the <value> parameter of GetIntegerui64vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING">GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING_ARB">GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTSecondaryColor.html#GL_SECONDARY_COLOR_ARRAY_EXT">GL_SECONDARY_COLOR_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_SECONDARY_COLOR_ARRAY_LENGTH_NV">GL_SECONDARY_COLOR_ARRAY_LENGTH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_SECONDARY_COLOR_ARRAY_POINTER">GL_SECONDARY_COLOR_ARRAY_POINTER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTSecondaryColor.html#GL_SECONDARY_COLOR_ARRAY_POINTER_EXT">GL_SECONDARY_COLOR_ARRAY_POINTER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_SECONDARY_COLOR_ARRAY_SIZE">GL_SECONDARY_COLOR_ARRAY_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTSecondaryColor.html#GL_SECONDARY_COLOR_ARRAY_SIZE_EXT">GL_SECONDARY_COLOR_ARRAY_SIZE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_SECONDARY_COLOR_ARRAY_STRIDE">GL_SECONDARY_COLOR_ARRAY_STRIDE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTSecondaryColor.html#GL_SECONDARY_COLOR_ARRAY_STRIDE_EXT">GL_SECONDARY_COLOR_ARRAY_STRIDE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_SECONDARY_COLOR_ARRAY_TYPE">GL_SECONDARY_COLOR_ARRAY_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTSecondaryColor.html#GL_SECONDARY_COLOR_ARRAY_TYPE_EXT">GL_SECONDARY_COLOR_ARRAY_TYPE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_SECONDARY_COLOR_NV">GL_SECONDARY_COLOR_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <color> parameter of PathColorGenNV,
|
|
GetPathColorGenivNV, and GetPathColorGenfvNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_SECONDARY_COLOR_NV">GL_SECONDARY_COLOR_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_SECONDARY_INTERPOLATOR_ATI">GL_SECONDARY_INTERPOLATOR_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_SELECT">GL_SELECT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_SELECTION_BUFFER_POINTER">GL_SELECTION_BUFFER_POINTER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_SELECTION_BUFFER_SIZE">GL_SELECTION_BUFFER_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_SEPARABLE_2D">GL_SEPARABLE_2D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_SEPARATE_ATTRIBS">GL_SEPARATE_ATTRIBS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <bufferMode> parameter of TransformFeedbackVaryings:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_SEPARATE_ATTRIBS">GL_SEPARATE_ATTRIBS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_SEPARATE_ATTRIBS_EXT">GL_SEPARATE_ATTRIBS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <bufferMode> parameter of TransformFeedbackVaryingsEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#GL_SEPARATE_ATTRIBS_NV">GL_SEPARATE_ATTRIBS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <bufferMode> parameter of TransformFeedbackAttribsNV and
|
|
TransformFeedbackVaryingsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_SEPARATE_SPECULAR_COLOR">GL_SEPARATE_SPECULAR_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTSeparateSpecularColor.html#GL_SEPARATE_SPECULAR_COLOR_EXT">GL_SEPARATE_SPECULAR_COLOR_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTSeparateSpecularColor.html" title="class in org.lwjgl.opengl">EXTSeparateSpecularColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_SET">GL_SET</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDStencilOperationExtended.html#GL_SET_AMD">GL_SET_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDStencilOperationExtended.html" title="class in org.lwjgl.opengl">AMDStencilOperationExtended</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <sfail>, <dpfail> and <dppass> parameters of StencilOp
|
|
and StencilOpSeparate:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_SGIS_generate_mipmap">GL_SGIS_generate_mipmap</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_SGIS_texture_lod">GL_SGIS_texture_lod</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/IMGShaderBinary.html#GL_SGX_BINARY_IMG">GL_SGX_BINARY_IMG</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/IMGShaderBinary.html" title="class in org.lwjgl.opengles">IMGShaderBinary</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <binaryformat> parameter of ShaderBinary:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/IMGProgramBinary.html#GL_SGX_PROGRAM_BINARY_IMG">GL_SGX_PROGRAM_BINARY_IMG</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/IMGProgramBinary.html" title="class in org.lwjgl.opengles">IMGProgramBinary</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <binaryFormat> parameter of ProgramBinaryOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_SHADE_MODEL">GL_SHADE_MODEL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_SHADER">GL_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <identifier> parameters of
|
|
ObjectLabel and GetObjectLabel:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_SHADER">GL_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <identifier> parameters of
|
|
ObjectLabel and GetObjectLabel:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_SHADER">GL_SHADER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Tokens accepted or provided by the <identifier> parameters of
|
|
ObjectLabel and GetObjectLabel:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/DMPShaderBinary.html#GL_SHADER_BINARY_DMP">GL_SHADER_BINARY_DMP</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/DMPShaderBinary.html" title="class in org.lwjgl.opengles">DMPShaderBinary</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <binaryformat> parameter of ShaderBinary:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_SHADER_BINARY_FORMATS">GL_SHADER_BINARY_FORMATS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shader Binary</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/VIVShaderBinary.html#GL_SHADER_BINARY_VIV">GL_SHADER_BINARY_VIV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/VIVShaderBinary.html" title="class in org.lwjgl.opengles">VIVShaderBinary</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <binaryformat> parameter of ShaderBinary:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_SHADER_COMPILER">GL_SHADER_COMPILER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_SHADER_COMPILER">GL_SHADER_COMPILER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetBooleanv, GetIntegerv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_SHADER_COMPILER">GL_SHADER_COMPILER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shader Source</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_SHADER_CONSISTENT_NV">GL_SHADER_CONSISTENT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> parameter GetTexEnvfv and GetTexEnviv is
|
|
TEXTURE_SHADER_NV, then the value of <pname> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVShaderBufferStore.html#GL_SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV">GL_SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVShaderBufferStore.html" title="class in org.lwjgl.opengl">NVShaderBufferStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrierNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_SHADER_IMAGE_ACCESS_BARRIER_BIT">GL_SHADER_IMAGE_ACCESS_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_SHADER_IMAGE_ACCESS_BARRIER_BIT">GL_SHADER_IMAGE_ACCESS_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_SHADER_IMAGE_ACCESS_BARRIER_BIT_EXT">GL_SHADER_IMAGE_ACCESS_BARRIER_BIT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrierEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_SHADER_IMAGE_ATOMIC">GL_SHADER_IMAGE_ATOMIC</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_SHADER_IMAGE_ATOMIC">GL_SHADER_IMAGE_ATOMIC</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_SHADER_IMAGE_LOAD">GL_SHADER_IMAGE_LOAD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_SHADER_IMAGE_LOAD">GL_SHADER_IMAGE_LOAD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_SHADER_IMAGE_STORE">GL_SHADER_IMAGE_STORE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_SHADER_IMAGE_STORE">GL_SHADER_IMAGE_STORE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#GL_SHADER_INCLUDE_ARB">GL_SHADER_INCLUDE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of NamedStringARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_SHADER_OBJECT">GL_SHADER_OBJECT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <params> parameter of GetObjectParameter{fi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#GL_SHADER_OBJECT_ARB">GL_SHADER_OBJECT_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <params> parameter of GetObjectParameter{fi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTDebugLabel.html#GL_SHADER_OBJECT_EXT">GL_SHADER_OBJECT_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTDebugLabel.html" title="class in org.lwjgl.opengles">EXTDebugLabel</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of LabelObjectEXT and
|
|
GetObjectLabelEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_SHADER_OPERATION_NV">GL_SHADER_OPERATION_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> parameter of TexEnvf, TexEnvfv, TexEnvi, TexEnviv,
|
|
GetTexEnvfv, and GetTexEnviv is TEXTURE_SHADER_NV, then the value
|
|
of <pname> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_SHADER_SOURCE_LENGTH">GL_SHADER_SOURCE_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetObjectParameter{fi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_SHADER_SOURCE_LENGTH">GL_SHADER_SOURCE_LENGTH</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shader Source</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_SHADER_STORAGE_BARRIER_BIT">GL_SHADER_STORAGE_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <barriers> bitfield in glMemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_SHADER_STORAGE_BARRIER_BIT">GL_SHADER_STORAGE_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <barriers> bitfield in glMemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_SHADER_STORAGE_BLOCK">GL_SHADER_STORAGE_BLOCK</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_SHADER_STORAGE_BLOCK">GL_SHADER_STORAGE_BLOCK</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_SHADER_STORAGE_BUFFER">GL_SHADER_STORAGE_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameters of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, and
|
|
GetBufferPointerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_SHADER_STORAGE_BUFFER">GL_SHADER_STORAGE_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameters of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, and
|
|
GetBufferPointerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_SHADER_STORAGE_BUFFER_BINDING">GL_SHADER_STORAGE_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetIntegeri_v,
|
|
GetBooleanv, GetInteger64v, GetFloatv, GetDoublev, GetBooleani_v,
|
|
GetIntegeri_v, GetFloati_v, GetDoublei_v, and GetInteger64i_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_SHADER_STORAGE_BUFFER_BINDING">GL_SHADER_STORAGE_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetIntegeri_v,
|
|
GetBooleanv, GetInteger64v, GetFloatv, GetDoublev, GetBooleani_v,
|
|
GetIntegeri_v, GetFloati_v, GetDoublei_v, and GetInteger64i_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT">GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT">GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
|
|
GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_SHADER_STORAGE_BUFFER_SIZE">GL_SHADER_STORAGE_BUFFER_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegeri_v, GetBooleani_v,
|
|
GetIntegeri_v, GetFloati_v, GetDoublei_v, and GetInteger64i_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_SHADER_STORAGE_BUFFER_SIZE">GL_SHADER_STORAGE_BUFFER_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegeri_v, GetBooleani_v,
|
|
GetIntegeri_v, GetFloati_v, GetDoublei_v, and GetInteger64i_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_SHADER_STORAGE_BUFFER_START">GL_SHADER_STORAGE_BUFFER_START</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegeri_v, GetBooleani_v,
|
|
GetIntegeri_v, GetFloati_v, GetDoublei_v, and GetInteger64i_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_SHADER_STORAGE_BUFFER_START">GL_SHADER_STORAGE_BUFFER_START</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegeri_v, GetBooleani_v,
|
|
GetIntegeri_v, GetFloati_v, GetDoublei_v, and GetInteger64i_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_SHADER_TYPE">GL_SHADER_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetObjectParameter{fi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_SHADER_TYPE">GL_SHADER_TYPE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shaders</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_SHADING_LANGUAGE_VERSION">GL_SHADING_LANGUAGE_VERSION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <name> parameter of GetString:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_SHADING_LANGUAGE_VERSION">GL_SHADING_LANGUAGE_VERSION</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shaders</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShadingLanguage100.html#GL_SHADING_LANGUAGE_VERSION_ARB">GL_SHADING_LANGUAGE_VERSION_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShadingLanguage100.html" title="class in org.lwjgl.opengl">ARBShadingLanguage100</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <name> parameter of GetString:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTSharedTexturePalette.html#GL_SHARED_TEXTURE_PALETTE_EXT">GL_SHARED_TEXTURE_PALETTE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTSharedTexturePalette.html" title="class in org.lwjgl.opengl">EXTSharedTexturePalette</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_SHININESS">GL_SHININESS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_SHORT">GL_SHORT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_SHORT">GL_SHORT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">DataType</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSync.html#GL_SIGNALED">GL_SIGNALED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <values> for GetSynciv <pname> SYNC_STATUS:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_SIGNALED">GL_SIGNALED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <values> for GetSynciv <pname> SYNC_STATUS:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_SIGNALED">GL_SIGNALED</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_ALPHA8_NV">GL_SIGNED_ALPHA8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CopyTexImage1D,
|
|
CopyTexImage2D, TexImage1D, and TexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_ALPHA8_NV">GL_SIGNED_ALPHA8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_ALPHA_NV">GL_SIGNED_ALPHA_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CopyTexImage1D,
|
|
CopyTexImage2D, TexImage1D, and TexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_ALPHA_NV">GL_SIGNED_ALPHA_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_HILO16_NV">GL_SIGNED_HILO16_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D and
|
|
TexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_HILO16_NV">GL_SIGNED_HILO16_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader3.html#GL_SIGNED_HILO8_NV">GL_SIGNED_HILO8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_HILO_NV">GL_SIGNED_HILO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D and
|
|
TexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_HILO_NV">GL_SIGNED_HILO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_SIGNED_IDENTITY_NV">GL_SIGNED_IDENTITY_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_INTENSITY8_NV">GL_SIGNED_INTENSITY8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CopyTexImage1D,
|
|
CopyTexImage2D, TexImage1D, and TexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_INTENSITY8_NV">GL_SIGNED_INTENSITY8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_INTENSITY_NV">GL_SIGNED_INTENSITY_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CopyTexImage1D,
|
|
CopyTexImage2D, TexImage1D, and TexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_INTENSITY_NV">GL_SIGNED_INTENSITY_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_LUMINANCE8_ALPHA8_NV">GL_SIGNED_LUMINANCE8_ALPHA8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CopyTexImage1D,
|
|
CopyTexImage2D, TexImage1D, and TexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_LUMINANCE8_ALPHA8_NV">GL_SIGNED_LUMINANCE8_ALPHA8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_LUMINANCE8_NV">GL_SIGNED_LUMINANCE8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CopyTexImage1D,
|
|
CopyTexImage2D, TexImage1D, and TexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_LUMINANCE8_NV">GL_SIGNED_LUMINANCE8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_LUMINANCE_ALPHA_NV">GL_SIGNED_LUMINANCE_ALPHA_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CopyTexImage1D,
|
|
CopyTexImage2D, TexImage1D, and TexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_LUMINANCE_ALPHA_NV">GL_SIGNED_LUMINANCE_ALPHA_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_LUMINANCE_NV">GL_SIGNED_LUMINANCE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CopyTexImage1D,
|
|
CopyTexImage2D, TexImage1D, and TexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_LUMINANCE_NV">GL_SIGNED_LUMINANCE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_SIGNED_NEGATE_NV">GL_SIGNED_NEGATE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_SIGNED_NORMALIZED">GL_SIGNED_NORMALIZED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetTexLevelParmeter</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_SIGNED_NORMALIZED">GL_SIGNED_NORMALIZED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_SIGNED_NORMALIZED">GL_SIGNED_NORMALIZED</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_RGB8_NV">GL_SIGNED_RGB8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CopyTexImage1D,
|
|
CopyTexImage2D, TexImage1D, and TexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_RGB8_NV">GL_SIGNED_RGB8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_RGB8_UNSIGNED_ALPHA8_NV">GL_SIGNED_RGB8_UNSIGNED_ALPHA8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CopyTexImage1D,
|
|
CopyTexImage2D, TexImage1D, and TexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_RGB8_UNSIGNED_ALPHA8_NV">GL_SIGNED_RGB8_UNSIGNED_ALPHA8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_RGB_NV">GL_SIGNED_RGB_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CopyTexImage1D,
|
|
CopyTexImage2D, TexImage1D, and TexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_RGB_NV">GL_SIGNED_RGB_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_RGB_UNSIGNED_ALPHA_NV">GL_SIGNED_RGB_UNSIGNED_ALPHA_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CopyTexImage1D,
|
|
CopyTexImage2D, TexImage1D, and TexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_RGB_UNSIGNED_ALPHA_NV">GL_SIGNED_RGB_UNSIGNED_ALPHA_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_RGBA8_NV">GL_SIGNED_RGBA8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CopyTexImage1D,
|
|
CopyTexImage2D, TexImage1D, and TexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_RGBA8_NV">GL_SIGNED_RGBA8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_RGBA_NV">GL_SIGNED_RGBA_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of CopyTexImage1D,
|
|
CopyTexImage2D, TexImage1D, and TexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_RGBA_NV">GL_SIGNED_RGBA_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST">GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST">GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE">GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE">GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST">GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST">GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE">GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE">GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_SINGLE_COLOR">GL_SINGLE_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTSeparateSpecularColor.html#GL_SINGLE_COLOR_EXT">GL_SINGLE_COLOR_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTSeparateSpecularColor.html" title="class in org.lwjgl.opengl">EXTSeparateSpecularColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSRGBDecode.html#GL_SKIP_DECODE_EXT">GL_SKIP_DECODE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSRGBDecode.html" title="class in org.lwjgl.opengl">EXTTextureSRGBDecode</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <enum> parameter of TexParameterf, TexParameteri,
|
|
SamplerParameteri, SamplerParameterf, SamplerParameteriv, SamplerParameterfv,
|
|
SamplerParameterIiv and SamplerParameterIuiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_SKIP_MISSING_GLYPH_NV">GL_SKIP_MISSING_GLYPH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <handleMissingGlyph> parameter of PathGlyphsNV and
|
|
PathGlyphRangeNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/SUNSliceAccum.html#GL_SLICE_ACCUM_SUN">GL_SLICE_ACCUM_SUN</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/SUNSliceAccum.html" title="class in org.lwjgl.opengl">SUNSliceAccum</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <op> parameter of Accum,</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#GL_SLUMINANCE">GL_SLUMINANCE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#GL_SLUMINANCE8">GL_SLUMINANCE8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#GL_SLUMINANCE8_ALPHA8">GL_SLUMINANCE8_ALPHA8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_SLUMINANCE8_ALPHA8_EXT">GL_SLUMINANCE8_ALPHA8_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_SLUMINANCE8_EXT">GL_SLUMINANCE8_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#GL_SLUMINANCE_ALPHA">GL_SLUMINANCE_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_SLUMINANCE_ALPHA_EXT">GL_SLUMINANCE_ALPHA_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_SLUMINANCE_EXT">GL_SLUMINANCE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_SMALL_CCW_ARC_TO_NV">GL_SMALL_CCW_ARC_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_SMALL_CW_ARC_TO_NV">GL_SMALL_CW_ARC_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_SMOOTH">GL_SMOOTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_SMOOTH_CUBIC_CURVE_TO_NV">GL_SMOOTH_CUBIC_CURVE_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_SMOOTH_LINE_WIDTH_GRANULARITY">GL_SMOOTH_LINE_WIDTH_GRANULARITY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_SMOOTH_LINE_WIDTH_RANGE">GL_SMOOTH_LINE_WIDTH_RANGE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_SMOOTH_POINT_SIZE_GRANULARITY">GL_SMOOTH_POINT_SIZE_GRANULARITY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_SMOOTH_POINT_SIZE_RANGE">GL_SMOOTH_POINT_SIZE_RANGE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_SMOOTH_QUADRATIC_CURVE_TO_NV">GL_SMOOTH_QUADRATIC_CURVE_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_SOFTLIGHT_NV">GL_SOFTLIGHT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_SOURCE0_ALPHA">GL_SOURCE0_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_SOURCE0_ALPHA_ARB">GL_SOURCE0_ALPHA_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_SOURCE0_ALPHA_EXT">GL_SOURCE0_ALPHA_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_SOURCE0_RGB">GL_SOURCE0_RGB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_SOURCE0_RGB_ARB">GL_SOURCE0_RGB_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_SOURCE0_RGB_EXT">GL_SOURCE0_RGB_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_SOURCE1_ALPHA">GL_SOURCE1_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_SOURCE1_ALPHA_ARB">GL_SOURCE1_ALPHA_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_SOURCE1_ALPHA_EXT">GL_SOURCE1_ALPHA_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_SOURCE1_RGB">GL_SOURCE1_RGB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_SOURCE1_RGB_ARB">GL_SOURCE1_RGB_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_SOURCE1_RGB_EXT">GL_SOURCE1_RGB_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_SOURCE2_ALPHA">GL_SOURCE2_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_SOURCE2_ALPHA_ARB">GL_SOURCE2_ALPHA_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_SOURCE2_ALPHA_EXT">GL_SOURCE2_ALPHA_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_SOURCE2_RGB">GL_SOURCE2_RGB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_SOURCE2_RGB_ARB">GL_SOURCE2_RGB_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_SOURCE2_RGB_EXT">GL_SOURCE2_RGB_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureEnvCombine4.html#GL_SOURCE3_ALPHA_NV">GL_SOURCE3_ALPHA_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureEnvCombine4.html" title="class in org.lwjgl.opengl">NVTextureEnvCombine4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureEnvCombine4.html#GL_SOURCE3_RGB_NV">GL_SOURCE3_RGB_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureEnvCombine4.html" title="class in org.lwjgl.opengl">NVTextureEnvCombine4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_SPARE0_NV">GL_SPARE0_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_SPARE0_PLUS_SECONDARY_COLOR_NV">GL_SPARE0_PLUS_SECONDARY_COLOR_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_SPARE1_NV">GL_SPARE1_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSparseTexture.html#GL_SPARSE_TEXTURE_FULL_ARRAY_CUBE_MIPMAPS_ARB">GL_SPARSE_TEXTURE_FULL_ARRAY_CUBE_MIPMAPS_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl">ARBSparseTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter to GetIntegerv, GetFloatv, GetDoublev,
|
|
GetInteger64v, and GetBooleanv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_SPECULAR">GL_SPECULAR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_SPHERE_MAP">GL_SPHERE_MAP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_SPOT_CUTOFF">GL_SPOT_CUTOFF</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_SPOT_DIRECTION">GL_SPOT_DIRECTION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_SPOT_EXPONENT">GL_SPOT_EXPONENT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_SQUARE_NV">GL_SQUARE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of PathParameterfNV,
|
|
PathParameterfvNV, PathParameteriNV, and PathParameterivNV
|
|
when <pname> 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:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_SRC0_ALPHA">GL_SRC0_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_SRC0_RGB">GL_SRC0_RGB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBlendFuncExtended.html#GL_SRC1_ALPHA">GL_SRC1_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBlendFuncExtended.html" title="class in org.lwjgl.opengl">ARBBlendFuncExtended</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <src> and <dst> parameters of BlendFunc and
|
|
BlendFunci, and by the <srcRGB>, <dstRGB>, <srcAlpha> and <dstAlpha>
|
|
parameters of BlendFuncSeparate and BlendFuncSeparatei:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_SRC1_ALPHA">GL_SRC1_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#GL_SRC1_ALPHA">GL_SRC1_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <src> and <dst> parameters of BlendFunc and
|
|
BlendFunci, and by the <srcRGB>, <dstRGB>, <srcAlpha> and <dstAlpha>
|
|
parameters of BlendFuncSeparate and BlendFuncSeparatei:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBlendFuncExtended.html#GL_SRC1_COLOR">GL_SRC1_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBlendFuncExtended.html" title="class in org.lwjgl.opengl">ARBBlendFuncExtended</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <src> and <dst> parameters of BlendFunc and
|
|
BlendFunci, and by the <srcRGB>, <dstRGB>, <srcAlpha> and <dstAlpha>
|
|
parameters of BlendFuncSeparate and BlendFuncSeparatei:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#GL_SRC1_COLOR">GL_SRC1_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <src> and <dst> parameters of BlendFunc and
|
|
BlendFunci, and by the <srcRGB>, <dstRGB>, <srcAlpha> and <dstAlpha>
|
|
parameters of BlendFuncSeparate and BlendFuncSeparatei:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_SRC1_RGB">GL_SRC1_RGB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_SRC2_ALPHA">GL_SRC2_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_SRC2_RGB">GL_SRC2_RGB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_SRC_ALPHA">GL_SRC_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_SRC_ALPHA">GL_SRC_ALPHA</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">BlendingFactorDest</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_SRC_ALPHA_SATURATE">GL_SRC_ALPHA_SATURATE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_SRC_ALPHA_SATURATE">GL_SRC_ALPHA_SATURATE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">BlendingFactorSrc</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_SRC_ATOP_NV">GL_SRC_ATOP_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_SRC_COLOR">GL_SRC_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_SRC_COLOR">GL_SRC_COLOR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">BlendingFactorDest</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_SRC_IN_NV">GL_SRC_IN_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_SRC_NV">GL_SRC_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_SRC_OUT_NV">GL_SRC_OUT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_SRC_OVER_NV">GL_SRC_OVER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_SRGB">GL_SRGB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <params> by GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#GL_SRGB">GL_SRGB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_SRGB">GL_SRGB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#GL_SRGB8">GL_SRGB8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_SRGB8">GL_SRGB8</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#GL_SRGB8_ALPHA8">GL_SRGB8_ALPHA8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_SRGB8_ALPHA8">GL_SRGB8_ALPHA8</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_SRGB8_ALPHA8_EXT">GL_SRGB8_ALPHA8_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSRGB.html#GL_SRGB8_ALPHA8_EXT">GL_SRGB8_ALPHA8_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSRGB.html" title="class in org.lwjgl.opengles">EXTSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of RenderbufferStorage:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_SRGB8_EXT">GL_SRGB8_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#GL_SRGB_ALPHA">GL_SRGB_ALPHA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_SRGB_ALPHA_EXT">GL_SRGB_ALPHA_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSRGB.html#GL_SRGB_ALPHA_EXT">GL_SRGB_ALPHA_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSRGB.html" title="class in org.lwjgl.opengles">EXTSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> and <internalformat> parameter of TexImage2D, and
|
|
TexImage3DOES.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_SRGB_DECODE_ARB">GL_SRGB_DECODE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_SRGB_DECODE_ARB">GL_SRGB_DECODE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_SRGB_EXT">GL_SRGB_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of TexImage1D, TexImage2D,
|
|
TexImage3D, CopyTexImage1D, CopyTexImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSRGB.html#GL_SRGB_EXT">GL_SRGB_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSRGB.html" title="class in org.lwjgl.opengles">EXTSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> and <internalformat> parameter of TexImage2D, and
|
|
TexImage3DOES.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_SRGB_READ">GL_SRGB_READ</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_SRGB_READ">GL_SRGB_READ</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_SRGB_WRITE">GL_SRGB_WRITE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_SRGB_WRITE">GL_SRGB_WRITE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_STACK_OVERFLOW">GL_STACK_OVERFLOW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_STACK_OVERFLOW">GL_STACK_OVERFLOW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetError:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_STACK_OVERFLOW">GL_STACK_OVERFLOW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetError:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_STACK_OVERFLOW">GL_STACK_OVERFLOW</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetError:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_STACK_UNDERFLOW">GL_STACK_UNDERFLOW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_STACK_UNDERFLOW">GL_STACK_UNDERFLOW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetError:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#GL_STACK_UNDERFLOW">GL_STACK_UNDERFLOW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetError:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#GL_STACK_UNDERFLOW">GL_STACK_UNDERFLOW</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetError:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_STANDARD_FONT_NAME_NV">GL_STANDARD_FONT_NAME_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <fontTarget> parameter of PathGlyphsNV and
|
|
PathGlyphRangeNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_START_MARKER_NV">GL_START_MARKER_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as path commands by CreatePathNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMExtendedGet.html#GL_STATE_RESTORE">GL_STATE_RESTORE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of ExtTexObjectStateOverrideiQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#GL_STATIC_ATI">GL_STATIC_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_STATIC_COPY">GL_STATIC_COPY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_STATIC_COPY">GL_STATIC_COPY</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#GL_STATIC_COPY_ARB">GL_STATIC_COPY_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <usage> parameter of BufferDataARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_STATIC_DRAW">GL_STATIC_DRAW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_STATIC_DRAW">GL_STATIC_DRAW</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Buffer Objects</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#GL_STATIC_DRAW_ARB">GL_STATIC_DRAW_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <usage> parameter of BufferDataARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_STATIC_READ">GL_STATIC_READ</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_STATIC_READ">GL_STATIC_READ</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#GL_STATIC_READ_ARB">GL_STATIC_READ_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <usage> parameter of BufferDataARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_STENCIL">GL_STENCIL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_STENCIL">GL_STENCIL</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_STENCIL_ATTACHMENT">GL_STENCIL_ATTACHMENT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_STENCIL_ATTACHMENT">GL_STENCIL_ATTACHMENT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
|
|
GetFramebufferAttachmentParameteriv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_ATTACHMENT">GL_STENCIL_ATTACHMENT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_STENCIL_ATTACHMENT_EXT">GL_STENCIL_ATTACHMENT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
|
|
GetFramebufferAttachmentParameterivEXT</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_STENCIL_ATTACHMENT_OES">GL_STENCIL_ATTACHMENT_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attachment> parameter of
|
|
FramebufferTexture{2D|3D}OES, FramebufferRenderbufferOES, and
|
|
GetFramebufferAttachmentParameterivOES</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_STENCIL_BACK_FAIL">GL_STENCIL_BACK_FAIL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of PointParameter{if}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_BACK_FAIL">GL_STENCIL_BACK_FAIL</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATISeparateStencil.html#GL_STENCIL_BACK_FAIL_ATI">GL_STENCIL_BACK_FAIL_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATISeparateStencil.html" title="class in org.lwjgl.opengl">ATISeparateStencil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_STENCIL_BACK_FUNC">GL_STENCIL_BACK_FUNC</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of PointParameter{if}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_BACK_FUNC">GL_STENCIL_BACK_FUNC</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATISeparateStencil.html#GL_STENCIL_BACK_FUNC_ATI">GL_STENCIL_BACK_FUNC_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATISeparateStencil.html" title="class in org.lwjgl.opengl">ATISeparateStencil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDStencilOperationExtended.html#GL_STENCIL_BACK_OP_VALUE_AMD">GL_STENCIL_BACK_OP_VALUE_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDStencilOperationExtended.html" title="class in org.lwjgl.opengl">AMDStencilOperationExtended</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of GetIntegerv, GetFloatv, GetBooleanv
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_STENCIL_BACK_PASS_DEPTH_FAIL">GL_STENCIL_BACK_PASS_DEPTH_FAIL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of PointParameter{if}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_BACK_PASS_DEPTH_FAIL">GL_STENCIL_BACK_PASS_DEPTH_FAIL</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATISeparateStencil.html#GL_STENCIL_BACK_PASS_DEPTH_FAIL_ATI">GL_STENCIL_BACK_PASS_DEPTH_FAIL_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATISeparateStencil.html" title="class in org.lwjgl.opengl">ATISeparateStencil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_STENCIL_BACK_PASS_DEPTH_PASS">GL_STENCIL_BACK_PASS_DEPTH_PASS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of PointParameter{if}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_BACK_PASS_DEPTH_PASS">GL_STENCIL_BACK_PASS_DEPTH_PASS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATISeparateStencil.html#GL_STENCIL_BACK_PASS_DEPTH_PASS_ATI">GL_STENCIL_BACK_PASS_DEPTH_PASS_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATISeparateStencil.html" title="class in org.lwjgl.opengl">ATISeparateStencil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_STENCIL_BACK_REF">GL_STENCIL_BACK_REF</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of PointParameter{if}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_BACK_REF">GL_STENCIL_BACK_REF</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_STENCIL_BACK_VALUE_MASK">GL_STENCIL_BACK_VALUE_MASK</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of PointParameter{if}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_BACK_VALUE_MASK">GL_STENCIL_BACK_VALUE_MASK</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_STENCIL_BACK_WRITEMASK">GL_STENCIL_BACK_WRITEMASK</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of PointParameter{if}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_BACK_WRITEMASK">GL_STENCIL_BACK_WRITEMASK</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_STENCIL_BITS">GL_STENCIL_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_BITS">GL_STENCIL_BITS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_STENCIL_BUFFER">GL_STENCIL_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_STENCIL_BUFFER_BIT">GL_STENCIL_BUFFER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_BUFFER_BIT">GL_STENCIL_BUFFER_BIT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">ClearBufferMask</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_STENCIL_BUFFER_BIT0_QCOM">GL_STENCIL_BUFFER_BIT0_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_STENCIL_BUFFER_BIT1_QCOM">GL_STENCIL_BUFFER_BIT1_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_STENCIL_BUFFER_BIT2_QCOM">GL_STENCIL_BUFFER_BIT2_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_STENCIL_BUFFER_BIT3_QCOM">GL_STENCIL_BUFFER_BIT3_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_STENCIL_BUFFER_BIT4_QCOM">GL_STENCIL_BUFFER_BIT4_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_STENCIL_BUFFER_BIT5_QCOM">GL_STENCIL_BUFFER_BIT5_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_STENCIL_BUFFER_BIT6_QCOM">GL_STENCIL_BUFFER_BIT6_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_STENCIL_BUFFER_BIT7_QCOM">GL_STENCIL_BUFFER_BIT7_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <preserveMask> parameter of StartTilingQCOM and
|
|
EndTilingQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTStencilClearTag.html#GL_STENCIL_CLEAR_TAG_VALUE_EXT">GL_STENCIL_CLEAR_TAG_VALUE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTStencilClearTag.html" title="class in org.lwjgl.opengl">EXTStencilClearTag</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_STENCIL_CLEAR_VALUE">GL_STENCIL_CLEAR_VALUE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_CLEAR_VALUE">GL_STENCIL_CLEAR_VALUE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_STENCIL_COMPONENTS">GL_STENCIL_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_STENCIL_COMPONENTS">GL_STENCIL_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTDiscardFramebuffer.html#GL_STENCIL_EXT">GL_STENCIL_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTDiscardFramebuffer.html" title="class in org.lwjgl.opengles">EXTDiscardFramebuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <attachments> parameter of DiscardFramebufferEXT when the
|
|
default framebuffer is bound to <target>:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_STENCIL_FAIL">GL_STENCIL_FAIL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_FAIL">GL_STENCIL_FAIL</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_STENCIL_FUNC">GL_STENCIL_FUNC</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_FUNC">GL_STENCIL_FUNC</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_STENCIL_INDEX">GL_STENCIL_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_INDEX">GL_STENCIL_INDEX</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_STENCIL_INDEX1">GL_STENCIL_INDEX1</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of
|
|
RenderbufferStorage:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_STENCIL_INDEX1">GL_STENCIL_INDEX1</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of
|
|
RenderbufferStorage:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_STENCIL_INDEX16">GL_STENCIL_INDEX16</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of
|
|
RenderbufferStorage:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_STENCIL_INDEX16">GL_STENCIL_INDEX16</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of
|
|
RenderbufferStorage:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_STENCIL_INDEX16_EXT">GL_STENCIL_INDEX16_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of
|
|
RenderbufferStorageEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_STENCIL_INDEX1_EXT">GL_STENCIL_INDEX1_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of
|
|
RenderbufferStorageEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_STENCIL_INDEX1_OES">GL_STENCIL_INDEX1_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of
|
|
RenderbufferStorageOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESStencil1.html#GL_STENCIL_INDEX1_OES">GL_STENCIL_INDEX1_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESStencil1.html" title="class in org.lwjgl.opengles">OESStencil1</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of RenderbufferStorageOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_STENCIL_INDEX4">GL_STENCIL_INDEX4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of
|
|
RenderbufferStorage:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_STENCIL_INDEX4">GL_STENCIL_INDEX4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of
|
|
RenderbufferStorage:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_STENCIL_INDEX4_EXT">GL_STENCIL_INDEX4_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of
|
|
RenderbufferStorageEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_STENCIL_INDEX4_OES">GL_STENCIL_INDEX4_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of
|
|
RenderbufferStorageOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESStencil4.html#GL_STENCIL_INDEX4_OES">GL_STENCIL_INDEX4_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESStencil4.html" title="class in org.lwjgl.opengles">OESStencil4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of RenderbufferStorageOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_STENCIL_INDEX8">GL_STENCIL_INDEX8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of
|
|
RenderbufferStorage:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_STENCIL_INDEX8">GL_STENCIL_INDEX8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of
|
|
RenderbufferStorage:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_INDEX8">GL_STENCIL_INDEX8</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Framebuffer Object.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_STENCIL_INDEX8_EXT">GL_STENCIL_INDEX8_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of
|
|
RenderbufferStorageEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#GL_STENCIL_INDEX8_OES">GL_STENCIL_INDEX8_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of
|
|
RenderbufferStorageOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESStencil8.html#GL_STENCIL_INDEX8_OES">GL_STENCIL_INDEX8_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESStencil8.html" title="class in org.lwjgl.opengles">OESStencil8</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <internalformat> parameter of RenderbufferStorageOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDStencilOperationExtended.html#GL_STENCIL_OP_VALUE_AMD">GL_STENCIL_OP_VALUE_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDStencilOperationExtended.html" title="class in org.lwjgl.opengl">AMDStencilOperationExtended</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of GetIntegerv, GetFloatv, GetBooleanv
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_STENCIL_PASS_DEPTH_FAIL">GL_STENCIL_PASS_DEPTH_FAIL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_PASS_DEPTH_FAIL">GL_STENCIL_PASS_DEPTH_FAIL</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_STENCIL_PASS_DEPTH_PASS">GL_STENCIL_PASS_DEPTH_PASS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_PASS_DEPTH_PASS">GL_STENCIL_PASS_DEPTH_PASS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_STENCIL_REF">GL_STENCIL_REF</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_REF">GL_STENCIL_REF</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_STENCIL_RENDERABLE">GL_STENCIL_RENDERABLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_STENCIL_RENDERABLE">GL_STENCIL_RENDERABLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTStencilClearTag.html#GL_STENCIL_TAG_BITS_EXT">GL_STENCIL_TAG_BITS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTStencilClearTag.html" title="class in org.lwjgl.opengl">EXTStencilClearTag</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_STENCIL_TEST">GL_STENCIL_TEST</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_TEST">GL_STENCIL_TEST</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">EnableCap</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTStencilTwoSide.html#GL_STENCIL_TEST_TWO_SIDE_EXT">GL_STENCIL_TEST_TWO_SIDE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTStencilTwoSide.html" title="class in org.lwjgl.opengl">EXTStencilTwoSide</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_STENCIL_VALUE_MASK">GL_STENCIL_VALUE_MASK</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_VALUE_MASK">GL_STENCIL_VALUE_MASK</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_STENCIL_WRITEMASK">GL_STENCIL_WRITEMASK</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_WRITEMASK">GL_STENCIL_WRITEMASK</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_STEREO">GL_STEREO</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLETextureRange.html#GL_STORAGE_CACHED_APPLE">GL_STORAGE_CACHED_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLETextureRange.html" title="class in org.lwjgl.opengl">APPLETextureRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameters of TexParameteri, TexParameterf,
|
|
TexParameteriv, and TexParameterfv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexArrayRange.html#GL_STORAGE_CACHED_APPLE">GL_STORAGE_CACHED_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexArrayRange.html" title="class in org.lwjgl.opengl">APPLEVertexArrayRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of VertexArrayParameteriAPPLE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLETextureRange.html#GL_STORAGE_PRIVATE_APPLE">GL_STORAGE_PRIVATE_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLETextureRange.html" title="class in org.lwjgl.opengl">APPLETextureRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameters of TexParameteri, TexParameterf,
|
|
TexParameteriv, and TexParameterfv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLETextureRange.html#GL_STORAGE_SHARED_APPLE">GL_STORAGE_SHARED_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLETextureRange.html" title="class in org.lwjgl.opengl">APPLETextureRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameters of TexParameteri, TexParameterf,
|
|
TexParameteriv, and TexParameterfv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexArrayRange.html#GL_STORAGE_SHARED_APPLE">GL_STORAGE_SHARED_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexArrayRange.html" title="class in org.lwjgl.opengl">APPLEVertexArrayRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of VertexArrayParameteriAPPLE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_STREAM_COPY">GL_STREAM_COPY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_STREAM_COPY">GL_STREAM_COPY</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#GL_STREAM_COPY_ARB">GL_STREAM_COPY_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <usage> parameter of BufferDataARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_STREAM_DRAW">GL_STREAM_DRAW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_STREAM_DRAW">GL_STREAM_DRAW</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Buffer Objects</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#GL_STREAM_DRAW_ARB">GL_STREAM_DRAW_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <usage> parameter of BufferDataARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_STREAM_READ">GL_STREAM_READ</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_STREAM_READ">GL_STREAM_READ</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#GL_STREAM_READ_ARB">GL_STREAM_READ_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <usage> parameter of BufferDataARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_STROKE_CAP0_NV">GL_STROKE_CAP0_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as path commands by CreatePathNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_STROKE_CAP0_STYLE_NV">GL_STROKE_CAP0_STYLE_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <paramType> parameter of PathParameterNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_STROKE_CAP1_NV">GL_STROKE_CAP1_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as path commands by CreatePathNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_STROKE_CAP1_STYLE_NV">GL_STROKE_CAP1_STYLE_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <paramType> parameter of PathParameterNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_STROKE_CAP2_NV">GL_STROKE_CAP2_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as path commands by CreatePathNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_STROKE_CAP2_STYLE_NV">GL_STROKE_CAP2_STYLE_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <paramType> parameter of PathParameterNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_STROKE_CAP3_NV">GL_STROKE_CAP3_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as path commands by CreatePathNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_STROKE_CAP3_STYLE_NV">GL_STROKE_CAP3_STYLE_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <paramType> parameter of PathParameterNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_STROKE_JOIN_STYLE_NV">GL_STROKE_JOIN_STYLE_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <paramType> parameter of PathParameterNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_STROKE_MITER_LIMIT_NV">GL_STROKE_MITER_LIMIT_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <paramType> parameter of PathParameterNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#GL_STROKE_PATH_NV">GL_STROKE_PATH_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <mode> parameter of DrawPathbufferNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_SUB_ATI">GL_SUB_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_SUBPIXEL_BITS">GL_SUBPIXEL_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_SUBPIXEL_BITS">GL_SUBPIXEL_BITS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDSamplePositions.html#GL_SUBSAMPLE_DISTANCE_AMD">GL_SUBSAMPLE_DISTANCE_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDSamplePositions.html" title="class in org.lwjgl.opengl">AMDSamplePositions</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_SUBTRACT">GL_SUBTRACT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_SUBTRACT_ARB">GL_SUBTRACT_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_SUCCESS_NV">GL_SUCCESS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by VideoCaptureNV and GetVideoCaptureStream{i,f,d}vNV
|
|
when <pname> is LAST_VIDEO_CAPTURE_STATUS_NV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#GL_SUN_slice_accum">GL_SUN_slice_accum</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_SWIZZLE_STQ_ATI">GL_SWIZZLE_STQ_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_SWIZZLE_STQ_DQ_ATI">GL_SWIZZLE_STQ_DQ_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_SWIZZLE_STR_ATI">GL_SWIZZLE_STR_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_SWIZZLE_STR_DR_ATI">GL_SWIZZLE_STR_DR_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_SWIZZLE_STRQ_ATI">GL_SWIZZLE_STRQ_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#GL_SWIZZLE_STRQ_DQ_ATI">GL_SWIZZLE_STRQ_DQ_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBCLEvent.html#GL_SYNC_CL_EVENT_ARB">GL_SYNC_CL_EVENT_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBCLEvent.html" title="class in org.lwjgl.opengl">ARBCLEvent</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <values> for GetSynciv <pname> OBJECT_TYPE.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBCLEvent.html#GL_SYNC_CL_EVENT_COMPLETE_ARB">GL_SYNC_CL_EVENT_COMPLETE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBCLEvent.html" title="class in org.lwjgl.opengl">ARBCLEvent</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <values> for GetSynciv <pname> SYNC_CONDITION.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSync.html#GL_SYNC_CONDITION">GL_SYNC_CONDITION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <pname> parameter of GetSynciv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_SYNC_CONDITION">GL_SYNC_CONDITION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <pname> parameter of GetSynciv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_SYNC_CONDITION">GL_SYNC_CONDITION</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSync.html#GL_SYNC_FENCE">GL_SYNC_FENCE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <values> for GetSynciv <pname> OBJECT_TYPE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_SYNC_FENCE">GL_SYNC_FENCE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <values> for GetSynciv <pname> OBJECT_TYPE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_SYNC_FENCE">GL_SYNC_FENCE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLESync.html#GL_SYNC_FENCE_APPLE">GL_SYNC_FENCE_APPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <values> for GetSynciv <pname> OBJECT_TYPE_APPLE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSync.html#GL_SYNC_FLAGS">GL_SYNC_FLAGS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <pname> parameter of GetSynciv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_SYNC_FLAGS">GL_SYNC_FLAGS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <pname> parameter of GetSynciv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_SYNC_FLAGS">GL_SYNC_FLAGS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSync.html#GL_SYNC_FLUSH_COMMANDS_BIT">GL_SYNC_FLUSH_COMMANDS_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <flags> parameter of ClientWaitSync:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_SYNC_FLUSH_COMMANDS_BIT">GL_SYNC_FLUSH_COMMANDS_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <flags> parameter of ClientWaitSync:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_SYNC_FLUSH_COMMANDS_BIT">GL_SYNC_FLUSH_COMMANDS_BIT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLESync.html#GL_SYNC_FLUSH_COMMANDS_BIT_APPLE">GL_SYNC_FLUSH_COMMANDS_BIT_APPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <flags> parameter of ClientWaitSyncAPPLE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSync.html#GL_SYNC_GPU_COMMANDS_COMPLETE">GL_SYNC_GPU_COMMANDS_COMPLETE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <values> for GetSynciv <pname> SYNC_CONDITION:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_SYNC_GPU_COMMANDS_COMPLETE">GL_SYNC_GPU_COMMANDS_COMPLETE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <values> for GetSynciv <pname> SYNC_CONDITION:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_SYNC_GPU_COMMANDS_COMPLETE">GL_SYNC_GPU_COMMANDS_COMPLETE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLESync.html#GL_SYNC_GPU_COMMANDS_COMPLETE_APPLE">GL_SYNC_GPU_COMMANDS_COMPLETE_APPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <values> for GetSyncivAPPLE <pname> SYNC_CONDITION_APPLE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLESync.html#GL_SYNC_OBJECT_APPLE">GL_SYNC_OBJECT_APPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of LabelObjectEXT and
|
|
GetObjectLabelEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSync.html#GL_SYNC_STATUS">GL_SYNC_STATUS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <pname> parameter of GetSynciv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_SYNC_STATUS">GL_SYNC_STATUS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <pname> parameter of GetSynciv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_SYNC_STATUS">GL_SYNC_STATUS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_SYSTEM_FONT_NAME_NV">GL_SYSTEM_FONT_NAME_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <fontTarget> parameter of PathGlyphsNV and
|
|
PathGlyphRangeNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_T">GL_T</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_T2F_C3F_V3F">GL_T2F_C3F_V3F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_T2F_C4F_N3F_V3F">GL_T2F_C4F_N3F_V3F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_T2F_C4UB_V3F">GL_T2F_C4UB_V3F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_T2F_N3F_V3F">GL_T2F_N3F_V3F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_T2F_V3F">GL_T2F_V3F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_T4F_C4F_N3F_V4F">GL_T4F_C4F_N3F_V4F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_T4F_V4F">GL_T4F_V4F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#GL_TABLE_TOO_LARGE">GL_TABLE_TOO_LARGE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_TESS_CONTROL_OUTPUT_VERTICES">GL_TESS_CONTROL_OUTPUT_VERTICES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_TESS_CONTROL_OUTPUT_VERTICES">GL_TESS_CONTROL_OUTPUT_VERTICES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTessellationProgram5.html#GL_TESS_CONTROL_PROGRAM_NV">GL_TESS_CONTROL_PROGRAM_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTessellationProgram5.html" title="class in org.lwjgl.opengl">NVTessellationProgram5</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Disable, Enable, and IsEnabled,
|
|
by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev, and by the <target> parameter of ProgramStringARB,
|
|
BindProgramARB, ProgramEnvParameter4[df][v]ARB,
|
|
ProgramLocalParameter4[df][v]ARB, GetProgramEnvParameter[df]vARB,
|
|
GetProgramLocalParameter[df]vARB, GetProgramivARB and
|
|
GetProgramStringARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTessellationProgram5.html#GL_TESS_CONTROL_PROGRAM_PARAMETER_BUFFER_NV">GL_TESS_CONTROL_PROGRAM_PARAMETER_BUFFER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTessellationProgram5.html" title="class in org.lwjgl.opengl">NVTessellationProgram5</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of ProgramBufferParametersfvNV,
|
|
ProgramBufferParametersIivNV, and ProgramBufferParametersIuivNV,
|
|
BindBufferRangeNV, BindBufferOffsetNV, BindBufferBaseNV, and BindBuffer
|
|
and the <value> parameter of GetIntegerIndexedvEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_TESS_CONTROL_SHADER">GL_TESS_CONTROL_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of CreateShader and returned by the
|
|
<params> parameter of GetShaderiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_TESS_CONTROL_SHADER">GL_TESS_CONTROL_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of CreateShader and returned by the
|
|
<params> parameter of GetShaderiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#GL_TESS_CONTROL_SHADER_BIT">GL_TESS_CONTROL_SHADER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by <stages> parameter to UseProgramStages:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_TESS_CONTROL_SHADER_BIT">GL_TESS_CONTROL_SHADER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by <stages> parameter to UseProgramStages:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_TESS_CONTROL_SUBROUTINE">GL_TESS_CONTROL_SUBROUTINE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TESS_CONTROL_SUBROUTINE">GL_TESS_CONTROL_SUBROUTINE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_TESS_CONTROL_SUBROUTINE_UNIFORM">GL_TESS_CONTROL_SUBROUTINE_UNIFORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TESS_CONTROL_SUBROUTINE_UNIFORM">GL_TESS_CONTROL_SUBROUTINE_UNIFORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TESS_CONTROL_TEXTURE">GL_TESS_CONTROL_TEXTURE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TESS_CONTROL_TEXTURE">GL_TESS_CONTROL_TEXTURE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTessellationProgram5.html#GL_TESS_EVALUATION_PROGRAM_NV">GL_TESS_EVALUATION_PROGRAM_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTessellationProgram5.html" title="class in org.lwjgl.opengl">NVTessellationProgram5</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Disable, Enable, and IsEnabled,
|
|
by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev, and by the <target> parameter of ProgramStringARB,
|
|
BindProgramARB, ProgramEnvParameter4[df][v]ARB,
|
|
ProgramLocalParameter4[df][v]ARB, GetProgramEnvParameter[df]vARB,
|
|
GetProgramLocalParameter[df]vARB, GetProgramivARB and
|
|
GetProgramStringARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTessellationProgram5.html#GL_TESS_EVALUATION_PROGRAM_PARAMETER_BUFFER_NV">GL_TESS_EVALUATION_PROGRAM_PARAMETER_BUFFER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTessellationProgram5.html" title="class in org.lwjgl.opengl">NVTessellationProgram5</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of ProgramBufferParametersfvNV,
|
|
ProgramBufferParametersIivNV, and ProgramBufferParametersIuivNV,
|
|
BindBufferRangeNV, BindBufferOffsetNV, BindBufferBaseNV, and BindBuffer
|
|
and the <value> parameter of GetIntegerIndexedvEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_TESS_EVALUATION_SHADER">GL_TESS_EVALUATION_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of CreateShader and returned by the
|
|
<params> parameter of GetShaderiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_TESS_EVALUATION_SHADER">GL_TESS_EVALUATION_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of CreateShader and returned by the
|
|
<params> parameter of GetShaderiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#GL_TESS_EVALUATION_SHADER_BIT">GL_TESS_EVALUATION_SHADER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by <stages> parameter to UseProgramStages:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_TESS_EVALUATION_SHADER_BIT">GL_TESS_EVALUATION_SHADER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by <stages> parameter to UseProgramStages:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_TESS_EVALUATION_SUBROUTINE">GL_TESS_EVALUATION_SUBROUTINE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TESS_EVALUATION_SUBROUTINE">GL_TESS_EVALUATION_SUBROUTINE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_TESS_EVALUATION_SUBROUTINE_UNIFORM">GL_TESS_EVALUATION_SUBROUTINE_UNIFORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TESS_EVALUATION_SUBROUTINE_UNIFORM">GL_TESS_EVALUATION_SUBROUTINE_UNIFORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TESS_EVALUATION_TEXTURE">GL_TESS_EVALUATION_TEXTURE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TESS_EVALUATION_TEXTURE">GL_TESS_EVALUATION_TEXTURE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_TESS_GEN_MODE">GL_TESS_GEN_MODE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_TESS_GEN_MODE">GL_TESS_GEN_MODE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_TESS_GEN_POINT_MODE">GL_TESS_GEN_POINT_MODE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_TESS_GEN_POINT_MODE">GL_TESS_GEN_POINT_MODE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_TESS_GEN_SPACING">GL_TESS_GEN_SPACING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_TESS_GEN_SPACING">GL_TESS_GEN_SPACING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_TESS_GEN_VERTEX_ORDER">GL_TESS_GEN_VERTEX_ORDER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_TESS_GEN_VERTEX_ORDER">GL_TESS_GEN_VERTEX_ORDER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDVertexShaderTessellator.html#GL_TESSELLATION_FACTOR_AMD">GL_TESSELLATION_FACTOR_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDVertexShaderTessellator.html" title="class in org.lwjgl.opengl">AMDVertexShaderTessellator</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by GetFloatv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDVertexShaderTessellator.html#GL_TESSELLATION_MODE_AMD">GL_TESSELLATION_MODE_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDVertexShaderTessellator.html" title="class in org.lwjgl.opengl">AMDVertexShaderTessellator</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by GetIntegerv</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATITextFragmentShader.html#GL_TEXT_FRAGMENT_SHADER_ATI">GL_TEXT_FRAGMENT_SHADER_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATITextFragmentShader.html" title="class in org.lwjgl.opengl">ATITextFragmentShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Disable, Enable, and IsEnabled,
|
|
and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev, and by the <target> 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.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE">GL_TEXTURE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE">GL_TEXTURE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureTarget</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE0">GL_TEXTURE0</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE0">GL_TEXTURE0</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE0_ARB">GL_TEXTURE0_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE1">GL_TEXTURE1</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE1">GL_TEXTURE1</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE10">GL_TEXTURE10</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE10">GL_TEXTURE10</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE10_ARB">GL_TEXTURE10_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE11">GL_TEXTURE11</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE11">GL_TEXTURE11</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE11_ARB">GL_TEXTURE11_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE12">GL_TEXTURE12</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE12">GL_TEXTURE12</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE12_ARB">GL_TEXTURE12_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE13">GL_TEXTURE13</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE13">GL_TEXTURE13</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE13_ARB">GL_TEXTURE13_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE14">GL_TEXTURE14</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE14">GL_TEXTURE14</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE14_ARB">GL_TEXTURE14_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE15">GL_TEXTURE15</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE15">GL_TEXTURE15</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE15_ARB">GL_TEXTURE15_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE16">GL_TEXTURE16</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE16">GL_TEXTURE16</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE16_ARB">GL_TEXTURE16_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE17">GL_TEXTURE17</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE17">GL_TEXTURE17</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE17_ARB">GL_TEXTURE17_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE18">GL_TEXTURE18</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE18">GL_TEXTURE18</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE18_ARB">GL_TEXTURE18_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE19">GL_TEXTURE19</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE19">GL_TEXTURE19</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE19_ARB">GL_TEXTURE19_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE1_ARB">GL_TEXTURE1_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE2">GL_TEXTURE2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE2">GL_TEXTURE2</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE20">GL_TEXTURE20</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE20">GL_TEXTURE20</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE20_ARB">GL_TEXTURE20_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE21">GL_TEXTURE21</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE21">GL_TEXTURE21</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE21_ARB">GL_TEXTURE21_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE22">GL_TEXTURE22</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE22">GL_TEXTURE22</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE22_ARB">GL_TEXTURE22_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE23">GL_TEXTURE23</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE23">GL_TEXTURE23</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE23_ARB">GL_TEXTURE23_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE24">GL_TEXTURE24</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE24">GL_TEXTURE24</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE24_ARB">GL_TEXTURE24_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE25">GL_TEXTURE25</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE25">GL_TEXTURE25</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE25_ARB">GL_TEXTURE25_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE26">GL_TEXTURE26</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE26">GL_TEXTURE26</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE26_ARB">GL_TEXTURE26_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE27">GL_TEXTURE27</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE27">GL_TEXTURE27</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE27_ARB">GL_TEXTURE27_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE28">GL_TEXTURE28</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE28">GL_TEXTURE28</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE28_ARB">GL_TEXTURE28_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE29">GL_TEXTURE29</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE29">GL_TEXTURE29</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE29_ARB">GL_TEXTURE29_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE2_ARB">GL_TEXTURE2_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE3">GL_TEXTURE3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE3">GL_TEXTURE3</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE30">GL_TEXTURE30</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE30">GL_TEXTURE30</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE30_ARB">GL_TEXTURE30_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE31">GL_TEXTURE31</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE31">GL_TEXTURE31</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE31_ARB">GL_TEXTURE31_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE3_ARB">GL_TEXTURE3_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE4">GL_TEXTURE4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE4">GL_TEXTURE4</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE4_ARB">GL_TEXTURE4_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE5">GL_TEXTURE5</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE5">GL_TEXTURE5</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE5_ARB">GL_TEXTURE5_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE6">GL_TEXTURE6</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE6">GL_TEXTURE6</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE6_ARB">GL_TEXTURE6_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE7">GL_TEXTURE7</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE7">GL_TEXTURE7</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE7_ARB">GL_TEXTURE7_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE8">GL_TEXTURE8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE8">GL_TEXTURE8</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE8_ARB">GL_TEXTURE8_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE9">GL_TEXTURE9</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE9">GL_TEXTURE9</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureUnit</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE9_ARB">GL_TEXTURE9_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_1D">GL_TEXTURE_1D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_1D">GL_TEXTURE_1D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_1D">GL_TEXTURE_1D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_1D_ARRAY">GL_TEXTURE_1D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_TEXTURE_1D_ARRAY">GL_TEXTURE_1D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of TexParameteri, TexParameteriv,
|
|
TexParameterf, TexParameterfv, and BindTexture:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_1D_ARRAY">GL_TEXTURE_1D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureArray.html#GL_TEXTURE_1D_ARRAY_EXT">GL_TEXTURE_1D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of TexParameteri, TexParameteriv,
|
|
TexParameterf, TexParameterfv, and BindTexture:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureArray.html#GL_TEXTURE_1D_ARRAY_EXT">GL_TEXTURE_1D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureArray.html" title="class in org.lwjgl.opengles">EXTTextureArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of TexParameteri, TexParameteriv,
|
|
TexParameterf, TexParameterfv, and BindTexture:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_2D">GL_TEXTURE_2D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_2D">GL_TEXTURE_2D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_2D">GL_TEXTURE_2D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_2D">GL_TEXTURE_2D</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">EnableCap</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_2D_ARRAY">GL_TEXTURE_2D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_TEXTURE_2D_ARRAY">GL_TEXTURE_2D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of TexParameteri, TexParameteriv,
|
|
TexParameterf, TexParameterfv, and BindTexture:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_2D_ARRAY">GL_TEXTURE_2D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_2D_ARRAY">GL_TEXTURE_2D_ARRAY</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureArray.html#GL_TEXTURE_2D_ARRAY_EXT">GL_TEXTURE_2D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of TexParameteri, TexParameteriv,
|
|
TexParameterf, TexParameterfv, and BindTexture:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureArray.html#GL_TEXTURE_2D_ARRAY_EXT">GL_TEXTURE_2D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureArray.html" title="class in org.lwjgl.opengles">EXTTextureArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of TexParameteri, TexParameteriv,
|
|
TexParameterf, TexParameterfv, and BindTexture:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_2D_MULTISAMPLE">GL_TEXTURE_2D_MULTISAMPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_TEXTURE_2D_MULTISAMPLE">GL_TEXTURE_2D_MULTISAMPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindTexture and
|
|
TexImage2DMultisample:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_TEXTURE_2D_MULTISAMPLE">GL_TEXTURE_2D_MULTISAMPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindTexture and
|
|
TexImage2DMultisample:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_2D_MULTISAMPLE">GL_TEXTURE_2D_MULTISAMPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_2D_MULTISAMPLE_ARRAY">GL_TEXTURE_2D_MULTISAMPLE_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_TEXTURE_2D_MULTISAMPLE_ARRAY">GL_TEXTURE_2D_MULTISAMPLE_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindTexture and
|
|
TexImage3DMultisample:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_TEXTURE_2D_MULTISAMPLE_ARRAY">GL_TEXTURE_2D_MULTISAMPLE_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindTexture and
|
|
TexImage3DMultisample:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_2D_MULTISAMPLE_ARRAY">GL_TEXTURE_2D_MULTISAMPLE_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_3D">GL_TEXTURE_3D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_TEXTURE_3D">GL_TEXTURE_3D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_3D">GL_TEXTURE_3D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_3D">GL_TEXTURE_3D</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESTexture3D.html#GL_TEXTURE_3D_OES">GL_TEXTURE_3D_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of TexImage3DOES, TexSubImage3DOES,
|
|
CopyTexSubImage3DOES, CompressedTexImage3DOES and
|
|
CompressedTexSubImage3DOES, GetTexParameteriv, and GetTexParameterfv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_ALPHA_SIZE">GL_TEXTURE_ALPHA_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_ALPHA_SIZE_NV">GL_TEXTURE_ALPHA_SIZE_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_TEXTURE_ALPHA_TYPE">GL_TEXTURE_ALPHA_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetTexLevelParameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureFloat.html#GL_TEXTURE_ALPHA_TYPE_ARB">GL_TEXTURE_ALPHA_TYPE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetTexLevelParameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_TEXTURE_BASE_LEVEL">GL_TEXTURE_BASE_LEVEL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_BASE_LEVEL">GL_TEXTURE_BASE_LEVEL</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/SGISTextureLOD.html#GL_TEXTURE_BASE_LEVEL_SGIS">GL_TEXTURE_BASE_LEVEL_SGIS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/SGISTextureLOD.html" title="class in org.lwjgl.opengl">SGISTextureLOD</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of TexParameteri, TexParameterf,
|
|
TexParameteriv, TexParameterfv, GetTexParameteriv, and GetTexParameterfv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_BINDING_1D">GL_TEXTURE_BINDING_1D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_TEXTURE_BINDING_1D_ARRAY">GL_TEXTURE_BINDING_1D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureArray.html#GL_TEXTURE_BINDING_1D_ARRAY_EXT">GL_TEXTURE_BINDING_1D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureArray.html#GL_TEXTURE_BINDING_1D_ARRAY_EXT">GL_TEXTURE_BINDING_1D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureArray.html" title="class in org.lwjgl.opengles">EXTTextureArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_BINDING_2D">GL_TEXTURE_BINDING_2D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_BINDING_2D">GL_TEXTURE_BINDING_2D</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_TEXTURE_BINDING_2D_ARRAY">GL_TEXTURE_BINDING_2D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_BINDING_2D_ARRAY">GL_TEXTURE_BINDING_2D_ARRAY</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureArray.html#GL_TEXTURE_BINDING_2D_ARRAY_EXT">GL_TEXTURE_BINDING_2D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureArray.html#GL_TEXTURE_BINDING_2D_ARRAY_EXT">GL_TEXTURE_BINDING_2D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureArray.html" title="class in org.lwjgl.opengles">EXTTextureArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_TEXTURE_BINDING_2D_MULTISAMPLE">GL_TEXTURE_BINDING_2D_MULTISAMPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_TEXTURE_BINDING_2D_MULTISAMPLE">GL_TEXTURE_BINDING_2D_MULTISAMPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY">GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY">GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_TEXTURE_BINDING_3D">GL_TEXTURE_BINDING_3D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_BINDING_3D">GL_TEXTURE_BINDING_3D</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESTexture3D.html#GL_TEXTURE_BINDING_3D_OES">GL_TEXTURE_BINDING_3D_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and
|
|
GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_TEXTURE_BINDING_BUFFER">GL_TEXTURE_BINDING_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetBooleanv, GetDoublev,
|
|
GetFloatv, and GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureBufferObject.html#GL_TEXTURE_BINDING_BUFFER_ARB">GL_TEXTURE_BINDING_BUFFER_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureBufferObject.html" title="class in org.lwjgl.opengl">ARBTextureBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetBooleanv, GetDoublev,
|
|
GetFloatv, and GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureBufferObject.html#GL_TEXTURE_BINDING_BUFFER_EXT">GL_TEXTURE_BINDING_BUFFER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureBufferObject.html" title="class in org.lwjgl.opengl">EXTTextureBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetBooleanv, GetDoublev,
|
|
GetFloatv, and GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE_BINDING_CUBE_MAP">GL_TEXTURE_BINDING_CUBE_MAP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_BINDING_CUBE_MAP">GL_TEXTURE_BINDING_CUBE_MAP</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureTarget</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCubeMap.html#GL_TEXTURE_BINDING_CUBE_MAP_ARB">GL_TEXTURE_BINDING_CUBE_MAP_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCubeMap.html" title="class in org.lwjgl.opengl">ARBTextureCubeMap</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_TEXTURE_BINDING_CUBE_MAP_ARRAY">GL_TEXTURE_BINDING_CUBE_MAP_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev,
|
|
GetIntegerv and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCubeMapArray.html#GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_ARB">GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCubeMapArray.html" title="class in org.lwjgl.opengl">ARBTextureCubeMapArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev,
|
|
GetIntegerv and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVEGLStreamConsumerExternal.html#GL_TEXTURE_BINDING_EXTERNAL_OES">GL_TEXTURE_BINDING_EXTERNAL_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVEGLStreamConsumerExternal.html" title="class in org.lwjgl.opengles">NVEGLStreamConsumerExternal</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as <value> in GetIntegerv() and GetFloatv() queries:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESEGLImageExternal.html#GL_TEXTURE_BINDING_EXTERNAL_OES">GL_TEXTURE_BINDING_EXTERNAL_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESEGLImageExternal.html" title="class in org.lwjgl.opengles">OESEGLImageExternal</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as <value> in GetIntegerv() and GetFloatv() queries:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_TEXTURE_BINDING_RECTANGLE">GL_TEXTURE_BINDING_RECTANGLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRectangle.html#GL_TEXTURE_BINDING_RECTANGLE_ARB">GL_TEXTURE_BINDING_RECTANGLE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRectangle.html" title="class in org.lwjgl.opengl">ARBTextureRectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARBTextureRectangle.html#GL_TEXTURE_BINDING_RECTANGLE_ARB">GL_TEXTURE_BINDING_RECTANGLE_ARB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARBTextureRectangle.html" title="class in org.lwjgl.opengles">ARBTextureRectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureRectangle.html#GL_TEXTURE_BINDING_RECTANGLE_EXT">GL_TEXTURE_BINDING_RECTANGLE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureRectangle.html" title="class in org.lwjgl.opengl">EXTTextureRectangle</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureRectangle.html#GL_TEXTURE_BINDING_RECTANGLE_NV">GL_TEXTURE_BINDING_RECTANGLE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureRectangle.html" title="class in org.lwjgl.opengl">NVTextureRectangle</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVExplicitMultisample.html#GL_TEXTURE_BINDING_RENDERBUFFER_NV">GL_TEXTURE_BINDING_RENDERBUFFER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_BIT">GL_TEXTURE_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_BLUE_SIZE">GL_TEXTURE_BLUE_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_BLUE_SIZE_NV">GL_TEXTURE_BLUE_SIZE_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_TEXTURE_BLUE_TYPE">GL_TEXTURE_BLUE_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetTexLevelParameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureFloat.html#GL_TEXTURE_BLUE_TYPE_ARB">GL_TEXTURE_BLUE_TYPE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetTexLevelParameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_BORDER">GL_TEXTURE_BORDER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_BORDER_COLOR">GL_TEXTURE_BORDER_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_BORDER_NV">GL_TEXTURE_BORDER_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_TEXTURE_BORDER_VALUES_NV">GL_TEXTURE_BORDER_VALUES_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of TexParameteriv, TexParameterfv,
|
|
GetTexParameterfv and GetTexParameteriv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_BUFFER">GL_TEXTURE_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_TEXTURE_BUFFER">GL_TEXTURE_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, MapBufferRange, BindTexture, UnmapBuffer,
|
|
GetBufferSubData, GetBufferParameteriv, GetBufferPointerv, and TexBuffer,
|
|
and the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv, and
|
|
GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_BUFFER">GL_TEXTURE_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureBufferObject.html#GL_TEXTURE_BUFFER_ARB">GL_TEXTURE_BUFFER_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureBufferObject.html" title="class in org.lwjgl.opengl">ARBTextureBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, MapBufferRangeARB, BindTexture, UnmapBuffer,
|
|
GetBufferSubData, GetBufferParameteriv, GetBufferPointerv, and TexBufferARB,
|
|
and the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv, and
|
|
GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_TEXTURE_BUFFER_DATA_STORE_BINDING">GL_TEXTURE_BUFFER_DATA_STORE_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetBooleanv, GetDoublev,
|
|
GetFloatv, and GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureBufferObject.html#GL_TEXTURE_BUFFER_DATA_STORE_BINDING_ARB">GL_TEXTURE_BUFFER_DATA_STORE_BINDING_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureBufferObject.html" title="class in org.lwjgl.opengl">ARBTextureBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetBooleanv, GetDoublev,
|
|
GetFloatv, and GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureBufferObject.html#GL_TEXTURE_BUFFER_DATA_STORE_BINDING_EXT">GL_TEXTURE_BUFFER_DATA_STORE_BINDING_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureBufferObject.html" title="class in org.lwjgl.opengl">EXTTextureBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetBooleanv, GetDoublev,
|
|
GetFloatv, and GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureBufferObject.html#GL_TEXTURE_BUFFER_EXT">GL_TEXTURE_BUFFER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureBufferObject.html" title="class in org.lwjgl.opengl">EXTTextureBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, BindTexture, UnmapBuffer, GetBufferSubData,
|
|
GetBufferParameteriv, GetBufferPointerv, and TexBufferEXT, and
|
|
the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv, and
|
|
GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_TEXTURE_BUFFER_FORMAT">GL_TEXTURE_BUFFER_FORMAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetBooleanv, GetDoublev,
|
|
GetFloatv, and GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureBufferObject.html#GL_TEXTURE_BUFFER_FORMAT_ARB">GL_TEXTURE_BUFFER_FORMAT_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureBufferObject.html" title="class in org.lwjgl.opengl">ARBTextureBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetBooleanv, GetDoublev,
|
|
GetFloatv, and GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureBufferObject.html#GL_TEXTURE_BUFFER_FORMAT_EXT">GL_TEXTURE_BUFFER_FORMAT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureBufferObject.html" title="class in org.lwjgl.opengl">EXTTextureBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetBooleanv, GetDoublev,
|
|
GetFloatv, and GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureBufferRange.html#GL_TEXTURE_BUFFER_OFFSET">GL_TEXTURE_BUFFER_OFFSET</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureBufferRange.html" title="class in org.lwjgl.opengl">ARBTextureBufferRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetTexLevelParameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_BUFFER_OFFSET">GL_TEXTURE_BUFFER_OFFSET</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetTexLevelParameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureBufferRange.html#GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT">GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureBufferRange.html" title="class in org.lwjgl.opengl">ARBTextureBufferRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT">GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureBufferRange.html#GL_TEXTURE_BUFFER_SIZE">GL_TEXTURE_BUFFER_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureBufferRange.html" title="class in org.lwjgl.opengl">ARBTextureBufferRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetTexLevelParameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_BUFFER_SIZE">GL_TEXTURE_BUFFER_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetTexLevelParameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureMultisample.html#GL_TEXTURE_COLOR_SAMPLES_NV">GL_TEXTURE_COLOR_SAMPLES_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureMultisample.html" title="class in org.lwjgl.opengl">NVTextureMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetTexLevelParameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShadowAmbient.html#GL_TEXTURE_COMPARE_FAIL_VALUE_ARB">GL_TEXTURE_COMPARE_FAIL_VALUE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShadowAmbient.html" title="class in org.lwjgl.opengl">ARBShadowAmbient</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_TEXTURE_COMPARE_FUNC">GL_TEXTURE_COMPARE_FUNC</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_COMPARE_FUNC">GL_TEXTURE_COMPARE_FUNC</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShadow.html#GL_TEXTURE_COMPARE_FUNC_ARB">GL_TEXTURE_COMPARE_FUNC_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShadow.html" title="class in org.lwjgl.opengl">ARBShadow</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTShadowSamplers.html#GL_TEXTURE_COMPARE_FUNC_EXT">GL_TEXTURE_COMPARE_FUNC_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTShadowSamplers.html" title="class in org.lwjgl.opengles">EXTShadowSamplers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of TexParameterf, TexParameteri,
|
|
TexParameterfv, TexParameteriv, GetTexParameterfv, and GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_TEXTURE_COMPARE_MODE">GL_TEXTURE_COMPARE_MODE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_COMPARE_MODE">GL_TEXTURE_COMPARE_MODE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShadow.html#GL_TEXTURE_COMPARE_MODE_ARB">GL_TEXTURE_COMPARE_MODE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShadow.html" title="class in org.lwjgl.opengl">ARBShadow</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTShadowSamplers.html#GL_TEXTURE_COMPARE_MODE_EXT">GL_TEXTURE_COMPARE_MODE_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTShadowSamplers.html" title="class in org.lwjgl.opengles">EXTShadowSamplers</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of TexParameterf, TexParameteri,
|
|
TexParameterfv, TexParameteriv, GetTexParameterfv, and GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_COMPONENTS">GL_TEXTURE_COMPONENTS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_COMPONENTS_NV">GL_TEXTURE_COMPONENTS_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_COMPRESSED">GL_TEXTURE_COMPRESSED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE_COMPRESSED">GL_TEXTURE_COMPRESSED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_COMPRESSED">GL_TEXTURE_COMPRESSED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompression.html#GL_TEXTURE_COMPRESSED_ARB">GL_TEXTURE_COMPRESSED_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT">GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT">GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_COMPRESSED_BLOCK_SIZE">GL_TEXTURE_COMPRESSED_BLOCK_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_COMPRESSED_BLOCK_SIZE">GL_TEXTURE_COMPRESSED_BLOCK_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_COMPRESSED_BLOCK_WIDTH">GL_TEXTURE_COMPRESSED_BLOCK_WIDTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_COMPRESSED_BLOCK_WIDTH">GL_TEXTURE_COMPRESSED_BLOCK_WIDTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE_COMPRESSED_IMAGE_SIZE">GL_TEXTURE_COMPRESSED_IMAGE_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompression.html#GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB">GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_COMPRESSED_IMAGE_SIZE_NV">GL_TEXTURE_COMPRESSED_IMAGE_SIZE_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_COMPRESSED_NV">GL_TEXTURE_COMPRESSED_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE_COMPRESSION_HINT">GL_TEXTURE_COMPRESSION_HINT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompression.html#GL_TEXTURE_COMPRESSION_HINT_ARB">GL_TEXTURE_COMPRESSION_HINT_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_COORD_ARRAY">GL_TEXTURE_COORD_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_TEXTURE_COORD_ARRAY_ADDRESS_NV">GL_TEXTURE_COORD_ARRAY_ADDRESS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of BufferAddressRangeNV
|
|
and the <value> parameter of GetIntegerui64i_vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING">GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING_ARB">GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_TEXTURE_COORD_ARRAY_LENGTH_NV">GL_TEXTURE_COORD_ARRAY_LENGTH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetIntegeri_vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_COORD_ARRAY_POINTER">GL_TEXTURE_COORD_ARRAY_POINTER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_COORD_ARRAY_SIZE">GL_TEXTURE_COORD_ARRAY_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_COORD_ARRAY_STRIDE">GL_TEXTURE_COORD_ARRAY_STRIDE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_COORD_ARRAY_TYPE">GL_TEXTURE_COORD_ARRAY_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#GL_TEXTURE_COORD_NV">GL_TEXTURE_COORD_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attribs> parameter of TransformFeedbackAttribsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureMultisample.html#GL_TEXTURE_COVERAGE_SAMPLES_NV">GL_TEXTURE_COVERAGE_SAMPLES_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureMultisample.html" title="class in org.lwjgl.opengl">NVTextureMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetTexLevelParameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_CUBE_MAP">GL_TEXTURE_CUBE_MAP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE_CUBE_MAP">GL_TEXTURE_CUBE_MAP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_CUBE_MAP">GL_TEXTURE_CUBE_MAP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_CUBE_MAP">GL_TEXTURE_CUBE_MAP</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureTarget</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCubeMap.html#GL_TEXTURE_CUBE_MAP_ARB">GL_TEXTURE_CUBE_MAP_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCubeMap.html" title="class in org.lwjgl.opengl">ARBTextureCubeMap</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_CUBE_MAP_ARRAY">GL_TEXTURE_CUBE_MAP_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_TEXTURE_CUBE_MAP_ARRAY">GL_TEXTURE_CUBE_MAP_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of TexParameteri, TexParameteriv,
|
|
TexParameterf, TexParameterfv, BindTexture, and GenerateMipmap:
|
|
<p/>
|
|
Accepted by the <target> parameter of TexImage3D, TexSubImage3D,
|
|
CompressedTeximage3D, CompressedTexSubImage3D and CopyTexSubImage3D:
|
|
<p/>
|
|
Accepted by the <tex> parameter of GetTexImage:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_CUBE_MAP_ARRAY">GL_TEXTURE_CUBE_MAP_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCubeMapArray.html#GL_TEXTURE_CUBE_MAP_ARRAY_ARB">GL_TEXTURE_CUBE_MAP_ARRAY_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCubeMapArray.html" title="class in org.lwjgl.opengl">ARBTextureCubeMapArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of TexParameteri, TexParameteriv,
|
|
TexParameterf, TexParameterfv, BindTexture, and GenerateMipmap:
|
|
<p/>
|
|
Accepted by the <target> parameter of TexImage3D, TexSubImage3D,
|
|
CompressedTeximage3D, CompressedTexSubImage3D and CopyTexSubImage3D:
|
|
<p/>
|
|
Accepted by the <tex> parameter of GetTexImage:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE_CUBE_MAP_NEGATIVE_X">GL_TEXTURE_CUBE_MAP_NEGATIVE_X</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_CUBE_MAP_NEGATIVE_X">GL_TEXTURE_CUBE_MAP_NEGATIVE_X</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureTarget</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCubeMap.html#GL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB">GL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCubeMap.html" title="class in org.lwjgl.opengl">ARBTextureCubeMap</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE_CUBE_MAP_NEGATIVE_Y">GL_TEXTURE_CUBE_MAP_NEGATIVE_Y</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_CUBE_MAP_NEGATIVE_Y">GL_TEXTURE_CUBE_MAP_NEGATIVE_Y</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureTarget</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCubeMap.html#GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB">GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCubeMap.html" title="class in org.lwjgl.opengl">ARBTextureCubeMap</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE_CUBE_MAP_NEGATIVE_Z">GL_TEXTURE_CUBE_MAP_NEGATIVE_Z</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_CUBE_MAP_NEGATIVE_Z">GL_TEXTURE_CUBE_MAP_NEGATIVE_Z</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureTarget</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCubeMap.html#GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB">GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCubeMap.html" title="class in org.lwjgl.opengl">ARBTextureCubeMap</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE_CUBE_MAP_POSITIVE_X">GL_TEXTURE_CUBE_MAP_POSITIVE_X</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_CUBE_MAP_POSITIVE_X">GL_TEXTURE_CUBE_MAP_POSITIVE_X</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureTarget</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCubeMap.html#GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB">GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCubeMap.html" title="class in org.lwjgl.opengl">ARBTextureCubeMap</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE_CUBE_MAP_POSITIVE_Y">GL_TEXTURE_CUBE_MAP_POSITIVE_Y</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_CUBE_MAP_POSITIVE_Y">GL_TEXTURE_CUBE_MAP_POSITIVE_Y</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureTarget</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCubeMap.html#GL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB">GL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCubeMap.html" title="class in org.lwjgl.opengl">ARBTextureCubeMap</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TEXTURE_CUBE_MAP_POSITIVE_Z">GL_TEXTURE_CUBE_MAP_POSITIVE_Z</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_CUBE_MAP_POSITIVE_Z">GL_TEXTURE_CUBE_MAP_POSITIVE_Z</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureTarget</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCubeMap.html#GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB">GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCubeMap.html" title="class in org.lwjgl.opengl">ARBTextureCubeMap</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDSeamlessCubemapPerTexture.html#GL_TEXTURE_CUBE_MAP_SEAMLESS">GL_TEXTURE_CUBE_MAP_SEAMLESS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDSeamlessCubemapPerTexture.html" title="class in org.lwjgl.opengl">AMDSeamlessCubemapPerTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of TexParameterf, TexParameteri,
|
|
TexParameterfv, TexParameteriv, GetTexParameterfv, and GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeamlessCubeMap.html#GL_TEXTURE_CUBE_MAP_SEAMLESS">GL_TEXTURE_CUBE_MAP_SEAMLESS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeamlessCubeMap.html" title="class in org.lwjgl.opengl">ARBSeamlessCubeMap</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable and IsEnabled,
|
|
and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeamlessCubemapPerTexture.html#GL_TEXTURE_CUBE_MAP_SEAMLESS">GL_TEXTURE_CUBE_MAP_SEAMLESS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeamlessCubemapPerTexture.html" title="class in org.lwjgl.opengl">ARBSeamlessCubemapPerTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of TexParameter{if},
|
|
TexParameter{if}v, GetTexParameter{if}v, SamplerParameter{if},
|
|
SamplerParameter{if}v, and GetSamplerParameter{if}v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_TEXTURE_CUBE_MAP_SEAMLESS">GL_TEXTURE_CUBE_MAP_SEAMLESS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable and IsEnabled,
|
|
and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_TEXTURE_DEPTH">GL_TEXTURE_DEPTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_DEPTH_NV">GL_TEXTURE_DEPTH_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMExtendedGet.html#GL_TEXTURE_DEPTH_QCOM">GL_TEXTURE_DEPTH_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_TEXTURE_DEPTH_SIZE">GL_TEXTURE_DEPTH_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDepthTexture.html#GL_TEXTURE_DEPTH_SIZE_ARB">GL_TEXTURE_DEPTH_SIZE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDepthTexture.html" title="class in org.lwjgl.opengl">ARBDepthTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetTexLevelParameterfv and
|
|
GetTexLevelParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_DEPTH_SIZE_NV">GL_TEXTURE_DEPTH_SIZE_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_TEXTURE_DEPTH_TYPE">GL_TEXTURE_DEPTH_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetTexLevelParameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureFloat.html#GL_TEXTURE_DEPTH_TYPE_ARB">GL_TEXTURE_DEPTH_TYPE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetTexLevelParameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_TEXTURE_DS_SIZE_NV">GL_TEXTURE_DS_SIZE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetTexLevelParameterfv and
|
|
GetTexLevelParameteriv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_TEXTURE_DT_SIZE_NV">GL_TEXTURE_DT_SIZE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetTexLevelParameterfv and
|
|
GetTexLevelParameteriv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_ENV">GL_TEXTURE_ENV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_ENV_COLOR">GL_TEXTURE_ENV_COLOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_ENV_MODE">GL_TEXTURE_ENV_MODE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVEGLStreamConsumerExternal.html#GL_TEXTURE_EXTERNAL_OES">GL_TEXTURE_EXTERNAL_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVEGLStreamConsumerExternal.html" title="class in org.lwjgl.opengles">NVEGLStreamConsumerExternal</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a target in the <target> parameter of BindTexture:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESEGLImageExternal.html#GL_TEXTURE_EXTERNAL_OES">GL_TEXTURE_EXTERNAL_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESEGLImageExternal.html" title="class in org.lwjgl.opengles">OESEGLImageExternal</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a target in the <target> parameter of BindTexture and
|
|
EGLImageTargetTexture2DOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_TEXTURE_FETCH_BARRIER_BIT">GL_TEXTURE_FETCH_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_TEXTURE_FETCH_BARRIER_BIT">GL_TEXTURE_FETCH_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_TEXTURE_FETCH_BARRIER_BIT_EXT">GL_TEXTURE_FETCH_BARRIER_BIT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrierEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_TEXTURE_FILTER_CONTROL">GL_TEXTURE_FILTER_CONTROL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureLODBias.html#GL_TEXTURE_FILTER_CONTROL_EXT">GL_TEXTURE_FILTER_CONTROL_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureLODBias.html" title="class in org.lwjgl.opengl">EXTTextureLODBias</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameters of GetTexEnvfv, GetTexEnviv,
|
|
TexEnvi, TexEnvf, Texenviv, and TexEnvfv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureLODBias.html#GL_TEXTURE_FILTER_CONTROL_EXT">GL_TEXTURE_FILTER_CONTROL_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureLODBias.html" title="class in org.lwjgl.opengles">EXTTextureLODBias</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameters of GetTexEnvfv, GetTexEnviv,
|
|
TexEnvi, TexEnvf, Texenviv, and TexEnvfv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_TEXTURE_FIXED_SAMPLE_LOCATIONS">GL_TEXTURE_FIXED_SAMPLE_LOCATIONS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetTexLevelParameter</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_TEXTURE_FIXED_SAMPLE_LOCATIONS">GL_TEXTURE_FIXED_SAMPLE_LOCATIONS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetTexLevelParameter</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFloatBuffer.html#GL_TEXTURE_FLOAT_COMPONENTS_NV">GL_TEXTURE_FLOAT_COMPONENTS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetTexLevelParameterfv and
|
|
GetTexLevelParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMExtendedGet.html#GL_TEXTURE_FORMAT_QCOM">GL_TEXTURE_FORMAT_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIMeminfo.html#GL_TEXTURE_FREE_MEMORY_ATI">GL_TEXTURE_FREE_MEMORY_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIMeminfo.html" title="class in org.lwjgl.opengl">ATIMeminfo</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_GATHER">GL_TEXTURE_GATHER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_GATHER">GL_TEXTURE_GATHER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_GATHER_SHADOW">GL_TEXTURE_GATHER_SHADOW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_GATHER_SHADOW">GL_TEXTURE_GATHER_SHADOW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_GEN_MODE">GL_TEXTURE_GEN_MODE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_GEN_Q">GL_TEXTURE_GEN_Q</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_GEN_R">GL_TEXTURE_GEN_R</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_GEN_S">GL_TEXTURE_GEN_S</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_GEN_T">GL_TEXTURE_GEN_T</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_GREEN_SIZE">GL_TEXTURE_GREEN_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_GREEN_SIZE_NV">GL_TEXTURE_GREEN_SIZE_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_TEXTURE_GREEN_TYPE">GL_TEXTURE_GREEN_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetTexLevelParameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureFloat.html#GL_TEXTURE_GREEN_TYPE_ARB">GL_TEXTURE_GREEN_TYPE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetTexLevelParameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_HEIGHT">GL_TEXTURE_HEIGHT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_HEIGHT_NV">GL_TEXTURE_HEIGHT_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMExtendedGet.html#GL_TEXTURE_HEIGHT_QCOM">GL_TEXTURE_HEIGHT_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_TEXTURE_HI_SIZE_NV">GL_TEXTURE_HI_SIZE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetTexLevelParameterfv and
|
|
GetTexLevelParameteriv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_IMAGE_FORMAT">GL_TEXTURE_IMAGE_FORMAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_IMAGE_FORMAT">GL_TEXTURE_IMAGE_FORMAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_IMAGE_TYPE">GL_TEXTURE_IMAGE_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_IMAGE_TYPE">GL_TEXTURE_IMAGE_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMExtendedGet.html#GL_TEXTURE_IMAGE_VALID_QCOM">GL_TEXTURE_IMAGE_VALID_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureStorage.html#GL_TEXTURE_IMMUTABLE_FORMAT">GL_TEXTURE_IMMUTABLE_FORMAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureStorage.html" title="class in org.lwjgl.opengl">ARBTextureStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetTexParameter{if}v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_TEXTURE_IMMUTABLE_FORMAT">GL_TEXTURE_IMMUTABLE_FORMAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetTexParameter{if}v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_IMMUTABLE_FORMAT">GL_TEXTURE_IMMUTABLE_FORMAT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureStorage.html#GL_TEXTURE_IMMUTABLE_FORMAT_EXT">GL_TEXTURE_IMMUTABLE_FORMAT_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetTexParameter{if}v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureView.html#GL_TEXTURE_IMMUTABLE_LEVELS">GL_TEXTURE_IMMUTABLE_LEVELS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureView.html" title="class in org.lwjgl.opengl">ARBTextureView</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetTexParameterfv and
|
|
GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_IMMUTABLE_LEVELS">GL_TEXTURE_IMMUTABLE_LEVELS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetTexParameterfv and
|
|
GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_TEXTURE_INDEX_SIZE_EXT">GL_TEXTURE_INDEX_SIZE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the value parameter of GetTexLevelParameter{if}v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_INTENSITY_SIZE">GL_TEXTURE_INTENSITY_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_INTENSITY_SIZE_NV">GL_TEXTURE_INTENSITY_SIZE_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_TEXTURE_INTENSITY_TYPE">GL_TEXTURE_INTENSITY_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetTexLevelParameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureFloat.html#GL_TEXTURE_INTENSITY_TYPE_ARB">GL_TEXTURE_INTENSITY_TYPE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetTexLevelParameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_INTERNAL_FORMAT">GL_TEXTURE_INTERNAL_FORMAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_INTERNAL_FORMAT_NV">GL_TEXTURE_INTERNAL_FORMAT_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMExtendedGet.html#GL_TEXTURE_INTERNAL_FORMAT_QCOM">GL_TEXTURE_INTERNAL_FORMAT_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_TEXTURE_LO_SIZE_NV">GL_TEXTURE_LO_SIZE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetTexLevelParameterfv and
|
|
GetTexLevelParameteriv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#GL_TEXTURE_LOD_BIAS">GL_TEXTURE_LOD_BIAS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureLODBias.html#GL_TEXTURE_LOD_BIAS_EXT">GL_TEXTURE_LOD_BIAS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureLODBias.html" title="class in org.lwjgl.opengl">EXTTextureLODBias</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> parameter of GetTexEnvfv, GetTexEnviv, TexEnvi,
|
|
TexEnvf, TexEnviv, and TexEnvfv is TEXTURE_FILTER_CONTROL_EXT, then
|
|
the value of <pname> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureLODBias.html#GL_TEXTURE_LOD_BIAS_EXT">GL_TEXTURE_LOD_BIAS_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureLODBias.html" title="class in org.lwjgl.opengles">EXTTextureLODBias</a></dt>
|
|
<dd>
|
|
<div class="block">When the <target> parameter of GetTexEnvfv, GetTexEnviv, TexEnvi,
|
|
TexEnvf, TexEnviv, and TexEnvfv is TEXTURE_FILTER_CONTROL_EXT, then
|
|
the value of <pname> may be:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_LUMINANCE_SIZE">GL_TEXTURE_LUMINANCE_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_LUMINANCE_SIZE_NV">GL_TEXTURE_LUMINANCE_SIZE_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_TEXTURE_LUMINANCE_TYPE">GL_TEXTURE_LUMINANCE_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetTexLevelParameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureFloat.html#GL_TEXTURE_LUMINANCE_TYPE_ARB">GL_TEXTURE_LUMINANCE_TYPE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetTexLevelParameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_MAG_FILTER">GL_TEXTURE_MAG_FILTER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_MAG_FILTER">GL_TEXTURE_MAG_FILTER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureParameterName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_TEXTURE_MAG_SIZE_NV">GL_TEXTURE_MAG_SIZE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetTexLevelParameterfv and
|
|
GetTexLevelParameteriv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_MATRIX">GL_TEXTURE_MATRIX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureFilterAnisotropic.html#GL_TEXTURE_MAX_ANISOTROPY_EXT">GL_TEXTURE_MAX_ANISOTROPY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureFilterAnisotropic.html" title="class in org.lwjgl.opengl">EXTTextureFilterAnisotropic</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureFilterAnisotropic.html#GL_TEXTURE_MAX_ANISOTROPY_EXT">GL_TEXTURE_MAX_ANISOTROPY_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureFilterAnisotropic.html" title="class in org.lwjgl.opengles">EXTTextureFilterAnisotropic</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetTexParameterfv,
|
|
GetTexParameteriv, TexParameterf, TexParameterfv, TexParameteri,
|
|
and TexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_TEXTURE_MAX_LEVEL">GL_TEXTURE_MAX_LEVEL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_MAX_LEVEL">GL_TEXTURE_MAX_LEVEL</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLETextureMaxLevel.html#GL_TEXTURE_MAX_LEVEL_APPLE">GL_TEXTURE_MAX_LEVEL_APPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLETextureMaxLevel.html" title="class in org.lwjgl.opengles">APPLETextureMaxLevel</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of TexParameteri, TexParameterf,
|
|
TexParameteriv, TexParameterfv, GetTexParameteriv, and GetTexParameterfv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/SGISTextureLOD.html#GL_TEXTURE_MAX_LEVEL_SGIS">GL_TEXTURE_MAX_LEVEL_SGIS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/SGISTextureLOD.html" title="class in org.lwjgl.opengl">SGISTextureLOD</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of TexParameteri, TexParameterf,
|
|
TexParameteriv, TexParameterfv, GetTexParameteriv, and GetTexParameterfv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_TEXTURE_MAX_LOD">GL_TEXTURE_MAX_LOD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_MAX_LOD">GL_TEXTURE_MAX_LOD</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/SGISTextureLOD.html#GL_TEXTURE_MAX_LOD_SGIS">GL_TEXTURE_MAX_LOD_SGIS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/SGISTextureLOD.html" title="class in org.lwjgl.opengl">SGISTextureLOD</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of TexParameteri, TexParameterf,
|
|
TexParameteriv, TexParameterfv, GetTexParameteriv, and GetTexParameterfv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/INTELMapTexture.html#GL_TEXTURE_MEMORY_LAYOUT_INTEL">GL_TEXTURE_MEMORY_LAYOUT_INTEL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/INTELMapTexture.html" title="class in org.lwjgl.opengl">INTELMapTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of TexParameteri, for target TEXTURE_2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_MIN_FILTER">GL_TEXTURE_MIN_FILTER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_MIN_FILTER">GL_TEXTURE_MIN_FILTER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureParameterName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_TEXTURE_MIN_LOD">GL_TEXTURE_MIN_LOD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_MIN_LOD">GL_TEXTURE_MIN_LOD</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/SGISTextureLOD.html#GL_TEXTURE_MIN_LOD_SGIS">GL_TEXTURE_MIN_LOD_SGIS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/SGISTextureLOD.html" title="class in org.lwjgl.opengl">SGISTextureLOD</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of TexParameteri, TexParameterf,
|
|
TexParameteriv, TexParameterfv, GetTexParameteriv, and GetTexParameterfv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMExtendedGet.html#GL_TEXTURE_NUM_LEVELS_QCOM">GL_TEXTURE_NUM_LEVELS_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMExtendedGet.html#GL_TEXTURE_OBJECT_VALID_QCOM">GL_TEXTURE_OBJECT_VALID_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_PRIORITY">GL_TEXTURE_PRIORITY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLETextureRange.html#GL_TEXTURE_RANGE_LENGTH_APPLE">GL_TEXTURE_RANGE_LENGTH_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLETextureRange.html" title="class in org.lwjgl.opengl">APPLETextureRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetTexParameteriv and
|
|
GetTexParameterfv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLETextureRange.html#GL_TEXTURE_RANGE_POINTER_APPLE">GL_TEXTURE_RANGE_POINTER_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLETextureRange.html" title="class in org.lwjgl.opengl">APPLETextureRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetTexParameterPointerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_RECTANGLE">GL_TEXTURE_RECTANGLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_TEXTURE_RECTANGLE">GL_TEXTURE_RECTANGLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable and IsEnabled;
|
|
by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv
|
|
and GetDoublev; and by the <target> parameter of BindTexture,
|
|
GetTexParameterfv, GetTexParameteriv, TexParameterf, TexParameteri,
|
|
TexParameterfv and TexParameteriv:
|
|
Accepted by the <target> parameter of GetTexImage,
|
|
GetTexLevelParameteriv, GetTexLevelParameterfv, TexImage2D,
|
|
CopyTexImage2D, TexSubImage2D and CopySubTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_RECTANGLE">GL_TEXTURE_RECTANGLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureRectangle.html#GL_TEXTURE_RECTANGLE_ARB">GL_TEXTURE_RECTANGLE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureRectangle.html" title="class in org.lwjgl.opengl">ARBTextureRectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable and IsEnabled;
|
|
by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv
|
|
and GetDoublev; and by the <target> parameter of BindTexture,
|
|
GetTexParameterfv, GetTexParameteriv, TexParameterf, TexParameteri,
|
|
TexParameterfv and TexParameteriv:
|
|
Accepted by the <target> parameter of GetTexImage,
|
|
GetTexLevelParameteriv, GetTexLevelParameterfv, TexImage2D,
|
|
CopyTexImage2D, TexSubImage2D and CopySubTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARBTextureRectangle.html#GL_TEXTURE_RECTANGLE_ARB">GL_TEXTURE_RECTANGLE_ARB</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARBTextureRectangle.html" title="class in org.lwjgl.opengles">ARBTextureRectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable and IsEnabled;
|
|
by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv
|
|
and GetDoublev; and by the <target> parameter of BindTexture,
|
|
GetTexParameterfv, GetTexParameteriv, TexParameterf, TexParameteri,
|
|
TexParameterfv and TexParameteriv:
|
|
Accepted by the <target> parameter of GetTexImage,
|
|
GetTexLevelParameteriv, GetTexLevelParameterfv, TexImage2D,
|
|
CopyTexImage2D, TexSubImage2D and CopySubTexImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureRectangle.html#GL_TEXTURE_RECTANGLE_EXT">GL_TEXTURE_RECTANGLE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureRectangle.html" title="class in org.lwjgl.opengl">EXTTextureRectangle</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureRectangle.html#GL_TEXTURE_RECTANGLE_NV">GL_TEXTURE_RECTANGLE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureRectangle.html" title="class in org.lwjgl.opengl">NVTextureRectangle</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_RED_SIZE">GL_TEXTURE_RED_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_RED_SIZE_NV">GL_TEXTURE_RED_SIZE_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_TEXTURE_RED_TYPE">GL_TEXTURE_RED_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetTexLevelParameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureFloat.html#GL_TEXTURE_RED_TYPE_ARB">GL_TEXTURE_RED_TYPE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetTexLevelParameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVExplicitMultisample.html#GL_TEXTURE_RENDERBUFFER_DATA_STORE_BINDING_NV">GL_TEXTURE_RENDERBUFFER_DATA_STORE_BINDING_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVExplicitMultisample.html#GL_TEXTURE_RENDERBUFFER_NV">GL_TEXTURE_RENDERBUFFER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindTexture, and TexRenderbufferNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_RESIDENT">GL_TEXTURE_RESIDENT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_TEXTURE_SAMPLES">GL_TEXTURE_SAMPLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetTexLevelParameter</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_TEXTURE_SAMPLES">GL_TEXTURE_SAMPLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetTexLevelParameter</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/IMGMultisampledRenderToTexture.html#GL_TEXTURE_SAMPLES_IMG">GL_TEXTURE_SAMPLES_IMG</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/IMGMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles">IMGMultisampledRenderToTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_TEXTURE_SHADER_NV">GL_TEXTURE_SHADER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable, and IsEnabled,
|
|
and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev, and by the <target> parameter of TexEnvf, TexEnvfv,
|
|
TexEnvi, TexEnviv, GetTexEnvfv, and GetTexEnviv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_SHADOW">GL_TEXTURE_SHADOW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_SHADOW">GL_TEXTURE_SHADOW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_TEXTURE_SHARED_SIZE">GL_TEXTURE_SHARED_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetTexLevelParameterfv and
|
|
GetTexLevelParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSharedExponent.html#GL_TEXTURE_SHARED_SIZE_EXT">GL_TEXTURE_SHARED_SIZE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSharedExponent.html" title="class in org.lwjgl.opengl">EXTTextureSharedExponent</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetTexLevelParameterfv and
|
|
GetTexLevelParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSparseTexture.html#GL_TEXTURE_SPARSE_ARB">GL_TEXTURE_SPARSE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl">ARBSparseTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter to TexParameter{i f}{v},
|
|
TexParameterI{u}v, GetTexParameter{if}v and GetTexParameterIi{u}v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSRGBDecode.html#GL_TEXTURE_SRGB_DECODE_EXT">GL_TEXTURE_SRGB_DECODE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSRGBDecode.html" title="class in org.lwjgl.opengl">EXTTextureSRGBDecode</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of TexParameterf, TexParameteri,
|
|
GetTexParameterfv, GetTexParameteriv, SamplerParameteri,
|
|
SamplerParameterf, SamplerParameteriv, SamplerParameterfv,
|
|
SamplerParameterIiv, SamplerParameterIuiv, GetSamplerParameteriv,
|
|
GetSamplerParameterfv, GetSamplerParameterIiv, and GetSamplerParameterIuiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_STACK_DEPTH">GL_TEXTURE_STACK_DEPTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_TEXTURE_STENCIL_SIZE">GL_TEXTURE_STENCIL_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetTexLevelParameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_TEXTURE_STENCIL_SIZE">GL_TEXTURE_STENCIL_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetTexLevelParameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPackedDepthStencil.html#GL_TEXTURE_STENCIL_SIZE_EXT">GL_TEXTURE_STENCIL_SIZE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPackedDepthStencil.html" title="class in org.lwjgl.opengl">EXTPackedDepthStencil</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetTexLevelParameter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLETextureRange.html#GL_TEXTURE_STORAGE_HINT_APPLE">GL_TEXTURE_STORAGE_HINT_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLETextureRange.html" title="class in org.lwjgl.opengl">APPLETextureRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of TexParameteri, TexParameterf,
|
|
TexParameteriv, TexParameterfv, GetTexParameteriv, and
|
|
GetTexParameterfv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDSparseTexture.html#GL_TEXTURE_STORAGE_SPARSE_BIT_AMD">GL_TEXTURE_STORAGE_SPARSE_BIT_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDSparseTexture.html" title="class in org.lwjgl.opengl">AMDSparseTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <flags> parameter to TexStorageSparseAMD and TextureStorageSparseAMD:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureSwizzle.html#GL_TEXTURE_SWIZZLE_A">GL_TEXTURE_SWIZZLE_A</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureSwizzle.html" title="class in org.lwjgl.opengl">ARBTextureSwizzle</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of TexParameteri,
|
|
TexParameterf, TexParameteriv, TexParameterfv,
|
|
GetTexParameterfv, and GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#GL_TEXTURE_SWIZZLE_A">GL_TEXTURE_SWIZZLE_A</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of TexParameteri,
|
|
TexParameterf, TexParameteriv, TexParameterfv,
|
|
GetTexParameterfv, and GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_SWIZZLE_A">GL_TEXTURE_SWIZZLE_A</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSwizzle.html#GL_TEXTURE_SWIZZLE_A_EXT">GL_TEXTURE_SWIZZLE_A_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSwizzle.html" title="class in org.lwjgl.opengl">EXTTextureSwizzle</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of TexParameteri,
|
|
TexParameterf, TexParameteriv, TexParameterfv,
|
|
GetTexParameterfv, and GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureSwizzle.html#GL_TEXTURE_SWIZZLE_B">GL_TEXTURE_SWIZZLE_B</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureSwizzle.html" title="class in org.lwjgl.opengl">ARBTextureSwizzle</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of TexParameteri,
|
|
TexParameterf, TexParameteriv, TexParameterfv,
|
|
GetTexParameterfv, and GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#GL_TEXTURE_SWIZZLE_B">GL_TEXTURE_SWIZZLE_B</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of TexParameteri,
|
|
TexParameterf, TexParameteriv, TexParameterfv,
|
|
GetTexParameterfv, and GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_SWIZZLE_B">GL_TEXTURE_SWIZZLE_B</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSwizzle.html#GL_TEXTURE_SWIZZLE_B_EXT">GL_TEXTURE_SWIZZLE_B_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSwizzle.html" title="class in org.lwjgl.opengl">EXTTextureSwizzle</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of TexParameteri,
|
|
TexParameterf, TexParameteriv, TexParameterfv,
|
|
GetTexParameterfv, and GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureSwizzle.html#GL_TEXTURE_SWIZZLE_G">GL_TEXTURE_SWIZZLE_G</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureSwizzle.html" title="class in org.lwjgl.opengl">ARBTextureSwizzle</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of TexParameteri,
|
|
TexParameterf, TexParameteriv, TexParameterfv,
|
|
GetTexParameterfv, and GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#GL_TEXTURE_SWIZZLE_G">GL_TEXTURE_SWIZZLE_G</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of TexParameteri,
|
|
TexParameterf, TexParameteriv, TexParameterfv,
|
|
GetTexParameterfv, and GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_SWIZZLE_G">GL_TEXTURE_SWIZZLE_G</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSwizzle.html#GL_TEXTURE_SWIZZLE_G_EXT">GL_TEXTURE_SWIZZLE_G_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSwizzle.html" title="class in org.lwjgl.opengl">EXTTextureSwizzle</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of TexParameteri,
|
|
TexParameterf, TexParameteriv, TexParameterfv,
|
|
GetTexParameterfv, and GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureSwizzle.html#GL_TEXTURE_SWIZZLE_R">GL_TEXTURE_SWIZZLE_R</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureSwizzle.html" title="class in org.lwjgl.opengl">ARBTextureSwizzle</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of TexParameteri,
|
|
TexParameterf, TexParameteriv, TexParameterfv,
|
|
GetTexParameterfv, and GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#GL_TEXTURE_SWIZZLE_R">GL_TEXTURE_SWIZZLE_R</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of TexParameteri,
|
|
TexParameterf, TexParameteriv, TexParameterfv,
|
|
GetTexParameterfv, and GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_SWIZZLE_R">GL_TEXTURE_SWIZZLE_R</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSwizzle.html#GL_TEXTURE_SWIZZLE_R_EXT">GL_TEXTURE_SWIZZLE_R_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSwizzle.html" title="class in org.lwjgl.opengl">EXTTextureSwizzle</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of TexParameteri,
|
|
TexParameterf, TexParameteriv, TexParameterfv,
|
|
GetTexParameterfv, and GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureSwizzle.html#GL_TEXTURE_SWIZZLE_RGBA">GL_TEXTURE_SWIZZLE_RGBA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureSwizzle.html" title="class in org.lwjgl.opengl">ARBTextureSwizzle</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of TexParameteriv,
|
|
TexParameterfv, GetTexParameterfv, and GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#GL_TEXTURE_SWIZZLE_RGBA">GL_TEXTURE_SWIZZLE_RGBA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of TexParameteriv,
|
|
TexParameterfv, GetTexParameterfv, and GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSwizzle.html#GL_TEXTURE_SWIZZLE_RGBA_EXT">GL_TEXTURE_SWIZZLE_RGBA_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSwizzle.html" title="class in org.lwjgl.opengl">EXTTextureSwizzle</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of TexParameteriv,
|
|
TexParameterfv, GetTexParameterfv, and GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMExtendedGet.html#GL_TEXTURE_TARGET_QCOM">GL_TEXTURE_TARGET_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMExtendedGet.html#GL_TEXTURE_TYPE_QCOM">GL_TEXTURE_TYPE_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureExpandNormal.html#GL_TEXTURE_UNSIGNED_REMAP_MODE_NV">GL_TEXTURE_UNSIGNED_REMAP_MODE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureExpandNormal.html" title="class in org.lwjgl.opengl">NVTextureExpandNormal</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of TexParameteri,
|
|
TexParameteriv, TexParameterf, TexParameterfv, GetTexParameteri,
|
|
and GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_TEXTURE_UPDATE_BARRIER_BIT">GL_TEXTURE_UPDATE_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_TEXTURE_UPDATE_BARRIER_BIT">GL_TEXTURE_UPDATE_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_TEXTURE_UPDATE_BARRIER_BIT_EXT">GL_TEXTURE_UPDATE_BARRIER_BIT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrierEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_VIEW">GL_TEXTURE_VIEW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_VIEW">GL_TEXTURE_VIEW</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureView.html#GL_TEXTURE_VIEW_MIN_LAYER">GL_TEXTURE_VIEW_MIN_LAYER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureView.html" title="class in org.lwjgl.opengl">ARBTextureView</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetTexParameterfv and
|
|
GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_VIEW_MIN_LAYER">GL_TEXTURE_VIEW_MIN_LAYER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetTexParameterfv and
|
|
GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureView.html#GL_TEXTURE_VIEW_MIN_LEVEL">GL_TEXTURE_VIEW_MIN_LEVEL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureView.html" title="class in org.lwjgl.opengl">ARBTextureView</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetTexParameterfv and
|
|
GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_VIEW_MIN_LEVEL">GL_TEXTURE_VIEW_MIN_LEVEL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetTexParameterfv and
|
|
GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureView.html#GL_TEXTURE_VIEW_NUM_LAYERS">GL_TEXTURE_VIEW_NUM_LAYERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureView.html" title="class in org.lwjgl.opengl">ARBTextureView</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetTexParameterfv and
|
|
GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_VIEW_NUM_LAYERS">GL_TEXTURE_VIEW_NUM_LAYERS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetTexParameterfv and
|
|
GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureView.html#GL_TEXTURE_VIEW_NUM_LEVELS">GL_TEXTURE_VIEW_NUM_LEVELS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureView.html" title="class in org.lwjgl.opengl">ARBTextureView</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetTexParameterfv and
|
|
GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_VIEW_NUM_LEVELS">GL_TEXTURE_VIEW_NUM_LEVELS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetTexParameterfv and
|
|
GetTexParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_WIDTH">GL_TEXTURE_WIDTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_WIDTH_NV">GL_TEXTURE_WIDTH_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMExtendedGet.html#GL_TEXTURE_WIDTH_QCOM">GL_TEXTURE_WIDTH_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_TEXTURE_WRAP_R">GL_TEXTURE_WRAP_R</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_WRAP_R">GL_TEXTURE_WRAP_R</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESTexture3D.html#GL_TEXTURE_WRAP_R_OES">GL_TEXTURE_WRAP_R_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of TexParameteriv, TexParameterfv,
|
|
GetTexParameteriv, and GetTexParameterfv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_WRAP_S">GL_TEXTURE_WRAP_S</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_WRAP_S">GL_TEXTURE_WRAP_S</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureParameterName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_WRAP_T">GL_TEXTURE_WRAP_T</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_WRAP_T">GL_TEXTURE_WRAP_T</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">TextureParameterName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTimerQuery.html#GL_TIME_ELAPSED">GL_TIME_ELAPSED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTimerQuery.html" title="class in org.lwjgl.opengl">ARBTimerQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BeginQuery, EndQuery, and
|
|
GetQueryiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#GL_TIME_ELAPSED">GL_TIME_ELAPSED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BeginQuery, EndQuery, and
|
|
GetQueryiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTimerQuery.html#GL_TIME_ELAPSED_EXT">GL_TIME_ELAPSED_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTimerQuery.html" title="class in org.lwjgl.opengl">EXTTimerQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BeginQuery, EndQuery, and
|
|
GetQueryiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSync.html#GL_TIMEOUT_EXPIRED">GL_TIMEOUT_EXPIRED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by ClientWaitSync:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_TIMEOUT_EXPIRED">GL_TIMEOUT_EXPIRED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by ClientWaitSync:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TIMEOUT_EXPIRED">GL_TIMEOUT_EXPIRED</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSync.html#GL_TIMEOUT_IGNORED">GL_TIMEOUT_IGNORED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <timeout> parameter of WaitSync:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_TIMEOUT_IGNORED">GL_TIMEOUT_IGNORED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <timeout> parameter of WaitSync:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TIMEOUT_IGNORED">GL_TIMEOUT_IGNORED</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLESync.html#GL_TIMEOUT_IGNORED_APPLE">GL_TIMEOUT_IGNORED_APPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <timeout> parameter of WaitSyncAPPLE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTimerQuery.html#GL_TIMESTAMP">GL_TIMESTAMP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTimerQuery.html" title="class in org.lwjgl.opengl">ARBTimerQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetQueryiv and QueryCounter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#GL_TIMESTAMP">GL_TIMESTAMP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetQueryiv and QueryCounter.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_TOP_LEVEL_ARRAY_SIZE">GL_TOP_LEVEL_ARRAY_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TOP_LEVEL_ARRAY_SIZE">GL_TOP_LEVEL_ARRAY_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_TOP_LEVEL_ARRAY_STRIDE">GL_TOP_LEVEL_ARRAY_STRIDE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TOP_LEVEL_ARRAY_STRIDE">GL_TOP_LEVEL_ARRAY_STRIDE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_TRACK_MATRIX_NV">GL_TRACK_MATRIX_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetTrackMatrixivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_TRACK_MATRIX_TRANSFORM_NV">GL_TRACK_MATRIX_TRANSFORM_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetTrackMatrixivNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TRANSFORM_BIT">GL_TRANSFORM_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransformFeedback2.html#GL_TRANSFORM_FEEDBACK">GL_TRANSFORM_FEEDBACK</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl">ARBTransformFeedback2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindTransformFeedback:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_TRANSFORM_FEEDBACK">GL_TRANSFORM_FEEDBACK</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindTransformFeedback:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TRANSFORM_FEEDBACK">GL_TRANSFORM_FEEDBACK</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_TRANSFORM_FEEDBACK_ACTIVE">GL_TRANSFORM_FEEDBACK_ACTIVE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TRANSFORM_FEEDBACK_ACTIVE">GL_TRANSFORM_FEEDBACK_ACTIVE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#GL_TRANSFORM_FEEDBACK_ATTRIBS_NV">GL_TRANSFORM_FEEDBACK_ATTRIBS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_TRANSFORM_FEEDBACK_BARRIER_BIT">GL_TRANSFORM_FEEDBACK_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_TRANSFORM_FEEDBACK_BARRIER_BIT">GL_TRANSFORM_FEEDBACK_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_TRANSFORM_FEEDBACK_BARRIER_BIT_EXT">GL_TRANSFORM_FEEDBACK_BARRIER_BIT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrierEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransformFeedback2.html#GL_TRANSFORM_FEEDBACK_BINDING">GL_TRANSFORM_FEEDBACK_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl">ARBTransformFeedback2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_TRANSFORM_FEEDBACK_BINDING">GL_TRANSFORM_FEEDBACK_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TRANSFORM_FEEDBACK_BINDING">GL_TRANSFORM_FEEDBACK_BINDING</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback2.html#GL_TRANSFORM_FEEDBACK_BINDING_NV">GL_TRANSFORM_FEEDBACK_BINDING_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl">NVTransformFeedback2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_TRANSFORM_FEEDBACK_BUFFER">GL_TRANSFORM_FEEDBACK_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameters of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
|
|
GetBufferPointerv, BindBufferRange, BindBufferOffset and
|
|
BindBufferBase:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TRANSFORM_FEEDBACK_BUFFER">GL_TRANSFORM_FEEDBACK_BUFFER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransformFeedback2.html#GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE">GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl">ARBTransformFeedback2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE">GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback2.html#GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE_NV">GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl">NVTransformFeedback2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_TRANSFORM_FEEDBACK_BUFFER_BINDING">GL_TRANSFORM_FEEDBACK_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of GetIntegerIndexedv and
|
|
GetBooleanIndexedv, and by the <pname> parameter of GetBooleanv,
|
|
GetDoublev, GetIntegerv, and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TRANSFORM_FEEDBACK_BUFFER_BINDING">GL_TRANSFORM_FEEDBACK_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_EXT">GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of GetIntegerIndexedvEXT and
|
|
GetBooleanIndexedvEXT, and by the <pname> parameter of GetBooleanv,
|
|
GetDoublev, GetIntegerv, and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_NV">GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of GetIntegerIndexedvEXT and
|
|
GetBooleanIndexedvEXT, and by the <pname> parameter of GetBooleanv,
|
|
GetDoublev, GetIntegerv, and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_TRANSFORM_FEEDBACK_BUFFER_EXT">GL_TRANSFORM_FEEDBACK_BUFFER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameters of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
|
|
GetBufferPointerv, BindBufferRangeEXT, BindBufferOffsetEXT and
|
|
BindBufferBaseEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBEnhancedLayouts.html#GL_TRANSFORM_FEEDBACK_BUFFER_INDEX">GL_TRANSFORM_FEEDBACK_BUFFER_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBEnhancedLayouts.html" title="class in org.lwjgl.opengl">ARBEnhancedLayouts</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#GL_TRANSFORM_FEEDBACK_BUFFER_INDEX">GL_TRANSFORM_FEEDBACK_BUFFER_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_TRANSFORM_FEEDBACK_BUFFER_MODE">GL_TRANSFORM_FEEDBACK_BUFFER_MODE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TRANSFORM_FEEDBACK_BUFFER_MODE">GL_TRANSFORM_FEEDBACK_BUFFER_MODE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_TRANSFORM_FEEDBACK_BUFFER_MODE_EXT">GL_TRANSFORM_FEEDBACK_BUFFER_MODE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#GL_TRANSFORM_FEEDBACK_BUFFER_MODE_NV">GL_TRANSFORM_FEEDBACK_BUFFER_MODE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
GetFloatv, and GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#GL_TRANSFORM_FEEDBACK_BUFFER_NV">GL_TRANSFORM_FEEDBACK_BUFFER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameters of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
|
|
GetBufferPointerv, BindBufferRangeNV, BindBufferOffsetNV and
|
|
BindBufferBaseNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransformFeedback2.html#GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED">GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl">ARBTransformFeedback2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED">GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback2.html#GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED_NV">GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl">NVTransformFeedback2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_TRANSFORM_FEEDBACK_BUFFER_SIZE">GL_TRANSFORM_FEEDBACK_BUFFER_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of GetIntegerIndexedv and
|
|
GetBooleanIndexedv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TRANSFORM_FEEDBACK_BUFFER_SIZE">GL_TRANSFORM_FEEDBACK_BUFFER_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_EXT">GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of GetIntegerIndexedvEXT and
|
|
GetBooleanIndexedvEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_NV">GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of GetIntegerIndexedvEXT and
|
|
GetBooleanIndexedvEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_TRANSFORM_FEEDBACK_BUFFER_START">GL_TRANSFORM_FEEDBACK_BUFFER_START</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of GetIntegerIndexedv and
|
|
GetBooleanIndexedv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TRANSFORM_FEEDBACK_BUFFER_START">GL_TRANSFORM_FEEDBACK_BUFFER_START</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_TRANSFORM_FEEDBACK_BUFFER_START_EXT">GL_TRANSFORM_FEEDBACK_BUFFER_START_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of GetIntegerIndexedvEXT and
|
|
GetBooleanIndexedvEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#GL_TRANSFORM_FEEDBACK_BUFFER_START_NV">GL_TRANSFORM_FEEDBACK_BUFFER_START_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of GetIntegerIndexedvEXT and
|
|
GetBooleanIndexedvEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBEnhancedLayouts.html#GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE">GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBEnhancedLayouts.html" title="class in org.lwjgl.opengl">ARBEnhancedLayouts</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE">GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback2.html#GL_TRANSFORM_FEEDBACK_NV">GL_TRANSFORM_FEEDBACK_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl">NVTransformFeedback2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BindTransformFeedbackNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_TRANSFORM_FEEDBACK_PAUSED">GL_TRANSFORM_FEEDBACK_PAUSED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
|
|
and GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TRANSFORM_FEEDBACK_PAUSED">GL_TRANSFORM_FEEDBACK_PAUSED</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN">GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BeginQuery, EndQuery, and
|
|
GetQueryiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN">GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_EXT">GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BeginQuery, EndQuery, and
|
|
GetQueryiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_NV">GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of BeginQuery, EndQuery, and
|
|
GetQueryiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#GL_TRANSFORM_FEEDBACK_RECORD_NV">GL_TRANSFORM_FEEDBACK_RECORD_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of GetIntegerIndexedvEXT and
|
|
GetBooleanIndexedvEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_TRANSFORM_FEEDBACK_VARYING">GL_TRANSFORM_FEEDBACK_VARYING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TRANSFORM_FEEDBACK_VARYING">GL_TRANSFORM_FEEDBACK_VARYING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH">GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH">GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH_EXT">GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_TRANSFORM_FEEDBACK_VARYINGS">GL_TRANSFORM_FEEDBACK_VARYINGS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_TRANSFORM_FEEDBACK_VARYINGS">GL_TRANSFORM_FEEDBACK_VARYINGS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_TRANSFORM_FEEDBACK_VARYINGS_EXT">GL_TRANSFORM_FEEDBACK_VARYINGS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#GL_TRANSFORM_FEEDBACK_VARYINGS_NV">GL_TRANSFORM_FEEDBACK_VARYINGS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_TRANSLATE_2D_NV">GL_TRANSLATE_2D_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <transformType> parameter of
|
|
StencilFillPathInstancedNV, StencilStrokePathInstancedNV,
|
|
CoverFillPathInstancedNV, and CoverStrokePathInstancedNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_TRANSLATE_3D_NV">GL_TRANSLATE_3D_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <transformType> parameter of
|
|
StencilFillPathInstancedNV, StencilStrokePathInstancedNV,
|
|
CoverFillPathInstancedNV, and CoverStrokePathInstancedNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_TRANSLATE_X_NV">GL_TRANSLATE_X_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <transformType> parameter of
|
|
StencilFillPathInstancedNV, StencilStrokePathInstancedNV,
|
|
CoverFillPathInstancedNV, and CoverStrokePathInstancedNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_TRANSLATE_Y_NV">GL_TRANSLATE_Y_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <transformType> parameter of
|
|
StencilFillPathInstancedNV, StencilStrokePathInstancedNV,
|
|
CoverFillPathInstancedNV, and CoverStrokePathInstancedNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_TRANSPOSE_AFFINE_2D_NV">GL_TRANSPOSE_AFFINE_2D_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <transformType> parameter of
|
|
StencilFillPathInstancedNV, StencilStrokePathInstancedNV,
|
|
CoverFillPathInstancedNV, and CoverStrokePathInstancedNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_TRANSPOSE_AFFINE_3D_NV">GL_TRANSPOSE_AFFINE_3D_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <transformType> parameter of
|
|
StencilFillPathInstancedNV, StencilStrokePathInstancedNV,
|
|
CoverFillPathInstancedNV, and CoverStrokePathInstancedNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TRANSPOSE_COLOR_MATRIX">GL_TRANSPOSE_COLOR_MATRIX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransposeMatrix.html#GL_TRANSPOSE_COLOR_MATRIX_ARB">GL_TRANSPOSE_COLOR_MATRIX_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransposeMatrix.html" title="class in org.lwjgl.opengl">ARBTransposeMatrix</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#GL_TRANSPOSE_CURRENT_MATRIX_ARB">GL_TRANSPOSE_CURRENT_MATRIX_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TRANSPOSE_MODELVIEW_MATRIX">GL_TRANSPOSE_MODELVIEW_MATRIX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransposeMatrix.html#GL_TRANSPOSE_MODELVIEW_MATRIX_ARB">GL_TRANSPOSE_MODELVIEW_MATRIX_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransposeMatrix.html" title="class in org.lwjgl.opengl">ARBTransposeMatrix</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_TRANSPOSE_NV">GL_TRANSPOSE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <transform> parameter of TrackMatrixNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#GL_TRANSPOSE_PROGRAM_MATRIX_EXT">GL_TRANSPOSE_PROGRAM_MATRIX_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanIndexedvEXT,
|
|
GetIntegerIndexedvEXT, GetFloatIndexedvEXT, GetDoubleIndexedvEXT:
|
|
GetBooleani_v, GetIntegeri_v, GetFloati_vEXT, GetDoublei_vEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TRANSPOSE_PROJECTION_MATRIX">GL_TRANSPOSE_PROJECTION_MATRIX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransposeMatrix.html#GL_TRANSPOSE_PROJECTION_MATRIX_ARB">GL_TRANSPOSE_PROJECTION_MATRIX_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransposeMatrix.html" title="class in org.lwjgl.opengl">ARBTransposeMatrix</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#GL_TRANSPOSE_TEXTURE_MATRIX">GL_TRANSPOSE_TEXTURE_MATRIX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransposeMatrix.html#GL_TRANSPOSE_TEXTURE_MATRIX_ARB">GL_TRANSPOSE_TEXTURE_MATRIX_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransposeMatrix.html" title="class in org.lwjgl.opengl">ARBTransposeMatrix</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TRIANGLE_FAN">GL_TRIANGLE_FAN</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TRIANGLE_FAN">GL_TRIANGLE_FAN</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">BeginMode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TRIANGLE_STRIP">GL_TRIANGLE_STRIP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TRIANGLE_STRIP">GL_TRIANGLE_STRIP</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">BeginMode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_TRIANGLE_STRIP_ADJACENCY">GL_TRIANGLE_STRIP_ADJACENCY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of Begin, DrawArrays,
|
|
MultiDrawArrays, DrawElements, MultiDrawElements, and
|
|
DrawRangeElements:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_TRIANGLE_STRIP_ADJACENCY_ARB">GL_TRIANGLE_STRIP_ADJACENCY_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of Begin, DrawArrays,
|
|
MultiDrawArrays, DrawElements, MultiDrawElements, and
|
|
DrawRangeElements:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_TRIANGLE_STRIP_ADJACENCY_EXT">GL_TRIANGLE_STRIP_ADJACENCY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of Begin, DrawArrays,
|
|
MultiDrawArrays, DrawElements, MultiDrawElements, and
|
|
DrawRangeElements:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_TRIANGLES">GL_TRIANGLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetProgramiv when <pname> is TESS_GEN_MODE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TRIANGLES">GL_TRIANGLES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TRIANGLES">GL_TRIANGLES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">BeginMode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_TRIANGLES_ADJACENCY">GL_TRIANGLES_ADJACENCY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of Begin, DrawArrays,
|
|
MultiDrawArrays, DrawElements, MultiDrawElements, and
|
|
DrawRangeElements:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_TRIANGLES_ADJACENCY_ARB">GL_TRIANGLES_ADJACENCY_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of Begin, DrawArrays,
|
|
MultiDrawArrays, DrawElements, MultiDrawElements, and
|
|
DrawRangeElements:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_TRIANGLES_ADJACENCY_EXT">GL_TRIANGLES_ADJACENCY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of Begin, DrawArrays,
|
|
MultiDrawArrays, DrawElements, MultiDrawElements, and
|
|
DrawRangeElements:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_TRIANGULAR_NV">GL_TRIANGULAR_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of PathParameterfNV,
|
|
PathParameterfvNV, PathParameteriNV, and PathParameterivNV
|
|
when <pname> 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:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_TRUE">GL_TRUE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetProgramiv when <pname> is TESS_GEN_POINT_MODE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_TRUE">GL_TRUE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_TRUE">GL_TRUE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Boolean</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_TYPE">GL_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_TYPE">GL_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <props> array of GetProgramResourceiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_UNCORRELATED_NV">GL_UNCORRELATED_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of BlendParameteriNV when <pname> is
|
|
BLEND_OVERLAP_NV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEObjectPurgeable.html#GL_UNDEFINED_APPLE">GL_UNDEFINED_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEObjectPurgeable.html" title="class in org.lwjgl.opengl">APPLEObjectPurgeable</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <option> parameters of ObjectUnpurgeable, and
|
|
returned by ObjectUnpurgeable:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#GL_UNDEFINED_VERTEX">GL_UNDEFINED_VERTEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <data> parameter from a Get query with a <pname> of
|
|
LAYER_PROVOKING_VERTEX or VIEWPORT_INDEX_PROVOKING_VERTEX:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_UNDEFINED_VERTEX">GL_UNDEFINED_VERTEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <data> parameter from a Get query with a <pname> of
|
|
LAYER_PROVOKING_VERTEX or VIEWPORT_INDEX_PROVOKING_VERTEX:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_UNIFORM">GL_UNIFORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_UNIFORM">GL_UNIFORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_ARRAY_STRIDE">GL_UNIFORM_ARRAY_STRIDE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformsivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_ARRAY_STRIDE">GL_UNIFORM_ARRAY_STRIDE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformsiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_ARRAY_STRIDE">GL_UNIFORM_ARRAY_STRIDE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX">GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformsiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX">GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformsiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_UNIFORM_BARRIER_BIT">GL_UNIFORM_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_UNIFORM_BARRIER_BIT">GL_UNIFORM_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_UNIFORM_BARRIER_BIT_EXT">GL_UNIFORM_BARRIER_BIT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrierEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_UNIFORM_BLOCK">GL_UNIFORM_BLOCK</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_UNIFORM_BLOCK">GL_UNIFORM_BLOCK</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES">GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformBlockivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES">GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformBlockiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES">GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS">GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformBlockivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS">GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformBlockiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS">GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BLOCK_BINDING">GL_UNIFORM_BLOCK_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformBlockivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BLOCK_BINDING">GL_UNIFORM_BLOCK_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformBlockiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_BLOCK_BINDING">GL_UNIFORM_BLOCK_BINDING</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BLOCK_DATA_SIZE">GL_UNIFORM_BLOCK_DATA_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformBlockivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BLOCK_DATA_SIZE">GL_UNIFORM_BLOCK_DATA_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformBlockiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_BLOCK_DATA_SIZE">GL_UNIFORM_BLOCK_DATA_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BLOCK_INDEX">GL_UNIFORM_BLOCK_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformsivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BLOCK_INDEX">GL_UNIFORM_BLOCK_INDEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformsiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_BLOCK_INDEX">GL_UNIFORM_BLOCK_INDEX</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BLOCK_NAME_LENGTH">GL_UNIFORM_BLOCK_NAME_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformBlockivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BLOCK_NAME_LENGTH">GL_UNIFORM_BLOCK_NAME_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformBlockiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_BLOCK_NAME_LENGTH">GL_UNIFORM_BLOCK_NAME_LENGTH</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBComputeShader.html#GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER">GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformBlockiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER">GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformBlockiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER">GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformBlockivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER">GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformBlockiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER">GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER">GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformBlockivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER">GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformBlockiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER">GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformBlockiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER">GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformBlockiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHADER">GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformBlockiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHADER">GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformBlockiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER">GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformBlockivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER">GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformBlockiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER">GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BUFFER">GL_UNIFORM_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameters of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, and
|
|
GetBufferPointerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BUFFER">GL_UNIFORM_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameters of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, and
|
|
GetBufferPointerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_BUFFER">GL_UNIFORM_BUFFER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BUFFER_BINDING">GL_UNIFORM_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegeri_v, GetBooleanv,
|
|
GetIntegerv, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BUFFER_BINDING">GL_UNIFORM_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegeri_v, GetBooleanv,
|
|
GetIntegerv, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_BUFFER_BINDING">GL_UNIFORM_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBindableUniform.html#GL_UNIFORM_BUFFER_BINDING_EXT">GL_UNIFORM_BUFFER_BINDING_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBindableUniform.html" title="class in org.lwjgl.opengl">EXTBindableUniform</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBindableUniform.html#GL_UNIFORM_BUFFER_EXT">GL_UNIFORM_BUFFER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBindableUniform.html" title="class in org.lwjgl.opengl">EXTBindableUniform</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameters of BindBuffer, BufferData,
|
|
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, and
|
|
GetBufferPointerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT">GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT">GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT">GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BUFFER_SIZE">GL_UNIFORM_BUFFER_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegeri_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BUFFER_SIZE">GL_UNIFORM_BUFFER_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegeri_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_BUFFER_SIZE">GL_UNIFORM_BUFFER_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BUFFER_START">GL_UNIFORM_BUFFER_START</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegeri_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BUFFER_START">GL_UNIFORM_BUFFER_START</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetIntegeri_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_BUFFER_START">GL_UNIFORM_BUFFER_START</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_IS_ROW_MAJOR">GL_UNIFORM_IS_ROW_MAJOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformsivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_IS_ROW_MAJOR">GL_UNIFORM_IS_ROW_MAJOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformsiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_IS_ROW_MAJOR">GL_UNIFORM_IS_ROW_MAJOR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_MATRIX_STRIDE">GL_UNIFORM_MATRIX_STRIDE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformsivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_MATRIX_STRIDE">GL_UNIFORM_MATRIX_STRIDE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformsiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_MATRIX_STRIDE">GL_UNIFORM_MATRIX_STRIDE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderSubroutine.html#GL_UNIFORM_NAME_LENGTH">GL_UNIFORM_NAME_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveSubroutineUniformiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_NAME_LENGTH">GL_UNIFORM_NAME_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformsivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_NAME_LENGTH">GL_UNIFORM_NAME_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformsiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_UNIFORM_NAME_LENGTH">GL_UNIFORM_NAME_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveSubroutineUniformiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_NAME_LENGTH">GL_UNIFORM_NAME_LENGTH</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_OFFSET">GL_UNIFORM_OFFSET</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformsivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_OFFSET">GL_UNIFORM_OFFSET</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformsiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_OFFSET">GL_UNIFORM_OFFSET</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderSubroutine.html#GL_UNIFORM_SIZE">GL_UNIFORM_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveSubroutineUniformiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_SIZE">GL_UNIFORM_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformsivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_SIZE">GL_UNIFORM_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformsiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_UNIFORM_SIZE">GL_UNIFORM_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveSubroutineUniformiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_SIZE">GL_UNIFORM_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_TYPE">GL_UNIFORM_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformsivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_TYPE">GL_UNIFORM_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetActiveUniformsiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_TYPE">GL_UNIFORM_TYPE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_UNIQUE_ID_NV">GL_UNIQUE_ID_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attribute> parameter of
|
|
glQueryVideoCaptureDeviceNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#GL_UNKNOWN_CONTEXT_RESET_ARB">GL_UNKNOWN_CONTEXT_RESET_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetGraphicsResetStatusARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTRobustness.html#GL_UNKNOWN_CONTEXT_RESET_EXT">GL_UNKNOWN_CONTEXT_RESET_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by GetGraphicsResetStatusEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_UNPACK_ALIGNMENT">GL_UNPACK_ALIGNMENT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_UNPACK_ALIGNMENT">GL_UNPACK_ALIGNMENT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEClientStorage.html#GL_UNPACK_CLIENT_STORAGE_APPLE">GL_UNPACK_CLIENT_STORAGE_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEClientStorage.html" title="class in org.lwjgl.opengl">APPLEClientStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of PixelStore:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html#GL_UNPACK_COMPRESSED_BLOCK_DEPTH">GL_UNPACK_COMPRESSED_BLOCK_DEPTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html" title="class in org.lwjgl.opengl">ARBCompressedTexturePixelStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PixelStore[fi], GetBooleanv,
|
|
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_UNPACK_COMPRESSED_BLOCK_DEPTH">GL_UNPACK_COMPRESSED_BLOCK_DEPTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PixelStore[fi], GetBooleanv,
|
|
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html#GL_UNPACK_COMPRESSED_BLOCK_HEIGHT">GL_UNPACK_COMPRESSED_BLOCK_HEIGHT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html" title="class in org.lwjgl.opengl">ARBCompressedTexturePixelStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PixelStore[fi], GetBooleanv,
|
|
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_UNPACK_COMPRESSED_BLOCK_HEIGHT">GL_UNPACK_COMPRESSED_BLOCK_HEIGHT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PixelStore[fi], GetBooleanv,
|
|
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html#GL_UNPACK_COMPRESSED_BLOCK_SIZE">GL_UNPACK_COMPRESSED_BLOCK_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html" title="class in org.lwjgl.opengl">ARBCompressedTexturePixelStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PixelStore[fi], GetBooleanv,
|
|
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_UNPACK_COMPRESSED_BLOCK_SIZE">GL_UNPACK_COMPRESSED_BLOCK_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PixelStore[fi], GetBooleanv,
|
|
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html#GL_UNPACK_COMPRESSED_BLOCK_WIDTH">GL_UNPACK_COMPRESSED_BLOCK_WIDTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html" title="class in org.lwjgl.opengl">ARBCompressedTexturePixelStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PixelStore[fi], GetBooleanv,
|
|
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_UNPACK_COMPRESSED_BLOCK_WIDTH">GL_UNPACK_COMPRESSED_BLOCK_WIDTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PixelStore[fi], GetBooleanv,
|
|
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_UNPACK_IMAGE_HEIGHT">GL_UNPACK_IMAGE_HEIGHT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNPACK_IMAGE_HEIGHT">GL_UNPACK_IMAGE_HEIGHT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_UNPACK_LSB_FIRST">GL_UNPACK_LSB_FIRST</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLERowBytes.html#GL_UNPACK_ROW_BYTES_APPLE">GL_UNPACK_ROW_BYTES_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLERowBytes.html" title="class in org.lwjgl.opengl">APPLERowBytes</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of PixelStorei and the <pname>
|
|
parameter of GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_UNPACK_ROW_LENGTH">GL_UNPACK_ROW_LENGTH</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTUnpackSubimage.html#GL_UNPACK_ROW_LENGTH">GL_UNPACK_ROW_LENGTH</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTUnpackSubimage.html" title="class in org.lwjgl.opengles">EXTUnpackSubimage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of PixelStorei, GetIntegerv, and
|
|
GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNPACK_ROW_LENGTH">GL_UNPACK_ROW_LENGTH</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_UNPACK_SKIP_IMAGES">GL_UNPACK_SKIP_IMAGES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNPACK_SKIP_IMAGES">GL_UNPACK_SKIP_IMAGES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_UNPACK_SKIP_PIXELS">GL_UNPACK_SKIP_PIXELS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTUnpackSubimage.html#GL_UNPACK_SKIP_PIXELS">GL_UNPACK_SKIP_PIXELS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTUnpackSubimage.html" title="class in org.lwjgl.opengles">EXTUnpackSubimage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of PixelStorei, GetIntegerv, and
|
|
GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNPACK_SKIP_PIXELS">GL_UNPACK_SKIP_PIXELS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_UNPACK_SKIP_ROWS">GL_UNPACK_SKIP_ROWS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTUnpackSubimage.html#GL_UNPACK_SKIP_ROWS">GL_UNPACK_SKIP_ROWS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTUnpackSubimage.html" title="class in org.lwjgl.opengles">EXTUnpackSubimage</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of PixelStorei, GetIntegerv, and
|
|
GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNPACK_SKIP_ROWS">GL_UNPACK_SKIP_ROWS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_UNPACK_SWAP_BYTES">GL_UNPACK_SWAP_BYTES</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSync.html#GL_UNSIGNALED">GL_UNSIGNALED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <values> for GetSynciv <pname> SYNC_STATUS:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_UNSIGNALED">GL_UNSIGNALED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <values> for GetSynciv <pname> SYNC_STATUS:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNSIGNALED">GL_UNSIGNALED</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLESync.html#GL_UNSIGNALED_APPLE">GL_UNSIGNALED_APPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <values> for GetSyncivAPPLE <pname> SYNC_STATUS_APPLE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_UNSIGNED_BYTE">GL_UNSIGNED_BYTE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_UNSIGNED_BYTE">GL_UNSIGNED_BYTE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">DataType</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEPackedPixels.html#GL_UNSIGNED_BYTE_2_3_3_REV">GL_UNSIGNED_BYTE_2_3_3_REV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEPackedPixels.html" title="class in org.lwjgl.opengl">APPLEPackedPixels</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> 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:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_UNSIGNED_BYTE_2_3_3_REV">GL_UNSIGNED_BYTE_2_3_3_REV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEPackedPixels.html#GL_UNSIGNED_BYTE_3_3_2">GL_UNSIGNED_BYTE_3_3_2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEPackedPixels.html" title="class in org.lwjgl.opengl">APPLEPackedPixels</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> 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:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_UNSIGNED_BYTE_3_3_2">GL_UNSIGNED_BYTE_3_3_2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPackedPixels.html#GL_UNSIGNED_BYTE_3_3_2_EXT">GL_UNSIGNED_BYTE_3_3_2_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPackedPixels.html" title="class in org.lwjgl.opengl">EXTPackedPixels</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_UNSIGNED_IDENTITY_NV">GL_UNSIGNED_IDENTITY_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_UNSIGNED_INT">GL_UNSIGNED_INT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_UNSIGNED_INT">GL_UNSIGNED_INT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">DataType</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESDepthTexture.html#GL_UNSIGNED_INT">GL_UNSIGNED_INT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESDepthTexture.html" title="class in org.lwjgl.opengles">OESDepthTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of TexImage2D, TexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESElementIndexUint.html#GL_UNSIGNED_INT">GL_UNSIGNED_INT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESElementIndexUint.html" title="class in org.lwjgl.opengles">OESElementIndexUint</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of DrawElements:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_UNSIGNED_INT16_NV">GL_UNSIGNED_INT16_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_UNSIGNED_INT16_VEC2_NV">GL_UNSIGNED_INT16_VEC2_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_UNSIGNED_INT16_VEC3_NV">GL_UNSIGNED_INT16_VEC3_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_UNSIGNED_INT16_VEC4_NV">GL_UNSIGNED_INT16_VEC4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html#GL_UNSIGNED_INT64_AMD">GL_UNSIGNED_INT64_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as a valid value in <data> parameter of
|
|
GetPerfMonitorCounterInfoAMD if <pname> = COUNTER_TYPE_AMD</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html#GL_UNSIGNED_INT64_AMD">GL_UNSIGNED_INT64_AMD</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as a valid value in <data> parameter of
|
|
GetPerfMonitorCounterInfoAMD if <pname> = COUNTER_TYPE_AMD</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBindlessTexture.html#GL_UNSIGNED_INT64_ARB">GL_UNSIGNED_INT64_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of VertexAttribLPointer:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_UNSIGNED_INT64_NV">GL_UNSIGNED_INT64_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#GL_UNSIGNED_INT64_NV">GL_UNSIGNED_INT64_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of VertexAttribLPointerEXT,
|
|
VertexArrayVertexAttribLOffsetEXT, and VertexAttribLFormatNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_UNSIGNED_INT64_VEC2_NV">GL_UNSIGNED_INT64_VEC2_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_UNSIGNED_INT64_VEC3_NV">GL_UNSIGNED_INT64_VEC3_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_UNSIGNED_INT64_VEC4_NV">GL_UNSIGNED_INT64_VEC4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_UNSIGNED_INT8_NV">GL_UNSIGNED_INT8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_UNSIGNED_INT8_VEC2_NV">GL_UNSIGNED_INT8_VEC2_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_UNSIGNED_INT8_VEC3_NV">GL_UNSIGNED_INT8_VEC3_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#GL_UNSIGNED_INT8_VEC4_NV">GL_UNSIGNED_INT8_VEC4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveAttrib, GetActiveUniform, and
|
|
GetTransformFeedbackVarying:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEPackedPixels.html#GL_UNSIGNED_INT_10_10_10_2">GL_UNSIGNED_INT_10_10_10_2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEPackedPixels.html" title="class in org.lwjgl.opengl">APPLEPackedPixels</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> 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:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_UNSIGNED_INT_10_10_10_2">GL_UNSIGNED_INT_10_10_10_2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPackedPixels.html#GL_UNSIGNED_INT_10_10_10_2_EXT">GL_UNSIGNED_INT_10_10_10_2_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPackedPixels.html" title="class in org.lwjgl.opengl">EXTPackedPixels</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESVertexType1010102.html#GL_UNSIGNED_INT_10_10_10_2_OES">GL_UNSIGNED_INT_10_10_10_2_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESVertexType1010102.html" title="class in org.lwjgl.opengles">OESVertexType1010102</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of VertexAttribPointer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_10F_11F_11F_REV">GL_UNSIGNED_INT_10F_11F_11F_REV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of DrawPixels, ReadPixels,
|
|
TexImage1D, TexImage2D, GetTexImage, TexImage3D, TexSubImage1D,
|
|
TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax,
|
|
ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D,
|
|
GetConvolutionFilter, SeparableFilter2D, GetSeparableFilter,
|
|
ColorTable, ColorSubTable, and GetColorTable:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNSIGNED_INT_10F_11F_11F_REV">GL_UNSIGNED_INT_10F_11F_11F_REV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPackedFloat.html#GL_UNSIGNED_INT_10F_11F_11F_REV_EXT">GL_UNSIGNED_INT_10F_11F_11F_REV_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPackedFloat.html" title="class in org.lwjgl.opengl">EXTPackedFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of DrawPixels, ReadPixels,
|
|
TexImage1D, TexImage2D, GetTexImage, TexImage3D, TexSubImage1D,
|
|
TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax,
|
|
ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D,
|
|
GetConvolutionFilter, SeparableFilter2D, GetSeparableFilter,
|
|
ColorTable, ColorSubTable, and GetColorTable:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTPackedFloat.html#GL_UNSIGNED_INT_10F_11F_11F_REV_EXT">GL_UNSIGNED_INT_10F_11F_11F_REV_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTPackedFloat.html" title="class in org.lwjgl.opengles">EXTPackedFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of DrawPixels, ReadPixels,
|
|
TexImage1D, TexImage2D, GetTexImage, TexImage3D, TexSubImage1D,
|
|
TexSubImage2D, TexSubImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_UNSIGNED_INT_24_8">GL_UNSIGNED_INT_24_8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of DrawPixels, ReadPixels,
|
|
TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D,
|
|
TexSubImage3D, and GetTexImage:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_24_8">GL_UNSIGNED_INT_24_8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of DrawPixels, ReadPixels,
|
|
TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D,
|
|
TexSubImage3D, and GetTexImage.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNSIGNED_INT_24_8">GL_UNSIGNED_INT_24_8</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPackedDepthStencil.html#GL_UNSIGNED_INT_24_8_EXT">GL_UNSIGNED_INT_24_8_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPackedDepthStencil.html" title="class in org.lwjgl.opengl">EXTPackedDepthStencil</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of DrawPixels, ReadPixels,
|
|
TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D,
|
|
TexSubImage3D, and GetTexImage.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPackedDepthStencil.html#GL_UNSIGNED_INT_24_8_NV">GL_UNSIGNED_INT_24_8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPackedDepthStencil.html" title="class in org.lwjgl.opengl">NVPackedDepthStencil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESPackedDepthStencil.html#GL_UNSIGNED_INT_24_8_OES">GL_UNSIGNED_INT_24_8_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESPackedDepthStencil.html" title="class in org.lwjgl.opengles">OESPackedDepthStencil</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of TexImage2D and TexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEPackedPixels.html#GL_UNSIGNED_INT_2_10_10_10_REV">GL_UNSIGNED_INT_2_10_10_10_REV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEPackedPixels.html" title="class in org.lwjgl.opengl">APPLEPackedPixels</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> 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:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#GL_UNSIGNED_INT_2_10_10_10_REV">GL_UNSIGNED_INT_2_10_10_10_REV</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of VertexAttribPointer, VertexPointer,
|
|
NormalPointer, ColorPointer, SecondaryColorPointer, TexCoordPointer,
|
|
VertexAttribP{1234}ui, VertexP*, TexCoordP*, MultiTexCoordP*, NormalP3ui,
|
|
ColorP*, SecondaryColorP* and VertexAttribP*</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_UNSIGNED_INT_2_10_10_10_REV">GL_UNSIGNED_INT_2_10_10_10_REV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNSIGNED_INT_2_10_10_10_REV">GL_UNSIGNED_INT_2_10_10_10_REV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureType2101010REV.html#GL_UNSIGNED_INT_2_10_10_10_REV_EXT">GL_UNSIGNED_INT_2_10_10_10_REV_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureType2101010REV.html" title="class in org.lwjgl.opengles">EXTTextureType2101010REV</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of TexImage2D and TexImage3D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_5_9_9_9_REV">GL_UNSIGNED_INT_5_9_9_9_REV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of DrawPixels, ReadPixels,
|
|
TexImage1D, TexImage2D, GetTexImage, TexImage3D, TexSubImage1D,
|
|
TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax,
|
|
ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D,
|
|
GetConvolutionFilter, SeparableFilter2D, GetSeparableFilter,
|
|
ColorTable, ColorSubTable, and GetColorTable:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNSIGNED_INT_5_9_9_9_REV">GL_UNSIGNED_INT_5_9_9_9_REV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureSharedExponent.html#GL_UNSIGNED_INT_5_9_9_9_REV_EXT">GL_UNSIGNED_INT_5_9_9_9_REV_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureSharedExponent.html" title="class in org.lwjgl.opengl">EXTTextureSharedExponent</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of DrawPixels, ReadPixels,
|
|
TexImage1D, TexImage2D, GetTexImage, TexImage3D, TexSubImage1D,
|
|
TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax,
|
|
ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D,
|
|
GetConvolutionFilter, SeparableFilter2D, GetSeparableFilter,
|
|
ColorTable, ColorSubTable, and GetColorTable:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEPackedPixels.html#GL_UNSIGNED_INT_8_8_8_8">GL_UNSIGNED_INT_8_8_8_8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEPackedPixels.html" title="class in org.lwjgl.opengl">APPLEPackedPixels</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> 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:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_UNSIGNED_INT_8_8_8_8">GL_UNSIGNED_INT_8_8_8_8</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPackedPixels.html#GL_UNSIGNED_INT_8_8_8_8_EXT">GL_UNSIGNED_INT_8_8_8_8_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPackedPixels.html" title="class in org.lwjgl.opengl">EXTPackedPixels</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEPackedPixels.html#GL_UNSIGNED_INT_8_8_8_8_REV">GL_UNSIGNED_INT_8_8_8_8_REV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEPackedPixels.html" title="class in org.lwjgl.opengl">APPLEPackedPixels</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> 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:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_UNSIGNED_INT_8_8_8_8_REV">GL_UNSIGNED_INT_8_8_8_8_REV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_UNSIGNED_INT_8_8_S8_S8_REV_NV">GL_UNSIGNED_INT_8_8_S8_S8_REV_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of GetTexImage, TexImage1D,
|
|
TexImage2D, TexSubImage1D, and TexSubImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_UNSIGNED_INT_8_8_S8_S8_REV_NV">GL_UNSIGNED_INT_8_8_S8_S8_REV_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_UNSIGNED_INT_ATOMIC_COUNTER">GL_UNSIGNED_INT_ATOMIC_COUNTER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <params> by GetActiveUniform and GetActiveUniformsiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_UNSIGNED_INT_ATOMIC_COUNTER">GL_UNSIGNED_INT_ATOMIC_COUNTER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <params> by GetActiveUniform and GetActiveUniformsiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_1D">GL_UNSIGNED_INT_IMAGE_1D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_UNSIGNED_INT_IMAGE_1D">GL_UNSIGNED_INT_IMAGE_1D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_1D_ARRAY">GL_UNSIGNED_INT_IMAGE_1D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_UNSIGNED_INT_IMAGE_1D_ARRAY">GL_UNSIGNED_INT_IMAGE_1D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_1D_ARRAY_EXT">GL_UNSIGNED_INT_IMAGE_1D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_1D_EXT">GL_UNSIGNED_INT_IMAGE_1D_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_2D">GL_UNSIGNED_INT_IMAGE_2D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_UNSIGNED_INT_IMAGE_2D">GL_UNSIGNED_INT_IMAGE_2D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_2D_ARRAY">GL_UNSIGNED_INT_IMAGE_2D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_UNSIGNED_INT_IMAGE_2D_ARRAY">GL_UNSIGNED_INT_IMAGE_2D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_2D_ARRAY_EXT">GL_UNSIGNED_INT_IMAGE_2D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_2D_EXT">GL_UNSIGNED_INT_IMAGE_2D_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE">GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE">GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY">GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY">GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY_EXT">GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_EXT">GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_2D_RECT">GL_UNSIGNED_INT_IMAGE_2D_RECT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_UNSIGNED_INT_IMAGE_2D_RECT">GL_UNSIGNED_INT_IMAGE_2D_RECT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_2D_RECT_EXT">GL_UNSIGNED_INT_IMAGE_2D_RECT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_3D">GL_UNSIGNED_INT_IMAGE_3D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_UNSIGNED_INT_IMAGE_3D">GL_UNSIGNED_INT_IMAGE_3D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_3D_EXT">GL_UNSIGNED_INT_IMAGE_3D_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_BUFFER">GL_UNSIGNED_INT_IMAGE_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_UNSIGNED_INT_IMAGE_BUFFER">GL_UNSIGNED_INT_IMAGE_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_BUFFER_EXT">GL_UNSIGNED_INT_IMAGE_BUFFER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_CUBE">GL_UNSIGNED_INT_IMAGE_CUBE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_UNSIGNED_INT_IMAGE_CUBE">GL_UNSIGNED_INT_IMAGE_CUBE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_CUBE_EXT">GL_UNSIGNED_INT_IMAGE_CUBE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY">GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY">GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_EXT">GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_UNSIGNED_INT_S8_S8_8_8_NV">GL_UNSIGNED_INT_S8_S8_8_8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of GetTexImage, TexImage1D,
|
|
TexImage2D, TexSubImage1D, and TexSubImage2D.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader2.html#GL_UNSIGNED_INT_S8_S8_8_8_NV">GL_UNSIGNED_INT_S8_S8_8_8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_SAMPLER_1D">GL_UNSIGNED_INT_SAMPLER_1D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_SAMPLER_1D_ARRAY">GL_UNSIGNED_INT_SAMPLER_1D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_UNSIGNED_INT_SAMPLER_1D_ARRAY_EXT">GL_UNSIGNED_INT_SAMPLER_1D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_UNSIGNED_INT_SAMPLER_1D_EXT">GL_UNSIGNED_INT_SAMPLER_1D_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_SAMPLER_2D">GL_UNSIGNED_INT_SAMPLER_2D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNSIGNED_INT_SAMPLER_2D">GL_UNSIGNED_INT_SAMPLER_2D</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_SAMPLER_2D_ARRAY">GL_UNSIGNED_INT_SAMPLER_2D_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNSIGNED_INT_SAMPLER_2D_ARRAY">GL_UNSIGNED_INT_SAMPLER_2D_ARRAY</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_UNSIGNED_INT_SAMPLER_2D_ARRAY_EXT">GL_UNSIGNED_INT_SAMPLER_2D_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_UNSIGNED_INT_SAMPLER_2D_EXT">GL_UNSIGNED_INT_SAMPLER_2D_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE">GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE">GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY">GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY">GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_SAMPLER_2D_RECT">GL_UNSIGNED_INT_SAMPLER_2D_RECT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_UNSIGNED_INT_SAMPLER_2D_RECT_EXT">GL_UNSIGNED_INT_SAMPLER_2D_RECT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_SAMPLER_3D">GL_UNSIGNED_INT_SAMPLER_3D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNSIGNED_INT_SAMPLER_3D">GL_UNSIGNED_INT_SAMPLER_3D</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_UNSIGNED_INT_SAMPLER_3D_EXT">GL_UNSIGNED_INT_SAMPLER_3D_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_SAMPLER_BUFFER">GL_UNSIGNED_INT_SAMPLER_BUFFER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDVertexShaderTessellator.html#GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD">GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDVertexShaderTessellator.html" title="class in org.lwjgl.opengl">AMDVertexShaderTessellator</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_UNSIGNED_INT_SAMPLER_BUFFER_EXT">GL_UNSIGNED_INT_SAMPLER_BUFFER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_SAMPLER_CUBE">GL_UNSIGNED_INT_SAMPLER_CUBE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNSIGNED_INT_SAMPLER_CUBE">GL_UNSIGNED_INT_SAMPLER_CUBE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_UNSIGNED_INT_SAMPLER_CUBE_EXT">GL_UNSIGNED_INT_SAMPLER_CUBE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY">GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCubeMapArray.html#GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_ARB">GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCubeMapArray.html" title="class in org.lwjgl.opengl">ARBTextureCubeMapArray</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVExplicitMultisample.html#GL_UNSIGNED_INT_SAMPLER_RENDERBUFFER_NV">GL_UNSIGNED_INT_SAMPLER_RENDERBUFFER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_VEC2">GL_UNSIGNED_INT_VEC2</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNSIGNED_INT_VEC2">GL_UNSIGNED_INT_VEC2</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_UNSIGNED_INT_VEC2_EXT">GL_UNSIGNED_INT_VEC2_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_VEC3">GL_UNSIGNED_INT_VEC3</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNSIGNED_INT_VEC3">GL_UNSIGNED_INT_VEC3</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_UNSIGNED_INT_VEC3_EXT">GL_UNSIGNED_INT_VEC3_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_VEC4">GL_UNSIGNED_INT_VEC4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNSIGNED_INT_VEC4">GL_UNSIGNED_INT_VEC4</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_UNSIGNED_INT_VEC4_EXT">GL_UNSIGNED_INT_VEC4_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <type> parameter of GetActiveUniform:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_UNSIGNED_INVERT_NV">GL_UNSIGNED_INVERT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_UNSIGNED_NORMALIZED">GL_UNSIGNED_NORMALIZED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <params> by GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_NORMALIZED">GL_UNSIGNED_NORMALIZED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <params> parameter of GetTexLevelParameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_UNSIGNED_NORMALIZED">GL_UNSIGNED_NORMALIZED</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureFloat.html#GL_UNSIGNED_NORMALIZED_ARB">GL_UNSIGNED_NORMALIZED_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by the <params> parameter of GetTexLevelParameter:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTColorBufferHalfFloat.html#GL_UNSIGNED_NORMALIZED_EXT">GL_UNSIGNED_NORMALIZED_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTColorBufferHalfFloat.html" title="class in org.lwjgl.opengles">EXTColorBufferHalfFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <params> by GetFramebufferAttachmentParameteriv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_UNSIGNED_SHORT">GL_UNSIGNED_SHORT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_UNSIGNED_SHORT">GL_UNSIGNED_SHORT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">DataType</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESDepthTexture.html#GL_UNSIGNED_SHORT">GL_UNSIGNED_SHORT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESDepthTexture.html" title="class in org.lwjgl.opengles">OESDepthTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of TexImage2D, TexSubImage2D:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEPackedPixels.html#GL_UNSIGNED_SHORT_1_5_5_5_REV">GL_UNSIGNED_SHORT_1_5_5_5_REV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEPackedPixels.html" title="class in org.lwjgl.opengl">APPLEPackedPixels</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> 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:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_UNSIGNED_SHORT_1_5_5_5_REV">GL_UNSIGNED_SHORT_1_5_5_5_REV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTReadFormatBgra.html#GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT">GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTReadFormatBgra.html" title="class in org.lwjgl.opengles">EXTReadFormatBgra</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEPackedPixels.html#GL_UNSIGNED_SHORT_4_4_4_4">GL_UNSIGNED_SHORT_4_4_4_4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEPackedPixels.html" title="class in org.lwjgl.opengl">APPLEPackedPixels</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> 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:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_UNSIGNED_SHORT_4_4_4_4">GL_UNSIGNED_SHORT_4_4_4_4</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_UNSIGNED_SHORT_4_4_4_4">GL_UNSIGNED_SHORT_4_4_4_4</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">PixelType</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPackedPixels.html#GL_UNSIGNED_SHORT_4_4_4_4_EXT">GL_UNSIGNED_SHORT_4_4_4_4_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPackedPixels.html" title="class in org.lwjgl.opengl">EXTPackedPixels</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEPackedPixels.html#GL_UNSIGNED_SHORT_4_4_4_4_REV">GL_UNSIGNED_SHORT_4_4_4_4_REV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEPackedPixels.html" title="class in org.lwjgl.opengl">APPLEPackedPixels</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> 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:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_UNSIGNED_SHORT_4_4_4_4_REV">GL_UNSIGNED_SHORT_4_4_4_4_REV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTReadFormatBgra.html#GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT">GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTReadFormatBgra.html" title="class in org.lwjgl.opengles">EXTReadFormatBgra</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/IMGReadFormat.html#GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG">GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/IMGReadFormat.html" title="class in org.lwjgl.opengles">IMGReadFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of ReadPixels:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEPackedPixels.html#GL_UNSIGNED_SHORT_5_5_5_1">GL_UNSIGNED_SHORT_5_5_5_1</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEPackedPixels.html" title="class in org.lwjgl.opengl">APPLEPackedPixels</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> 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:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_UNSIGNED_SHORT_5_5_5_1">GL_UNSIGNED_SHORT_5_5_5_1</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_UNSIGNED_SHORT_5_5_5_1">GL_UNSIGNED_SHORT_5_5_5_1</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">PixelType</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPackedPixels.html#GL_UNSIGNED_SHORT_5_5_5_1_EXT">GL_UNSIGNED_SHORT_5_5_5_1_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPackedPixels.html" title="class in org.lwjgl.opengl">EXTPackedPixels</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEPackedPixels.html#GL_UNSIGNED_SHORT_5_6_5">GL_UNSIGNED_SHORT_5_6_5</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEPackedPixels.html" title="class in org.lwjgl.opengl">APPLEPackedPixels</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> 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:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_UNSIGNED_SHORT_5_6_5">GL_UNSIGNED_SHORT_5_6_5</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_UNSIGNED_SHORT_5_6_5">GL_UNSIGNED_SHORT_5_6_5</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">PixelType</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEPackedPixels.html#GL_UNSIGNED_SHORT_5_6_5_REV">GL_UNSIGNED_SHORT_5_6_5_REV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEPackedPixels.html" title="class in org.lwjgl.opengl">APPLEPackedPixels</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> 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:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#GL_UNSIGNED_SHORT_5_6_5_REV">GL_UNSIGNED_SHORT_5_6_5_REV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLERgb422.html#GL_UNSIGNED_SHORT_8_8_APPLE">GL_UNSIGNED_SHORT_8_8_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLERgb422.html" title="class in org.lwjgl.opengl">APPLERgb422</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of DrawPixels, ReadPixels, TexImage1D,
|
|
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D,
|
|
TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D,
|
|
ConvolutionFilter2D, GetConvolutionFilter, SeparableFilter2D,
|
|
GetSeparableFilter, ColorTable, GetColorTable:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEYcbcr422.html#GL_UNSIGNED_SHORT_8_8_APPLE">GL_UNSIGNED_SHORT_8_8_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEYcbcr422.html" title="class in org.lwjgl.opengl">APPLEYcbcr422</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of DrawPixels, ReadPixels, TexImage1D,
|
|
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D,
|
|
TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D,
|
|
ConvolutionFilter2D, ConvolutionFilter3D, GetConvolutionFilter,
|
|
SeparableFilter2D, SeparableFilter3D, GetSeparableFilter, ColorTable,
|
|
GetColorTable:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLERgb422.html#GL_UNSIGNED_SHORT_8_8_APPLE">GL_UNSIGNED_SHORT_8_8_APPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLERgb422.html" title="class in org.lwjgl.opengles">APPLERgb422</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of DrawPixels, ReadPixels, TexImage1D,
|
|
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D,
|
|
TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D,
|
|
ConvolutionFilter2D, GetConvolutionFilter, SeparableFilter2D,
|
|
GetSeparableFilter, ColorTable, GetColorTable:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLERgb422.html#GL_UNSIGNED_SHORT_8_8_REV_APPLE">GL_UNSIGNED_SHORT_8_8_REV_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLERgb422.html" title="class in org.lwjgl.opengl">APPLERgb422</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of DrawPixels, ReadPixels, TexImage1D,
|
|
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D,
|
|
TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D,
|
|
ConvolutionFilter2D, GetConvolutionFilter, SeparableFilter2D,
|
|
GetSeparableFilter, ColorTable, GetColorTable:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEYcbcr422.html#GL_UNSIGNED_SHORT_8_8_REV_APPLE">GL_UNSIGNED_SHORT_8_8_REV_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEYcbcr422.html" title="class in org.lwjgl.opengl">APPLEYcbcr422</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of DrawPixels, ReadPixels, TexImage1D,
|
|
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D,
|
|
TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D,
|
|
ConvolutionFilter2D, ConvolutionFilter3D, GetConvolutionFilter,
|
|
SeparableFilter2D, SeparableFilter3D, GetSeparableFilter, ColorTable,
|
|
GetColorTable:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLERgb422.html#GL_UNSIGNED_SHORT_8_8_REV_APPLE">GL_UNSIGNED_SHORT_8_8_REV_APPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLERgb422.html" title="class in org.lwjgl.opengles">APPLERgb422</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of DrawPixels, ReadPixels, TexImage1D,
|
|
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D,
|
|
TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D,
|
|
ConvolutionFilter2D, GetConvolutionFilter, SeparableFilter2D,
|
|
GetSeparableFilter, ColorTable, GetColorTable:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_UPPER_LEFT">GL_UPPER_LEFT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <param> parameter of PointParameter{if}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_USE_MISSING_GLYPH_NV">GL_USE_MISSING_GLYPH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <handleMissingGlyph> parameter of PathGlyphsNV and
|
|
PathGlyphRangeNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_UTF16_NV">GL_UTF16_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> or <pathNameType> parameter of CallLists,
|
|
StencilFillPathInstancedNV, StencilStrokePathInstancedNV,
|
|
CoverFillPathInstancedNV, CoverStrokePathInstancedNV,
|
|
GetPathMetricsNV, and GetPathSpacingNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_UTF8_NV">GL_UTF8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> or <pathNameType> parameter of CallLists,
|
|
StencilFillPathInstancedNV, StencilStrokePathInstancedNV,
|
|
CoverFillPathInstancedNV, CoverStrokePathInstancedNV,
|
|
GetPathMetricsNV, and GetPathSpacingNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_V2F">GL_V2F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_V3F">GL_V3F</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_VALIDATE_STATUS">GL_VALIDATE_STATUS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetObjectParameter{fi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_VALIDATE_STATUS">GL_VALIDATE_STATUS</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shaders</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_VARIABLE_A_NV">GL_VARIABLE_A_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_VARIABLE_B_NV">GL_VARIABLE_B_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_VARIABLE_C_NV">GL_VARIABLE_C_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_VARIABLE_D_NV">GL_VARIABLE_D_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_VARIABLE_E_NV">GL_VARIABLE_E_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_VARIABLE_F_NV">GL_VARIABLE_F_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_VARIABLE_G_NV">GL_VARIABLE_G_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_VARIANT_ARRAY_EXT">GL_VARIANT_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_VARIANT_ARRAY_POINTER_EXT">GL_VARIANT_ARRAY_POINTER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_VARIANT_ARRAY_STRIDE_EXT">GL_VARIANT_ARRAY_STRIDE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_VARIANT_ARRAY_TYPE_EXT">GL_VARIANT_ARRAY_TYPE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_VARIANT_DATATYPE_EXT">GL_VARIANT_DATATYPE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_VARIANT_EXT">GL_VARIANT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_VARIANT_VALUE_EXT">GL_VARIANT_VALUE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIMeminfo.html#GL_VBO_FREE_MEMORY_ATI">GL_VBO_FREE_MEMORY_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIMeminfo.html" title="class in org.lwjgl.opengl">ATIMeminfo</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_VECTOR_EXT">GL_VECTOR_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_VENDOR">GL_VENDOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_VENDOR">GL_VENDOR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">StringName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_VERSION">GL_VERSION</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_VERSION">GL_VERSION</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">StringName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_VERTEX_ARRAY">GL_VERTEX_ARRAY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_VERTEX_ARRAY_ADDRESS_NV">GL_VERTEX_ARRAY_ADDRESS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of BufferAddressRangeNV
|
|
and the <value> parameter of GetIntegerui64vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexArrayObject.html#GL_VERTEX_ARRAY_BINDING">GL_VERTEX_ARRAY_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexArrayObject.html" title="class in org.lwjgl.opengl">ARBVertexArrayObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_VERTEX_ARRAY_BINDING">GL_VERTEX_ARRAY_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_VERTEX_ARRAY_BINDING">GL_VERTEX_ARRAY_BINDING</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexArrayObject.html#GL_VERTEX_ARRAY_BINDING_APPLE">GL_VERTEX_ARRAY_BINDING_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexArrayObject.html" title="class in org.lwjgl.opengl">APPLEVertexArrayObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESVertexArrayObject.html#GL_VERTEX_ARRAY_BINDING_OES">GL_VERTEX_ARRAY_BINDING_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESVertexArrayObject.html" title="class in org.lwjgl.opengles">OESVertexArrayObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_VERTEX_ARRAY_BUFFER_BINDING">GL_VERTEX_ARRAY_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_VERTEX_ARRAY_BUFFER_BINDING_ARB">GL_VERTEX_ARRAY_BUFFER_BINDING_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_VERTEX_ARRAY_LENGTH_NV">GL_VERTEX_ARRAY_LENGTH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <value> parameter of GetIntegerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDNameGenDelete.html#GL_VERTEX_ARRAY_OBJECT_AMD">GL_VERTEX_ARRAY_OBJECT_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDNameGenDelete.html" title="class in org.lwjgl.opengl">AMDNameGenDelete</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <identifier> parameter of GenNamesAMD and DeleteNamesAMD:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTDebugLabel.html#GL_VERTEX_ARRAY_OBJECT_EXT">GL_VERTEX_ARRAY_OBJECT_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTDebugLabel.html" title="class in org.lwjgl.opengles">EXTDebugLabel</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <type> parameter of LabelObjectEXT and
|
|
GetObjectLabelEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_VERTEX_ARRAY_POINTER">GL_VERTEX_ARRAY_POINTER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexArrayRange.html#GL_VERTEX_ARRAY_RANGE_APPLE">GL_VERTEX_ARRAY_RANGE_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexArrayRange.html" title="class in org.lwjgl.opengl">APPLEVertexArrayRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of EnableClientState, DisableClientState,
|
|
and IsEnabled:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexArrayRange.html#GL_VERTEX_ARRAY_RANGE_LENGTH_APPLE">GL_VERTEX_ARRAY_RANGE_LENGTH_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexArrayRange.html" title="class in org.lwjgl.opengl">APPLEVertexArrayRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexArrayRange.html#GL_VERTEX_ARRAY_RANGE_LENGTH_NV">GL_VERTEX_ARRAY_RANGE_LENGTH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl">NVVertexArrayRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexArrayRange.html#GL_VERTEX_ARRAY_RANGE_NV">GL_VERTEX_ARRAY_RANGE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl">NVVertexArrayRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexArrayRange.html#GL_VERTEX_ARRAY_RANGE_POINTER_APPLE">GL_VERTEX_ARRAY_RANGE_POINTER_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexArrayRange.html" title="class in org.lwjgl.opengl">APPLEVertexArrayRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetPointerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexArrayRange.html#GL_VERTEX_ARRAY_RANGE_POINTER_NV">GL_VERTEX_ARRAY_RANGE_POINTER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl">NVVertexArrayRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexArrayRange.html#GL_VERTEX_ARRAY_RANGE_VALID_NV">GL_VERTEX_ARRAY_RANGE_VALID_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl">NVVertexArrayRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexArrayRange2.html#GL_VERTEX_ARRAY_RANGE_WITHOUT_FLUSH_NV">GL_VERTEX_ARRAY_RANGE_WITHOUT_FLUSH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexArrayRange2.html" title="class in org.lwjgl.opengl">NVVertexArrayRange2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_VERTEX_ARRAY_SIZE">GL_VERTEX_ARRAY_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexArrayRange.html#GL_VERTEX_ARRAY_STORAGE_HINT_APPLE">GL_VERTEX_ARRAY_STORAGE_HINT_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexArrayRange.html" title="class in org.lwjgl.opengl">APPLEVertexArrayRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of VertexArrayParameteriAPPLE,
|
|
GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_VERTEX_ARRAY_STRIDE">GL_VERTEX_ARRAY_STRIDE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_VERTEX_ARRAY_TYPE">GL_VERTEX_ARRAY_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY0_NV">GL_VERTEX_ATTRIB_ARRAY0_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <array> parameter of EnableClientState and
|
|
DisableClientState, by the <cap> parameter of IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY10_NV">GL_VERTEX_ATTRIB_ARRAY10_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <array> parameter of EnableClientState and
|
|
DisableClientState, by the <cap> parameter of IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY11_NV">GL_VERTEX_ATTRIB_ARRAY11_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <array> parameter of EnableClientState and
|
|
DisableClientState, by the <cap> parameter of IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY12_NV">GL_VERTEX_ATTRIB_ARRAY12_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <array> parameter of EnableClientState and
|
|
DisableClientState, by the <cap> parameter of IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY13_NV">GL_VERTEX_ATTRIB_ARRAY13_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <array> parameter of EnableClientState and
|
|
DisableClientState, by the <cap> parameter of IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY14_NV">GL_VERTEX_ATTRIB_ARRAY14_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <array> parameter of EnableClientState and
|
|
DisableClientState, by the <cap> parameter of IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY15_NV">GL_VERTEX_ATTRIB_ARRAY15_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <array> parameter of EnableClientState and
|
|
DisableClientState, by the <cap> parameter of IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY1_NV">GL_VERTEX_ATTRIB_ARRAY1_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <array> parameter of EnableClientState and
|
|
DisableClientState, by the <cap> parameter of IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY2_NV">GL_VERTEX_ATTRIB_ARRAY2_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <array> parameter of EnableClientState and
|
|
DisableClientState, by the <cap> parameter of IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY3_NV">GL_VERTEX_ATTRIB_ARRAY3_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <array> parameter of EnableClientState and
|
|
DisableClientState, by the <cap> parameter of IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY4_NV">GL_VERTEX_ATTRIB_ARRAY4_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <array> parameter of EnableClientState and
|
|
DisableClientState, by the <cap> parameter of IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY5_NV">GL_VERTEX_ATTRIB_ARRAY5_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <array> parameter of EnableClientState and
|
|
DisableClientState, by the <cap> parameter of IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY6_NV">GL_VERTEX_ATTRIB_ARRAY6_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <array> parameter of EnableClientState and
|
|
DisableClientState, by the <cap> parameter of IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY7_NV">GL_VERTEX_ATTRIB_ARRAY7_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <array> parameter of EnableClientState and
|
|
DisableClientState, by the <cap> parameter of IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY8_NV">GL_VERTEX_ATTRIB_ARRAY8_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <array> parameter of EnableClientState and
|
|
DisableClientState, by the <cap> parameter of IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY9_NV">GL_VERTEX_ATTRIB_ARRAY9_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <array> parameter of EnableClientState and
|
|
DisableClientState, by the <cap> parameter of IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_VERTEX_ATTRIB_ARRAY_ADDRESS_NV">GL_VERTEX_ATTRIB_ARRAY_ADDRESS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of BufferAddressRangeNV
|
|
and the <value> parameter of GetIntegerui64i_vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT">GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT">GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrier:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT_EXT">GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <barriers> parameter of MemoryBarrierEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING">GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING">GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Vertex Arrays</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB">GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttribivARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#GL_VERTEX_ATTRIB_ARRAY_DIVISOR">GL_VERTEX_ATTRIB_ARRAY_DIVISOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetVertexAttribdv,
|
|
GetVertexAttribfv, and GetVertexAttribiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_VERTEX_ATTRIB_ARRAY_DIVISOR">GL_VERTEX_ATTRIB_ARRAY_DIVISOR</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInstancedArrays.html#GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ARB">GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInstancedArrays.html" title="class in org.lwjgl.opengl">ARBInstancedArrays</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetVertexAttribdv,
|
|
GetVertexAttribfv, and GetVertexAttribiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_VERTEX_ATTRIB_ARRAY_ENABLED">GL_VERTEX_ATTRIB_ARRAY_ENABLED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttrib{dfi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_VERTEX_ATTRIB_ARRAY_ENABLED">GL_VERTEX_ATTRIB_ARRAY_ENABLED</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Vertex Arrays</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB">GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttrib[dfi]vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB">GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttrib{dfi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#GL_VERTEX_ATTRIB_ARRAY_INTEGER">GL_VERTEX_ATTRIB_ARRAY_INTEGER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetVertexAttribdv,
|
|
GetVertexAttribfv, GetVertexAttribiv, GetVertexAttribIiv, and
|
|
GetVertexAttribIuiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_VERTEX_ATTRIB_ARRAY_INTEGER">GL_VERTEX_ATTRIB_ARRAY_INTEGER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#GL_VERTEX_ATTRIB_ARRAY_INTEGER_EXT">GL_VERTEX_ATTRIB_ARRAY_INTEGER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameters of GetVertexAttribdv,
|
|
GetVertexAttribfv, GetVertexAttribiv, GetVertexAttribIivEXT, and
|
|
GetVertexAttribIuivEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_VERTEX_ATTRIB_ARRAY_LENGTH_NV">GL_VERTEX_ATTRIB_ARRAY_LENGTH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetIntegeri_vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_VERTEX_ATTRIB_ARRAY_LONG">GL_VERTEX_ATTRIB_ARRAY_LONG</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Vertex attrib array has unconverted doubles.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_VERTEX_ATTRIB_ARRAY_NORMALIZED">GL_VERTEX_ATTRIB_ARRAY_NORMALIZED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttrib{dfi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_VERTEX_ATTRIB_ARRAY_NORMALIZED">GL_VERTEX_ATTRIB_ARRAY_NORMALIZED</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Vertex Arrays</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB">GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttrib[dfi]vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB">GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttrib{dfi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html#GL_VERTEX_ATTRIB_ARRAY_NV">GL_VERTEX_ATTRIB_ARRAY_NV</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html" title="class in org.lwjgl.opengles">NVFramebufferVertexAttribArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_VERTEX_ATTRIB_ARRAY_POINTER">GL_VERTEX_ATTRIB_ARRAY_POINTER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttribPointervARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_VERTEX_ATTRIB_ARRAY_POINTER">GL_VERTEX_ATTRIB_ARRAY_POINTER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Vertex Arrays</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB">GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttribPointervARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB">GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttribPointervARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_VERTEX_ATTRIB_ARRAY_SIZE">GL_VERTEX_ATTRIB_ARRAY_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttrib{dfi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_VERTEX_ATTRIB_ARRAY_SIZE">GL_VERTEX_ATTRIB_ARRAY_SIZE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Vertex Arrays</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB">GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttrib[dfi]vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB">GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttrib{dfi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_VERTEX_ATTRIB_ARRAY_STRIDE">GL_VERTEX_ATTRIB_ARRAY_STRIDE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttrib{dfi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_VERTEX_ATTRIB_ARRAY_STRIDE">GL_VERTEX_ATTRIB_ARRAY_STRIDE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Vertex Arrays</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB">GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttrib[dfi]vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB">GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttrib{dfi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_VERTEX_ATTRIB_ARRAY_TYPE">GL_VERTEX_ATTRIB_ARRAY_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttrib{dfi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_VERTEX_ATTRIB_ARRAY_TYPE">GL_VERTEX_ATTRIB_ARRAY_TYPE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Vertex Arrays</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB">GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttrib[dfi]vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB">GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttrib{dfi}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_VERTEX_ATTRIB_ARRAY_UNIFIED_NV">GL_VERTEX_ATTRIB_ARRAY_UNIFIED_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of DisableClientState,
|
|
EnableClientState, IsEnabled:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttribBinding.html#GL_VERTEX_ATTRIB_BINDING">GL_VERTEX_ATTRIB_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl">ARBVertexAttribBinding</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttrib*v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_VERTEX_ATTRIB_BINDING">GL_VERTEX_ATTRIB_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttrib*v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#GL_VERTEX_ATTRIB_MAP1_APPLE">GL_VERTEX_ATTRIB_MAP1_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of EnableVertexAttribAPPLE,
|
|
DisableVertexAttribAPPLE, and IsVertexAttribEnabledAPPLE.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#GL_VERTEX_ATTRIB_MAP1_COEFF_APPLE">GL_VERTEX_ATTRIB_MAP1_COEFF_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttribdvARB,
|
|
GetVertexAttribfvARB, and GetVertexAttribivARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#GL_VERTEX_ATTRIB_MAP1_DOMAIN_APPLE">GL_VERTEX_ATTRIB_MAP1_DOMAIN_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttribdvARB,
|
|
GetVertexAttribfvARB, and GetVertexAttribivARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#GL_VERTEX_ATTRIB_MAP1_ORDER_APPLE">GL_VERTEX_ATTRIB_MAP1_ORDER_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttribdvARB,
|
|
GetVertexAttribfvARB, and GetVertexAttribivARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#GL_VERTEX_ATTRIB_MAP1_SIZE_APPLE">GL_VERTEX_ATTRIB_MAP1_SIZE_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttribdvARB,
|
|
GetVertexAttribfvARB, and GetVertexAttribivARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#GL_VERTEX_ATTRIB_MAP2_APPLE">GL_VERTEX_ATTRIB_MAP2_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of EnableVertexAttribAPPLE,
|
|
DisableVertexAttribAPPLE, and IsVertexAttribEnabledAPPLE.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#GL_VERTEX_ATTRIB_MAP2_COEFF_APPLE">GL_VERTEX_ATTRIB_MAP2_COEFF_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttribdvARB,
|
|
GetVertexAttribfvARB, and GetVertexAttribivARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#GL_VERTEX_ATTRIB_MAP2_DOMAIN_APPLE">GL_VERTEX_ATTRIB_MAP2_DOMAIN_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttribdvARB,
|
|
GetVertexAttribfvARB, and GetVertexAttribivARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#GL_VERTEX_ATTRIB_MAP2_ORDER_APPLE">GL_VERTEX_ATTRIB_MAP2_ORDER_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttribdvARB,
|
|
GetVertexAttribfvARB, and GetVertexAttribivARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#GL_VERTEX_ATTRIB_MAP2_SIZE_APPLE">GL_VERTEX_ATTRIB_MAP2_SIZE_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttribdvARB,
|
|
GetVertexAttribfvARB, and GetVertexAttribivARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttribBinding.html#GL_VERTEX_ATTRIB_RELATIVE_OFFSET">GL_VERTEX_ATTRIB_RELATIVE_OFFSET</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl">ARBVertexAttribBinding</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttrib*v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_VERTEX_ATTRIB_RELATIVE_OFFSET">GL_VERTEX_ATTRIB_RELATIVE_OFFSET</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetVertexAttrib*v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttribBinding.html#GL_VERTEX_BINDING_DIVISOR">GL_VERTEX_BINDING_DIVISOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl">ARBVertexAttribBinding</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetBooleani_v, GetIntegeri_v,
|
|
GetFloati_v, GetDoublei_v, and GetInteger64i_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_VERTEX_BINDING_DIVISOR">GL_VERTEX_BINDING_DIVISOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetBooleani_v, GetIntegeri_v,
|
|
GetFloati_v, GetDoublei_v, and GetInteger64i_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttribBinding.html#GL_VERTEX_BINDING_OFFSET">GL_VERTEX_BINDING_OFFSET</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl">ARBVertexAttribBinding</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetBooleani_v, GetIntegeri_v,
|
|
GetFloati_v, GetDoublei_v, and GetInteger64i_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_VERTEX_BINDING_OFFSET">GL_VERTEX_BINDING_OFFSET</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetBooleani_v, GetIntegeri_v,
|
|
GetFloati_v, GetDoublei_v, and GetInteger64i_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttribBinding.html#GL_VERTEX_BINDING_STRIDE">GL_VERTEX_BINDING_STRIDE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl">ARBVertexAttribBinding</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetBooleani_v, GetIntegeri_v,
|
|
GetFloati_v, GetDoublei_v, and GetInteger64i_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_VERTEX_BINDING_STRIDE">GL_VERTEX_BINDING_STRIDE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of GetBooleani_v, GetIntegeri_v,
|
|
GetFloati_v, GetDoublei_v, and GetInteger64i_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_VERTEX_BLEND_ARB">GL_VERTEX_BLEND_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDInterleavedElements.html#GL_VERTEX_ELEMENT_SWIZZLE_AMD">GL_VERTEX_ELEMENT_SWIZZLE_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDInterleavedElements.html" title="class in org.lwjgl.opengl">AMDInterleavedElements</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of VertexAttribParameteriAMD and
|
|
GetVertexAttrib{iv|dv|fv|Iiv|Iuiv|Ldv}:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#GL_VERTEX_ID_NV">GL_VERTEX_ID_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attribs> parameter of TransformFeedbackAttribsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDInterleavedElements.html#GL_VERTEX_ID_SWIZZLE_AMD">GL_VERTEX_ID_SWIZZLE_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDInterleavedElements.html" title="class in org.lwjgl.opengl">AMDInterleavedElements</a></dt>
|
|
<dd>
|
|
<div class="block">Selected by the <pname> parameter of ProgramParameteri and GetProgramiv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#GL_VERTEX_PROGRAM_ARB">GL_VERTEX_PROGRAM_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Disable, Enable, and IsEnabled, by the
|
|
<pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev,
|
|
and by the <target> parameter of ProgramStringARB, BindProgramARB,
|
|
ProgramEnvParameter4[df][v]ARB, ProgramLocalParameter4[df][v]ARB,
|
|
GetProgramEnvParameter[df]vARB, GetProgramLocalParameter[df]vARB,
|
|
GetProgramivARB, and GetProgramStringARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_PROGRAM_BINDING_NV">GL_VERTEX_PROGRAM_BINDING_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_PROGRAM_NV">GL_VERTEX_PROGRAM_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Disable, Enable, and IsEnabled,
|
|
and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev, and by the <target> parameter of BindProgramNV,
|
|
ExecuteProgramNV, GetProgramParameter[df]vNV, GetTrackMatrixivNV,
|
|
LoadProgramNV, ProgramParameter[s]4[df][v]NV, and TrackMatrixNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVParameterBufferObject.html#GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NV">GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVParameterBufferObject.html" title="class in org.lwjgl.opengl">NVParameterBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of ProgramBufferParametersfvNV,
|
|
ProgramBufferParametersIivNV, and ProgramBufferParametersIuivNV,
|
|
BindBufferRangeNV, BindBufferOffsetNV, BindBufferBaseNV, and BindBuffer
|
|
and the <value> parameter of GetIntegerIndexedvEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_VERTEX_PROGRAM_POINT_SIZE">GL_VERTEX_PROGRAM_POINT_SIZE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Disable, Enable, and IsEnabled, and
|
|
by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#GL_VERTEX_PROGRAM_POINT_SIZE_ARB">GL_VERTEX_PROGRAM_POINT_SIZE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Disable, Enable, and IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#GL_VERTEX_PROGRAM_POINT_SIZE_ARB">GL_VERTEX_PROGRAM_POINT_SIZE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Disable, Enable, and IsEnabled, and
|
|
by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_PROGRAM_POINT_SIZE_NV">GL_VERTEX_PROGRAM_POINT_SIZE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Disable, Enable, and IsEnabled,
|
|
and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_VERTEX_PROGRAM_TWO_SIDE">GL_VERTEX_PROGRAM_TWO_SIDE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Disable, Enable, and IsEnabled, and
|
|
by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#GL_VERTEX_PROGRAM_TWO_SIDE_ARB">GL_VERTEX_PROGRAM_TWO_SIDE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Disable, Enable, and IsEnabled, and by
|
|
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#GL_VERTEX_PROGRAM_TWO_SIDE_ARB">GL_VERTEX_PROGRAM_TWO_SIDE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Disable, Enable, and IsEnabled, and
|
|
by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
|
|
GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_PROGRAM_TWO_SIDE_NV">GL_VERTEX_PROGRAM_TWO_SIDE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Disable, Enable, and IsEnabled,
|
|
and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#GL_VERTEX_SHADER">GL_VERTEX_SHADER</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <shaderType> argument of CreateShader and
|
|
returned by the <params> parameter of GetShader{if}v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_VERTEX_SHADER">GL_VERTEX_SHADER</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Shaders</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#GL_VERTEX_SHADER_ARB">GL_VERTEX_SHADER_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <shaderType> argument of CreateShaderObjectARB and
|
|
returned by the <params> parameter of GetObjectParameter{if}vARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_VERTEX_SHADER_BINDING_EXT">GL_VERTEX_SHADER_BINDING_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#GL_VERTEX_SHADER_BIT">GL_VERTEX_SHADER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by <stages> parameter to UseProgramStages:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_VERTEX_SHADER_BIT">GL_VERTEX_SHADER_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by <stages> parameter to UseProgramStages:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#GL_VERTEX_SHADER_BIT_EXT">GL_VERTEX_SHADER_BIT_EXT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by <stages> parameter to UseProgramStagesEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_VERTEX_SHADER_EXT">GL_VERTEX_SHADER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_VERTEX_SHADER_INSTRUCTIONS_EXT">GL_VERTEX_SHADER_INSTRUCTIONS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_VERTEX_SHADER_INVARIANTS_EXT">GL_VERTEX_SHADER_INVARIANTS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_VERTEX_SHADER_LOCAL_CONSTANTS_EXT">GL_VERTEX_SHADER_LOCAL_CONSTANTS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_VERTEX_SHADER_LOCALS_EXT">GL_VERTEX_SHADER_LOCALS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_VERTEX_SHADER_OPTIMIZED_EXT">GL_VERTEX_SHADER_OPTIMIZED_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_VERTEX_SHADER_VARIANTS_EXT">GL_VERTEX_SHADER_VARIANTS_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#GL_VERTEX_SOURCE_ATI">GL_VERTEX_SOURCE_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_STATE_PROGRAM_NV">GL_VERTEX_STATE_PROGRAM_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of ExecuteProgramNV and
|
|
LoadProgramNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#GL_VERTEX_STREAM0_ATI">GL_VERTEX_STREAM0_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#GL_VERTEX_STREAM1_ATI">GL_VERTEX_STREAM1_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#GL_VERTEX_STREAM2_ATI">GL_VERTEX_STREAM2_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#GL_VERTEX_STREAM3_ATI">GL_VERTEX_STREAM3_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#GL_VERTEX_STREAM4_ATI">GL_VERTEX_STREAM4_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#GL_VERTEX_STREAM5_ATI">GL_VERTEX_STREAM5_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#GL_VERTEX_STREAM6_ATI">GL_VERTEX_STREAM6_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#GL_VERTEX_STREAM7_ATI">GL_VERTEX_STREAM7_ATI</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_VERTEX_SUBROUTINE">GL_VERTEX_SUBROUTINE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_VERTEX_SUBROUTINE">GL_VERTEX_SUBROUTINE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_VERTEX_SUBROUTINE_UNIFORM">GL_VERTEX_SUBROUTINE_UNIFORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_VERTEX_SUBROUTINE_UNIFORM">GL_VERTEX_SUBROUTINE_UNIFORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
|
|
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
|
|
GetProgramResourceLocation, and GetProgramResourceLocationIndex:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VERTEX_TEXTURE">GL_VERTEX_TEXTURE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_VERTEX_TEXTURE">GL_VERTEX_TEXTURE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexWeighting.html#GL_VERTEX_WEIGHT_ARRAY_EXT">GL_VERTEX_WEIGHT_ARRAY_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexWeighting.html#GL_VERTEX_WEIGHT_ARRAY_POINTER_EXT">GL_VERTEX_WEIGHT_ARRAY_POINTER_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexWeighting.html#GL_VERTEX_WEIGHT_ARRAY_SIZE_EXT">GL_VERTEX_WEIGHT_ARRAY_SIZE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexWeighting.html#GL_VERTEX_WEIGHT_ARRAY_STRIDE_EXT">GL_VERTEX_WEIGHT_ARRAY_STRIDE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexWeighting.html#GL_VERTEX_WEIGHT_ARRAY_TYPE_EXT">GL_VERTEX_WEIGHT_ARRAY_TYPE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexWeighting.html#GL_VERTEX_WEIGHTING_EXT">GL_VERTEX_WEIGHTING_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#GL_VERTICAL_LINE_TO_NV">GL_VERTICAL_LINE_TO_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in elements of the <commands> array parameter of
|
|
PathCommandsNV and PathSubCommandsNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_VIBRANCE_BIAS_NV">GL_VIBRANCE_BIAS_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, PixelTransferf, and PixelTransferi.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureShader.html#GL_VIBRANCE_SCALE_NV">GL_VIBRANCE_SCALE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, GetDoublev, PixelTransferf, and PixelTransferi.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_BUFFER_BINDING_NV">GL_VIDEO_BUFFER_BINDING_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_BUFFER_INTERNAL_FORMAT_NV">GL_VIDEO_BUFFER_INTERNAL_FORMAT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetVideoCaptureStream{i,f,d}vNV and as the <pname> parameter of
|
|
VideoCaptureStreamParameter{i,f,d}vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_BUFFER_NV">GL_VIDEO_BUFFER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameters of BindBufferARB, BufferDataARB,
|
|
BufferSubDataARB, MapBufferARB, UnmapBufferARB, GetBufferSubDataARB,
|
|
GetBufferParameterivARB, and GetBufferPointervARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_BUFFER_PITCH_NV">GL_VIDEO_BUFFER_PITCH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetVideoCaptureStream{i,f,d}vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_CAPTURE_FIELD_LOWER_HEIGHT_NV">GL_VIDEO_CAPTURE_FIELD_LOWER_HEIGHT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetVideoCaptureStream{i,f,d}vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_CAPTURE_FIELD_UPPER_HEIGHT_NV">GL_VIDEO_CAPTURE_FIELD_UPPER_HEIGHT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetVideoCaptureStream{i,f,d}vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_CAPTURE_FRAME_HEIGHT_NV">GL_VIDEO_CAPTURE_FRAME_HEIGHT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetVideoCaptureStream{i,f,d}vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_CAPTURE_FRAME_WIDTH_NV">GL_VIDEO_CAPTURE_FRAME_WIDTH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetVideoCaptureStream{i,f,d}vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_CAPTURE_SURFACE_ORIGIN_NV">GL_VIDEO_CAPTURE_SURFACE_ORIGIN_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetVideoCaptureStream{i,f,d}vNV and as the <pname> parameter of
|
|
VideoCaptureStreamParameter{i,f,d}vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_CAPTURE_TO_422_SUPPORTED_NV">GL_VIDEO_CAPTURE_TO_422_SUPPORTED_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetVideoCaptureStream{i,f,d}vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_COLOR_CONVERSION_MATRIX_NV">GL_VIDEO_COLOR_CONVERSION_MATRIX_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetVideoCaptureStream{i,f,d}vNV and as the <pname> parameter of
|
|
VideoCaptureStreamParameter{i,f,d}vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_COLOR_CONVERSION_MAX_NV">GL_VIDEO_COLOR_CONVERSION_MAX_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetVideoCaptureStream{i,f,d}vNV and as the <pname> parameter of
|
|
VideoCaptureStreamParameter{i,f,d}vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_COLOR_CONVERSION_MIN_NV">GL_VIDEO_COLOR_CONVERSION_MIN_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetVideoCaptureStream{i,f,d}vNV and as the <pname> parameter of
|
|
VideoCaptureStreamParameter{i,f,d}vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_COLOR_CONVERSION_OFFSET_NV">GL_VIDEO_COLOR_CONVERSION_OFFSET_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of
|
|
GetVideoCaptureStream{i,f,d}vNV and as the <pname> parameter of
|
|
VideoCaptureStreamParameter{i,f,d}vNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_128_BITS">GL_VIEW_CLASS_128_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_128_BITS">GL_VIEW_CLASS_128_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_16_BITS">GL_VIEW_CLASS_16_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_16_BITS">GL_VIEW_CLASS_16_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_24_BITS">GL_VIEW_CLASS_24_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_24_BITS">GL_VIEW_CLASS_24_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_32_BITS">GL_VIEW_CLASS_32_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_32_BITS">GL_VIEW_CLASS_32_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_48_BITS">GL_VIEW_CLASS_48_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_48_BITS">GL_VIEW_CLASS_48_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_64_BITS">GL_VIEW_CLASS_64_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_64_BITS">GL_VIEW_CLASS_64_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_8_BITS">GL_VIEW_CLASS_8_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_8_BITS">GL_VIEW_CLASS_8_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_96_BITS">GL_VIEW_CLASS_96_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_96_BITS">GL_VIEW_CLASS_96_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_BPTC_FLOAT">GL_VIEW_CLASS_BPTC_FLOAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_BPTC_FLOAT">GL_VIEW_CLASS_BPTC_FLOAT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_BPTC_UNORM">GL_VIEW_CLASS_BPTC_UNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_BPTC_UNORM">GL_VIEW_CLASS_BPTC_UNORM</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_RGTC1_RED">GL_VIEW_CLASS_RGTC1_RED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_RGTC1_RED">GL_VIEW_CLASS_RGTC1_RED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_RGTC2_RG">GL_VIEW_CLASS_RGTC2_RG</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_RGTC2_RG">GL_VIEW_CLASS_RGTC2_RG</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_S3TC_DXT1_RGB">GL_VIEW_CLASS_S3TC_DXT1_RGB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_S3TC_DXT1_RGB">GL_VIEW_CLASS_S3TC_DXT1_RGB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_S3TC_DXT1_RGBA">GL_VIEW_CLASS_S3TC_DXT1_RGBA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_S3TC_DXT1_RGBA">GL_VIEW_CLASS_S3TC_DXT1_RGBA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_S3TC_DXT3_RGBA">GL_VIEW_CLASS_S3TC_DXT3_RGBA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_S3TC_DXT3_RGBA">GL_VIEW_CLASS_S3TC_DXT3_RGBA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_S3TC_DXT5_RGBA">GL_VIEW_CLASS_S3TC_DXT5_RGBA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_S3TC_DXT5_RGBA">GL_VIEW_CLASS_S3TC_DXT5_RGBA</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Returned as possible responses for various <pname> queries
|
|
to GetInternalformativ and GetInternalformati64v</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_COMPATIBILITY_CLASS">GL_VIEW_COMPATIBILITY_CLASS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#GL_VIEW_COMPATIBILITY_CLASS">GL_VIEW_COMPATIBILITY_CLASS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetInternalformativ
|
|
and GetInternalformati64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#GL_VIEWPORT">GL_VIEWPORT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetFloati_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_VIEWPORT">GL_VIEWPORT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_VIEWPORT">GL_VIEWPORT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetFloati_v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_VIEWPORT">GL_VIEWPORT</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">GetPName</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_VIEWPORT_BIT">GL_VIEWPORT_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#GL_VIEWPORT_BOUNDS_RANGE">GL_VIEWPORT_BOUNDS_RANGE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_VIEWPORT_BOUNDS_RANGE">GL_VIEWPORT_BOUNDS_RANGE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#GL_VIEWPORT_INDEX_PROVOKING_VERTEX">GL_VIEWPORT_INDEX_PROVOKING_VERTEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_VIEWPORT_INDEX_PROVOKING_VERTEX">GL_VIEWPORT_INDEX_PROVOKING_VERTEX</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#GL_VIEWPORT_SUBPIXEL_BITS">GL_VIEWPORT_SUBPIXEL_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#GL_VIEWPORT_SUBPIXEL_BITS">GL_VIEWPORT_SUBPIXEL_BITS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
|
|
GetDoublev and GetInteger64v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSparseTexture.html#GL_VIRTUAL_PAGE_SIZE_INDEX_ARB">GL_VIRTUAL_PAGE_SIZE_INDEX_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl">ARBSparseTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter to TexParameter{i f}{v},
|
|
TexParameterI{u}v, GetTexParameter{if}v and GetTexParameterIi{u}v:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDSparseTexture.html#GL_VIRTUAL_PAGE_SIZE_X_AMD">GL_VIRTUAL_PAGE_SIZE_X_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDSparseTexture.html" title="class in org.lwjgl.opengl">AMDSparseTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter to GetInternalformativ:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSparseTexture.html#GL_VIRTUAL_PAGE_SIZE_X_ARB">GL_VIRTUAL_PAGE_SIZE_X_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl">ARBSparseTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter to GetInternalformativ:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDSparseTexture.html#GL_VIRTUAL_PAGE_SIZE_Y_AMD">GL_VIRTUAL_PAGE_SIZE_Y_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDSparseTexture.html" title="class in org.lwjgl.opengl">AMDSparseTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter to GetInternalformativ:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSparseTexture.html#GL_VIRTUAL_PAGE_SIZE_Y_ARB">GL_VIRTUAL_PAGE_SIZE_Y_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl">ARBSparseTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter to GetInternalformativ:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDSparseTexture.html#GL_VIRTUAL_PAGE_SIZE_Z_AMD">GL_VIRTUAL_PAGE_SIZE_Z_AMD</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDSparseTexture.html" title="class in org.lwjgl.opengl">AMDSparseTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter to GetInternalformativ:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSparseTexture.html#GL_VIRTUAL_PAGE_SIZE_Z_ARB">GL_VIRTUAL_PAGE_SIZE_Z_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl">ARBSparseTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter to GetInternalformativ:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#GL_VIV_shader_binary">GL_VIV_shader_binary</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_VIVIDLIGHT_NV">GL_VIVIDLIGHT_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <mode> parameter of BlendEquation and BlendEquationi:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEObjectPurgeable.html#GL_VOLATILE_APPLE">GL_VOLATILE_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEObjectPurgeable.html" title="class in org.lwjgl.opengl">APPLEObjectPurgeable</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <option> parameter of ObjectPurgeable, and returned
|
|
by ObjectPurgeable:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_W_EXT">GL_W_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSync.html#GL_WAIT_FAILED">GL_WAIT_FAILED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by ClientWaitSync:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#GL_WAIT_FAILED">GL_WAIT_FAILED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by ClientWaitSync:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#GL_WAIT_FAILED">GL_WAIT_FAILED</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_WEIGHT_ARRAY_ARB">GL_WEIGHT_ARRAY_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_WEIGHT_ARRAY_BUFFER_BINDING">GL_WEIGHT_ARRAY_BUFFER_BINDING</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_WEIGHT_ARRAY_BUFFER_BINDING_ARB">GL_WEIGHT_ARRAY_BUFFER_BINDING_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_WEIGHT_ARRAY_POINTER_ARB">GL_WEIGHT_ARRAY_POINTER_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_WEIGHT_ARRAY_SIZE_ARB">GL_WEIGHT_ARRAY_SIZE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_WEIGHT_ARRAY_STRIDE_ARB">GL_WEIGHT_ARRAY_STRIDE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_WEIGHT_ARRAY_TYPE_ARB">GL_WEIGHT_ARRAY_TYPE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#GL_WEIGHT_SUM_UNITY_ARB">GL_WEIGHT_SUM_UNITY_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#GL_WRITE_ONLY">GL_WRITE_ONLY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVShaderBufferStore.html#GL_WRITE_ONLY">GL_WRITE_ONLY</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVShaderBufferStore.html" title="class in org.lwjgl.opengl">NVShaderBufferStore</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <access> parameter of MakeBufferResidentNV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#GL_WRITE_ONLY_ARB">GL_WRITE_ONLY_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <access> parameter of MapBufferARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESMapbuffer.html#GL_WRITE_ONLY_OES">GL_WRITE_ONLY_OES</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESMapbuffer.html" title="class in org.lwjgl.opengles">OESMapbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <access> parameter of MapBufferOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPixelDataRange.html#GL_WRITE_PIXEL_DATA_RANGE_LENGTH_NV">GL_WRITE_PIXEL_DATA_RANGE_LENGTH_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPixelDataRange.html" title="class in org.lwjgl.opengl">NVPixelDataRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
|
GetFloatv, and GetDoublev:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPixelDataRange.html#GL_WRITE_PIXEL_DATA_RANGE_NV">GL_WRITE_PIXEL_DATA_RANGE_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPixelDataRange.html" title="class in org.lwjgl.opengl">NVPixelDataRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <target> parameter of PixelDataRangeNV and
|
|
FlushPixelDataRangeNV, and by the <cap> parameter of
|
|
EnableClientState, DisableClientState, and IsEnabled:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPixelDataRange.html#GL_WRITE_PIXEL_DATA_RANGE_POINTER_NV">GL_WRITE_PIXEL_DATA_RANGE_POINTER_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPixelDataRange.html" title="class in org.lwjgl.opengl">NVPixelDataRange</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <pname> parameter of GetPointerv:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMWriteonlyRendering.html#GL_WRITEONLY_RENDERING_QCOM">GL_WRITEONLY_RENDERING_QCOM</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMWriteonlyRendering.html" title="class in org.lwjgl.opengles">QCOMWriteonlyRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <cap> parameter of Enable, Disable.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_X_EXT">GL_X_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDStencilOperationExtended.html#GL_XOR">GL_XOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDStencilOperationExtended.html" title="class in org.lwjgl.opengl">AMDStencilOperationExtended</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <sfail>, <dpfail> and <dppass> parameters of StencilOp
|
|
and StencilOpSeparate:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_XOR">GL_XOR</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_Y_EXT">GL_Y_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_YCBAYCR8A_4224_NV">GL_YCBAYCR8A_4224_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <params> parameter of
|
|
VideoCaptureStreamParameter{i,f,d}vNV when <pname> is
|
|
VIDEO_BUFFER_INTERNAL_FORMAT_NV and returned by
|
|
GetVideoCaptureStream{i,f,d}vNV when <pname> is
|
|
VIDEO_BUFFER_INTERNAL_FORMAT_NV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEYcbcr422.html#GL_YCBCR_422_APPLE">GL_YCBCR_422_APPLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEYcbcr422.html" title="class in org.lwjgl.opengl">APPLEYcbcr422</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <format> parameter of DrawPixels, ReadPixels, TexImage1D,
|
|
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D,
|
|
TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D,
|
|
ConvolutionFilter2D, ConvolutionFilter3D, GetConvolutionFilter,
|
|
SeparableFilter2D, SeparableFilter3D, GetSeparableFilter, ColorTable,
|
|
GetColorTable:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_YCBYCR8_422_NV">GL_YCBYCR8_422_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <params> parameter of
|
|
VideoCaptureStreamParameter{i,f,d}vNV when <pname> is
|
|
VIDEO_BUFFER_INTERNAL_FORMAT_NV and returned by
|
|
GetVideoCaptureStream{i,f,d}vNV when <pname> is
|
|
VIDEO_BUFFER_INTERNAL_FORMAT_NV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDProgramBinaryZ400.html#GL_Z400_BINARY_AMD">GL_Z400_BINARY_AMD</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDProgramBinaryZ400.html" title="class in org.lwjgl.opengles">AMDProgramBinaryZ400</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <binaryFormat> parameter of ProgramBinaryOES:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_Z4Y12Z4CB12Z4A12Z4Y12Z4CR12Z4A12_4224_NV">GL_Z4Y12Z4CB12Z4A12Z4Y12Z4CR12Z4A12_4224_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <params> parameter of
|
|
VideoCaptureStreamParameter{i,f,d}vNV when <pname> is
|
|
VIDEO_BUFFER_INTERNAL_FORMAT_NV and returned by
|
|
GetVideoCaptureStream{i,f,d}vNV when <pname> is
|
|
VIDEO_BUFFER_INTERNAL_FORMAT_NV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_Z4Y12Z4CB12Z4CR12_444_NV">GL_Z4Y12Z4CB12Z4CR12_444_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <params> parameter of
|
|
VideoCaptureStreamParameter{i,f,d}vNV when <pname> is
|
|
VIDEO_BUFFER_INTERNAL_FORMAT_NV and returned by
|
|
GetVideoCaptureStream{i,f,d}vNV when <pname> is
|
|
VIDEO_BUFFER_INTERNAL_FORMAT_NV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_Z4Y12Z4CB12Z4Y12Z4CR12_422_NV">GL_Z4Y12Z4CB12Z4Y12Z4CR12_422_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <params> parameter of
|
|
VideoCaptureStreamParameter{i,f,d}vNV when <pname> is
|
|
VIDEO_BUFFER_INTERNAL_FORMAT_NV and returned by
|
|
GetVideoCaptureStream{i,f,d}vNV when <pname> is
|
|
VIDEO_BUFFER_INTERNAL_FORMAT_NV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_Z6Y10Z6CB10Z6A10Z6Y10Z6CR10Z6A10_4224_NV">GL_Z6Y10Z6CB10Z6A10Z6Y10Z6CR10Z6A10_4224_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <params> parameter of
|
|
VideoCaptureStreamParameter{i,f,d}vNV when <pname> is
|
|
VIDEO_BUFFER_INTERNAL_FORMAT_NV and returned by
|
|
GetVideoCaptureStream{i,f,d}vNV when <pname> is
|
|
VIDEO_BUFFER_INTERNAL_FORMAT_NV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#GL_Z6Y10Z6CB10Z6Y10Z6CR10_422_NV">GL_Z6Y10Z6CB10Z6Y10Z6CR10_422_NV</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted in the <params> parameter of
|
|
VideoCaptureStreamParameter{i,f,d}vNV when <pname> is
|
|
VIDEO_BUFFER_INTERNAL_FORMAT_NV and returned by
|
|
GetVideoCaptureStream{i,f,d}vNV when <pname> is
|
|
VIDEO_BUFFER_INTERNAL_FORMAT_NV:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_Z_EXT">GL_Z_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ZERO">GL_ZERO</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#GL_ZERO">GL_ZERO</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">BlendingFactorDest</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#GL_ZERO_EXT">GL_ZERO_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ZOOM_X">GL_ZOOM_X</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#GL_ZOOM_Y">GL_ZOOM_Y</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glAccum(int, float)">glAccum(int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTSeparateShaderObjects.html#glActiveProgramEXT(int)">glActiveProgramEXT(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengl">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glActiveShaderProgram(int, int)">glActiveShaderProgram(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glActiveShaderProgram(int, int)">glActiveShaderProgram(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glActiveShaderProgramEXT(int, int)">glActiveShaderProgramEXT(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTStencilTwoSide.html#glActiveStencilFaceEXT(int)">glActiveStencilFaceEXT(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTStencilTwoSide.html" title="class in org.lwjgl.opengl">EXTStencilTwoSide</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glActiveTexture(int)">glActiveTexture(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glActiveTexture(int)">glActiveTexture(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#glActiveTextureARB(int)">glActiveTextureARB(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#glActiveVaryingNV(int, java.nio.ByteBuffer)">glActiveVaryingNV(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#glActiveVaryingNV(int, java.lang.CharSequence)">glActiveVaryingNV(int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glActiveVaryingNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexArrayRange.html#glAllocateMemoryNV(int, float, float, float)">glAllocateMemoryNV(int, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl">NVVertexArrayRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#glAlphaFragmentOp1ATI(int, int, int, int, int, int)">glAlphaFragmentOp1ATI(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#glAlphaFragmentOp2ATI(int, int, int, int, int, int, int, int, int)">glAlphaFragmentOp2ATI(int, int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#glAlphaFragmentOp3ATI(int, int, int, int, int, int, int, int, int, int, int, int)">glAlphaFragmentOp3ATI(int, int, int, int, int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glAlphaFunc(int, float)">glAlphaFunc(int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVProgram.html#glAreProgramsResidentNV(java.nio.IntBuffer, java.nio.ByteBuffer)">glAreProgramsResidentNV(IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glAreTexturesResident(java.nio.IntBuffer, java.nio.ByteBuffer)">glAreTexturesResident(IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glArrayElement(int)">glArrayElement(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#glArrayObjectATI(int, int, int, int, int, int)">glArrayObjectATI(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glAttachObjectARB(int, int)">glAttachObjectARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glAttachShader(int, int)">glAttachShader(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glAttachShader(int, int)">glAttachShader(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glBegin(int)">glBegin(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glBeginConditionalRender(int, int)">glBeginConditionalRender(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVConditionalRender.html#glBeginConditionalRenderNV(int, int)">glBeginConditionalRenderNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVConditionalRender.html" title="class in org.lwjgl.opengl">NVConditionalRender</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#glBeginFragmentShaderATI()">glBeginFragmentShaderATI()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVOcclusionQuery.html#glBeginOcclusionQueryNV(int)">glBeginOcclusionQueryNV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glBeginPerfMonitorAMD(int)">glBeginPerfMonitorAMD(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glBeginPerfMonitorAMD(int)">glBeginPerfMonitorAMD(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glBeginQuery(int, int)">glBeginQuery(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glBeginQuery(int, int)">glBeginQuery(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBOcclusionQuery.html#glBeginQueryARB(int, int)">glBeginQueryARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#glBeginQueryEXT(int, int)">glBeginQueryEXT(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransformFeedback3.html#glBeginQueryIndexed(int, int, int)">glBeginQueryIndexed(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransformFeedback3.html" title="class in org.lwjgl.opengl">ARBTransformFeedback3</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glBeginQueryIndexed(int, int, int)">glBeginQueryIndexed(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glBeginTransformFeedback(int)">glBeginTransformFeedback(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glBeginTransformFeedback(int)">glBeginTransformFeedback(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTransformFeedback.html#glBeginTransformFeedbackEXT(int)">glBeginTransformFeedbackEXT(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#glBeginTransformFeedbackNV(int)">glBeginTransformFeedbackNV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glBeginVertexShaderEXT()">glBeginVertexShaderEXT()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#glBeginVideoCaptureNV(int)">glBeginVideoCaptureNV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glBindAttribLocation(int, int, java.nio.ByteBuffer)">glBindAttribLocation(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glBindAttribLocation(int, int, java.lang.CharSequence)">glBindAttribLocation(int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glBindAttribLocation.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glBindAttribLocation(int, int, java.nio.ByteBuffer)">glBindAttribLocation(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glBindAttribLocation(int, int, java.lang.CharSequence)">glBindAttribLocation(int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glBindAttribLocation.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glBindAttribLocationARB(int, int, java.nio.ByteBuffer)">glBindAttribLocationARB(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glBindAttribLocationARB(int, int, java.lang.CharSequence)">glBindAttribLocationARB(int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glBindAttribLocationARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glBindBuffer(int, int)">glBindBuffer(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glBindBuffer(int, int)">glBindBuffer(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glBindBufferARB(int, int)">glBindBufferARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#glBindBufferBase(int, int, int)">glBindBufferBase(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glBindBufferBase(int, int, int)">glBindBufferBase(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glBindBufferBase(int, int, int)">glBindBufferBase(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTransformFeedback.html#glBindBufferBaseEXT(int, int, int)">glBindBufferBaseEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#glBindBufferBaseNV(int, int, int)">glBindBufferBaseNV(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTransformFeedback.html#glBindBufferOffsetEXT(int, int, int, long)">glBindBufferOffsetEXT(int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#glBindBufferOffsetNV(int, int, int, long)">glBindBufferOffsetNV(int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#glBindBufferRange(int, int, int, long, long)">glBindBufferRange(int, int, int, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glBindBufferRange(int, int, int, long, long)">glBindBufferRange(int, int, int, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glBindBufferRange(int, int, int, long, long)">glBindBufferRange(int, int, int, long, long)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTransformFeedback.html#glBindBufferRangeEXT(int, int, int, long, long)">glBindBufferRangeEXT(int, int, int, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#glBindBufferRangeNV(int, int, int, long, long)">glBindBufferRangeNV(int, int, int, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultiBind.html#glBindBuffersBase(int, int, int, java.nio.IntBuffer)">glBindBuffersBase(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultiBind.html" title="class in org.lwjgl.opengl">ARBMultiBind</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#glBindBuffersBase(int, int, int, java.nio.IntBuffer)">glBindBuffersBase(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultiBind.html#glBindBuffersRange(int, int, int, java.nio.IntBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">glBindBuffersRange(int, int, int, IntBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultiBind.html" title="class in org.lwjgl.opengl">ARBMultiBind</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#glBindBuffersRange(int, int, int, java.nio.IntBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">glBindBuffersRange(int, int, int, IntBuffer, PointerBuffer, PointerBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glBindFragDataLocation(int, int, java.nio.ByteBuffer)">glBindFragDataLocation(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glBindFragDataLocation(int, int, java.lang.CharSequence)">glBindFragDataLocation(int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glBindFragDataLocation.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glBindFragDataLocationEXT(int, int, java.nio.ByteBuffer)">glBindFragDataLocationEXT(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glBindFragDataLocationEXT(int, int, java.lang.CharSequence)">glBindFragDataLocationEXT(int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glBindFragDataLocationEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBlendFuncExtended.html#glBindFragDataLocationIndexed(int, int, int, java.nio.ByteBuffer)">glBindFragDataLocationIndexed(int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBlendFuncExtended.html" title="class in org.lwjgl.opengl">ARBBlendFuncExtended</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBlendFuncExtended.html#glBindFragDataLocationIndexed(int, int, int, java.lang.CharSequence)">glBindFragDataLocationIndexed(int, int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBlendFuncExtended.html" title="class in org.lwjgl.opengl">ARBBlendFuncExtended</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glBindFragDataLocationIndexed.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glBindFragDataLocationIndexed(int, int, int, java.nio.ByteBuffer)">glBindFragDataLocationIndexed(int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glBindFragDataLocationIndexed(int, int, int, java.lang.CharSequence)">glBindFragDataLocationIndexed(int, int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glBindFragDataLocationIndexed.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#glBindFragmentShaderATI(int)">glBindFragmentShaderATI(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glBindFramebuffer(int, int)">glBindFramebuffer(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glBindFramebuffer(int, int)">glBindFramebuffer(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glBindFramebuffer(int, int)">glBindFramebuffer(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#glBindFramebufferEXT(int, int)">glBindFramebufferEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#glBindFramebufferOES(int, int)">glBindFramebufferOES(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#glBindImageTexture(int, int, int, boolean, int, int, int)">glBindImageTexture(int, int, int, boolean, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#glBindImageTexture(int, int, int, boolean, int, int, int)">glBindImageTexture(int, int, int, boolean, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#glBindImageTextureEXT(int, int, int, boolean, int, int, int)">glBindImageTextureEXT(int, int, int, boolean, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultiBind.html#glBindImageTextures(int, int, java.nio.IntBuffer)">glBindImageTextures(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultiBind.html" title="class in org.lwjgl.opengl">ARBMultiBind</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#glBindImageTextures(int, int, java.nio.IntBuffer)">glBindImageTextures(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glBindLightParameterEXT(int, int)">glBindLightParameterEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glBindMaterialParameterEXT(int, int)">glBindMaterialParameterEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glBindMultiTextureEXT(int, int, int)">glBindMultiTextureEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glBindParameterEXT(int)">glBindParameterEXT(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#glBindProgramARB(int, int)">glBindProgramARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVProgram.html#glBindProgramNV(int, int)">glBindProgramNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glBindProgramPipeline(int)">glBindProgramPipeline(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glBindProgramPipeline(int)">glBindProgramPipeline(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glBindProgramPipelineEXT(int)">glBindProgramPipelineEXT(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glBindRenderbuffer(int, int)">glBindRenderbuffer(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glBindRenderbuffer(int, int)">glBindRenderbuffer(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glBindRenderbuffer(int, int)">glBindRenderbuffer(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#glBindRenderbufferEXT(int, int)">glBindRenderbufferEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#glBindRenderbufferOES(int, int)">glBindRenderbufferOES(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSamplerObjects.html#glBindSampler(int, int)">glBindSampler(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glBindSampler(int, int)">glBindSampler(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glBindSampler(int, int)">glBindSampler(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultiBind.html#glBindSamplers(int, int, java.nio.IntBuffer)">glBindSamplers(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultiBind.html" title="class in org.lwjgl.opengl">ARBMultiBind</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#glBindSamplers(int, int, java.nio.IntBuffer)">glBindSamplers(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glBindTexGenParameterEXT(int, int, int)">glBindTexGenParameterEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glBindTexture(int, int)">glBindTexture(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glBindTexture(int, int)">glBindTexture(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultiBind.html#glBindTextures(int, int, java.nio.IntBuffer)">glBindTextures(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultiBind.html" title="class in org.lwjgl.opengl">ARBMultiBind</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#glBindTextures(int, int, java.nio.IntBuffer)">glBindTextures(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glBindTextureUnitParameterEXT(int, int)">glBindTextureUnitParameterEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransformFeedback2.html#glBindTransformFeedback(int, int)">glBindTransformFeedback(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl">ARBTransformFeedback2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glBindTransformFeedback(int, int)">glBindTransformFeedback(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glBindTransformFeedback(int, int)">glBindTransformFeedback(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback2.html#glBindTransformFeedbackNV(int, int)">glBindTransformFeedbackNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl">NVTransformFeedback2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexArrayObject.html#glBindVertexArray(int)">glBindVertexArray(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexArrayObject.html" title="class in org.lwjgl.opengl">ARBVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glBindVertexArray(int)">glBindVertexArray(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glBindVertexArray(int)">glBindVertexArray(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexArrayObject.html#glBindVertexArrayAPPLE(int)">glBindVertexArrayAPPLE(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexArrayObject.html" title="class in org.lwjgl.opengl">APPLEVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESVertexArrayObject.html#glBindVertexArrayOES(int)">glBindVertexArrayOES(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESVertexArrayObject.html" title="class in org.lwjgl.opengles">OESVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttribBinding.html#glBindVertexBuffer(int, int, long, int)">glBindVertexBuffer(int, int, long, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl">ARBVertexAttribBinding</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glBindVertexBuffer(int, int, long, int)">glBindVertexBuffer(int, int, long, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultiBind.html#glBindVertexBuffers(int, int, java.nio.IntBuffer, org.lwjgl.PointerBuffer, java.nio.IntBuffer)">glBindVertexBuffers(int, int, IntBuffer, PointerBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultiBind.html" title="class in org.lwjgl.opengl">ARBMultiBind</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#glBindVertexBuffers(int, int, java.nio.IntBuffer, org.lwjgl.PointerBuffer, java.nio.IntBuffer)">glBindVertexBuffers(int, int, IntBuffer, PointerBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glBindVertexShaderEXT(int)">glBindVertexShaderEXT(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCaptureUtil.html#glBindVideoCaptureDeviceNV(int, long)">glBindVideoCaptureDeviceNV(int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCaptureUtil.html" title="class in org.lwjgl.opengl">NVVideoCaptureUtil</a></dt>
|
|
<dd>
|
|
<div class="block">After successfully locking a video capture device, use this method to bind it
|
|
to the capture slot specified in the current context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#glBindVideoCaptureStreamBufferNV(int, int, int, long)">glBindVideoCaptureStreamBufferNV(int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#glBindVideoCaptureStreamTextureNV(int, int, int, int, int)">glBindVideoCaptureStreamTextureNV(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPresentVideoUtil.html#glBindVideoDeviceNV(int, long, java.nio.IntBuffer)">glBindVideoDeviceNV(int, long, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPresentVideoUtil.html" title="class in org.lwjgl.opengl">NVPresentVideoUtil</a></dt>
|
|
<dd>
|
|
<div class="block">Binds the video output device specified to one of the context's available video output slots.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glBitmap(int, int, float, float, float, float, java.nio.ByteBuffer)">glBitmap(int, int, float, float, float, float, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glBitmap(int, int, float, float, float, float, long)">glBitmap(int, int, float, float, float, float, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#glBlendBarrierNV()">glBlendBarrierNV()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glBlendColor(float, float, float, float)">glBlendColor(float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#glBlendColor(float, float, float, float)">glBlendColor(float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glBlendColor(float, float, float, float)">glBlendColor(float, float, float, float)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBlendColor.html#glBlendColorEXT(float, float, float, float)">glBlendColorEXT(float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBlendColor.html" title="class in org.lwjgl.opengl">EXTBlendColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glBlendEquation(int)">glBlendEquation(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#glBlendEquation(int)">glBlendEquation(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glBlendEquation(int)">glBlendEquation(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBlendMinmax.html#glBlendEquationEXT(int)">glBlendEquationEXT(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBlendMinmax.html" title="class in org.lwjgl.opengl">EXTBlendMinmax</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTBlendMinmax.html#glBlendEquationEXT(int)">glBlendEquationEXT(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTBlendMinmax.html" title="class in org.lwjgl.opengles">EXTBlendMinmax</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glBlendEquationi(int, int)">glBlendEquationi(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawBuffersBlend.html#glBlendEquationiARB(int, int)">glBlendEquationiARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawBuffersBlend.html" title="class in org.lwjgl.opengl">ARBDrawBuffersBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDrawBuffersBlend.html#glBlendEquationIndexedAMD(int, int)">glBlendEquationIndexedAMD(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDrawBuffersBlend.html" title="class in org.lwjgl.opengl">AMDDrawBuffersBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESBlendSubtract.html#glBlendEquationOES(int)">glBlendEquationOES(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESBlendSubtract.html" title="class in org.lwjgl.opengles">OESBlendSubtract</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glBlendEquationSeparate(int, int)">glBlendEquationSeparate(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glBlendEquationSeparate(int, int)">glBlendEquationSeparate(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBlendEquationSeparate.html#glBlendEquationSeparateEXT(int, int)">glBlendEquationSeparateEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBlendEquationSeparate.html" title="class in org.lwjgl.opengl">EXTBlendEquationSeparate</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glBlendEquationSeparatei(int, int, int)">glBlendEquationSeparatei(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawBuffersBlend.html#glBlendEquationSeparateiARB(int, int, int)">glBlendEquationSeparateiARB(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawBuffersBlend.html" title="class in org.lwjgl.opengl">ARBDrawBuffersBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDrawBuffersBlend.html#glBlendEquationSeparateIndexedAMD(int, int, int)">glBlendEquationSeparateIndexedAMD(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDrawBuffersBlend.html" title="class in org.lwjgl.opengl">AMDDrawBuffersBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESBlendEquationSeparate.html#glBlendEquationSeparateOES(int, int)">glBlendEquationSeparateOES(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESBlendEquationSeparate.html" title="class in org.lwjgl.opengles">OESBlendEquationSeparate</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glBlendFunc(int, int)">glBlendFunc(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glBlendFunc(int, int)">glBlendFunc(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glBlendFunci(int, int, int)">glBlendFunci(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawBuffersBlend.html#glBlendFunciARB(int, int, int)">glBlendFunciARB(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawBuffersBlend.html" title="class in org.lwjgl.opengl">ARBDrawBuffersBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDrawBuffersBlend.html#glBlendFuncIndexedAMD(int, int, int)">glBlendFuncIndexedAMD(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDrawBuffersBlend.html" title="class in org.lwjgl.opengl">AMDDrawBuffersBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#glBlendFuncSeparate(int, int, int, int)">glBlendFuncSeparate(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glBlendFuncSeparate(int, int, int, int)">glBlendFuncSeparate(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBlendFuncSeparate.html#glBlendFuncSeparateEXT(int, int, int, int)">glBlendFuncSeparateEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBlendFuncSeparate.html" title="class in org.lwjgl.opengl">EXTBlendFuncSeparate</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glBlendFuncSeparatei(int, int, int, int, int)">glBlendFuncSeparatei(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawBuffersBlend.html#glBlendFuncSeparateiARB(int, int, int, int, int)">glBlendFuncSeparateiARB(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawBuffersBlend.html" title="class in org.lwjgl.opengl">ARBDrawBuffersBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDrawBuffersBlend.html#glBlendFuncSeparateIndexedAMD(int, int, int, int, int)">glBlendFuncSeparateIndexedAMD(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDrawBuffersBlend.html" title="class in org.lwjgl.opengl">AMDDrawBuffersBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESBlendFuncSeparate.html#glBlendFuncSeparateOES(int, int, int, int)">glBlendFuncSeparateOES(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESBlendFuncSeparate.html" title="class in org.lwjgl.opengles">OESBlendFuncSeparate</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#glBlendParameteriNV(int, int)">glBlendParameteriNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int)">glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int)">glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Transfers a rectangle of pixel values from one
|
|
region of the read framebuffer to another in the draw framebuffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int)">glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Transfers a rectangle of pixel values from one
|
|
region of the read framebuffer to another in the draw framebuffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ANGLEFramebufferBlit.html#glBlitFramebufferANGLE(int, int, int, int, int, int, int, int, int, int)">glBlitFramebufferANGLE(int, int, int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ANGLEFramebufferBlit.html" title="class in org.lwjgl.opengles">ANGLEFramebufferBlit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferBlit.html#glBlitFramebufferEXT(int, int, int, int, int, int, int, int, int, int)">glBlitFramebufferEXT(int, int, int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferBlit.html" title="class in org.lwjgl.opengl">EXTFramebufferBlit</a></dt>
|
|
<dd>
|
|
<div class="block">Transfers a rectangle of pixel values from one
|
|
region of the read framebuffer to another in the draw framebuffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#glBufferAddressRangeNV(int, int, long, long)">glBufferAddressRangeNV(int, int, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glBufferData(int, long, int)">glBufferData(int, long, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glBufferData(int, java.nio.ByteBuffer, int)">glBufferData(int, ByteBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glBufferData(int, java.nio.DoubleBuffer, int)">glBufferData(int, DoubleBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glBufferData(int, java.nio.FloatBuffer, int)">glBufferData(int, FloatBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glBufferData(int, java.nio.IntBuffer, int)">glBufferData(int, IntBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glBufferData(int, java.nio.ShortBuffer, int)">glBufferData(int, ShortBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glBufferData(int, long, int)">glBufferData(int, long, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glBufferData(int, java.nio.ByteBuffer, int)">glBufferData(int, ByteBuffer, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glBufferData(int, java.nio.FloatBuffer, int)">glBufferData(int, FloatBuffer, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glBufferData(int, java.nio.IntBuffer, int)">glBufferData(int, IntBuffer, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glBufferData(int, java.nio.ShortBuffer, int)">glBufferData(int, ShortBuffer, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glBufferDataARB(int, long, int)">glBufferDataARB(int, long, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glBufferDataARB(int, java.nio.ByteBuffer, int)">glBufferDataARB(int, ByteBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glBufferDataARB(int, java.nio.DoubleBuffer, int)">glBufferDataARB(int, DoubleBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glBufferDataARB(int, java.nio.FloatBuffer, int)">glBufferDataARB(int, FloatBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glBufferDataARB(int, java.nio.IntBuffer, int)">glBufferDataARB(int, IntBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glBufferDataARB(int, java.nio.ShortBuffer, int)">glBufferDataARB(int, ShortBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFlushBufferRange.html#glBufferParameteriAPPLE(int, int, int)">glBufferParameteriAPPLE(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFlushBufferRange.html" title="class in org.lwjgl.opengl">APPLEFlushBufferRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferStorage.html#glBufferStorage(int, java.nio.ByteBuffer, int)">glBufferStorage(int, ByteBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferStorage.html#glBufferStorage(int, java.nio.DoubleBuffer, int)">glBufferStorage(int, DoubleBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferStorage.html#glBufferStorage(int, java.nio.FloatBuffer, int)">glBufferStorage(int, FloatBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferStorage.html#glBufferStorage(int, java.nio.IntBuffer, int)">glBufferStorage(int, IntBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferStorage.html#glBufferStorage(int, java.nio.ShortBuffer, int)">glBufferStorage(int, ShortBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferStorage.html#glBufferStorage(int, java.nio.LongBuffer, int)">glBufferStorage(int, LongBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferStorage.html#glBufferStorage(int, long, int)">glBufferStorage(int, long, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glBufferStorage.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#glBufferStorage(int, java.nio.ByteBuffer, int)">glBufferStorage(int, ByteBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#glBufferStorage(int, java.nio.DoubleBuffer, int)">glBufferStorage(int, DoubleBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#glBufferStorage(int, java.nio.FloatBuffer, int)">glBufferStorage(int, FloatBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#glBufferStorage(int, java.nio.IntBuffer, int)">glBufferStorage(int, IntBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#glBufferStorage(int, java.nio.ShortBuffer, int)">glBufferStorage(int, ShortBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#glBufferStorage(int, java.nio.LongBuffer, int)">glBufferStorage(int, LongBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#glBufferStorage(int, long, int)">glBufferStorage(int, long, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glBufferStorage.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glBufferSubData(int, long, java.nio.ByteBuffer)">glBufferSubData(int, long, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glBufferSubData(int, long, java.nio.DoubleBuffer)">glBufferSubData(int, long, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glBufferSubData(int, long, java.nio.FloatBuffer)">glBufferSubData(int, long, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glBufferSubData(int, long, java.nio.IntBuffer)">glBufferSubData(int, long, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glBufferSubData(int, long, java.nio.ShortBuffer)">glBufferSubData(int, long, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glBufferSubData(int, long, java.nio.ByteBuffer)">glBufferSubData(int, long, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glBufferSubData(int, long, java.nio.FloatBuffer)">glBufferSubData(int, long, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glBufferSubData(int, long, java.nio.IntBuffer)">glBufferSubData(int, long, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glBufferSubData(int, long, java.nio.ShortBuffer)">glBufferSubData(int, long, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glBufferSubDataARB(int, long, java.nio.ByteBuffer)">glBufferSubDataARB(int, long, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glBufferSubDataARB(int, long, java.nio.DoubleBuffer)">glBufferSubDataARB(int, long, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glBufferSubDataARB(int, long, java.nio.FloatBuffer)">glBufferSubDataARB(int, long, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glBufferSubDataARB(int, long, java.nio.IntBuffer)">glBufferSubDataARB(int, long, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glBufferSubDataARB(int, long, java.nio.ShortBuffer)">glBufferSubDataARB(int, long, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glCallList(int)">glCallList(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glCallLists(java.nio.ByteBuffer)">glCallLists(ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glCallLists(java.nio.IntBuffer)">glCallLists(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glCallLists(java.nio.ShortBuffer)">glCallLists(ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glCheckFramebufferStatus(int)">glCheckFramebufferStatus(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glCheckFramebufferStatus(int)">glCheckFramebufferStatus(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glCheckFramebufferStatus(int)">glCheckFramebufferStatus(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#glCheckFramebufferStatusEXT(int)">glCheckFramebufferStatusEXT(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#glCheckFramebufferStatusOES(int)">glCheckFramebufferStatusOES(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCheckNamedFramebufferStatusEXT(int, int)">glCheckNamedFramebufferStatusEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glClampColor(int, int)">glClampColor(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBColorBufferFloat.html#glClampColorARB(int, int)">glClampColorARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBColorBufferFloat.html" title="class in org.lwjgl.opengl">ARBColorBufferFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glClear(int)">glClear(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glClear(int)">glClear(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glClearAccum(float, float, float, float)">glClearAccum(float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glClearBuffer(int, int, java.nio.FloatBuffer)">glClearBuffer(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glClearBuffer(int, int, java.nio.IntBuffer)">glClearBuffer(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glClearBuffer(int, int, java.nio.FloatBuffer)">glClearBuffer(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glClearBuffer(int, int, java.nio.IntBuffer)">glClearBuffer(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBClearBufferObject.html#glClearBufferData(int, int, int, int, java.nio.ByteBuffer)">glClearBufferData(int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBClearBufferObject.html" title="class in org.lwjgl.opengl">ARBClearBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glClearBufferData(int, int, int, int, java.nio.ByteBuffer)">glClearBufferData(int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glClearBufferfi(int, int, float, int)">glClearBufferfi(int, int, float, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glClearBufferfi(int, int, float, int)">glClearBufferfi(int, int, float, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBClearBufferObject.html#glClearBufferSubData(int, int, long, int, int, java.nio.ByteBuffer)">glClearBufferSubData(int, int, long, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBClearBufferObject.html" title="class in org.lwjgl.opengl">ARBClearBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glClearBufferSubData(int, int, long, int, int, java.nio.ByteBuffer)">glClearBufferSubData(int, int, long, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glClearBufferu(int, int, java.nio.IntBuffer)">glClearBufferu(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glClearBufferu(int, int, java.nio.IntBuffer)">glClearBufferu(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glClearColor(float, float, float, float)">glClearColor(float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glClearColor(float, float, float, float)">glClearColor(float, float, float, float)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#glClearColorIiEXT(int, int, int, int)">glClearColorIiEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#glClearColorIuiEXT(int, int, int, int)">glClearColorIuiEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glClearDepth(double)">glClearDepth(double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVDepthBufferFloat.html#glClearDepthdNV(double)">glClearDepthdNV(double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVDepthBufferFloat.html" title="class in org.lwjgl.opengl">NVDepthBufferFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES2Compatibility.html#glClearDepthf(float)">glClearDepthf(float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glClearDepthf(float)">glClearDepthf(float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glClearDepthf(float)">glClearDepthf(float)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBClearBufferObject.html#glClearNamedBufferDataEXT(int, int, int, int, java.nio.ByteBuffer)">glClearNamedBufferDataEXT(int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBClearBufferObject.html" title="class in org.lwjgl.opengl">ARBClearBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBClearBufferObject.html#glClearNamedBufferSubDataEXT(int, int, long, int, int, java.nio.ByteBuffer)">glClearNamedBufferSubDataEXT(int, int, long, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBClearBufferObject.html" title="class in org.lwjgl.opengl">ARBClearBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glClearStencil(int)">glClearStencil(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glClearStencil(int)">glClearStencil(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBClearTexture.html#glClearTexImage(int, int, int, int, java.nio.ByteBuffer)">glClearTexImage(int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl">ARBClearTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBClearTexture.html#glClearTexImage(int, int, int, int, java.nio.DoubleBuffer)">glClearTexImage(int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl">ARBClearTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBClearTexture.html#glClearTexImage(int, int, int, int, java.nio.FloatBuffer)">glClearTexImage(int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl">ARBClearTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBClearTexture.html#glClearTexImage(int, int, int, int, java.nio.IntBuffer)">glClearTexImage(int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl">ARBClearTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBClearTexture.html#glClearTexImage(int, int, int, int, java.nio.ShortBuffer)">glClearTexImage(int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl">ARBClearTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBClearTexture.html#glClearTexImage(int, int, int, int, java.nio.LongBuffer)">glClearTexImage(int, int, int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl">ARBClearTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#glClearTexImage(int, int, int, int, java.nio.ByteBuffer)">glClearTexImage(int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#glClearTexImage(int, int, int, int, java.nio.DoubleBuffer)">glClearTexImage(int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#glClearTexImage(int, int, int, int, java.nio.FloatBuffer)">glClearTexImage(int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#glClearTexImage(int, int, int, int, java.nio.IntBuffer)">glClearTexImage(int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#glClearTexImage(int, int, int, int, java.nio.ShortBuffer)">glClearTexImage(int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#glClearTexImage(int, int, int, int, java.nio.LongBuffer)">glClearTexImage(int, int, int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBClearTexture.html#glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl">ARBClearTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBClearTexture.html#glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)">glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl">ARBClearTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBClearTexture.html#glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)">glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl">ARBClearTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBClearTexture.html#glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)">glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl">ARBClearTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBClearTexture.html#glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)">glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl">ARBClearTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBClearTexture.html#glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.LongBuffer)">glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl">ARBClearTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)">glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)">glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)">glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)">glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL44.html#glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.LongBuffer)">glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glClientActiveTexture(int)">glClientActiveTexture(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#glClientActiveTextureARB(int)">glClientActiveTextureARB(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#glClientActiveVertexStreamATI(int)">glClientActiveVertexStreamATI(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glClientAttribDefaultEXT(int)">glClientAttribDefaultEXT(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSync.html#glClientWaitSync(org.lwjgl.opengl.GLSync, int, long)">glClientWaitSync(GLSync, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glClientWaitSync(org.lwjgl.opengl.GLSync, int, long)">glClientWaitSync(GLSync, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glClientWaitSync(org.lwjgl.opengles.GLSync, int, long)">glClientWaitSync(GLSync, int, long)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLESync.html#glClientWaitSyncAPPLE(org.lwjgl.opengles.GLSync, int, long)">glClientWaitSyncAPPLE(GLSync, int, long)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glClipPlane(int, java.nio.DoubleBuffer)">glClipPlane(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glColor3b(byte, byte, byte)">glColor3b(byte, byte, byte)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glColor3d(double, double, double)">glColor3d(double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glColor3f(float, float, float)">glColor3f(float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVHalfFloat.html#glColor3hNV(short, short, short)">glColor3hNV(short, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glColor3ub(byte, byte, byte)">glColor3ub(byte, byte, byte)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glColor4b(byte, byte, byte, byte)">glColor4b(byte, byte, byte, byte)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glColor4d(double, double, double, double)">glColor4d(double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glColor4f(float, float, float, float)">glColor4f(float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVHalfFloat.html#glColor4hNV(short, short, short, short)">glColor4hNV(short, short, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glColor4ub(byte, byte, byte, byte)">glColor4ub(byte, byte, byte, byte)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#glColorFormatNV(int, int, int)">glColorFormatNV(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#glColorFragmentOp1ATI(int, int, int, int, int, int, int)">glColorFragmentOp1ATI(int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#glColorFragmentOp2ATI(int, int, int, int, int, int, int, int, int, int)">glColorFragmentOp2ATI(int, int, int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#glColorFragmentOp3ATI(int, int, int, int, int, int, int, int, int, int, int, int, int)">glColorFragmentOp3ATI(int, int, int, int, int, int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glColorMask(boolean, boolean, boolean, boolean)">glColorMask(boolean, boolean, boolean, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glColorMask(boolean, boolean, boolean, boolean)">glColorMask(boolean, boolean, boolean, boolean)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glColorMaski(int, boolean, boolean, boolean, boolean)">glColorMaski(int, boolean, boolean, boolean, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDrawBuffers2.html#glColorMaskIndexedEXT(int, boolean, boolean, boolean, boolean)">glColorMaskIndexedEXT(int, boolean, boolean, boolean, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDrawBuffers2.html" title="class in org.lwjgl.opengl">EXTDrawBuffers2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glColorMaterial(int, int)">glColorMaterial(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glColorP3u(int, java.nio.IntBuffer)">glColorP3u(int, IntBuffer)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glColorP3u(int, java.nio.IntBuffer)">glColorP3u(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glColorP3ui(int, int)">glColorP3ui(int, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glColorP3ui(int, int)">glColorP3ui(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glColorP4u(int, java.nio.IntBuffer)">glColorP4u(int, IntBuffer)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glColorP4u(int, java.nio.IntBuffer)">glColorP4u(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glColorP4ui(int, int)">glColorP4ui(int, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glColorP4ui(int, int)">glColorP4ui(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glColorPointer(int, int, java.nio.DoubleBuffer)">glColorPointer(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glColorPointer(int, int, java.nio.FloatBuffer)">glColorPointer(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glColorPointer(int, boolean, int, java.nio.ByteBuffer)">glColorPointer(int, boolean, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glColorPointer(int, int, int, long)">glColorPointer(int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glColorPointer(int, int, int, java.nio.ByteBuffer)">glColorPointer(int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glColorPointer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glColorSubTable(int, int, int, int, int, java.nio.ByteBuffer)">glColorSubTable(int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glColorSubTable(int, int, int, int, int, java.nio.DoubleBuffer)">glColorSubTable(int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glColorSubTable(int, int, int, int, int, java.nio.FloatBuffer)">glColorSubTable(int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glColorSubTable(int, int, int, int, int, long)">glColorSubTable(int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#glColorSubTableEXT(int, int, int, int, int, java.nio.ByteBuffer)">glColorSubTableEXT(int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#glColorSubTableEXT(int, int, int, int, int, java.nio.DoubleBuffer)">glColorSubTableEXT(int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#glColorSubTableEXT(int, int, int, int, int, java.nio.FloatBuffer)">glColorSubTableEXT(int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#glColorSubTableEXT(int, int, int, int, int, java.nio.IntBuffer)">glColorSubTableEXT(int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#glColorSubTableEXT(int, int, int, int, int, java.nio.ShortBuffer)">glColorSubTableEXT(int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glColorTable(int, int, int, int, int, java.nio.ByteBuffer)">glColorTable(int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glColorTable(int, int, int, int, int, java.nio.DoubleBuffer)">glColorTable(int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glColorTable(int, int, int, int, int, java.nio.FloatBuffer)">glColorTable(int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glColorTable(int, int, int, int, int, long)">glColorTable(int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#glColorTableEXT(int, int, int, int, int, java.nio.ByteBuffer)">glColorTableEXT(int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#glColorTableEXT(int, int, int, int, int, java.nio.DoubleBuffer)">glColorTableEXT(int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#glColorTableEXT(int, int, int, int, int, java.nio.FloatBuffer)">glColorTableEXT(int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#glColorTableEXT(int, int, int, int, int, java.nio.IntBuffer)">glColorTableEXT(int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#glColorTableEXT(int, int, int, int, int, java.nio.ShortBuffer)">glColorTableEXT(int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glColorTableParameter(int, int, java.nio.IntBuffer)">glColorTableParameter(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glColorTableParameter(int, int, java.nio.FloatBuffer)">glColorTableParameter(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#glCombinerInputNV(int, int, int, int, int, int)">glCombinerInputNV(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#glCombinerOutputNV(int, int, int, int, int, int, int, boolean, boolean, boolean)">glCombinerOutputNV(int, int, int, int, int, int, int, boolean, boolean, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#glCombinerParameterfNV(int, float)">glCombinerParameterfNV(int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#glCombinerParameteriNV(int, int)">glCombinerParameteriNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#glCombinerParameterNV(int, java.nio.FloatBuffer)">glCombinerParameterNV(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#glCombinerParameterNV(int, java.nio.IntBuffer)">glCombinerParameterNV(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners2.html#glCombinerStageParameterNV(int, int, java.nio.FloatBuffer)">glCombinerStageParameterNV(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners2.html" title="class in org.lwjgl.opengl">NVRegisterCombiners2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glCompileShader(int)">glCompileShader(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glCompileShader(int)">glCompileShader(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glCompileShaderARB(int)">glCompileShaderARB(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glCompileShaderIncludeARB(int, int, java.nio.ByteBuffer)">glCompileShaderIncludeARB(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glCompileShaderIncludeARB(int, java.lang.CharSequence[])">glCompileShaderIncludeARB(int, CharSequence[])</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glCompileShaderIncludeARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedMultiTexImage1DEXT(int, int, int, int, int, int, java.nio.ByteBuffer)">glCompressedMultiTexImage1DEXT(int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedMultiTexImage1DEXT(int, int, int, int, int, int, int, long)">glCompressedMultiTexImage1DEXT(int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedMultiTexImage2DEXT(int, int, int, int, int, int, int, java.nio.ByteBuffer)">glCompressedMultiTexImage2DEXT(int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedMultiTexImage2DEXT(int, int, int, int, int, int, int, int, long)">glCompressedMultiTexImage2DEXT(int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedMultiTexImage3DEXT(int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glCompressedMultiTexImage3DEXT(int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, long)">glCompressedMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedMultiTexSubImage1DEXT(int, int, int, int, int, int, java.nio.ByteBuffer)">glCompressedMultiTexSubImage1DEXT(int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedMultiTexSubImage1DEXT(int, int, int, int, int, int, int, long)">glCompressedMultiTexSubImage1DEXT(int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glCompressedMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, long)">glCompressedMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glCompressedMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, long)">glCompressedMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glCompressedTexImage1D(int, int, int, int, int, java.nio.ByteBuffer)">glCompressedTexImage1D(int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glCompressedTexImage1D(int, int, int, int, int, int, long)">glCompressedTexImage1D(int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompression.html#glCompressedTexImage1DARB(int, int, int, int, int, java.nio.ByteBuffer)">glCompressedTexImage1DARB(int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompression.html#glCompressedTexImage1DARB(int, int, int, int, int, int, long)">glCompressedTexImage1DARB(int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glCompressedTexImage2D(int, int, int, int, int, int, java.nio.ByteBuffer)">glCompressedTexImage2D(int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glCompressedTexImage2D(int, int, int, int, int, int, int, long)">glCompressedTexImage2D(int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glCompressedTexImage2D(int, int, int, int, int, int, java.nio.ByteBuffer)">glCompressedTexImage2D(int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompression.html#glCompressedTexImage2DARB(int, int, int, int, int, int, java.nio.ByteBuffer)">glCompressedTexImage2DARB(int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompression.html#glCompressedTexImage2DARB(int, int, int, int, int, int, int, long)">glCompressedTexImage2DARB(int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glCompressedTexImage3D(int, int, int, int, int, int, int, java.nio.ByteBuffer)">glCompressedTexImage3D(int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glCompressedTexImage3D(int, int, int, int, int, int, int, int, long)">glCompressedTexImage3D(int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glCompressedTexImage3D(int, int, int, int, int, int, int, java.nio.ByteBuffer)">glCompressedTexImage3D(int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glCompressedTexImage3D(int, int, int, int, int, int, int, int, long)">glCompressedTexImage3D(int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompression.html#glCompressedTexImage3DARB(int, int, int, int, int, int, int, java.nio.ByteBuffer)">glCompressedTexImage3DARB(int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompression.html#glCompressedTexImage3DARB(int, int, int, int, int, int, int, int, long)">glCompressedTexImage3DARB(int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESTexture3D.html#glCompressedTexImage3DOES(int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glCompressedTexImage3DOES(int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glCompressedTexSubImage1D(int, int, int, int, int, java.nio.ByteBuffer)">glCompressedTexSubImage1D(int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glCompressedTexSubImage1D(int, int, int, int, int, int, long)">glCompressedTexSubImage1D(int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompression.html#glCompressedTexSubImage1DARB(int, int, int, int, int, java.nio.ByteBuffer)">glCompressedTexSubImage1DARB(int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompression.html#glCompressedTexSubImage1DARB(int, int, int, int, int, int, long)">glCompressedTexSubImage1DARB(int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glCompressedTexSubImage2D(int, int, int, int, int, int, int, java.nio.ByteBuffer)">glCompressedTexSubImage2D(int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, long)">glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glCompressedTexSubImage2D(int, int, int, int, int, int, int, java.nio.ByteBuffer)">glCompressedTexSubImage2D(int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompression.html#glCompressedTexSubImage2DARB(int, int, int, int, int, int, int, java.nio.ByteBuffer)">glCompressedTexSubImage2DARB(int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompression.html#glCompressedTexSubImage2DARB(int, int, int, int, int, int, int, int, long)">glCompressedTexSubImage2DARB(int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long)">glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long)">glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompression.html#glCompressedTexSubImage3DARB(int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glCompressedTexSubImage3DARB(int, int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompression.html#glCompressedTexSubImage3DARB(int, int, int, int, int, int, int, int, int, int, long)">glCompressedTexSubImage3DARB(int, int, int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESTexture3D.html#glCompressedTexSubImage3DOES(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glCompressedTexSubImage3DOES(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedTextureImage1DEXT(int, int, int, int, int, int, java.nio.ByteBuffer)">glCompressedTextureImage1DEXT(int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedTextureImage1DEXT(int, int, int, int, int, int, int, long)">glCompressedTextureImage1DEXT(int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedTextureImage2DEXT(int, int, int, int, int, int, int, java.nio.ByteBuffer)">glCompressedTextureImage2DEXT(int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedTextureImage2DEXT(int, int, int, int, int, int, int, int, long)">glCompressedTextureImage2DEXT(int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedTextureImage3DEXT(int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glCompressedTextureImage3DEXT(int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedTextureImage3DEXT(int, int, int, int, int, int, int, int, int, long)">glCompressedTextureImage3DEXT(int, int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedTextureSubImage1DEXT(int, int, int, int, int, int, java.nio.ByteBuffer)">glCompressedTextureSubImage1DEXT(int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedTextureSubImage1DEXT(int, int, int, int, int, int, int, long)">glCompressedTextureSubImage1DEXT(int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedTextureSubImage2DEXT(int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glCompressedTextureSubImage2DEXT(int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, long)">glCompressedTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glCompressedTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, long)">glCompressedTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/GLContext.html" title="class in org.lwjgl.opengl"><span class="strong">GLContext</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block"><p/>
|
|
Manages GL contexts.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GLContext.html#GLContext()">GLContext()</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GLContext.html" title="class in org.lwjgl.opengl">GLContext</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/GLContext.html" title="class in org.lwjgl.opengles"><span class="strong">GLContext</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd>
|
|
<div class="block"><p/>
|
|
Manages GL contexts.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLContext.html#GLContext()">GLContext()</a></span> - Constructor for class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLContext.html" title="class in org.lwjgl.opengles">GLContext</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glConvolutionFilter1D(int, int, int, int, int, java.nio.ByteBuffer)">glConvolutionFilter1D(int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glConvolutionFilter1D(int, int, int, int, int, java.nio.DoubleBuffer)">glConvolutionFilter1D(int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glConvolutionFilter1D(int, int, int, int, int, java.nio.FloatBuffer)">glConvolutionFilter1D(int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glConvolutionFilter1D(int, int, int, int, int, java.nio.IntBuffer)">glConvolutionFilter1D(int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glConvolutionFilter1D(int, int, int, int, int, java.nio.ShortBuffer)">glConvolutionFilter1D(int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glConvolutionFilter1D(int, int, int, int, int, long)">glConvolutionFilter1D(int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glConvolutionFilter2D(int, int, int, int, int, int, java.nio.ByteBuffer)">glConvolutionFilter2D(int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glConvolutionFilter2D(int, int, int, int, int, int, java.nio.IntBuffer)">glConvolutionFilter2D(int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glConvolutionFilter2D(int, int, int, int, int, int, java.nio.ShortBuffer)">glConvolutionFilter2D(int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glConvolutionFilter2D(int, int, int, int, int, int, long)">glConvolutionFilter2D(int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glConvolutionParameter(int, int, java.nio.FloatBuffer)">glConvolutionParameter(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glConvolutionParameter(int, int, java.nio.IntBuffer)">glConvolutionParameter(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glConvolutionParameterf(int, int, float)">glConvolutionParameterf(int, int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glConvolutionParameteri(int, int, int)">glConvolutionParameteri(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBCopyBuffer.html#glCopyBufferSubData(int, int, long, long, long)">glCopyBufferSubData(int, int, long, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBCopyBuffer.html" title="class in org.lwjgl.opengl">ARBCopyBuffer</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#glCopyBufferSubData(int, int, long, long, long)">glCopyBufferSubData(int, int, long, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glCopyBufferSubData(int, int, long, long, long)">glCopyBufferSubData(int, int, long, long, long)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glCopyColorSubTable(int, int, int, int, int)">glCopyColorSubTable(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glCopyColorTable(int, int, int, int, int)">glCopyColorTable(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glCopyConvolutionFilter1D(int, int, int, int, int)">glCopyConvolutionFilter1D(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glCopyConvolutionFilter2D(int, int, int, int, int, int)">glCopyConvolutionFilter2D(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBCopyImage.html#glCopyImageSubData(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int)">glCopyImageSubData(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBCopyImage.html" title="class in org.lwjgl.opengl">ARBCopyImage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glCopyImageSubData(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int)">glCopyImageSubData(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVCopyImage.html#glCopyImageSubDataNV(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int)">glCopyImageSubDataNV(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVCopyImage.html" title="class in org.lwjgl.opengl">NVCopyImage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCopyMultiTexImage1DEXT(int, int, int, int, int, int, int, int)">glCopyMultiTexImage1DEXT(int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCopyMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int)">glCopyMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCopyMultiTexSubImage1DEXT(int, int, int, int, int, int, int)">glCopyMultiTexSubImage1DEXT(int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCopyMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int)">glCopyMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCopyMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int)">glCopyMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glCopyPathNV(int, int)">glCopyPathNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glCopyPixels(int, int, int, int, int)">glCopyPixels(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glCopyTexImage1D(int, int, int, int, int, int, int)">glCopyTexImage1D(int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glCopyTexImage2D(int, int, int, int, int, int, int, int)">glCopyTexImage2D(int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glCopyTexImage2D(int, int, int, int, int, int, int, int)">glCopyTexImage2D(int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glCopyTexSubImage1D(int, int, int, int, int, int)">glCopyTexSubImage1D(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glCopyTexSubImage2D(int, int, int, int, int, int, int, int)">glCopyTexSubImage2D(int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glCopyTexSubImage2D(int, int, int, int, int, int, int, int)">glCopyTexSubImage2D(int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int)">glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int)">glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESTexture3D.html#glCopyTexSubImage3DOES(int, int, int, int, int, int, int, int, int)">glCopyTexSubImage3DOES(int, int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCopyTextureImage1DEXT(int, int, int, int, int, int, int, int)">glCopyTextureImage1DEXT(int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCopyTextureImage2DEXT(int, int, int, int, int, int, int, int, int)">glCopyTextureImage2DEXT(int, int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTCopyTextureLevels.html#glCopyTextureLevelsAPPLE(int, int, int, int)">glCopyTextureLevelsAPPLE(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTCopyTextureLevels.html" title="class in org.lwjgl.opengles">EXTCopyTextureLevels</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCopyTextureSubImage1DEXT(int, int, int, int, int, int, int)">glCopyTextureSubImage1DEXT(int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCopyTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int)">glCopyTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCopyTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int)">glCopyTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVCoverageSample.html#glCoverageMaskNV(boolean)">glCoverageMaskNV(boolean)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles">NVCoverageSample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVCoverageSample.html#glCoverageOperationNV(int)">glCoverageOperationNV(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles">NVCoverageSample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glCoverFillPathInstancedNV(int, java.nio.ByteBuffer, int, int, int, java.nio.FloatBuffer)">glCoverFillPathInstancedNV(int, ByteBuffer, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glCoverFillPathNV(int, int)">glCoverFillPathNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glCoverStrokePathInstancedNV(int, java.nio.ByteBuffer, int, int, int, java.nio.FloatBuffer)">glCoverStrokePathInstancedNV(int, ByteBuffer, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glCoverStrokePathNV(int, int)">glCoverStrokePathNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#glCreatePathbufferNV(int)">glCreatePathbufferNV(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#glCreatePathNV(int, java.nio.ByteBuffer)">glCreatePathNV(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#glCreatePathProgramNV()">glCreatePathProgramNV()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glCreateProgram()">glCreateProgram()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glCreateProgram()">glCreateProgram()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glCreateProgramObjectARB()">glCreateProgramObjectARB()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glCreateShader(int)">glCreateShader(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glCreateShader(int)">glCreateShader(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glCreateShaderObjectARB(int)">glCreateShaderObjectARB(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glCreateShaderProgram(int, java.nio.ByteBuffer)">glCreateShaderProgram(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Single null-terminated source code string.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glCreateShaderProgram(int, int, java.nio.ByteBuffer)">glCreateShaderProgram(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glCreateShaderProgramv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glCreateShaderProgram(int, java.nio.ByteBuffer[])">glCreateShaderProgram(int, ByteBuffer[])</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glCreateShaderProgramv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glCreateShaderProgram(int, java.lang.CharSequence)">glCreateShaderProgram(int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glCreateShaderProgramv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glCreateShaderProgram(int, java.lang.CharSequence[])">glCreateShaderProgram(int, CharSequence[])</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glCreateShaderProgramv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glCreateShaderProgram(int, java.nio.ByteBuffer)">glCreateShaderProgram(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Single null-terminated source code string.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glCreateShaderProgram(int, int, java.nio.ByteBuffer)">glCreateShaderProgram(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glCreateShaderProgramv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glCreateShaderProgram(int, java.nio.ByteBuffer[])">glCreateShaderProgram(int, ByteBuffer[])</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glCreateShaderProgramv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glCreateShaderProgram(int, java.lang.CharSequence)">glCreateShaderProgram(int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glCreateShaderProgramv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glCreateShaderProgram(int, java.lang.CharSequence[])">glCreateShaderProgram(int, CharSequence[])</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glCreateShaderProgramv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTSeparateShaderObjects.html#glCreateShaderProgramEXT(int, java.nio.ByteBuffer)">glCreateShaderProgramEXT(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengl">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTSeparateShaderObjects.html#glCreateShaderProgramEXT(int, java.lang.CharSequence)">glCreateShaderProgramEXT(int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengl">EXTSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glCreateShaderProgramEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glCreateShaderProgramEXT(int, java.nio.ByteBuffer)">glCreateShaderProgramEXT(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Single null-terminated source code string.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glCreateShaderProgramEXT(int, int, java.nio.ByteBuffer)">glCreateShaderProgramEXT(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glCreateShaderProgramvEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glCreateShaderProgramEXT(int, java.nio.ByteBuffer[])">glCreateShaderProgramEXT(int, ByteBuffer[])</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glCreateShaderProgramvEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glCreateShaderProgramEXT(int, java.lang.CharSequence)">glCreateShaderProgramEXT(int, CharSequence)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glCreateShaderProgramvEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glCreateShaderProgramEXT(int, java.lang.CharSequence[])">glCreateShaderProgramEXT(int, CharSequence[])</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glCreateShaderProgramvEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBCLEvent.html#glCreateSyncFromCLeventARB(org.lwjgl.opencl.CLContext, org.lwjgl.opencl.CLEvent, int)">glCreateSyncFromCLeventARB(CLContext, CLEvent, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBCLEvent.html" title="class in org.lwjgl.opengl">ARBCLEvent</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glCullFace(int)">glCullFace(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glCullFace(int)">glCullFace(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMatrixPalette.html#glCurrentPaletteMatrixARB(int)">glCurrentPaletteMatrixARB(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glDebugMessageCallback(org.lwjgl.opengl.KHRDebugCallback)">glDebugMessageCallback(KHRDebugCallback)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">The <code>KHRDebugCallback.Handler</code> implementation passed to this method will be used for
|
|
KHR_debug messages.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#glDebugMessageCallback(org.lwjgl.opengl.KHRDebugCallback)">glDebugMessageCallback(KHRDebugCallback)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">The <code>KHRDebugCallback.Handler</code> implementation passed to this method will be used for
|
|
KHR_debug messages.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#glDebugMessageCallback(org.lwjgl.opengles.KHRDebugCallback)">glDebugMessageCallback(KHRDebugCallback)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">The <code>KHRDebugCallback.Handler</code> implementation passed to this method will be used for
|
|
KHR_debug messages.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDebugOutput.html#glDebugMessageCallbackAMD(org.lwjgl.opengl.AMDDebugOutputCallback)">glDebugMessageCallbackAMD(AMDDebugOutputCallback)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">The <code>AMDDebugOutputCallback.Handler</code> implementation passed to this method will be used for
|
|
AMD_debug_output messages.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutput.html#glDebugMessageCallbackARB(org.lwjgl.opengl.ARBDebugOutputCallback)">glDebugMessageCallbackARB(ARBDebugOutputCallback)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">The <code>ARBDebugOutputCallback.Handler</code> implementation passed to this method will be used for
|
|
ARB_debug_output messages.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glDebugMessageControl(int, int, int, java.nio.IntBuffer, boolean)">glDebugMessageControl(int, int, int, IntBuffer, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#glDebugMessageControl(int, int, int, java.nio.IntBuffer, boolean)">glDebugMessageControl(int, int, int, IntBuffer, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#glDebugMessageControl(int, int, int, java.nio.IntBuffer, boolean)">glDebugMessageControl(int, int, int, IntBuffer, boolean)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutput.html#glDebugMessageControlARB(int, int, int, java.nio.IntBuffer, boolean)">glDebugMessageControlARB(int, int, int, IntBuffer, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDebugOutput.html#glDebugMessageEnableAMD(int, int, java.nio.IntBuffer, boolean)">glDebugMessageEnableAMD(int, int, IntBuffer, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glDebugMessageInsert(int, int, int, int, java.nio.ByteBuffer)">glDebugMessageInsert(int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glDebugMessageInsert(int, int, int, int, java.lang.CharSequence)">glDebugMessageInsert(int, int, int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDebugMessageInsert.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#glDebugMessageInsert(int, int, int, int, java.nio.ByteBuffer)">glDebugMessageInsert(int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#glDebugMessageInsert(int, int, int, int, java.lang.CharSequence)">glDebugMessageInsert(int, int, int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDebugMessageInsert.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#glDebugMessageInsert(int, int, int, int, java.nio.ByteBuffer)">glDebugMessageInsert(int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#glDebugMessageInsert(int, int, int, int, java.lang.CharSequence)">glDebugMessageInsert(int, int, int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDebugMessageInsert.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDebugOutput.html#glDebugMessageInsertAMD(int, int, int, java.nio.ByteBuffer)">glDebugMessageInsertAMD(int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDebugOutput.html#glDebugMessageInsertAMD(int, int, int, java.lang.CharSequence)">glDebugMessageInsertAMD(int, int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDebugMessageInsertAMD.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutput.html#glDebugMessageInsertARB(int, int, int, int, java.nio.ByteBuffer)">glDebugMessageInsertARB(int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutput.html#glDebugMessageInsertARB(int, int, int, int, java.lang.CharSequence)">glDebugMessageInsertARB(int, int, int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDebugMessageInsertARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glDeleteBuffers(java.nio.IntBuffer)">glDeleteBuffers(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glDeleteBuffers(int)">glDeleteBuffers(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteBuffers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glDeleteBuffers(java.nio.IntBuffer)">glDeleteBuffers(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glDeleteBuffers(int)">glDeleteBuffers(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteBuffers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glDeleteBuffersARB(java.nio.IntBuffer)">glDeleteBuffersARB(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glDeleteBuffersARB(int)">glDeleteBuffersARB(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteBuffersARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFence.html#glDeleteFencesAPPLE(java.nio.IntBuffer)">glDeleteFencesAPPLE(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFence.html" title="class in org.lwjgl.opengl">APPLEFence</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFence.html#glDeleteFencesAPPLE(int)">glDeleteFencesAPPLE(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFence.html" title="class in org.lwjgl.opengl">APPLEFence</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteFencesAPPLE.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFence.html#glDeleteFencesNV(java.nio.IntBuffer)">glDeleteFencesNV(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFence.html" title="class in org.lwjgl.opengl">NVFence</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFence.html#glDeleteFencesNV(int)">glDeleteFencesNV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFence.html" title="class in org.lwjgl.opengl">NVFence</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteFencesNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFence.html#glDeleteFencesNV(java.nio.IntBuffer)">glDeleteFencesNV(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFence.html" title="class in org.lwjgl.opengles">NVFence</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFence.html#glDeleteFencesNV(int)">glDeleteFencesNV(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFence.html" title="class in org.lwjgl.opengles">NVFence</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteFencesNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#glDeleteFragmentShaderATI(int)">glDeleteFragmentShaderATI(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glDeleteFramebuffers(java.nio.IntBuffer)">glDeleteFramebuffers(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glDeleteFramebuffers(int)">glDeleteFramebuffers(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteFramebuffers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glDeleteFramebuffers(java.nio.IntBuffer)">glDeleteFramebuffers(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glDeleteFramebuffers(int)">glDeleteFramebuffers(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteFramebuffers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glDeleteFramebuffers(java.nio.IntBuffer)">glDeleteFramebuffers(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glDeleteFramebuffers(int)">glDeleteFramebuffers(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteFramebuffers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#glDeleteFramebuffersEXT(java.nio.IntBuffer)">glDeleteFramebuffersEXT(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#glDeleteFramebuffersEXT(int)">glDeleteFramebuffersEXT(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteFramebuffersEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#glDeleteFramebuffersOES(java.nio.IntBuffer)">glDeleteFramebuffersOES(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#glDeleteFramebuffersOES(int)">glDeleteFramebuffersOES(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteFramebuffersOES.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glDeleteLists(int, int)">glDeleteLists(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glDeleteNamedStringARB(java.nio.ByteBuffer)">glDeleteNamedStringARB(ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glDeleteNamedStringARB(java.lang.CharSequence)">glDeleteNamedStringARB(CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteNamedStringARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDNameGenDelete.html#glDeleteNamesAMD(int, java.nio.IntBuffer)">glDeleteNamesAMD(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDNameGenDelete.html" title="class in org.lwjgl.opengl">AMDNameGenDelete</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDNameGenDelete.html#glDeleteNamesAMD(int, int)">glDeleteNamesAMD(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDNameGenDelete.html" title="class in org.lwjgl.opengl">AMDNameGenDelete</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteNamesAMD.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glDeleteObjectARB(int)">glDeleteObjectARB(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVOcclusionQuery.html#glDeleteOcclusionQueriesNV(java.nio.IntBuffer)">glDeleteOcclusionQueriesNV(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVOcclusionQuery.html#glDeleteOcclusionQueriesNV(int)">glDeleteOcclusionQueriesNV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteOcclusionQueriesNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#glDeletePathbufferNV(int)">glDeletePathbufferNV(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#glDeletePathNV(int)">glDeletePathNV(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glDeletePathsNV(int, int)">glDeletePathsNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glDeletePerfMonitorsAMD(java.nio.IntBuffer)">glDeletePerfMonitorsAMD(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glDeletePerfMonitorsAMD(int)">glDeletePerfMonitorsAMD(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeletePerfMonitorsAMD.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glDeletePerfMonitorsAMD(java.nio.IntBuffer)">glDeletePerfMonitorsAMD(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glDeletePerfMonitorsAMD(int)">glDeletePerfMonitorsAMD(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeletePerfMonitorsAMD.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glDeleteProgram(int)">glDeleteProgram(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glDeleteProgram(int)">glDeleteProgram(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glDeleteProgramPipelines(java.nio.IntBuffer)">glDeleteProgramPipelines(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glDeleteProgramPipelines(int)">glDeleteProgramPipelines(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteProgramPipelines.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glDeleteProgramPipelines(java.nio.IntBuffer)">glDeleteProgramPipelines(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glDeleteProgramPipelines(int)">glDeleteProgramPipelines(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteProgramPipelines.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glDeleteProgramPipelinesEXT(java.nio.IntBuffer)">glDeleteProgramPipelinesEXT(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glDeleteProgramPipelinesEXT(int)">glDeleteProgramPipelinesEXT(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteProgramPipelinesEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#glDeleteProgramsARB(java.nio.IntBuffer)">glDeleteProgramsARB(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#glDeleteProgramsARB(int)">glDeleteProgramsARB(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteProgramsARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVProgram.html#glDeleteProgramsNV(java.nio.IntBuffer)">glDeleteProgramsNV(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVProgram.html#glDeleteProgramsNV(int)">glDeleteProgramsNV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteProgramsNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glDeleteQueries(java.nio.IntBuffer)">glDeleteQueries(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glDeleteQueries(int)">glDeleteQueries(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteQueries.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glDeleteQueries(java.nio.IntBuffer)">glDeleteQueries(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glDeleteQueries(int)">glDeleteQueries(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteQueries.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBOcclusionQuery.html#glDeleteQueriesARB(java.nio.IntBuffer)">glDeleteQueriesARB(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBOcclusionQuery.html#glDeleteQueriesARB(int)">glDeleteQueriesARB(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteQueriesARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#glDeleteQueriesEXT(java.nio.IntBuffer)">glDeleteQueriesEXT(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#glDeleteQueriesEXT(int)">glDeleteQueriesEXT(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteQueriesEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glDeleteRenderbuffers(java.nio.IntBuffer)">glDeleteRenderbuffers(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glDeleteRenderbuffers(int)">glDeleteRenderbuffers(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteRenderbuffers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glDeleteRenderbuffers(java.nio.IntBuffer)">glDeleteRenderbuffers(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glDeleteRenderbuffers(int)">glDeleteRenderbuffers(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteRenderbuffers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glDeleteRenderbuffers(java.nio.IntBuffer)">glDeleteRenderbuffers(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glDeleteRenderbuffers(int)">glDeleteRenderbuffers(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteRenderbuffers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#glDeleteRenderbuffersEXT(java.nio.IntBuffer)">glDeleteRenderbuffersEXT(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#glDeleteRenderbuffersEXT(int)">glDeleteRenderbuffersEXT(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteRenderbuffersEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#glDeleteRenderbuffersOES(java.nio.IntBuffer)">glDeleteRenderbuffersOES(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#glDeleteRenderbuffersOES(int)">glDeleteRenderbuffersOES(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteRenderbuffersOES.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSamplerObjects.html#glDeleteSamplers(java.nio.IntBuffer)">glDeleteSamplers(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSamplerObjects.html#glDeleteSamplers(int)">glDeleteSamplers(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteSamplers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glDeleteSamplers(java.nio.IntBuffer)">glDeleteSamplers(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glDeleteSamplers(int)">glDeleteSamplers(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteSamplers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glDeleteSamplers(java.nio.IntBuffer)">glDeleteSamplers(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glDeleteSamplers(int)">glDeleteSamplers(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteSamplers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glDeleteShader(int)">glDeleteShader(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glDeleteShader(int)">glDeleteShader(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSync.html#glDeleteSync(org.lwjgl.opengl.GLSync)">glDeleteSync(GLSync)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glDeleteSync(org.lwjgl.opengl.GLSync)">glDeleteSync(GLSync)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glDeleteSync(org.lwjgl.opengles.GLSync)">glDeleteSync(GLSync)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLESync.html#glDeleteSyncAPPLE(org.lwjgl.opengles.GLSync)">glDeleteSyncAPPLE(GLSync)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glDeleteTextures(java.nio.IntBuffer)">glDeleteTextures(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glDeleteTextures(int)">glDeleteTextures(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteTextures.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glDeleteTextures(java.nio.IntBuffer)">glDeleteTextures(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glDeleteTextures(int)">glDeleteTextures(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteTextures.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransformFeedback2.html#glDeleteTransformFeedbacks(java.nio.IntBuffer)">glDeleteTransformFeedbacks(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl">ARBTransformFeedback2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransformFeedback2.html#glDeleteTransformFeedbacks(int)">glDeleteTransformFeedbacks(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl">ARBTransformFeedback2</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteTransformFeedbacks.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glDeleteTransformFeedbacks(java.nio.IntBuffer)">glDeleteTransformFeedbacks(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glDeleteTransformFeedbacks(int)">glDeleteTransformFeedbacks(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteTransformFeedbacks.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glDeleteTransformFeedbacks(java.nio.IntBuffer)">glDeleteTransformFeedbacks(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glDeleteTransformFeedbacks(int)">glDeleteTransformFeedbacks(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteTransformFeedbacks.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback2.html#glDeleteTransformFeedbacksNV(java.nio.IntBuffer)">glDeleteTransformFeedbacksNV(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl">NVTransformFeedback2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback2.html#glDeleteTransformFeedbacksNV(int)">glDeleteTransformFeedbacksNV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl">NVTransformFeedback2</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteTransformFeedbacksNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexArrayObject.html#glDeleteVertexArrays(java.nio.IntBuffer)">glDeleteVertexArrays(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexArrayObject.html" title="class in org.lwjgl.opengl">ARBVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexArrayObject.html#glDeleteVertexArrays(int)">glDeleteVertexArrays(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexArrayObject.html" title="class in org.lwjgl.opengl">ARBVertexArrayObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteVertexArrays.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glDeleteVertexArrays(java.nio.IntBuffer)">glDeleteVertexArrays(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glDeleteVertexArrays(int)">glDeleteVertexArrays(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteVertexArrays.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glDeleteVertexArrays(java.nio.IntBuffer)">glDeleteVertexArrays(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glDeleteVertexArrays(int)">glDeleteVertexArrays(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteVertexArrays.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexArrayObject.html#glDeleteVertexArraysAPPLE(java.nio.IntBuffer)">glDeleteVertexArraysAPPLE(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexArrayObject.html" title="class in org.lwjgl.opengl">APPLEVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexArrayObject.html#glDeleteVertexArraysAPPLE(int)">glDeleteVertexArraysAPPLE(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexArrayObject.html" title="class in org.lwjgl.opengl">APPLEVertexArrayObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteVertexArraysAPPLE.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESVertexArrayObject.html#glDeleteVertexArraysOES(java.nio.IntBuffer)">glDeleteVertexArraysOES(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESVertexArrayObject.html" title="class in org.lwjgl.opengles">OESVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESVertexArrayObject.html#glDeleteVertexArraysOES(int)">glDeleteVertexArraysOES(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESVertexArrayObject.html" title="class in org.lwjgl.opengles">OESVertexArrayObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDeleteVertexArraysOES.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glDeleteVertexShaderEXT(int)">glDeleteVertexShaderEXT(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVDepthBufferFloat.html#glDepthBoundsdNV(double, double)">glDepthBoundsdNV(double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVDepthBufferFloat.html" title="class in org.lwjgl.opengl">NVDepthBufferFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDepthBoundsTest.html#glDepthBoundsEXT(double, double)">glDepthBoundsEXT(double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDepthBoundsTest.html" title="class in org.lwjgl.opengl">EXTDepthBoundsTest</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glDepthFunc(int)">glDepthFunc(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glDepthFunc(int)">glDepthFunc(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glDepthMask(boolean)">glDepthMask(boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glDepthMask(boolean)">glDepthMask(boolean)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glDepthRange(double, double)">glDepthRange(double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#glDepthRangeArray(int, java.nio.DoubleBuffer)">glDepthRangeArray(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glDepthRangeArray(int, java.nio.DoubleBuffer)">glDepthRangeArray(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVDepthBufferFloat.html#glDepthRangedNV(double, double)">glDepthRangedNV(double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVDepthBufferFloat.html" title="class in org.lwjgl.opengl">NVDepthBufferFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES2Compatibility.html#glDepthRangef(float, float)">glDepthRangef(float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glDepthRangef(float, float)">glDepthRangef(float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glDepthRangef(float, float)">glDepthRangef(float, float)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#glDepthRangeIndexed(int, double, double)">glDepthRangeIndexed(int, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glDepthRangeIndexed(int, double, double)">glDepthRangeIndexed(int, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glDetachObjectARB(int, int)">glDetachObjectARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glDetachShader(int, int)">glDetachShader(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glDetachShader(int, int)">glDetachShader(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glDisable(int)">glDisable(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glDisable(int)">glDisable(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glDisableClientState(int)">glDisableClientState(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glDisableClientStateiEXT(int, int)">glDisableClientStateiEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glDisableClientStateIndexedEXT(int, int)">glDisableClientStateIndexedEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMDriverControl.html#glDisableDriverControlQCOM(int)">glDisableDriverControlQCOM(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMDriverControl.html" title="class in org.lwjgl.opengles">QCOMDriverControl</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glDisablei(int, int)">glDisablei(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#glDisableIndexedEXT(int, int)">glDisableIndexedEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glDisableIndexedEXT(int, int)">glDisableIndexedEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDrawBuffers2.html#glDisableIndexedEXT(int, int)">glDisableIndexedEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDrawBuffers2.html" title="class in org.lwjgl.opengl">EXTDrawBuffers2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glDisableVariantClientStateEXT(int)">glDisableVariantClientStateEXT(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glDisableVertexArrayAttribEXT(int, int)">glDisableVertexArrayAttribEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glDisableVertexArrayEXT(int, int)">glDisableVertexArrayEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#glDisableVertexAttribAPPLE(int, int)">glDisableVertexAttribAPPLE(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glDisableVertexAttribArray(int)">glDisableVertexAttribArray(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glDisableVertexAttribArray(int)">glDisableVertexAttribArray(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#glDisableVertexAttribArrayARB(int)">glDisableVertexAttribArrayARB(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glDisableVertexAttribArrayARB(int)">glDisableVertexAttribArrayARB(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTDiscardFramebuffer.html#glDiscardFramebufferEXT(int, java.nio.IntBuffer)">glDiscardFramebufferEXT(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTDiscardFramebuffer.html" title="class in org.lwjgl.opengles">EXTDiscardFramebuffer</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBComputeShader.html#glDispatchCompute(int, int, int)">glDispatchCompute(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glDispatchCompute(int, int, int)">glDispatchCompute(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBComputeVariableGroupSize.html#glDispatchComputeGroupSizeARB(int, int, int, int, int, int)">glDispatchComputeGroupSizeARB(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBComputeVariableGroupSize.html" title="class in org.lwjgl.opengl">ARBComputeVariableGroupSize</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBComputeShader.html#glDispatchComputeIndirect(long)">glDispatchComputeIndirect(long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glDispatchComputeIndirect(long)">glDispatchComputeIndirect(long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glDrawArrays(int, int, int)">glDrawArrays(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glDrawArrays(int, int, int)">glDrawArrays(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawIndirect.html#glDrawArraysIndirect(int, java.nio.ByteBuffer)">glDrawArraysIndirect(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawIndirect.html" title="class in org.lwjgl.opengl">ARBDrawIndirect</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawIndirect.html#glDrawArraysIndirect(int, long)">glDrawArraysIndirect(int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawIndirect.html" title="class in org.lwjgl.opengl">ARBDrawIndirect</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawIndirect.html#glDrawArraysIndirect(int, java.nio.IntBuffer)">glDrawArraysIndirect(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawIndirect.html" title="class in org.lwjgl.opengl">ARBDrawIndirect</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDrawArraysIndirect.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glDrawArraysIndirect(int, java.nio.ByteBuffer)">glDrawArraysIndirect(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glDrawArraysIndirect(int, long)">glDrawArraysIndirect(int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glDrawArraysIndirect(int, java.nio.IntBuffer)">glDrawArraysIndirect(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDrawArraysIndirect.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#glDrawArraysInstanced(int, int, int, int)">glDrawArraysInstanced(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glDrawArraysInstanced(int, int, int, int)">glDrawArraysInstanced(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawInstanced.html#glDrawArraysInstancedARB(int, int, int, int)">glDrawArraysInstancedARB(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawInstanced.html" title="class in org.lwjgl.opengl">ARBDrawInstanced</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBaseInstance.html#glDrawArraysInstancedBaseInstance(int, int, int, int, int)">glDrawArraysInstancedBaseInstance(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBaseInstance.html" title="class in org.lwjgl.opengl">ARBBaseInstance</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#glDrawArraysInstancedBaseInstance(int, int, int, int, int)">glDrawArraysInstancedBaseInstance(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDrawInstanced.html#glDrawArraysInstancedEXT(int, int, int, int)">glDrawArraysInstancedEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDrawInstanced.html" title="class in org.lwjgl.opengl">EXTDrawInstanced</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glDrawBuffer(int)">glDrawBuffer(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glDrawBuffers(java.nio.IntBuffer)">glDrawBuffers(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glDrawBuffers(int)">glDrawBuffers(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDrawBuffers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glDrawBuffers(java.nio.IntBuffer)">glDrawBuffers(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glDrawBuffers(int)">glDrawBuffers(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDrawBuffers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawBuffers.html#glDrawBuffersARB(java.nio.IntBuffer)">glDrawBuffersARB(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawBuffers.html#glDrawBuffersARB(int)">glDrawBuffersARB(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDrawBuffersARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARBDrawBuffers.html#glDrawBuffersARB(java.nio.IntBuffer)">glDrawBuffersARB(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ARBDrawBuffers.html#glDrawBuffersARB(int)">glDrawBuffersARB(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDrawBuffersARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIDrawBuffers.html#glDrawBuffersATI(java.nio.IntBuffer)">glDrawBuffersATI(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIDrawBuffers.html#glDrawBuffersATI(int)">glDrawBuffersATI(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDrawBuffersATI.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html#glDrawBuffersIndexedEXT(java.nio.IntBuffer, java.nio.IntBuffer)">glDrawBuffersIndexedEXT(IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html" title="class in org.lwjgl.opengles">EXTMultiviewDrawBuffers</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#glDrawBuffersNV(java.nio.IntBuffer)">glDrawBuffersNV(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawBuffers.html#glDrawBuffersNV(int)">glDrawBuffersNV(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDrawBuffersNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEElementArray.html#glDrawElementArrayAPPLE(int, int, int)">glDrawElementArrayAPPLE(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEElementArray.html" title="class in org.lwjgl.opengl">APPLEElementArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIElementArray.html#glDrawElementArrayATI(int, int)">glDrawElementArrayATI(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIElementArray.html" title="class in org.lwjgl.opengl">ATIElementArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glDrawElements(int, java.nio.ByteBuffer)">glDrawElements(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glDrawElements(int, java.nio.IntBuffer)">glDrawElements(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glDrawElements(int, java.nio.ShortBuffer)">glDrawElements(int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glDrawElements(int, int, int, long)">glDrawElements(int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glDrawElements(int, int, int, java.nio.ByteBuffer)">glDrawElements(int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDrawElements.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glDrawElements(int, java.nio.ByteBuffer)">glDrawElements(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glDrawElements(int, java.nio.IntBuffer)">glDrawElements(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glDrawElements(int, java.nio.ShortBuffer)">glDrawElements(int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glDrawElements(int, int, int, long)">glDrawElements(int, int, int, long)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html#glDrawElementsBaseVertex(int, java.nio.ByteBuffer, int)">glDrawElementsBaseVertex(int, ByteBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html" title="class in org.lwjgl.opengl">ARBDrawElementsBaseVertex</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html#glDrawElementsBaseVertex(int, java.nio.IntBuffer, int)">glDrawElementsBaseVertex(int, IntBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html" title="class in org.lwjgl.opengl">ARBDrawElementsBaseVertex</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html#glDrawElementsBaseVertex(int, java.nio.ShortBuffer, int)">glDrawElementsBaseVertex(int, ShortBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html" title="class in org.lwjgl.opengl">ARBDrawElementsBaseVertex</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html#glDrawElementsBaseVertex(int, int, int, long, int)">glDrawElementsBaseVertex(int, int, int, long, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html" title="class in org.lwjgl.opengl">ARBDrawElementsBaseVertex</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glDrawElementsBaseVertex(int, java.nio.ByteBuffer, int)">glDrawElementsBaseVertex(int, ByteBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glDrawElementsBaseVertex(int, java.nio.IntBuffer, int)">glDrawElementsBaseVertex(int, IntBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glDrawElementsBaseVertex(int, java.nio.ShortBuffer, int)">glDrawElementsBaseVertex(int, ShortBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glDrawElementsBaseVertex(int, int, int, long, int)">glDrawElementsBaseVertex(int, int, int, long, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawIndirect.html#glDrawElementsIndirect(int, int, java.nio.ByteBuffer)">glDrawElementsIndirect(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawIndirect.html" title="class in org.lwjgl.opengl">ARBDrawIndirect</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawIndirect.html#glDrawElementsIndirect(int, int, long)">glDrawElementsIndirect(int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawIndirect.html" title="class in org.lwjgl.opengl">ARBDrawIndirect</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawIndirect.html#glDrawElementsIndirect(int, int, java.nio.IntBuffer)">glDrawElementsIndirect(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawIndirect.html" title="class in org.lwjgl.opengl">ARBDrawIndirect</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDrawElementsIndirect.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glDrawElementsIndirect(int, int, java.nio.ByteBuffer)">glDrawElementsIndirect(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glDrawElementsIndirect(int, int, long)">glDrawElementsIndirect(int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glDrawElementsIndirect(int, int, java.nio.IntBuffer)">glDrawElementsIndirect(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glDrawElementsIndirect.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#glDrawElementsInstanced(int, java.nio.ByteBuffer, int)">glDrawElementsInstanced(int, ByteBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#glDrawElementsInstanced(int, java.nio.IntBuffer, int)">glDrawElementsInstanced(int, IntBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#glDrawElementsInstanced(int, java.nio.ShortBuffer, int)">glDrawElementsInstanced(int, ShortBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#glDrawElementsInstanced(int, int, int, long, int)">glDrawElementsInstanced(int, int, int, long, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glDrawElementsInstanced(int, java.nio.ByteBuffer, int)">glDrawElementsInstanced(int, ByteBuffer, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glDrawElementsInstanced(int, java.nio.IntBuffer, int)">glDrawElementsInstanced(int, IntBuffer, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glDrawElementsInstanced(int, java.nio.ShortBuffer, int)">glDrawElementsInstanced(int, ShortBuffer, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glDrawElementsInstanced(int, int, int, long, int)">glDrawElementsInstanced(int, int, int, long, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawInstanced.html#glDrawElementsInstancedARB(int, java.nio.ByteBuffer, int)">glDrawElementsInstancedARB(int, ByteBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawInstanced.html" title="class in org.lwjgl.opengl">ARBDrawInstanced</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawInstanced.html#glDrawElementsInstancedARB(int, java.nio.IntBuffer, int)">glDrawElementsInstancedARB(int, IntBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawInstanced.html" title="class in org.lwjgl.opengl">ARBDrawInstanced</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawInstanced.html#glDrawElementsInstancedARB(int, java.nio.ShortBuffer, int)">glDrawElementsInstancedARB(int, ShortBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawInstanced.html" title="class in org.lwjgl.opengl">ARBDrawInstanced</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawInstanced.html#glDrawElementsInstancedARB(int, int, int, long, int)">glDrawElementsInstancedARB(int, int, int, long, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawInstanced.html" title="class in org.lwjgl.opengl">ARBDrawInstanced</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBaseInstance.html#glDrawElementsInstancedBaseInstance(int, java.nio.ByteBuffer, int, int)">glDrawElementsInstancedBaseInstance(int, ByteBuffer, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBaseInstance.html" title="class in org.lwjgl.opengl">ARBBaseInstance</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBaseInstance.html#glDrawElementsInstancedBaseInstance(int, java.nio.IntBuffer, int, int)">glDrawElementsInstancedBaseInstance(int, IntBuffer, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBaseInstance.html" title="class in org.lwjgl.opengl">ARBBaseInstance</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBaseInstance.html#glDrawElementsInstancedBaseInstance(int, java.nio.ShortBuffer, int, int)">glDrawElementsInstancedBaseInstance(int, ShortBuffer, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBaseInstance.html" title="class in org.lwjgl.opengl">ARBBaseInstance</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBaseInstance.html#glDrawElementsInstancedBaseInstance(int, int, int, long, int, int)">glDrawElementsInstancedBaseInstance(int, int, int, long, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBaseInstance.html" title="class in org.lwjgl.opengl">ARBBaseInstance</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#glDrawElementsInstancedBaseInstance(int, java.nio.ByteBuffer, int, int)">glDrawElementsInstancedBaseInstance(int, ByteBuffer, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#glDrawElementsInstancedBaseInstance(int, java.nio.IntBuffer, int, int)">glDrawElementsInstancedBaseInstance(int, IntBuffer, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#glDrawElementsInstancedBaseInstance(int, java.nio.ShortBuffer, int, int)">glDrawElementsInstancedBaseInstance(int, ShortBuffer, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#glDrawElementsInstancedBaseInstance(int, int, int, long, int, int)">glDrawElementsInstancedBaseInstance(int, int, int, long, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html#glDrawElementsInstancedBaseVertex(int, java.nio.ByteBuffer, int, int)">glDrawElementsInstancedBaseVertex(int, ByteBuffer, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html" title="class in org.lwjgl.opengl">ARBDrawElementsBaseVertex</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html#glDrawElementsInstancedBaseVertex(int, java.nio.IntBuffer, int, int)">glDrawElementsInstancedBaseVertex(int, IntBuffer, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html" title="class in org.lwjgl.opengl">ARBDrawElementsBaseVertex</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html#glDrawElementsInstancedBaseVertex(int, java.nio.ShortBuffer, int, int)">glDrawElementsInstancedBaseVertex(int, ShortBuffer, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html" title="class in org.lwjgl.opengl">ARBDrawElementsBaseVertex</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html#glDrawElementsInstancedBaseVertex(int, int, int, long, int, int)">glDrawElementsInstancedBaseVertex(int, int, int, long, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html" title="class in org.lwjgl.opengl">ARBDrawElementsBaseVertex</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glDrawElementsInstancedBaseVertex(int, java.nio.ByteBuffer, int, int)">glDrawElementsInstancedBaseVertex(int, ByteBuffer, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glDrawElementsInstancedBaseVertex(int, java.nio.IntBuffer, int, int)">glDrawElementsInstancedBaseVertex(int, IntBuffer, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glDrawElementsInstancedBaseVertex(int, java.nio.ShortBuffer, int, int)">glDrawElementsInstancedBaseVertex(int, ShortBuffer, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glDrawElementsInstancedBaseVertex(int, int, int, long, int, int)">glDrawElementsInstancedBaseVertex(int, int, int, long, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBaseInstance.html#glDrawElementsInstancedBaseVertexBaseInstance(int, java.nio.ByteBuffer, int, int, int)">glDrawElementsInstancedBaseVertexBaseInstance(int, ByteBuffer, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBaseInstance.html" title="class in org.lwjgl.opengl">ARBBaseInstance</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBaseInstance.html#glDrawElementsInstancedBaseVertexBaseInstance(int, java.nio.IntBuffer, int, int, int)">glDrawElementsInstancedBaseVertexBaseInstance(int, IntBuffer, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBaseInstance.html" title="class in org.lwjgl.opengl">ARBBaseInstance</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBaseInstance.html#glDrawElementsInstancedBaseVertexBaseInstance(int, java.nio.ShortBuffer, int, int, int)">glDrawElementsInstancedBaseVertexBaseInstance(int, ShortBuffer, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBaseInstance.html" title="class in org.lwjgl.opengl">ARBBaseInstance</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBaseInstance.html#glDrawElementsInstancedBaseVertexBaseInstance(int, int, int, long, int, int, int)">glDrawElementsInstancedBaseVertexBaseInstance(int, int, int, long, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBaseInstance.html" title="class in org.lwjgl.opengl">ARBBaseInstance</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#glDrawElementsInstancedBaseVertexBaseInstance(int, java.nio.ByteBuffer, int, int, int)">glDrawElementsInstancedBaseVertexBaseInstance(int, ByteBuffer, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#glDrawElementsInstancedBaseVertexBaseInstance(int, java.nio.IntBuffer, int, int, int)">glDrawElementsInstancedBaseVertexBaseInstance(int, IntBuffer, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#glDrawElementsInstancedBaseVertexBaseInstance(int, java.nio.ShortBuffer, int, int, int)">glDrawElementsInstancedBaseVertexBaseInstance(int, ShortBuffer, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#glDrawElementsInstancedBaseVertexBaseInstance(int, int, int, long, int, int, int)">glDrawElementsInstancedBaseVertexBaseInstance(int, int, int, long, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDrawInstanced.html#glDrawElementsInstancedEXT(int, java.nio.ByteBuffer, int)">glDrawElementsInstancedEXT(int, ByteBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDrawInstanced.html" title="class in org.lwjgl.opengl">EXTDrawInstanced</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDrawInstanced.html#glDrawElementsInstancedEXT(int, java.nio.IntBuffer, int)">glDrawElementsInstancedEXT(int, IntBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDrawInstanced.html" title="class in org.lwjgl.opengl">EXTDrawInstanced</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDrawInstanced.html#glDrawElementsInstancedEXT(int, java.nio.ShortBuffer, int)">glDrawElementsInstancedEXT(int, ShortBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDrawInstanced.html" title="class in org.lwjgl.opengl">EXTDrawInstanced</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDrawInstanced.html#glDrawElementsInstancedEXT(int, int, int, long, int)">glDrawElementsInstancedEXT(int, int, int, long, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDrawInstanced.html" title="class in org.lwjgl.opengl">EXTDrawInstanced</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#glDrawPathbufferNV(int, int)">glDrawPathbufferNV(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#glDrawPathNV(int, int)">glDrawPathNV(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glDrawPixels(int, int, int, int, java.nio.ByteBuffer)">glDrawPixels(int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glDrawPixels(int, int, int, int, java.nio.IntBuffer)">glDrawPixels(int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glDrawPixels(int, int, int, int, java.nio.ShortBuffer)">glDrawPixels(int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glDrawPixels(int, int, int, int, long)">glDrawPixels(int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEElementArray.html#glDrawRangeElementArrayAPPLE(int, int, int, int, int)">glDrawRangeElementArrayAPPLE(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEElementArray.html" title="class in org.lwjgl.opengl">APPLEElementArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIElementArray.html#glDrawRangeElementArrayATI(int, int, int, int)">glDrawRangeElementArrayATI(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIElementArray.html" title="class in org.lwjgl.opengl">ATIElementArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#glDrawRangeElements(int, int, int, java.nio.ByteBuffer)">glDrawRangeElements(int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#glDrawRangeElements(int, int, int, java.nio.IntBuffer)">glDrawRangeElements(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#glDrawRangeElements(int, int, int, java.nio.ShortBuffer)">glDrawRangeElements(int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#glDrawRangeElements(int, int, int, int, int, long)">glDrawRangeElements(int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glDrawRangeElements(int, int, int, java.nio.ByteBuffer)">glDrawRangeElements(int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glDrawRangeElements(int, int, int, java.nio.IntBuffer)">glDrawRangeElements(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glDrawRangeElements(int, int, int, java.nio.ShortBuffer)">glDrawRangeElements(int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glDrawRangeElements(int, int, int, int, int, long)">glDrawRangeElements(int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html#glDrawRangeElementsBaseVertex(int, int, int, java.nio.ByteBuffer, int)">glDrawRangeElementsBaseVertex(int, int, int, ByteBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html" title="class in org.lwjgl.opengl">ARBDrawElementsBaseVertex</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html#glDrawRangeElementsBaseVertex(int, int, int, java.nio.IntBuffer, int)">glDrawRangeElementsBaseVertex(int, int, int, IntBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html" title="class in org.lwjgl.opengl">ARBDrawElementsBaseVertex</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html#glDrawRangeElementsBaseVertex(int, int, int, java.nio.ShortBuffer, int)">glDrawRangeElementsBaseVertex(int, int, int, ShortBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html" title="class in org.lwjgl.opengl">ARBDrawElementsBaseVertex</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html#glDrawRangeElementsBaseVertex(int, int, int, int, int, long, int)">glDrawRangeElementsBaseVertex(int, int, int, int, int, long, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html" title="class in org.lwjgl.opengl">ARBDrawElementsBaseVertex</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glDrawRangeElementsBaseVertex(int, int, int, java.nio.ByteBuffer, int)">glDrawRangeElementsBaseVertex(int, int, int, ByteBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glDrawRangeElementsBaseVertex(int, int, int, java.nio.IntBuffer, int)">glDrawRangeElementsBaseVertex(int, int, int, IntBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glDrawRangeElementsBaseVertex(int, int, int, java.nio.ShortBuffer, int)">glDrawRangeElementsBaseVertex(int, int, int, ShortBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glDrawRangeElementsBaseVertex(int, int, int, int, int, long, int)">glDrawRangeElementsBaseVertex(int, int, int, int, int, long, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDrawRangeElements.html#glDrawRangeElementsEXT(int, int, int, java.nio.ByteBuffer)">glDrawRangeElementsEXT(int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDrawRangeElements.html" title="class in org.lwjgl.opengl">EXTDrawRangeElements</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDrawRangeElements.html#glDrawRangeElementsEXT(int, int, int, java.nio.IntBuffer)">glDrawRangeElementsEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDrawRangeElements.html" title="class in org.lwjgl.opengl">EXTDrawRangeElements</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDrawRangeElements.html#glDrawRangeElementsEXT(int, int, int, java.nio.ShortBuffer)">glDrawRangeElementsEXT(int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDrawRangeElements.html" title="class in org.lwjgl.opengl">EXTDrawRangeElements</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDrawRangeElements.html#glDrawRangeElementsEXT(int, int, int, int, int, long)">glDrawRangeElementsEXT(int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDrawRangeElements.html" title="class in org.lwjgl.opengl">EXTDrawRangeElements</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVDrawTexture.html#glDrawTextureNV(int, int, float, float, float, float, float, float, float, float, float)">glDrawTextureNV(int, int, float, float, float, float, float, float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVDrawTexture.html" title="class in org.lwjgl.opengl">NVDrawTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawTexture.html#glDrawTextureNV(int, int, float, float, float, float, float, float, float, float, float)">glDrawTextureNV(int, int, float, float, float, float, float, float, float, float, float)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawTexture.html" title="class in org.lwjgl.opengles">NVDrawTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransformFeedback2.html#glDrawTransformFeedback(int, int)">glDrawTransformFeedback(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl">ARBTransformFeedback2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glDrawTransformFeedback(int, int)">glDrawTransformFeedback(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransformFeedbackInstanced.html#glDrawTransformFeedbackInstanced(int, int, int)">glDrawTransformFeedbackInstanced(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransformFeedbackInstanced.html" title="class in org.lwjgl.opengl">ARBTransformFeedbackInstanced</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#glDrawTransformFeedbackInstanced(int, int, int)">glDrawTransformFeedbackInstanced(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback2.html#glDrawTransformFeedbackNV(int, int)">glDrawTransformFeedbackNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl">NVTransformFeedback2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransformFeedback3.html#glDrawTransformFeedbackStream(int, int, int)">glDrawTransformFeedbackStream(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransformFeedback3.html" title="class in org.lwjgl.opengl">ARBTransformFeedback3</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glDrawTransformFeedbackStream(int, int, int)">glDrawTransformFeedbackStream(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransformFeedbackInstanced.html#glDrawTransformFeedbackStreamInstanced(int, int, int, int)">glDrawTransformFeedbackStreamInstanced(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransformFeedbackInstanced.html" title="class in org.lwjgl.opengl">ARBTransformFeedbackInstanced</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#glDrawTransformFeedbackStreamInstanced(int, int, int, int)">glDrawTransformFeedbackStreamInstanced(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glEdgeFlag(boolean)">glEdgeFlag(boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#glEdgeFlagFormatNV(int)">glEdgeFlagFormatNV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glEdgeFlagPointer(int, java.nio.ByteBuffer)">glEdgeFlagPointer(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glEdgeFlagPointer(int, long)">glEdgeFlagPointer(int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESEGLImage.html#glEGLImageTargetRenderbufferStorageOES(int, org.lwjgl.opengles.EGLImageOES)">glEGLImageTargetRenderbufferStorageOES(int, EGLImageOES)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESEGLImage.html" title="class in org.lwjgl.opengles">OESEGLImage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESEGLImage.html#glEGLImageTargetTexture2DOES(int, org.lwjgl.opengles.EGLImageOES)">glEGLImageTargetTexture2DOES(int, EGLImageOES)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESEGLImage.html" title="class in org.lwjgl.opengles">OESEGLImage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESEGLImageExternal.html#glEGLImageTargetTexture2DOES(int, org.lwjgl.opengles.EGLImageOES)">glEGLImageTargetTexture2DOES(int, EGLImageOES)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESEGLImageExternal.html" title="class in org.lwjgl.opengles">OESEGLImageExternal</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEElementArray.html#glElementPointerAPPLE(java.nio.ByteBuffer)">glElementPointerAPPLE(ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEElementArray.html" title="class in org.lwjgl.opengl">APPLEElementArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEElementArray.html#glElementPointerAPPLE(java.nio.IntBuffer)">glElementPointerAPPLE(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEElementArray.html" title="class in org.lwjgl.opengl">APPLEElementArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEElementArray.html#glElementPointerAPPLE(java.nio.ShortBuffer)">glElementPointerAPPLE(ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEElementArray.html" title="class in org.lwjgl.opengl">APPLEElementArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIElementArray.html#glElementPointerATI(java.nio.ByteBuffer)">glElementPointerATI(ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIElementArray.html" title="class in org.lwjgl.opengl">ATIElementArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIElementArray.html#glElementPointerATI(java.nio.IntBuffer)">glElementPointerATI(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIElementArray.html" title="class in org.lwjgl.opengl">ATIElementArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIElementArray.html#glElementPointerATI(java.nio.ShortBuffer)">glElementPointerATI(ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIElementArray.html" title="class in org.lwjgl.opengl">ATIElementArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glEnable(int)">glEnable(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glEnable(int)">glEnable(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glEnableClientState(int)">glEnableClientState(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glEnableClientStateiEXT(int, int)">glEnableClientStateiEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glEnableClientStateIndexedEXT(int, int)">glEnableClientStateIndexedEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMDriverControl.html#glEnableDriverControlQCOM(int)">glEnableDriverControlQCOM(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMDriverControl.html" title="class in org.lwjgl.opengles">QCOMDriverControl</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glEnablei(int, int)">glEnablei(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#glEnableIndexedEXT(int, int)">glEnableIndexedEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glEnableIndexedEXT(int, int)">glEnableIndexedEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDrawBuffers2.html#glEnableIndexedEXT(int, int)">glEnableIndexedEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDrawBuffers2.html" title="class in org.lwjgl.opengl">EXTDrawBuffers2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glEnableVariantClientStateEXT(int)">glEnableVariantClientStateEXT(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glEnableVertexArrayAttribEXT(int, int)">glEnableVertexArrayAttribEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glEnableVertexArrayEXT(int, int)">glEnableVertexArrayEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#glEnableVertexAttribAPPLE(int, int)">glEnableVertexAttribAPPLE(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glEnableVertexAttribArray(int)">glEnableVertexAttribArray(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glEnableVertexAttribArray(int)">glEnableVertexAttribArray(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#glEnableVertexAttribArrayARB(int)">glEnableVertexAttribArrayARB(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glEnableVertexAttribArrayARB(int)">glEnableVertexAttribArrayARB(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glEnd()">glEnd()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glEndConditionalRender()">glEndConditionalRender()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVConditionalRender.html#glEndConditionalRenderNV()">glEndConditionalRenderNV()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVConditionalRender.html" title="class in org.lwjgl.opengl">NVConditionalRender</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#glEndFragmentShaderATI()">glEndFragmentShaderATI()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glEndList()">glEndList()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVOcclusionQuery.html#glEndOcclusionQueryNV()">glEndOcclusionQueryNV()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glEndPerfMonitorAMD(int)">glEndPerfMonitorAMD(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glEndPerfMonitorAMD(int)">glEndPerfMonitorAMD(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glEndQuery(int)">glEndQuery(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glEndQuery(int)">glEndQuery(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBOcclusionQuery.html#glEndQueryARB(int)">glEndQueryARB(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#glEndQueryEXT(int)">glEndQueryEXT(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransformFeedback3.html#glEndQueryIndexed(int, int)">glEndQueryIndexed(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransformFeedback3.html" title="class in org.lwjgl.opengl">ARBTransformFeedback3</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glEndQueryIndexed(int, int)">glEndQueryIndexed(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#glEndTilingQCOM(int)">glEndTilingQCOM(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glEndTransformFeedback()">glEndTransformFeedback()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glEndTransformFeedback()">glEndTransformFeedback()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTransformFeedback.html#glEndTransformFeedbackEXT()">glEndTransformFeedbackEXT()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#glEndTransformFeedbackNV()">glEndTransformFeedbackNV()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glEndVertexShaderEXT()">glEndVertexShaderEXT()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#glEndVideoCaptureNV(int)">glEndVideoCaptureNV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCaptureUtil.html#glEnumerateVideoCaptureDevicesNV(java.nio.LongBuffer)">glEnumerateVideoCaptureDevicesNV(LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCaptureUtil.html" title="class in org.lwjgl.opengl">NVVideoCaptureUtil</a></dt>
|
|
<dd>
|
|
<div class="block">Enumerate the available video capture devices.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPresentVideoUtil.html#glEnumerateVideoDevicesNV(java.nio.LongBuffer)">glEnumerateVideoDevicesNV(LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPresentVideoUtil.html" title="class in org.lwjgl.opengl">NVPresentVideoUtil</a></dt>
|
|
<dd>
|
|
<div class="block">Enumerate the available video output devices.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles"><span class="strong">GLES20</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles"><span class="strong">GLES30</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glEvalCoord1d(double)">glEvalCoord1d(double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glEvalCoord1f(float)">glEvalCoord1f(float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glEvalCoord2d(double, double)">glEvalCoord2d(double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glEvalCoord2f(float, float)">glEvalCoord2f(float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#glEvalMapsNV(int, int)">glEvalMapsNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glEvalMesh1(int, int, int)">glEvalMesh1(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glEvalMesh2(int, int, int, int, int)">glEvalMesh2(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glEvalPoint1(int)">glEvalPoint1(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glEvalPoint2(int, int)">glEvalPoint2(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glExecuteProgramNV(int, int, java.nio.FloatBuffer)">glExecuteProgramNV(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMExtendedGet.html#glExtGetBufferPointervQCOM(int, long)">glExtGetBufferPointervQCOM(int, long)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMExtendedGet.html#glExtGetBuffersQCOM(java.nio.IntBuffer, java.nio.IntBuffer)">glExtGetBuffersQCOM(IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMExtendedGet.html#glExtGetFramebuffersQCOM(java.nio.IntBuffer, java.nio.IntBuffer)">glExtGetFramebuffersQCOM(IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMExtendedGet2.html#glExtGetProgramBinarySourceQCOM(int, int, java.nio.ByteBuffer, java.nio.IntBuffer)">glExtGetProgramBinarySourceQCOM(int, int, ByteBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMExtendedGet2.html" title="class in org.lwjgl.opengles">QCOMExtendedGet2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMExtendedGet2.html#glExtGetProgramsQCOM(java.nio.IntBuffer, java.nio.IntBuffer)">glExtGetProgramsQCOM(IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMExtendedGet2.html" title="class in org.lwjgl.opengles">QCOMExtendedGet2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMExtendedGet.html#glExtGetRenderbuffersQCOM(java.nio.IntBuffer, java.nio.IntBuffer)">glExtGetRenderbuffersQCOM(IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMExtendedGet2.html#glExtGetShadersQCOM(java.nio.IntBuffer, java.nio.IntBuffer)">glExtGetShadersQCOM(IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMExtendedGet2.html" title="class in org.lwjgl.opengles">QCOMExtendedGet2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMExtendedGet.html#glExtGetTexLevelParameterivQCOM(int, int, int, int, java.nio.IntBuffer)">glExtGetTexLevelParameterivQCOM(int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMExtendedGet.html#glExtGetTexSubImageQCOM(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glExtGetTexSubImageQCOM(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMExtendedGet.html#glExtGetTexSubImageQCOM(int, int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)">glExtGetTexSubImageQCOM(int, int, int, int, int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMExtendedGet.html#glExtGetTexSubImageQCOM(int, int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)">glExtGetTexSubImageQCOM(int, int, int, int, int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMExtendedGet.html#glExtGetTexSubImageQCOM(int, int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)">glExtGetTexSubImageQCOM(int, int, int, int, int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMExtendedGet.html#glExtGetTexturesQCOM(java.nio.IntBuffer, java.nio.IntBuffer)">glExtGetTexturesQCOM(IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMExtendedGet2.html#glExtIsProgramBinaryQCOM(int)">glExtIsProgramBinaryQCOM(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMExtendedGet2.html" title="class in org.lwjgl.opengles">QCOMExtendedGet2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glExtractComponentEXT(int, int, int)">glExtractComponentEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMExtendedGet.html#glExtTexObjectStateOverrideiQCOM(int, int, int)">glExtTexObjectStateOverrideiQCOM(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glFeedbackBuffer(int, java.nio.FloatBuffer)">glFeedbackBuffer(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSync.html#glFenceSync(int, int)">glFenceSync(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glFenceSync(int, int)">glFenceSync(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glFenceSync(int, int)">glFenceSync(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLESync.html#glFenceSyncAPPLE(int, int)">glFenceSyncAPPLE(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#glFinalCombinerInputNV(int, int, int, int)">glFinalCombinerInputNV(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glFinish()">glFinish()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glFinish()">glFinish()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFence.html#glFinishFenceAPPLE(int)">glFinishFenceAPPLE(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFence.html" title="class in org.lwjgl.opengl">APPLEFence</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFence.html#glFinishFenceNV(int)">glFinishFenceNV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFence.html" title="class in org.lwjgl.opengl">NVFence</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFence.html#glFinishFenceNV(int)">glFinishFenceNV(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFence.html" title="class in org.lwjgl.opengles">NVFence</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFence.html#glFinishObjectAPPLE(int, int)">glFinishObjectAPPLE(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFence.html" title="class in org.lwjgl.opengl">APPLEFence</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glFlush()">glFlush()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glFlush()">glFlush()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMapBufferRange.html#glFlushMappedBufferRange(int, long, long)">glFlushMappedBufferRange(int, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMapBufferRange.html" title="class in org.lwjgl.opengl">ARBMapBufferRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glFlushMappedBufferRange(int, long, long)">glFlushMappedBufferRange(int, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glFlushMappedBufferRange(int, long, long)">glFlushMappedBufferRange(int, long, long)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFlushBufferRange.html#glFlushMappedBufferRangeAPPLE(int, long, long)">glFlushMappedBufferRangeAPPLE(int, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFlushBufferRange.html" title="class in org.lwjgl.opengl">APPLEFlushBufferRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTMapBufferRange.html#glFlushMappedBufferRangeEXT(int, long, long)">glFlushMappedBufferRangeEXT(int, long, long)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTMapBufferRange.html" title="class in org.lwjgl.opengles">EXTMapBufferRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glFlushMappedNamedBufferRangeEXT(int, long, long)">glFlushMappedNamedBufferRangeEXT(int, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPixelDataRange.html#glFlushPixelDataRangeNV(int)">glFlushPixelDataRangeNV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPixelDataRange.html" title="class in org.lwjgl.opengl">NVPixelDataRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexArrayRange.html#glFlushVertexArrayRangeAPPLE(java.nio.ByteBuffer)">glFlushVertexArrayRangeAPPLE(ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexArrayRange.html" title="class in org.lwjgl.opengl">APPLEVertexArrayRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexArrayRange.html#glFlushVertexArrayRangeNV()">glFlushVertexArrayRangeNV()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl">NVVertexArrayRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glFog(int, java.nio.FloatBuffer)">glFog(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glFog(int, java.nio.IntBuffer)">glFog(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#glFogCoordd(double)">glFogCoordd(double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFogCoord.html#glFogCoorddEXT(double)">glFogCoorddEXT(double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl">EXTFogCoord</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#glFogCoordf(float)">glFogCoordf(float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFogCoord.html#glFogCoordfEXT(float)">glFogCoordfEXT(float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl">EXTFogCoord</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#glFogCoordFormatNV(int, int)">glFogCoordFormatNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVHalfFloat.html#glFogCoordhNV(short)">glFogCoordhNV(short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#glFogCoordPointer(int, java.nio.DoubleBuffer)">glFogCoordPointer(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#glFogCoordPointer(int, java.nio.FloatBuffer)">glFogCoordPointer(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#glFogCoordPointer(int, int, long)">glFogCoordPointer(int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFogCoord.html#glFogCoordPointerEXT(int, java.nio.DoubleBuffer)">glFogCoordPointerEXT(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl">EXTFogCoord</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFogCoord.html#glFogCoordPointerEXT(int, java.nio.FloatBuffer)">glFogCoordPointerEXT(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl">EXTFogCoord</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFogCoord.html#glFogCoordPointerEXT(int, int, long)">glFogCoordPointerEXT(int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl">EXTFogCoord</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glFogf(int, float)">glFogf(int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glFogi(int, int)">glFogi(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glFramebufferDrawBufferEXT(int, int)">glFramebufferDrawBufferEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glFramebufferDrawBuffersEXT(int, java.nio.IntBuffer)">glFramebufferDrawBuffersEXT(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#glFramebufferParameteri(int, int, int)">glFramebufferParameteri(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glFramebufferParameteri(int, int, int)">glFramebufferParameteri(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glFramebufferReadBufferEXT(int, int)">glFramebufferReadBufferEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glFramebufferRenderbuffer(int, int, int, int)">glFramebufferRenderbuffer(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glFramebufferRenderbuffer(int, int, int, int)">glFramebufferRenderbuffer(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glFramebufferRenderbuffer(int, int, int, int)">glFramebufferRenderbuffer(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#glFramebufferRenderbufferEXT(int, int, int, int)">glFramebufferRenderbufferEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#glFramebufferRenderbufferOES(int, int, int, int)">glFramebufferRenderbufferOES(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glFramebufferTexture(int, int, int, int)">glFramebufferTexture(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glFramebufferTexture1D(int, int, int, int, int)">glFramebufferTexture1D(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glFramebufferTexture1D(int, int, int, int, int)">glFramebufferTexture1D(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#glFramebufferTexture1DEXT(int, int, int, int, int)">glFramebufferTexture1DEXT(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glFramebufferTexture2D(int, int, int, int, int)">glFramebufferTexture2D(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glFramebufferTexture2D(int, int, int, int, int)">glFramebufferTexture2D(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glFramebufferTexture2D(int, int, int, int, int)">glFramebufferTexture2D(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#glFramebufferTexture2DEXT(int, int, int, int, int)">glFramebufferTexture2DEXT(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTMultisampledRenderToTexture.html#glFramebufferTexture2DMultisampleEXT(int, int, int, int, int, int)">glFramebufferTexture2DMultisampleEXT(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles">EXTMultisampledRenderToTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/IMGMultisampledRenderToTexture.html#glFramebufferTexture2DMultisampleIMG(int, int, int, int, int, int)">glFramebufferTexture2DMultisampleIMG(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/IMGMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles">IMGMultisampledRenderToTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#glFramebufferTexture2DOES(int, int, int, int, int)">glFramebufferTexture2DOES(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glFramebufferTexture3D(int, int, int, int, int, int)">glFramebufferTexture3D(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glFramebufferTexture3D(int, int, int, int, int, int)">glFramebufferTexture3D(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#glFramebufferTexture3DEXT(int, int, int, int, int, int)">glFramebufferTexture3DEXT(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESTexture3D.html#glFramebufferTexture3DOES(int, int, int, int, int, int)">glFramebufferTexture3DOES(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGeometryShader4.html#glFramebufferTextureARB(int, int, int, int)">glFramebufferTextureARB(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGeometryShader4.html#glFramebufferTextureEXT(int, int, int, int)">glFramebufferTextureEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGeometryProgram4.html#glFramebufferTextureEXT(int, int, int, int)">glFramebufferTextureEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGeometryProgram4.html" title="class in org.lwjgl.opengl">NVGeometryProgram4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGeometryShader4.html#glFramebufferTextureFaceARB(int, int, int, int, int)">glFramebufferTextureFaceARB(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGeometryShader4.html#glFramebufferTextureFaceEXT(int, int, int, int, int)">glFramebufferTextureFaceEXT(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGeometryProgram4.html#glFramebufferTextureFaceEXT(int, int, int, int, int)">glFramebufferTextureFaceEXT(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGeometryProgram4.html" title="class in org.lwjgl.opengl">NVGeometryProgram4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glFramebufferTextureLayer(int, int, int, int, int)">glFramebufferTextureLayer(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glFramebufferTextureLayer(int, int, int, int, int)">glFramebufferTextureLayer(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glFramebufferTextureLayer(int, int, int, int, int)">glFramebufferTextureLayer(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGeometryShader4.html#glFramebufferTextureLayerARB(int, int, int, int, int)">glFramebufferTextureLayerARB(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGeometryShader4.html#glFramebufferTextureLayerEXT(int, int, int, int, int)">glFramebufferTextureLayerEXT(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureArray.html#glFramebufferTextureLayerEXT(int, int, int, int, int)">glFramebufferTextureLayerEXT(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGeometryProgram4.html#glFramebufferTextureLayerEXT(int, int, int, int, int)">glFramebufferTextureLayerEXT(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGeometryProgram4.html" title="class in org.lwjgl.opengl">NVGeometryProgram4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureArray.html#glFramebufferTextureLayerEXT(int, int, int, int, int)">glFramebufferTextureLayerEXT(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureArray.html" title="class in org.lwjgl.opengles">EXTTextureArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html#glFramebufferVertexAttribArrayNV(int, int, int, int, int, int, boolean, long, long, long, int)">glFramebufferVertexAttribArrayNV(int, int, int, int, int, int, boolean, long, long, long, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html" title="class in org.lwjgl.opengles">NVFramebufferVertexAttribArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GREMEDYFrameTerminator.html#glFrameTerminatorGREMEDY()">glFrameTerminatorGREMEDY()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GREMEDYFrameTerminator.html" title="class in org.lwjgl.opengl">GREMEDYFrameTerminator</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexArrayRange.html#glFreeMemoryNV(java.nio.ByteBuffer)">glFreeMemoryNV(ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl">NVVertexArrayRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#glFreeObjectBufferATI(int)">glFreeObjectBufferATI(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glFrontFace(int)">glFrontFace(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glFrontFace(int)">glFrontFace(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glFrustum(double, double, double, double, double, double)">glFrustum(double, double, double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glGenBuffers(java.nio.IntBuffer)">glGenBuffers(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glGenBuffers()">glGenBuffers()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenBuffers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGenBuffers(java.nio.IntBuffer)">glGenBuffers(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGenBuffers()">glGenBuffers()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenBuffers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glGenBuffersARB(java.nio.IntBuffer)">glGenBuffersARB(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glGenBuffersARB()">glGenBuffersARB()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenBuffersARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glGenerateMipmap(int)">glGenerateMipmap(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGenerateMipmap(int)">glGenerateMipmap(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGenerateMipmap(int)">glGenerateMipmap(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#glGenerateMipmapEXT(int)">glGenerateMipmapEXT(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#glGenerateMipmapOES(int)">glGenerateMipmapOES(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGenerateMultiTexMipmapEXT(int, int)">glGenerateMultiTexMipmapEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGenerateTextureMipmapEXT(int, int)">glGenerateTextureMipmapEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFence.html#glGenFencesAPPLE(java.nio.IntBuffer)">glGenFencesAPPLE(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFence.html" title="class in org.lwjgl.opengl">APPLEFence</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFence.html#glGenFencesAPPLE()">glGenFencesAPPLE()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFence.html" title="class in org.lwjgl.opengl">APPLEFence</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenFencesAPPLE.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFence.html#glGenFencesNV(java.nio.IntBuffer)">glGenFencesNV(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFence.html" title="class in org.lwjgl.opengl">NVFence</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFence.html#glGenFencesNV()">glGenFencesNV()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFence.html" title="class in org.lwjgl.opengl">NVFence</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenFencesNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFence.html#glGenFencesNV(java.nio.IntBuffer)">glGenFencesNV(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFence.html" title="class in org.lwjgl.opengles">NVFence</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFence.html#glGenFencesNV()">glGenFencesNV()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFence.html" title="class in org.lwjgl.opengles">NVFence</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenFencesNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#glGenFragmentShadersATI(int)">glGenFragmentShadersATI(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glGenFramebuffers(java.nio.IntBuffer)">glGenFramebuffers(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glGenFramebuffers()">glGenFramebuffers()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenFramebuffers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGenFramebuffers(java.nio.IntBuffer)">glGenFramebuffers(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGenFramebuffers()">glGenFramebuffers()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenFramebuffers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGenFramebuffers(java.nio.IntBuffer)">glGenFramebuffers(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGenFramebuffers()">glGenFramebuffers()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenFramebuffers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#glGenFramebuffersEXT(java.nio.IntBuffer)">glGenFramebuffersEXT(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#glGenFramebuffersEXT()">glGenFramebuffersEXT()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenFramebuffersEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#glGenFramebuffersOES(java.nio.IntBuffer)">glGenFramebuffersOES(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#glGenFramebuffersOES()">glGenFramebuffersOES()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenFramebuffersOES.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGenLists(int)">glGenLists(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDNameGenDelete.html#glGenNamesAMD(int, java.nio.IntBuffer)">glGenNamesAMD(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDNameGenDelete.html" title="class in org.lwjgl.opengl">AMDNameGenDelete</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDNameGenDelete.html#glGenNamesAMD(int)">glGenNamesAMD(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDNameGenDelete.html" title="class in org.lwjgl.opengl">AMDNameGenDelete</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenNamesAMD.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVOcclusionQuery.html#glGenOcclusionQueriesNV(java.nio.IntBuffer)">glGenOcclusionQueriesNV(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVOcclusionQuery.html#glGenOcclusionQueriesNV()">glGenOcclusionQueriesNV()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenOcclusionQueriesNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glGenPathsNV(int)">glGenPathsNV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glGenPerfMonitorsAMD(java.nio.IntBuffer)">glGenPerfMonitorsAMD(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glGenPerfMonitorsAMD()">glGenPerfMonitorsAMD()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenPerfMonitorsAMD.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glGenPerfMonitorsAMD(java.nio.IntBuffer)">glGenPerfMonitorsAMD(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glGenPerfMonitorsAMD()">glGenPerfMonitorsAMD()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenPerfMonitorsAMD.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glGenProgramPipelines(java.nio.IntBuffer)">glGenProgramPipelines(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glGenProgramPipelines()">glGenProgramPipelines()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenProgramPipelines.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glGenProgramPipelines(java.nio.IntBuffer)">glGenProgramPipelines(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glGenProgramPipelines()">glGenProgramPipelines()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenProgramPipelines.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glGenProgramPipelinesEXT(java.nio.IntBuffer)">glGenProgramPipelinesEXT(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glGenProgramPipelinesEXT()">glGenProgramPipelinesEXT()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenProgramPipelinesEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#glGenProgramsARB(java.nio.IntBuffer)">glGenProgramsARB(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#glGenProgramsARB()">glGenProgramsARB()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenProgramsARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVProgram.html#glGenProgramsNV(java.nio.IntBuffer)">glGenProgramsNV(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVProgram.html#glGenProgramsNV()">glGenProgramsNV()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenProgramsNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glGenQueries(java.nio.IntBuffer)">glGenQueries(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glGenQueries()">glGenQueries()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenQueries.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGenQueries(java.nio.IntBuffer)">glGenQueries(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGenQueries()">glGenQueries()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenQueries.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBOcclusionQuery.html#glGenQueriesARB(java.nio.IntBuffer)">glGenQueriesARB(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBOcclusionQuery.html#glGenQueriesARB()">glGenQueriesARB()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenQueriesARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#glGenQueriesEXT(java.nio.IntBuffer)">glGenQueriesEXT(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#glGenQueriesEXT()">glGenQueriesEXT()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenQueriesEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glGenRenderbuffers(java.nio.IntBuffer)">glGenRenderbuffers(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glGenRenderbuffers()">glGenRenderbuffers()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenRenderbuffers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGenRenderbuffers(java.nio.IntBuffer)">glGenRenderbuffers(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGenRenderbuffers()">glGenRenderbuffers()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenRenderbuffers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGenRenderbuffers(java.nio.IntBuffer)">glGenRenderbuffers(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGenRenderbuffers()">glGenRenderbuffers()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenRenderbuffers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#glGenRenderbuffersEXT(java.nio.IntBuffer)">glGenRenderbuffersEXT(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#glGenRenderbuffersEXT()">glGenRenderbuffersEXT()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenRenderbuffersEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#glGenRenderbuffersOES(java.nio.IntBuffer)">glGenRenderbuffersOES(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#glGenRenderbuffersOES()">glGenRenderbuffersOES()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenRenderbuffersOES.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSamplerObjects.html#glGenSamplers(java.nio.IntBuffer)">glGenSamplers(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSamplerObjects.html#glGenSamplers()">glGenSamplers()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenSamplers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glGenSamplers(java.nio.IntBuffer)">glGenSamplers(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glGenSamplers()">glGenSamplers()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenSamplers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGenSamplers(java.nio.IntBuffer)">glGenSamplers(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGenSamplers()">glGenSamplers()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenSamplers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glGenSymbolsEXT(int, int, int, int)">glGenSymbolsEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGenTextures(java.nio.IntBuffer)">glGenTextures(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGenTextures()">glGenTextures()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenTextures.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGenTextures(java.nio.IntBuffer)">glGenTextures(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGenTextures()">glGenTextures()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenTextures.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransformFeedback2.html#glGenTransformFeedbacks(java.nio.IntBuffer)">glGenTransformFeedbacks(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl">ARBTransformFeedback2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransformFeedback2.html#glGenTransformFeedbacks()">glGenTransformFeedbacks()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl">ARBTransformFeedback2</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenTransformFeedbacks.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glGenTransformFeedbacks(java.nio.IntBuffer)">glGenTransformFeedbacks(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glGenTransformFeedbacks()">glGenTransformFeedbacks()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenTransformFeedbacks.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGenTransformFeedbacks(java.nio.IntBuffer)">glGenTransformFeedbacks(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGenTransformFeedbacks()">glGenTransformFeedbacks()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenTransformFeedbacks.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback2.html#glGenTransformFeedbacksNV(java.nio.IntBuffer)">glGenTransformFeedbacksNV(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl">NVTransformFeedback2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback2.html#glGenTransformFeedbacksNV()">glGenTransformFeedbacksNV()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl">NVTransformFeedback2</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenTransformFeedbacksNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexArrayObject.html#glGenVertexArrays(java.nio.IntBuffer)">glGenVertexArrays(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexArrayObject.html" title="class in org.lwjgl.opengl">ARBVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexArrayObject.html#glGenVertexArrays()">glGenVertexArrays()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexArrayObject.html" title="class in org.lwjgl.opengl">ARBVertexArrayObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenVertexArrays.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGenVertexArrays(java.nio.IntBuffer)">glGenVertexArrays(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGenVertexArrays()">glGenVertexArrays()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenVertexArrays.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGenVertexArrays(java.nio.IntBuffer)">glGenVertexArrays(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGenVertexArrays()">glGenVertexArrays()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenVertexArrays.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexArrayObject.html#glGenVertexArraysAPPLE(java.nio.IntBuffer)">glGenVertexArraysAPPLE(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexArrayObject.html" title="class in org.lwjgl.opengl">APPLEVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexArrayObject.html#glGenVertexArraysAPPLE()">glGenVertexArraysAPPLE()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexArrayObject.html" title="class in org.lwjgl.opengl">APPLEVertexArrayObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenVertexArraysAPPLE.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESVertexArrayObject.html#glGenVertexArraysOES(java.nio.IntBuffer)">glGenVertexArraysOES(IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESVertexArrayObject.html" title="class in org.lwjgl.opengles">OESVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESVertexArrayObject.html#glGenVertexArraysOES()">glGenVertexArraysOES()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESVertexArrayObject.html" title="class in org.lwjgl.opengles">OESVertexArrayObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGenVertexArraysOES.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glGenVertexShadersEXT(int)">glGenVertexShadersEXT(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#glGetActiveAtomicCounterBuffer(int, int, int, java.nio.IntBuffer)">glGetActiveAtomicCounterBuffer(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#glGetActiveAtomicCounterBuffer(int, int, int)">glGetActiveAtomicCounterBuffer(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveAtomicCounterBufferiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#glGetActiveAtomicCounterBuffer(int, int, int, java.nio.IntBuffer)">glGetActiveAtomicCounterBuffer(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#glGetActiveAtomicCounterBuffer(int, int, int)">glGetActiveAtomicCounterBuffer(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveAtomicCounterBufferiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetActiveAttrib(int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetActiveAttrib(int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetActiveAttrib(int, int, int, java.nio.IntBuffer)">glGetActiveAttrib(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveAttrib.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetActiveAttrib(int, int, int)">glGetActiveAttrib(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveAttrib.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetActiveAttrib(int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetActiveAttrib(int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetActiveAttrib(int, int, int, java.nio.IntBuffer)">glGetActiveAttrib(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveAttrib.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetActiveAttrib(int, int, int)">glGetActiveAttrib(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveAttrib.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glGetActiveAttribARB(int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetActiveAttribARB(int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glGetActiveAttribARB(int, int, int, java.nio.IntBuffer)">glGetActiveAttribARB(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveAttribARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glGetActiveAttribARB(int, int, int)">glGetActiveAttribARB(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveAttribARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetActiveAttribSize(int, int)">glGetActiveAttribSize(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveAttrib.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetActiveAttribSize(int, int)">glGetActiveAttribSize(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveAttrib.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glGetActiveAttribSizeARB(int, int)">glGetActiveAttribSizeARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveAttribARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetActiveAttribType(int, int)">glGetActiveAttribType(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveAttrib.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetActiveAttribType(int, int)">glGetActiveAttribType(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveAttrib.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glGetActiveAttribTypeARB(int, int)">glGetActiveAttribTypeARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveAttribARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetActiveSubroutineName(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetActiveSubroutineName(int, int, int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetActiveSubroutineName(int, int, int, int)">glGetActiveSubroutineName(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveSubroutineName.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glGetActiveSubroutineName(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetActiveSubroutineName(int, int, int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glGetActiveSubroutineName(int, int, int, int)">glGetActiveSubroutineName(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveSubroutineName.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetActiveSubroutineUniform(int, int, int, int, java.nio.IntBuffer)">glGetActiveSubroutineUniform(int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glGetActiveSubroutineUniform(int, int, int, int, java.nio.IntBuffer)">glGetActiveSubroutineUniform(int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glGetActiveSubroutineUniform(int, int, int, int)">glGetActiveSubroutineUniform(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetActiveSubroutineUniformi(int, int, int, int)">glGetActiveSubroutineUniformi(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveSubroutineUniformiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glGetActiveSubroutineUniformi(int, int, int, int)">glGetActiveSubroutineUniformi(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveSubroutineUniformiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetActiveSubroutineUniformName(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetActiveSubroutineUniformName(int, int, int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetActiveSubroutineUniformName(int, int, int, int)">glGetActiveSubroutineUniformName(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveSubroutineUniformName.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glGetActiveSubroutineUniformName(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetActiveSubroutineUniformName(int, int, int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glGetActiveSubroutineUniformName(int, int, int, int)">glGetActiveSubroutineUniformName(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveSubroutineUniformName.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetActiveUniform(int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetActiveUniform(int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetActiveUniform(int, int, int, java.nio.IntBuffer)">glGetActiveUniform(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveUniform.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetActiveUniform(int, int, int)">glGetActiveUniform(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveUniform.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetActiveUniform(int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetActiveUniform(int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetActiveUniform(int, int, int, java.nio.IntBuffer)">glGetActiveUniform(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveUniform.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetActiveUniform(int, int, int)">glGetActiveUniform(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveUniform.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glGetActiveUniformARB(int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetActiveUniformARB(int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glGetActiveUniformARB(int, int, int, java.nio.IntBuffer)">glGetActiveUniformARB(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveUniformARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glGetActiveUniformARB(int, int, int)">glGetActiveUniformARB(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveUniformARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetActiveUniformBlock(int, int, int, java.nio.IntBuffer)">glGetActiveUniformBlock(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetActiveUniformBlock(int, int, int)">glGetActiveUniformBlock(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#glGetActiveUniformBlock(int, int, int, java.nio.IntBuffer)">glGetActiveUniformBlock(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#glGetActiveUniformBlock(int, int, int)">glGetActiveUniformBlock(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetActiveUniformBlock(int, int, int, java.nio.IntBuffer)">glGetActiveUniformBlock(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetActiveUniformBlocki(int, int, int)">glGetActiveUniformBlocki(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveUniformBlockiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#glGetActiveUniformBlocki(int, int, int)">glGetActiveUniformBlocki(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveUniformBlockiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetActiveUniformBlocki(int, int, int)">glGetActiveUniformBlocki(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveUniformBlockiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetActiveUniformBlockName(int, int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetActiveUniformBlockName(int, int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetActiveUniformBlockName(int, int, int)">glGetActiveUniformBlockName(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveUniformBlockName.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#glGetActiveUniformBlockName(int, int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetActiveUniformBlockName(int, int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#glGetActiveUniformBlockName(int, int, int)">glGetActiveUniformBlockName(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveUniformBlockName.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetActiveUniformBlockName(int, int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetActiveUniformBlockName(int, int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetActiveUniformBlockName(int, int, int)">glGetActiveUniformBlockName(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveUniformBlockName.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetActiveUniformName(int, int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetActiveUniformName(int, int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetActiveUniformName(int, int, int)">glGetActiveUniformName(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveUniformName.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#glGetActiveUniformName(int, int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetActiveUniformName(int, int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#glGetActiveUniformName(int, int, int)">glGetActiveUniformName(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveUniformName.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetActiveUniforms(int, java.nio.IntBuffer, int, java.nio.IntBuffer)">glGetActiveUniforms(int, IntBuffer, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetActiveUniforms(int, int, int)">glGetActiveUniforms(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#glGetActiveUniforms(int, java.nio.IntBuffer, int, java.nio.IntBuffer)">glGetActiveUniforms(int, IntBuffer, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#glGetActiveUniforms(int, int, int)">glGetActiveUniforms(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetActiveUniforms(int, java.nio.IntBuffer, int, java.nio.IntBuffer)">glGetActiveUniforms(int, IntBuffer, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetActiveUniformsi(int, int, int)">glGetActiveUniformsi(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveUniformsiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#glGetActiveUniformsi(int, int, int)">glGetActiveUniformsi(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveUniformsiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetActiveUniformsi(int, int, int)">glGetActiveUniformsi(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveUniformsiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetActiveUniformSize(int, int)">glGetActiveUniformSize(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveUniform.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetActiveUniformSize(int, int)">glGetActiveUniformSize(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveUniform.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glGetActiveUniformSizeARB(int, int)">glGetActiveUniformSizeARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveUniformARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetActiveUniformType(int, int)">glGetActiveUniformType(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveUniform.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetActiveUniformType(int, int)">glGetActiveUniformType(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveUniform.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glGetActiveUniformTypeARB(int, int)">glGetActiveUniformTypeARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveUniformARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#glGetActiveVaryingNV(int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetActiveVaryingNV(int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#glGetActiveVaryingNV(int, int, int, java.nio.IntBuffer)">glGetActiveVaryingNV(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveVaryingNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#glGetActiveVaryingNV(int, int, int)">glGetActiveVaryingNV(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveVaryingNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#glGetActiveVaryingSizeNV(int, int)">glGetActiveVaryingSizeNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveVaryingNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#glGetActiveVaryingTypeNV(int, int)">glGetActiveVaryingTypeNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetActiveVaryingNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#glGetArrayObjectATI(int, int, java.nio.FloatBuffer)">glGetArrayObjectATI(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#glGetArrayObjectATI(int, int, java.nio.IntBuffer)">glGetArrayObjectATI(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glGetAttachedObjectsARB(int, java.nio.IntBuffer, java.nio.IntBuffer)">glGetAttachedObjectsARB(int, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetAttachedShaders(int, java.nio.IntBuffer, java.nio.IntBuffer)">glGetAttachedShaders(int, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetAttachedShaders(int, java.nio.IntBuffer, java.nio.IntBuffer)">glGetAttachedShaders(int, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetAttribLocation(int, java.nio.ByteBuffer)">glGetAttribLocation(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetAttribLocation(int, java.lang.CharSequence)">glGetAttribLocation(int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetAttribLocation.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetAttribLocation(int, java.nio.ByteBuffer)">glGetAttribLocation(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetAttribLocation(int, java.lang.CharSequence)">glGetAttribLocation(int, CharSequence)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetAttribLocation.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glGetAttribLocationARB(int, java.nio.ByteBuffer)">glGetAttribLocationARB(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glGetAttribLocationARB(int, java.lang.CharSequence)">glGetAttribLocationARB(int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetAttribLocationARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetBoolean(int, java.nio.ByteBuffer)">glGetBoolean(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetBoolean(int)">glGetBoolean(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetBooleanv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGetBoolean(int, int, java.nio.ByteBuffer)">glGetBoolean(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGetBoolean(int, int)">glGetBoolean(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetBooleani_v.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetBoolean(int, java.nio.ByteBuffer)">glGetBoolean(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetBoolean(int)">glGetBoolean(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetBooleanv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetBooleanIndexedEXT(int, int, java.nio.ByteBuffer)">glGetBooleanIndexedEXT(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetBooleanIndexedEXT(int, int)">glGetBooleanIndexedEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetBooleanIndexedvEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDrawBuffers2.html#glGetBooleanIndexedEXT(int, int, java.nio.ByteBuffer)">glGetBooleanIndexedEXT(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDrawBuffers2.html" title="class in org.lwjgl.opengl">EXTDrawBuffers2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDrawBuffers2.html#glGetBooleanIndexedEXT(int, int)">glGetBooleanIndexedEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDrawBuffers2.html" title="class in org.lwjgl.opengl">EXTDrawBuffers2</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetBooleanIndexedvEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVExplicitMultisample.html#glGetBooleanIndexedEXT(int, int, java.nio.ByteBuffer)">glGetBooleanIndexedEXT(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVExplicitMultisample.html#glGetBooleanIndexedEXT(int, int)">glGetBooleanIndexedEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetBooleanIndexedvEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glGetBufferParameter(int, int, java.nio.IntBuffer)">glGetBufferParameter(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glGetBufferParameter(int, int)">glGetBufferParameter(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glGetBufferParameter(int, int, java.nio.LongBuffer)">glGetBufferParameter(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glGetBufferParameter(int, int)">glGetBufferParameter(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetBufferParameter(int, int, java.nio.IntBuffer)">glGetBufferParameter(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetBufferParameter(int, int)">glGetBufferParameter(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetBufferParameter(int, int, java.nio.LongBuffer)">glGetBufferParameter(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glGetBufferParameterARB(int, int, java.nio.IntBuffer)">glGetBufferParameterARB(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glGetBufferParameterARB(int, int)">glGetBufferParameterARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glGetBufferParameteri(int, int)">glGetBufferParameteri(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetBufferParameteriv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetBufferParameteri(int, int)">glGetBufferParameteri(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetBufferParameteriv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glGetBufferParameteri64(int, int)">glGetBufferParameteri64(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetBufferParameteri64v.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetBufferParameteri64(int, int)">glGetBufferParameteri64(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetBufferParameteri64v.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glGetBufferParameteriARB(int, int)">glGetBufferParameteriARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetBufferParameterivARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVShaderBufferLoad.html#glGetBufferParameterui64NV(int, int)">glGetBufferParameterui64NV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetBufferParameterui64vNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVShaderBufferLoad.html#glGetBufferParameteruNV(int, int, java.nio.LongBuffer)">glGetBufferParameteruNV(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glGetBufferPointer(int, int)">glGetBufferPointer(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetBufferPointer(int, int)">glGetBufferPointer(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glGetBufferPointerARB(int, int)">glGetBufferPointerARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESMapbuffer.html#glGetBufferPointerOES(int, int, java.nio.ByteBuffer)">glGetBufferPointerOES(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESMapbuffer.html" title="class in org.lwjgl.opengles">OESMapbuffer</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESMapbuffer.html#glGetBufferPointervOES(int, int, long, java.nio.ByteBuffer)">glGetBufferPointervOES(int, int, long, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESMapbuffer.html" title="class in org.lwjgl.opengles">OESMapbuffer</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glGetBufferSubData(int, long, java.nio.ByteBuffer)">glGetBufferSubData(int, long, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glGetBufferSubData(int, long, java.nio.DoubleBuffer)">glGetBufferSubData(int, long, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glGetBufferSubData(int, long, java.nio.FloatBuffer)">glGetBufferSubData(int, long, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glGetBufferSubData(int, long, java.nio.IntBuffer)">glGetBufferSubData(int, long, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glGetBufferSubData(int, long, java.nio.ShortBuffer)">glGetBufferSubData(int, long, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glGetBufferSubDataARB(int, long, java.nio.ByteBuffer)">glGetBufferSubDataARB(int, long, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glGetBufferSubDataARB(int, long, java.nio.DoubleBuffer)">glGetBufferSubDataARB(int, long, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glGetBufferSubDataARB(int, long, java.nio.FloatBuffer)">glGetBufferSubDataARB(int, long, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glGetBufferSubDataARB(int, long, java.nio.IntBuffer)">glGetBufferSubDataARB(int, long, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glGetBufferSubDataARB(int, long, java.nio.ShortBuffer)">glGetBufferSubDataARB(int, long, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetClipPlane(int, java.nio.DoubleBuffer)">glGetClipPlane(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetColorTable(int, int, int, java.nio.ByteBuffer)">glGetColorTable(int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetColorTable(int, int, int, java.nio.DoubleBuffer)">glGetColorTable(int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetColorTable(int, int, int, java.nio.FloatBuffer)">glGetColorTable(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#glGetColorTableEXT(int, int, int, java.nio.ByteBuffer)">glGetColorTableEXT(int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#glGetColorTableEXT(int, int, int, java.nio.DoubleBuffer)">glGetColorTableEXT(int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#glGetColorTableEXT(int, int, int, java.nio.FloatBuffer)">glGetColorTableEXT(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#glGetColorTableEXT(int, int, int, java.nio.IntBuffer)">glGetColorTableEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#glGetColorTableEXT(int, int, int, java.nio.ShortBuffer)">glGetColorTableEXT(int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetColorTableParameter(int, int, java.nio.IntBuffer)">glGetColorTableParameter(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetColorTableParameter(int, int, java.nio.FloatBuffer)">glGetColorTableParameter(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#glGetColorTableParameterEXT(int, int, java.nio.IntBuffer)">glGetColorTableParameterEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPalettedTexture.html#glGetColorTableParameterEXT(int, int, java.nio.FloatBuffer)">glGetColorTableParameterEXT(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#glGetCombinerInputParameterfNV(int, int, int, int)">glGetCombinerInputParameterfNV(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetCombinerInputParameterfvNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#glGetCombinerInputParameteriNV(int, int, int, int)">glGetCombinerInputParameteriNV(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetCombinerInputParameterivNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#glGetCombinerInputParameterNV(int, int, int, int, java.nio.FloatBuffer)">glGetCombinerInputParameterNV(int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#glGetCombinerInputParameterNV(int, int, int, int, java.nio.IntBuffer)">glGetCombinerInputParameterNV(int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#glGetCombinerOutputParameterfNV(int, int, int)">glGetCombinerOutputParameterfNV(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetCombinerOutputParameterfvNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#glGetCombinerOutputParameteriNV(int, int, int)">glGetCombinerOutputParameteriNV(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetCombinerOutputParameterivNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#glGetCombinerOutputParameterNV(int, int, int, java.nio.FloatBuffer)">glGetCombinerOutputParameterNV(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#glGetCombinerOutputParameterNV(int, int, int, java.nio.IntBuffer)">glGetCombinerOutputParameterNV(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners2.html#glGetCombinerStageParameterNV(int, int, java.nio.FloatBuffer)">glGetCombinerStageParameterNV(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners2.html" title="class in org.lwjgl.opengl">NVRegisterCombiners2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetCompressedMultiTexImageEXT(int, int, int, java.nio.ByteBuffer)">glGetCompressedMultiTexImageEXT(int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetCompressedMultiTexImageEXT(int, int, int, java.nio.IntBuffer)">glGetCompressedMultiTexImageEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetCompressedMultiTexImageEXT(int, int, int, java.nio.ShortBuffer)">glGetCompressedMultiTexImageEXT(int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetCompressedMultiTexImageEXT(int, int, int, long)">glGetCompressedMultiTexImageEXT(int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glGetCompressedTexImage(int, int, java.nio.ByteBuffer)">glGetCompressedTexImage(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glGetCompressedTexImage(int, int, java.nio.IntBuffer)">glGetCompressedTexImage(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glGetCompressedTexImage(int, int, java.nio.ShortBuffer)">glGetCompressedTexImage(int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glGetCompressedTexImage(int, int, long)">glGetCompressedTexImage(int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompression.html#glGetCompressedTexImageARB(int, int, java.nio.ByteBuffer)">glGetCompressedTexImageARB(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureCompression.html#glGetCompressedTexImageARB(int, int, long)">glGetCompressedTexImageARB(int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVGetTexImage.html#glGetCompressedTexImageNV(int, int, java.nio.ByteBuffer)">glGetCompressedTexImageNV(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetCompressedTextureImageEXT(int, int, int, java.nio.ByteBuffer)">glGetCompressedTextureImageEXT(int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetCompressedTextureImageEXT(int, int, int, java.nio.IntBuffer)">glGetCompressedTextureImageEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetCompressedTextureImageEXT(int, int, int, java.nio.ShortBuffer)">glGetCompressedTextureImageEXT(int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetCompressedTextureImageEXT(int, int, int, long)">glGetCompressedTextureImageEXT(int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetConvolutionFilter(int, int, int, java.nio.ByteBuffer)">glGetConvolutionFilter(int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetConvolutionFilter(int, int, int, java.nio.DoubleBuffer)">glGetConvolutionFilter(int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetConvolutionFilter(int, int, int, java.nio.FloatBuffer)">glGetConvolutionFilter(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetConvolutionFilter(int, int, int, java.nio.IntBuffer)">glGetConvolutionFilter(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetConvolutionFilter(int, int, int, java.nio.ShortBuffer)">glGetConvolutionFilter(int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetConvolutionFilter(int, int, int, long)">glGetConvolutionFilter(int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetConvolutionParameter(int, int, java.nio.FloatBuffer)">glGetConvolutionParameter(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetConvolutionParameter(int, int, java.nio.IntBuffer)">glGetConvolutionParameter(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">glGetDebugMessageLog(int, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">glGetDebugMessageLog(int, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">glGetDebugMessageLog(int, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDebugOutput.html#glGetDebugMessageLogAMD(int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetDebugMessageLogAMD(int, IntBuffer, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><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)">glGetDebugMessageLogARB(int, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#glGetDouble(int, int, java.nio.DoubleBuffer)">glGetDouble(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#glGetDouble(int, int)">glGetDouble(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetDoublei_v.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetDouble(int, java.nio.DoubleBuffer)">glGetDouble(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetDouble(int)">glGetDouble(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetDoublev.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glGetDouble(int, int, java.nio.DoubleBuffer)">glGetDouble(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glGetDouble(int, int)">glGetDouble(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetDoublei_v.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetDoubleEXT(int, int, java.nio.DoubleBuffer)">glGetDoubleEXT(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetDoubleEXT(int, int)">glGetDoubleEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetDoublei_vEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetDoubleIndexedEXT(int, int, java.nio.DoubleBuffer)">glGetDoubleIndexedEXT(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetDoubleIndexedEXT(int, int)">glGetDoubleIndexedEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetDoubleIndexedvEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMDriverControl.html#glGetDriverControlsQCOM(java.nio.IntBuffer, java.nio.IntBuffer)">glGetDriverControlsQCOM(IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMDriverControl.html" title="class in org.lwjgl.opengles">QCOMDriverControl</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMDriverControl.html#glGetDriverControlStringQCOM(int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetDriverControlStringQCOM(int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMDriverControl.html" title="class in org.lwjgl.opengles">QCOMDriverControl</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMDriverControl.html#glGetDriverControlStringQCOM(int, int)">glGetDriverControlStringQCOM(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMDriverControl.html" title="class in org.lwjgl.opengles">QCOMDriverControl</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetDriverControlStringQCOM.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetError()">glGetError()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetError()">glGetError()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFence.html#glGetFenceivNV(int, int, java.nio.IntBuffer)">glGetFenceivNV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFence.html" title="class in org.lwjgl.opengl">NVFence</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFence.html#glGetFenceivNV(int, int, java.nio.IntBuffer)">glGetFenceivNV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFence.html" title="class in org.lwjgl.opengles">NVFence</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#glGetFinalCombinerInputParameterfNV(int, int)">glGetFinalCombinerInputParameterfNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetFinalCombinerInputParameterfvNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#glGetFinalCombinerInputParameteriNV(int, int)">glGetFinalCombinerInputParameteriNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetFinalCombinerInputParameterivNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#glGetFinalCombinerInputParameterNV(int, int, java.nio.FloatBuffer)">glGetFinalCombinerInputParameterNV(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVRegisterCombiners.html#glGetFinalCombinerInputParameterNV(int, int, java.nio.IntBuffer)">glGetFinalCombinerInputParameterNV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#glGetFloat(int, int, java.nio.FloatBuffer)">glGetFloat(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#glGetFloat(int, int)">glGetFloat(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetFloati_v.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetFloat(int, java.nio.FloatBuffer)">glGetFloat(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetFloat(int)">glGetFloat(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetFloatv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glGetFloat(int, int, java.nio.FloatBuffer)">glGetFloat(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glGetFloat(int, int)">glGetFloat(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetFloati_v.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetFloat(int, java.nio.FloatBuffer)">glGetFloat(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetFloat(int)">glGetFloat(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetFloatv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetFloatEXT(int, int, java.nio.FloatBuffer)">glGetFloatEXT(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetFloatEXT(int, int)">glGetFloatEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetFloati_vEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetFloatIndexedEXT(int, int, java.nio.FloatBuffer)">glGetFloatIndexedEXT(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetFloatIndexedEXT(int, int)">glGetFloatIndexedEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetFloatIndexedvEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBlendFuncExtended.html#glGetFragDataIndex(int, java.nio.ByteBuffer)">glGetFragDataIndex(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBlendFuncExtended.html" title="class in org.lwjgl.opengl">ARBBlendFuncExtended</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBlendFuncExtended.html#glGetFragDataIndex(int, java.lang.CharSequence)">glGetFragDataIndex(int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBlendFuncExtended.html" title="class in org.lwjgl.opengl">ARBBlendFuncExtended</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetFragDataIndex.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glGetFragDataIndex(int, java.nio.ByteBuffer)">glGetFragDataIndex(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glGetFragDataIndex(int, java.lang.CharSequence)">glGetFragDataIndex(int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetFragDataIndex.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGetFragDataLocation(int, java.nio.ByteBuffer)">glGetFragDataLocation(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGetFragDataLocation(int, java.lang.CharSequence)">glGetFragDataLocation(int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetFragDataLocation.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetFragDataLocation(int, java.nio.ByteBuffer)">glGetFragDataLocation(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetFragDataLocation(int, java.lang.CharSequence)">glGetFragDataLocation(int, CharSequence)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetFragDataLocation.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glGetFragDataLocationEXT(int, java.nio.ByteBuffer)">glGetFragDataLocationEXT(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glGetFragDataLocationEXT(int, java.lang.CharSequence)">glGetFragDataLocationEXT(int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetFragDataLocationEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glGetFramebufferAttachmentParameter(int, int, int, java.nio.IntBuffer)">glGetFramebufferAttachmentParameter(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glGetFramebufferAttachmentParameter(int, int, int)">glGetFramebufferAttachmentParameter(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGetFramebufferAttachmentParameter(int, int, int, java.nio.IntBuffer)">glGetFramebufferAttachmentParameter(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGetFramebufferAttachmentParameter(int, int, int)">glGetFramebufferAttachmentParameter(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetFramebufferAttachmentParameter(int, int, int, java.nio.IntBuffer)">glGetFramebufferAttachmentParameter(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetFramebufferAttachmentParameter(int, int, int)">glGetFramebufferAttachmentParameter(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#glGetFramebufferAttachmentParameterEXT(int, int, int, java.nio.IntBuffer)">glGetFramebufferAttachmentParameterEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#glGetFramebufferAttachmentParameterEXT(int, int, int)">glGetFramebufferAttachmentParameterEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glGetFramebufferAttachmentParameteri(int, int, int)">glGetFramebufferAttachmentParameteri(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetFramebufferAttachmentParameteriv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGetFramebufferAttachmentParameteri(int, int, int)">glGetFramebufferAttachmentParameteri(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetFramebufferAttachmentParameteriv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetFramebufferAttachmentParameteri(int, int, int)">glGetFramebufferAttachmentParameteri(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetFramebufferAttachmentParameteriv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#glGetFramebufferAttachmentParameteriEXT(int, int, int)">glGetFramebufferAttachmentParameteriEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetFramebufferAttachmentParameterivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#glGetFramebufferAttachmentParameteriOES(int, int, int)">glGetFramebufferAttachmentParameteriOES(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetFramebufferAttachmentParameterivOES.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#glGetFramebufferAttachmentParameterOES(int, int, int, java.nio.IntBuffer)">glGetFramebufferAttachmentParameterOES(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#glGetFramebufferAttachmentParameterOES(int, int, int)">glGetFramebufferAttachmentParameterOES(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#glGetFramebufferParameter(int, int, java.nio.IntBuffer)">glGetFramebufferParameter(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glGetFramebufferParameter(int, int, java.nio.IntBuffer)">glGetFramebufferParameter(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetFramebufferParameterEXT(int, int, java.nio.IntBuffer)">glGetFramebufferParameterEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetFramebufferParameterEXT(int, int)">glGetFramebufferParameterEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetFramebufferParameterivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#glGetFramebufferParameteri(int, int)">glGetFramebufferParameteri(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetFramebufferParameteriv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glGetFramebufferParameteri(int, int)">glGetFramebufferParameteri(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetFramebufferParameteriv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetGraphicsResetStatusARB()">glGetGraphicsResetStatusARB()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTRobustness.html#glGetGraphicsResetStatusEXT()">glGetGraphicsResetStatusEXT()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glGetHandleARB(int)">glGetHandleARB(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetHistogram(int, boolean, int, int, java.nio.ByteBuffer)">glGetHistogram(int, boolean, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetHistogram(int, boolean, int, int, java.nio.DoubleBuffer)">glGetHistogram(int, boolean, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetHistogram(int, boolean, int, int, java.nio.FloatBuffer)">glGetHistogram(int, boolean, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetHistogram(int, boolean, int, int, java.nio.IntBuffer)">glGetHistogram(int, boolean, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetHistogram(int, boolean, int, int, java.nio.ShortBuffer)">glGetHistogram(int, boolean, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetHistogram(int, boolean, int, int, long)">glGetHistogram(int, boolean, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetHistogramParameter(int, int, java.nio.FloatBuffer)">glGetHistogramParameter(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetHistogramParameter(int, int, java.nio.IntBuffer)">glGetHistogramParameter(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBindlessTexture.html#glGetImageHandleARB(int, int, boolean, int, int)">glGetImageHandleARB(int, int, boolean, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBindlessTexture.html#glGetImageHandleNV(int, int, boolean, int, int)">glGetImageHandleNV(int, int, boolean, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl">NVBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glGetInfoLogARB(int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetInfoLogARB(int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glGetInfoLogARB(int, int)">glGetInfoLogARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetInfoLogARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetInteger(int, int, java.nio.IntBuffer)">glGetInteger(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetInteger(int, int)">glGetInteger(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetIntegeri_v.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetInteger(int, java.nio.IntBuffer)">glGetInteger(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetInteger(int)">glGetInteger(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetIntegerv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGetInteger(int, int, java.nio.IntBuffer)">glGetInteger(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGetInteger(int, int)">glGetInteger(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetIntegeri_v.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetInteger(int, java.nio.IntBuffer)">glGetInteger(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetInteger(int)">glGetInteger(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetIntegerv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetInteger(int, int, java.nio.IntBuffer)">glGetInteger(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetInteger(int, int)">glGetInteger(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetIntegeri_v.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSync.html#glGetInteger64(int, java.nio.LongBuffer)">glGetInteger64(int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSync.html#glGetInteger64(int)">glGetInteger64(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetInteger64v.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glGetInteger64(int, java.nio.LongBuffer)">glGetInteger64(int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glGetInteger64(int)">glGetInteger64(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetInteger64v.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glGetInteger64(int, int, java.nio.LongBuffer)">glGetInteger64(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glGetInteger64(int, int)">glGetInteger64(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetInteger64i_v.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetInteger64(int, java.nio.LongBuffer)">glGetInteger64(int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetInteger64(int)">glGetInteger64(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetInteger64v.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetInteger64(int, int, java.nio.LongBuffer)">glGetInteger64(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetInteger64(int, int)">glGetInteger64(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetInteger64i_v.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLESync.html#glGetInteger64APPLE(int, java.nio.LongBuffer)">glGetInteger64APPLE(int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLESync.html#glGetInteger64APPLE(int)">glGetInteger64APPLE(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetInteger64vAPPLE.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html#glGetIntegerEXT(int, int, java.nio.IntBuffer)">glGetIntegerEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html" title="class in org.lwjgl.opengles">EXTMultiviewDrawBuffers</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html#glGetIntegerEXT(int, int)">glGetIntegerEXT(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html" title="class in org.lwjgl.opengles">EXTMultiviewDrawBuffers</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetIntegeri_vEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#glGetIntegerIndexedEXT(int, int, java.nio.IntBuffer)">glGetIntegerIndexedEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#glGetIntegerIndexedEXT(int, int)">glGetIntegerIndexedEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetIntegerIndexedivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetIntegerIndexedEXT(int, int, java.nio.IntBuffer)">glGetIntegerIndexedEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetIntegerIndexedEXT(int, int)">glGetIntegerIndexedEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetIntegerIndexedvEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDrawBuffers2.html#glGetIntegerIndexedEXT(int, int, java.nio.IntBuffer)">glGetIntegerIndexedEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDrawBuffers2.html" title="class in org.lwjgl.opengl">EXTDrawBuffers2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDrawBuffers2.html#glGetIntegerIndexedEXT(int, int)">glGetIntegerIndexedEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDrawBuffers2.html" title="class in org.lwjgl.opengl">EXTDrawBuffers2</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetIntegerIndexedvEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVExplicitMultisample.html#glGetIntegerIndexedEXT(int, int, java.nio.IntBuffer)">glGetIntegerIndexedEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVExplicitMultisample.html#glGetIntegerIndexedEXT(int, int)">glGetIntegerIndexedEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetIntegerIndexedvEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVShaderBufferLoad.html#glGetIntegerui64NV(int)">glGetIntegerui64NV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetIntegerui64vNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#glGetIntegerui64NV(int, int)">glGetIntegerui64NV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetIntegerui64i_vNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVShaderBufferLoad.html#glGetIntegeruNV(int, java.nio.LongBuffer)">glGetIntegeruNV(int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#glGetIntegeruNV(int, int, java.nio.LongBuffer)">glGetIntegeruNV(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Util.html#glGetIntegerv(int)">glGetIntegerv(int)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Convenience method for returning an int, rather than getting it out of a buffer yourself.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery.html#glGetInternalformat(int, int, int, java.nio.IntBuffer)">glGetInternalformat(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery.html#glGetInternalformat(int, int, int)">glGetInternalformat(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetInternalformativ.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#glGetInternalformat(int, int, int, java.nio.LongBuffer)">glGetInternalformat(int, int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#glGetInternalformat(int, int, int, java.nio.IntBuffer)">glGetInternalformat(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#glGetInternalformat(int, int, int)">glGetInternalformat(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetInternalformativ.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glGetInternalformat(int, int, int, java.nio.LongBuffer)">glGetInternalformat(int, int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetInternalformat(int, int, int, java.nio.IntBuffer)">glGetInternalformat(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetInternalformat(int, int, int)">glGetInternalformat(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetInternalformativ.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html#glGetInternalformati64(int, int, int)">glGetInternalformati64(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetInternalformati64v.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glGetInternalformati64(int, int, int)">glGetInternalformati64(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetInternalformati64v.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glGetInvariantBooleanEXT(int, int, java.nio.ByteBuffer)">glGetInvariantBooleanEXT(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glGetInvariantFloatEXT(int, int, java.nio.FloatBuffer)">glGetInvariantFloatEXT(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glGetInvariantIntegerEXT(int, int, java.nio.IntBuffer)">glGetInvariantIntegerEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetLight(int, int, java.nio.FloatBuffer)">glGetLight(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetLight(int, int, java.nio.IntBuffer)">glGetLight(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glGetLocalConstantBooleanEXT(int, int, java.nio.ByteBuffer)">glGetLocalConstantBooleanEXT(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glGetLocalConstantFloatEXT(int, int, java.nio.FloatBuffer)">glGetLocalConstantFloatEXT(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glGetLocalConstantIntegerEXT(int, int, java.nio.IntBuffer)">glGetLocalConstantIntegerEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetMap(int, int, java.nio.FloatBuffer)">glGetMap(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetMap(int, int, java.nio.DoubleBuffer)">glGetMap(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetMap(int, int, java.nio.IntBuffer)">glGetMap(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#glGetMapAttribParameterNV(int, int, int, java.nio.FloatBuffer)">glGetMapAttribParameterNV(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#glGetMapAttribParameterNV(int, int, int, java.nio.IntBuffer)">glGetMapAttribParameterNV(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#glGetMapControlPointsNV(int, int, int, int, int, boolean, java.nio.FloatBuffer)">glGetMapControlPointsNV(int, int, int, int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#glGetMapParameterNV(int, int, java.nio.FloatBuffer)">glGetMapParameterNV(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#glGetMapParameterNV(int, int, java.nio.IntBuffer)">glGetMapParameterNV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetMaterial(int, int, java.nio.FloatBuffer)">glGetMaterial(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetMaterial(int, int, java.nio.IntBuffer)">glGetMaterial(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetMinmax(int, boolean, int, int, java.nio.ByteBuffer)">glGetMinmax(int, boolean, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetMinmax(int, boolean, int, int, java.nio.DoubleBuffer)">glGetMinmax(int, boolean, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetMinmax(int, boolean, int, int, java.nio.FloatBuffer)">glGetMinmax(int, boolean, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetMinmax(int, boolean, int, int, java.nio.IntBuffer)">glGetMinmax(int, boolean, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetMinmax(int, boolean, int, int, java.nio.ShortBuffer)">glGetMinmax(int, boolean, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetMinmax(int, boolean, int, int, long)">glGetMinmax(int, boolean, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetMinmaxParameter(int, int, java.nio.FloatBuffer)">glGetMinmaxParameter(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetMinmaxParameter(int, int, java.nio.IntBuffer)">glGetMinmaxParameter(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureMultisample.html#glGetMultisample(int, int, java.nio.FloatBuffer)">glGetMultisample(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glGetMultisample(int, int, java.nio.FloatBuffer)">glGetMultisample(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVExplicitMultisample.html#glGetMultisampleNV(int, int, java.nio.FloatBuffer)">glGetMultisampleNV(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexEnvEXT(int, int, int, java.nio.FloatBuffer)">glGetMultiTexEnvEXT(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexEnvEXT(int, int, int, java.nio.IntBuffer)">glGetMultiTexEnvEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexGenEXT(int, int, int, java.nio.DoubleBuffer)">glGetMultiTexGenEXT(int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexGenEXT(int, int, int, java.nio.FloatBuffer)">glGetMultiTexGenEXT(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexGenEXT(int, int, int, java.nio.IntBuffer)">glGetMultiTexGenEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexImageEXT(int, int, int, int, int, java.nio.ByteBuffer)">glGetMultiTexImageEXT(int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexImageEXT(int, int, int, int, int, java.nio.DoubleBuffer)">glGetMultiTexImageEXT(int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexImageEXT(int, int, int, int, int, java.nio.FloatBuffer)">glGetMultiTexImageEXT(int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexImageEXT(int, int, int, int, int, java.nio.IntBuffer)">glGetMultiTexImageEXT(int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexImageEXT(int, int, int, int, int, java.nio.ShortBuffer)">glGetMultiTexImageEXT(int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexImageEXT(int, int, int, int, int, long)">glGetMultiTexImageEXT(int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexLevelParameterEXT(int, int, int, int, java.nio.FloatBuffer)">glGetMultiTexLevelParameterEXT(int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexLevelParameterEXT(int, int, int, int, java.nio.IntBuffer)">glGetMultiTexLevelParameterEXT(int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexLevelParameterfEXT(int, int, int, int)">glGetMultiTexLevelParameterfEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetMultiTexLevelParameterfvEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexLevelParameteriEXT(int, int, int, int)">glGetMultiTexLevelParameteriEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetMultiTexLevelParameterivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexParameterEXT(int, int, int, java.nio.FloatBuffer)">glGetMultiTexParameterEXT(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexParameterEXT(int, int, int, java.nio.IntBuffer)">glGetMultiTexParameterEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexParameterfEXT(int, int, int)">glGetMultiTexParameterfEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetMultiTexParameterfvEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexParameteriEXT(int, int, int)">glGetMultiTexParameteriEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetMultiTexParameterivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexParameterIEXT(int, int, int, java.nio.IntBuffer)">glGetMultiTexParameterIEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexParameterIiEXT(int, int, int)">glGetMultiTexParameterIiEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetMultiTexParameterIivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexParameterIuEXT(int, int, int, java.nio.IntBuffer)">glGetMultiTexParameterIuEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexParameterIuiEXT(int, int, int)">glGetMultiTexParameterIuiEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetMultiTexParameterIuivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedBufferParameterEXT(int, int, java.nio.IntBuffer)">glGetNamedBufferParameterEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedBufferParameterEXT(int, int)">glGetNamedBufferParameterEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetNamedBufferParameterivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVShaderBufferLoad.html#glGetNamedBufferParameterui64NV(int, int)">glGetNamedBufferParameterui64NV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetNamedBufferParameterui64vNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVShaderBufferLoad.html#glGetNamedBufferParameteruNV(int, int, java.nio.LongBuffer)">glGetNamedBufferParameteruNV(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedBufferPointerEXT(int, int)">glGetNamedBufferPointerEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedBufferSubDataEXT(int, long, java.nio.ByteBuffer)">glGetNamedBufferSubDataEXT(int, long, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedBufferSubDataEXT(int, long, java.nio.DoubleBuffer)">glGetNamedBufferSubDataEXT(int, long, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedBufferSubDataEXT(int, long, java.nio.FloatBuffer)">glGetNamedBufferSubDataEXT(int, long, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedBufferSubDataEXT(int, long, java.nio.IntBuffer)">glGetNamedBufferSubDataEXT(int, long, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedBufferSubDataEXT(int, long, java.nio.ShortBuffer)">glGetNamedBufferSubDataEXT(int, long, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedFramebufferAttachmentParameterEXT(int, int, int, java.nio.IntBuffer)">glGetNamedFramebufferAttachmentParameterEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedFramebufferAttachmentParameterEXT(int, int, int)">glGetNamedFramebufferAttachmentParameterEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetNamedFramebufferAttachmentParameterivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#glGetNamedFramebufferParameterEXT(int, int, java.nio.IntBuffer)">glGetNamedFramebufferParameterEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#glGetNamedFramebufferParameterEXT(int, int)">glGetNamedFramebufferParameterEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetNamedFramebufferParameterivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedProgramEXT(int, int, int, java.nio.IntBuffer)">glGetNamedProgramEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedProgramEXT(int, int, int)">glGetNamedProgramEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetNamedProgramivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedProgramLocalParameterEXT(int, int, int, java.nio.DoubleBuffer)">glGetNamedProgramLocalParameterEXT(int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedProgramLocalParameterEXT(int, int, int, java.nio.FloatBuffer)">glGetNamedProgramLocalParameterEXT(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedProgramLocalParameterIEXT(int, int, int, java.nio.IntBuffer)">glGetNamedProgramLocalParameterIEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedProgramLocalParameterIuEXT(int, int, int, java.nio.IntBuffer)">glGetNamedProgramLocalParameterIuEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedProgramStringEXT(int, int, int, java.nio.ByteBuffer)">glGetNamedProgramStringEXT(int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedProgramStringEXT(int, int, int)">glGetNamedProgramStringEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetNamedProgramStringEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedRenderbufferParameterEXT(int, int, java.nio.IntBuffer)">glGetNamedRenderbufferParameterEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedRenderbufferParameterEXT(int, int)">glGetNamedRenderbufferParameterEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetNamedRenderbufferParameterivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glGetNamedStringARB(java.nio.ByteBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetNamedStringARB(ByteBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glGetNamedStringARB(java.lang.CharSequence, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetNamedStringARB(CharSequence, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetNamedStringARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glGetNamedStringARB(java.lang.CharSequence, int)">glGetNamedStringARB(CharSequence, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetNamedStringARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glGetNamedStringARB(java.nio.ByteBuffer, int, java.nio.IntBuffer)">glGetNamedStringARB(ByteBuffer, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glGetNamedStringiARB(java.lang.CharSequence, int, java.nio.IntBuffer)">glGetNamedStringiARB(CharSequence, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetNamedStringivARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glGetNamedStringiARB(java.lang.CharSequence, int)">glGetNamedStringiARB(CharSequence, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetNamedStringivARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnColorTableARB(int, int, int, java.nio.ByteBuffer)">glGetnColorTableARB(int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnColorTableARB(int, int, int, java.nio.DoubleBuffer)">glGetnColorTableARB(int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnColorTableARB(int, int, int, java.nio.FloatBuffer)">glGetnColorTableARB(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnCompressedTexImageARB(int, int, java.nio.ByteBuffer)">glGetnCompressedTexImageARB(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnCompressedTexImageARB(int, int, java.nio.IntBuffer)">glGetnCompressedTexImageARB(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnCompressedTexImageARB(int, int, java.nio.ShortBuffer)">glGetnCompressedTexImageARB(int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnCompressedTexImageARB(int, int, int, long)">glGetnCompressedTexImageARB(int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnConvolutionFilterARB(int, int, int, java.nio.ByteBuffer)">glGetnConvolutionFilterARB(int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnConvolutionFilterARB(int, int, int, java.nio.DoubleBuffer)">glGetnConvolutionFilterARB(int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnConvolutionFilterARB(int, int, int, java.nio.FloatBuffer)">glGetnConvolutionFilterARB(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnConvolutionFilterARB(int, int, int, java.nio.IntBuffer)">glGetnConvolutionFilterARB(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnConvolutionFilterARB(int, int, int, java.nio.ShortBuffer)">glGetnConvolutionFilterARB(int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnConvolutionFilterARB(int, int, int, int, long)">glGetnConvolutionFilterARB(int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnHistogramARB(int, boolean, int, int, java.nio.ByteBuffer)">glGetnHistogramARB(int, boolean, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnHistogramARB(int, boolean, int, int, java.nio.DoubleBuffer)">glGetnHistogramARB(int, boolean, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnHistogramARB(int, boolean, int, int, java.nio.FloatBuffer)">glGetnHistogramARB(int, boolean, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnHistogramARB(int, boolean, int, int, java.nio.IntBuffer)">glGetnHistogramARB(int, boolean, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnHistogramARB(int, boolean, int, int, java.nio.ShortBuffer)">glGetnHistogramARB(int, boolean, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnHistogramARB(int, boolean, int, int, int, long)">glGetnHistogramARB(int, boolean, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnMapdvARB(int, int, java.nio.DoubleBuffer)">glGetnMapdvARB(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnMapfvARB(int, int, java.nio.FloatBuffer)">glGetnMapfvARB(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnMapivARB(int, int, java.nio.IntBuffer)">glGetnMapivARB(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnMinmaxARB(int, boolean, int, int, java.nio.ByteBuffer)">glGetnMinmaxARB(int, boolean, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnMinmaxARB(int, boolean, int, int, java.nio.DoubleBuffer)">glGetnMinmaxARB(int, boolean, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnMinmaxARB(int, boolean, int, int, java.nio.FloatBuffer)">glGetnMinmaxARB(int, boolean, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnMinmaxARB(int, boolean, int, int, java.nio.IntBuffer)">glGetnMinmaxARB(int, boolean, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnMinmaxARB(int, boolean, int, int, java.nio.ShortBuffer)">glGetnMinmaxARB(int, boolean, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnMinmaxARB(int, boolean, int, int, int, long)">glGetnMinmaxARB(int, boolean, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnPixelMapfvARB(int, java.nio.FloatBuffer)">glGetnPixelMapfvARB(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnPixelMapuivARB(int, java.nio.IntBuffer)">glGetnPixelMapuivARB(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnPixelMapusvARB(int, java.nio.ShortBuffer)">glGetnPixelMapusvARB(int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnPolygonStippleARB(java.nio.ByteBuffer)">glGetnPolygonStippleARB(ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.ByteBuffer)">glGetnSeparableFilterARB(int, int, int, ByteBuffer, ByteBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.DoubleBuffer)">glGetnSeparableFilterARB(int, int, int, ByteBuffer, ByteBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.FloatBuffer)">glGetnSeparableFilterARB(int, int, int, ByteBuffer, ByteBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.IntBuffer)">glGetnSeparableFilterARB(int, int, int, ByteBuffer, ByteBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.ShortBuffer)">glGetnSeparableFilterARB(int, int, int, ByteBuffer, ByteBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.DoubleBuffer, java.nio.ByteBuffer)">glGetnSeparableFilterARB(int, int, int, ByteBuffer, DoubleBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer)">glGetnSeparableFilterARB(int, int, int, ByteBuffer, DoubleBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.DoubleBuffer, java.nio.FloatBuffer)">glGetnSeparableFilterARB(int, int, int, ByteBuffer, DoubleBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.DoubleBuffer, java.nio.IntBuffer)">glGetnSeparableFilterARB(int, int, int, ByteBuffer, DoubleBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.DoubleBuffer, java.nio.ShortBuffer)">glGetnSeparableFilterARB(int, int, int, ByteBuffer, DoubleBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.FloatBuffer, java.nio.ByteBuffer)">glGetnSeparableFilterARB(int, int, int, ByteBuffer, FloatBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.FloatBuffer, java.nio.DoubleBuffer)">glGetnSeparableFilterARB(int, int, int, ByteBuffer, FloatBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.FloatBuffer, java.nio.FloatBuffer)">glGetnSeparableFilterARB(int, int, int, ByteBuffer, FloatBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.FloatBuffer, java.nio.IntBuffer)">glGetnSeparableFilterARB(int, int, int, ByteBuffer, FloatBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.FloatBuffer, java.nio.ShortBuffer)">glGetnSeparableFilterARB(int, int, int, ByteBuffer, FloatBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetnSeparableFilterARB(int, int, int, ByteBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.IntBuffer, java.nio.DoubleBuffer)">glGetnSeparableFilterARB(int, int, int, ByteBuffer, IntBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.IntBuffer, java.nio.FloatBuffer)">glGetnSeparableFilterARB(int, int, int, ByteBuffer, IntBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.IntBuffer, java.nio.IntBuffer)">glGetnSeparableFilterARB(int, int, int, ByteBuffer, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.IntBuffer, java.nio.ShortBuffer)">glGetnSeparableFilterARB(int, int, int, ByteBuffer, IntBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.ShortBuffer, java.nio.ByteBuffer)">glGetnSeparableFilterARB(int, int, int, ByteBuffer, ShortBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.ShortBuffer, java.nio.DoubleBuffer)">glGetnSeparableFilterARB(int, int, int, ByteBuffer, ShortBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.ShortBuffer, java.nio.FloatBuffer)">glGetnSeparableFilterARB(int, int, int, ByteBuffer, ShortBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.ShortBuffer, java.nio.IntBuffer)">glGetnSeparableFilterARB(int, int, int, ByteBuffer, ShortBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.ShortBuffer, java.nio.ShortBuffer)">glGetnSeparableFilterARB(int, int, int, ByteBuffer, ShortBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.ByteBuffer, java.nio.ByteBuffer)">glGetnSeparableFilterARB(int, int, int, DoubleBuffer, ByteBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.ByteBuffer, java.nio.DoubleBuffer)">glGetnSeparableFilterARB(int, int, int, DoubleBuffer, ByteBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.ByteBuffer, java.nio.FloatBuffer)">glGetnSeparableFilterARB(int, int, int, DoubleBuffer, ByteBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.ByteBuffer, java.nio.IntBuffer)">glGetnSeparableFilterARB(int, int, int, DoubleBuffer, ByteBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.ByteBuffer, java.nio.ShortBuffer)">glGetnSeparableFilterARB(int, int, int, DoubleBuffer, ByteBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.ByteBuffer)">glGetnSeparableFilterARB(int, int, int, DoubleBuffer, DoubleBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer)">glGetnSeparableFilterARB(int, int, int, DoubleBuffer, DoubleBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.FloatBuffer)">glGetnSeparableFilterARB(int, int, int, DoubleBuffer, DoubleBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.IntBuffer)">glGetnSeparableFilterARB(int, int, int, DoubleBuffer, DoubleBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.ShortBuffer)">glGetnSeparableFilterARB(int, int, int, DoubleBuffer, DoubleBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.FloatBuffer, java.nio.ByteBuffer)">glGetnSeparableFilterARB(int, int, int, DoubleBuffer, FloatBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.FloatBuffer, java.nio.DoubleBuffer)">glGetnSeparableFilterARB(int, int, int, DoubleBuffer, FloatBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.FloatBuffer, java.nio.FloatBuffer)">glGetnSeparableFilterARB(int, int, int, DoubleBuffer, FloatBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.FloatBuffer, java.nio.IntBuffer)">glGetnSeparableFilterARB(int, int, int, DoubleBuffer, FloatBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.FloatBuffer, java.nio.ShortBuffer)">glGetnSeparableFilterARB(int, int, int, DoubleBuffer, FloatBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetnSeparableFilterARB(int, int, int, DoubleBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.IntBuffer, java.nio.DoubleBuffer)">glGetnSeparableFilterARB(int, int, int, DoubleBuffer, IntBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.IntBuffer, java.nio.FloatBuffer)">glGetnSeparableFilterARB(int, int, int, DoubleBuffer, IntBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.IntBuffer, java.nio.IntBuffer)">glGetnSeparableFilterARB(int, int, int, DoubleBuffer, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.IntBuffer, java.nio.ShortBuffer)">glGetnSeparableFilterARB(int, int, int, DoubleBuffer, IntBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.ShortBuffer, java.nio.ByteBuffer)">glGetnSeparableFilterARB(int, int, int, DoubleBuffer, ShortBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.ShortBuffer, java.nio.DoubleBuffer)">glGetnSeparableFilterARB(int, int, int, DoubleBuffer, ShortBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.ShortBuffer, java.nio.FloatBuffer)">glGetnSeparableFilterARB(int, int, int, DoubleBuffer, ShortBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.ShortBuffer, java.nio.IntBuffer)">glGetnSeparableFilterARB(int, int, int, DoubleBuffer, ShortBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.ShortBuffer, java.nio.ShortBuffer)">glGetnSeparableFilterARB(int, int, int, DoubleBuffer, ShortBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.ByteBuffer, java.nio.ByteBuffer)">glGetnSeparableFilterARB(int, int, int, FloatBuffer, ByteBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.ByteBuffer, java.nio.DoubleBuffer)">glGetnSeparableFilterARB(int, int, int, FloatBuffer, ByteBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.ByteBuffer, java.nio.FloatBuffer)">glGetnSeparableFilterARB(int, int, int, FloatBuffer, ByteBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.ByteBuffer, java.nio.IntBuffer)">glGetnSeparableFilterARB(int, int, int, FloatBuffer, ByteBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.ByteBuffer, java.nio.ShortBuffer)">glGetnSeparableFilterARB(int, int, int, FloatBuffer, ByteBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.DoubleBuffer, java.nio.ByteBuffer)">glGetnSeparableFilterARB(int, int, int, FloatBuffer, DoubleBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer)">glGetnSeparableFilterARB(int, int, int, FloatBuffer, DoubleBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.DoubleBuffer, java.nio.FloatBuffer)">glGetnSeparableFilterARB(int, int, int, FloatBuffer, DoubleBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.DoubleBuffer, java.nio.IntBuffer)">glGetnSeparableFilterARB(int, int, int, FloatBuffer, DoubleBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.DoubleBuffer, java.nio.ShortBuffer)">glGetnSeparableFilterARB(int, int, int, FloatBuffer, DoubleBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.ByteBuffer)">glGetnSeparableFilterARB(int, int, int, FloatBuffer, FloatBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.DoubleBuffer)">glGetnSeparableFilterARB(int, int, int, FloatBuffer, FloatBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.FloatBuffer)">glGetnSeparableFilterARB(int, int, int, FloatBuffer, FloatBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.IntBuffer)">glGetnSeparableFilterARB(int, int, int, FloatBuffer, FloatBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.ShortBuffer)">glGetnSeparableFilterARB(int, int, int, FloatBuffer, FloatBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetnSeparableFilterARB(int, int, int, FloatBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.IntBuffer, java.nio.DoubleBuffer)">glGetnSeparableFilterARB(int, int, int, FloatBuffer, IntBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.IntBuffer, java.nio.FloatBuffer)">glGetnSeparableFilterARB(int, int, int, FloatBuffer, IntBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.IntBuffer, java.nio.IntBuffer)">glGetnSeparableFilterARB(int, int, int, FloatBuffer, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.IntBuffer, java.nio.ShortBuffer)">glGetnSeparableFilterARB(int, int, int, FloatBuffer, IntBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.ShortBuffer, java.nio.ByteBuffer)">glGetnSeparableFilterARB(int, int, int, FloatBuffer, ShortBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.ShortBuffer, java.nio.DoubleBuffer)">glGetnSeparableFilterARB(int, int, int, FloatBuffer, ShortBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.ShortBuffer, java.nio.FloatBuffer)">glGetnSeparableFilterARB(int, int, int, FloatBuffer, ShortBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.ShortBuffer, java.nio.IntBuffer)">glGetnSeparableFilterARB(int, int, int, FloatBuffer, ShortBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.ShortBuffer, java.nio.ShortBuffer)">glGetnSeparableFilterARB(int, int, int, FloatBuffer, ShortBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer, java.nio.ByteBuffer)">glGetnSeparableFilterARB(int, int, int, IntBuffer, ByteBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer, java.nio.DoubleBuffer)">glGetnSeparableFilterARB(int, int, int, IntBuffer, ByteBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer, java.nio.FloatBuffer)">glGetnSeparableFilterARB(int, int, int, IntBuffer, ByteBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer, java.nio.IntBuffer)">glGetnSeparableFilterARB(int, int, int, IntBuffer, ByteBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer, java.nio.ShortBuffer)">glGetnSeparableFilterARB(int, int, int, IntBuffer, ByteBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.DoubleBuffer, java.nio.ByteBuffer)">glGetnSeparableFilterARB(int, int, int, IntBuffer, DoubleBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer)">glGetnSeparableFilterARB(int, int, int, IntBuffer, DoubleBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.DoubleBuffer, java.nio.FloatBuffer)">glGetnSeparableFilterARB(int, int, int, IntBuffer, DoubleBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.DoubleBuffer, java.nio.IntBuffer)">glGetnSeparableFilterARB(int, int, int, IntBuffer, DoubleBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.DoubleBuffer, java.nio.ShortBuffer)">glGetnSeparableFilterARB(int, int, int, IntBuffer, DoubleBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.FloatBuffer, java.nio.ByteBuffer)">glGetnSeparableFilterARB(int, int, int, IntBuffer, FloatBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.FloatBuffer, java.nio.DoubleBuffer)">glGetnSeparableFilterARB(int, int, int, IntBuffer, FloatBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.FloatBuffer, java.nio.FloatBuffer)">glGetnSeparableFilterARB(int, int, int, IntBuffer, FloatBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.FloatBuffer, java.nio.IntBuffer)">glGetnSeparableFilterARB(int, int, int, IntBuffer, FloatBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.FloatBuffer, java.nio.ShortBuffer)">glGetnSeparableFilterARB(int, int, int, IntBuffer, FloatBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetnSeparableFilterARB(int, int, int, IntBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.DoubleBuffer)">glGetnSeparableFilterARB(int, int, int, IntBuffer, IntBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.FloatBuffer)">glGetnSeparableFilterARB(int, int, int, IntBuffer, IntBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer)">glGetnSeparableFilterARB(int, int, int, IntBuffer, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ShortBuffer)">glGetnSeparableFilterARB(int, int, int, IntBuffer, IntBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.ShortBuffer, java.nio.ByteBuffer)">glGetnSeparableFilterARB(int, int, int, IntBuffer, ShortBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.ShortBuffer, java.nio.DoubleBuffer)">glGetnSeparableFilterARB(int, int, int, IntBuffer, ShortBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.ShortBuffer, java.nio.FloatBuffer)">glGetnSeparableFilterARB(int, int, int, IntBuffer, ShortBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.ShortBuffer, java.nio.IntBuffer)">glGetnSeparableFilterARB(int, int, int, IntBuffer, ShortBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.ShortBuffer, java.nio.ShortBuffer)">glGetnSeparableFilterARB(int, int, int, IntBuffer, ShortBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.ByteBuffer, java.nio.ByteBuffer)">glGetnSeparableFilterARB(int, int, int, ShortBuffer, ByteBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.ByteBuffer, java.nio.DoubleBuffer)">glGetnSeparableFilterARB(int, int, int, ShortBuffer, ByteBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.ByteBuffer, java.nio.FloatBuffer)">glGetnSeparableFilterARB(int, int, int, ShortBuffer, ByteBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.ByteBuffer, java.nio.IntBuffer)">glGetnSeparableFilterARB(int, int, int, ShortBuffer, ByteBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.ByteBuffer, java.nio.ShortBuffer)">glGetnSeparableFilterARB(int, int, int, ShortBuffer, ByteBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.DoubleBuffer, java.nio.ByteBuffer)">glGetnSeparableFilterARB(int, int, int, ShortBuffer, DoubleBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer)">glGetnSeparableFilterARB(int, int, int, ShortBuffer, DoubleBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.DoubleBuffer, java.nio.FloatBuffer)">glGetnSeparableFilterARB(int, int, int, ShortBuffer, DoubleBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.DoubleBuffer, java.nio.IntBuffer)">glGetnSeparableFilterARB(int, int, int, ShortBuffer, DoubleBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.DoubleBuffer, java.nio.ShortBuffer)">glGetnSeparableFilterARB(int, int, int, ShortBuffer, DoubleBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.FloatBuffer, java.nio.ByteBuffer)">glGetnSeparableFilterARB(int, int, int, ShortBuffer, FloatBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.FloatBuffer, java.nio.DoubleBuffer)">glGetnSeparableFilterARB(int, int, int, ShortBuffer, FloatBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.FloatBuffer, java.nio.FloatBuffer)">glGetnSeparableFilterARB(int, int, int, ShortBuffer, FloatBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.FloatBuffer, java.nio.IntBuffer)">glGetnSeparableFilterARB(int, int, int, ShortBuffer, FloatBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.FloatBuffer, java.nio.ShortBuffer)">glGetnSeparableFilterARB(int, int, int, ShortBuffer, FloatBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetnSeparableFilterARB(int, int, int, ShortBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.IntBuffer, java.nio.DoubleBuffer)">glGetnSeparableFilterARB(int, int, int, ShortBuffer, IntBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.IntBuffer, java.nio.FloatBuffer)">glGetnSeparableFilterARB(int, int, int, ShortBuffer, IntBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.IntBuffer, java.nio.IntBuffer)">glGetnSeparableFilterARB(int, int, int, ShortBuffer, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.IntBuffer, java.nio.ShortBuffer)">glGetnSeparableFilterARB(int, int, int, ShortBuffer, IntBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.ShortBuffer, java.nio.ByteBuffer)">glGetnSeparableFilterARB(int, int, int, ShortBuffer, ShortBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.ShortBuffer, java.nio.DoubleBuffer)">glGetnSeparableFilterARB(int, int, int, ShortBuffer, ShortBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.ShortBuffer, java.nio.FloatBuffer)">glGetnSeparableFilterARB(int, int, int, ShortBuffer, ShortBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.ShortBuffer, java.nio.IntBuffer)">glGetnSeparableFilterARB(int, int, int, ShortBuffer, ShortBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.ShortBuffer, java.nio.ShortBuffer)">glGetnSeparableFilterARB(int, int, int, ShortBuffer, ShortBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, int, long, int, long, long)">glGetnSeparableFilterARB(int, int, int, int, long, int, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnTexImageARB(int, int, int, int, java.nio.ByteBuffer)">glGetnTexImageARB(int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnTexImageARB(int, int, int, int, java.nio.DoubleBuffer)">glGetnTexImageARB(int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnTexImageARB(int, int, int, int, java.nio.FloatBuffer)">glGetnTexImageARB(int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnTexImageARB(int, int, int, int, java.nio.IntBuffer)">glGetnTexImageARB(int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnTexImageARB(int, int, int, int, java.nio.ShortBuffer)">glGetnTexImageARB(int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnTexImageARB(int, int, int, int, int, long)">glGetnTexImageARB(int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnUniformdvARB(int, int, java.nio.DoubleBuffer)">glGetnUniformdvARB(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTRobustness.html#glGetnUniformEXT(int, int, java.nio.FloatBuffer)">glGetnUniformEXT(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTRobustness.html#glGetnUniformEXT(int, int, java.nio.IntBuffer)">glGetnUniformEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnUniformfvARB(int, int, java.nio.FloatBuffer)">glGetnUniformfvARB(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnUniformivARB(int, int, java.nio.IntBuffer)">glGetnUniformivARB(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glGetnUniformuivARB(int, int, java.nio.IntBuffer)">glGetnUniformuivARB(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#glGetObjectBufferATI(int, int, java.nio.FloatBuffer)">glGetObjectBufferATI(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#glGetObjectBufferATI(int, int, java.nio.IntBuffer)">glGetObjectBufferATI(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#glGetObjectBufferiATI(int, int)">glGetObjectBufferiATI(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetObjectBufferivATI.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glGetObjectLabel(int, int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetObjectLabel(int, int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glGetObjectLabel(int, int, int)">glGetObjectLabel(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetObjectLabel.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#glGetObjectLabel(int, int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetObjectLabel(int, int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#glGetObjectLabel(int, int, int)">glGetObjectLabel(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetObjectLabel.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#glGetObjectLabel(int, int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetObjectLabel(int, int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#glGetObjectLabel(int, int, int)">glGetObjectLabel(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetObjectLabel.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTDebugLabel.html#glGetObjectLabelEXT(int, int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetObjectLabelEXT(int, int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTDebugLabel.html" title="class in org.lwjgl.opengles">EXTDebugLabel</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTDebugLabel.html#glGetObjectLabelEXT(int, int, int)">glGetObjectLabelEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTDebugLabel.html" title="class in org.lwjgl.opengles">EXTDebugLabel</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetObjectLabelEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEObjectPurgeable.html#glGetObjectParameterAPPLE(int, int, int, java.nio.IntBuffer)">glGetObjectParameterAPPLE(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEObjectPurgeable.html" title="class in org.lwjgl.opengl">APPLEObjectPurgeable</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glGetObjectParameterARB(int, int, java.nio.FloatBuffer)">glGetObjectParameterARB(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glGetObjectParameterARB(int, int, java.nio.IntBuffer)">glGetObjectParameterARB(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glGetObjectParameterfARB(int, int)">glGetObjectParameterfARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetObjectParameterfvARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEObjectPurgeable.html#glGetObjectParameteriAPPLE(int, int, int)">glGetObjectParameteriAPPLE(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEObjectPurgeable.html" title="class in org.lwjgl.opengl">APPLEObjectPurgeable</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetObjectParameterivAPPLE.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glGetObjectParameteriARB(int, int)">glGetObjectParameteriARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetObjectParameterivARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glGetObjectPtrLabel(org.lwjgl.PointerWrapper, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetObjectPtrLabel(PointerWrapper, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glGetObjectPtrLabel(org.lwjgl.PointerWrapper, int)">glGetObjectPtrLabel(PointerWrapper, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetObjectPtrLabel.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#glGetObjectPtrLabel(org.lwjgl.PointerWrapper, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetObjectPtrLabel(PointerWrapper, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#glGetObjectPtrLabel(org.lwjgl.PointerWrapper, int)">glGetObjectPtrLabel(PointerWrapper, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetObjectPtrLabel.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#glGetObjectPtrLabel(org.lwjgl.PointerWrapper, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetObjectPtrLabel(PointerWrapper, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#glGetObjectPtrLabel(org.lwjgl.PointerWrapper, int)">glGetObjectPtrLabel(PointerWrapper, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetObjectPtrLabel.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVOcclusionQuery.html#glGetOcclusionQueryiNV(int, int)">glGetOcclusionQueryiNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetOcclusionQueryivNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVOcclusionQuery.html#glGetOcclusionQueryNV(int, int, java.nio.IntBuffer)">glGetOcclusionQueryNV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVOcclusionQuery.html#glGetOcclusionQueryuiNV(int, int)">glGetOcclusionQueryuiNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetOcclusionQueryuivNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVOcclusionQuery.html#glGetOcclusionQueryuNV(int, int, java.nio.IntBuffer)">glGetOcclusionQueryuNV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glGetPathColorGenfNV(int, int)">glGetPathColorGenfNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetPathColorGenfvNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glGetPathColorGeniNV(int, int)">glGetPathColorGeniNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetPathColorGenivNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glGetPathColorGenNV(int, int, java.nio.IntBuffer)">glGetPathColorGenNV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glGetPathColorGenNV(int, int, java.nio.FloatBuffer)">glGetPathColorGenNV(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glGetPathCommandsNV(int, java.nio.ByteBuffer)">glGetPathCommandsNV(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glGetPathCoordsNV(int, java.nio.FloatBuffer)">glGetPathCoordsNV(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glGetPathDashArrayNV(int, java.nio.FloatBuffer)">glGetPathDashArrayNV(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glGetPathLengthNV(int, int, int)">glGetPathLengthNV(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glGetPathMetricRangeNV(int, int, int, int, java.nio.FloatBuffer)">glGetPathMetricRangeNV(int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glGetPathMetricsNV(int, int, java.nio.ByteBuffer, int, int, java.nio.FloatBuffer)">glGetPathMetricsNV(int, int, ByteBuffer, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glGetPathParameterfNV(int, int)">glGetPathParameterfNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetPathParameterfvNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glGetPathParameterfvNV(int, int, java.nio.FloatBuffer)">glGetPathParameterfvNV(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glGetPathParameteriNV(int, int)">glGetPathParameteriNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetPathParameterivNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glGetPathParameterNV(int, int, java.nio.IntBuffer)">glGetPathParameterNV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glGetPathSpacingNV(int, int, java.nio.ByteBuffer, int, float, float, int, java.nio.FloatBuffer)">glGetPathSpacingNV(int, int, ByteBuffer, int, float, float, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glGetPathTexGenfNV(int, int)">glGetPathTexGenfNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetPathTexGenfvNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glGetPathTexGeniNV(int, int)">glGetPathTexGeniNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetPathTexGenivNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glGetPathTexGenNV(int, int, java.nio.IntBuffer)">glGetPathTexGenNV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glGetPathTexGenNV(int, int, java.nio.FloatBuffer)">glGetPathTexGenNV(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glGetPerfMonitorCounterDataAMD(int, int, java.nio.IntBuffer, java.nio.IntBuffer)">glGetPerfMonitorCounterDataAMD(int, int, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glGetPerfMonitorCounterDataAMD(int, int)">glGetPerfMonitorCounterDataAMD(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetPerfMonitorCounterDataAMD.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glGetPerfMonitorCounterDataAMD(int, int, java.nio.IntBuffer, java.nio.IntBuffer)">glGetPerfMonitorCounterDataAMD(int, int, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glGetPerfMonitorCounterDataAMD(int, int)">glGetPerfMonitorCounterDataAMD(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetPerfMonitorCounterDataAMD.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glGetPerfMonitorCounterInfoAMD(int, int, int, java.nio.ByteBuffer)">glGetPerfMonitorCounterInfoAMD(int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glGetPerfMonitorCounterInfoAMD(int, int, int, java.nio.ByteBuffer)">glGetPerfMonitorCounterInfoAMD(int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glGetPerfMonitorCountersAMD(int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer)">glGetPerfMonitorCountersAMD(int, IntBuffer, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glGetPerfMonitorCountersAMD(int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer)">glGetPerfMonitorCountersAMD(int, IntBuffer, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glGetPerfMonitorCounterStringAMD(int, int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetPerfMonitorCounterStringAMD(int, int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glGetPerfMonitorCounterStringAMD(int, int, int)">glGetPerfMonitorCounterStringAMD(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetPerfMonitorCounterStringAMD.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glGetPerfMonitorCounterStringAMD(int, int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetPerfMonitorCounterStringAMD(int, int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glGetPerfMonitorCounterStringAMD(int, int, int)">glGetPerfMonitorCounterStringAMD(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetPerfMonitorCounterStringAMD.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glGetPerfMonitorGroupsAMD(java.nio.IntBuffer, java.nio.IntBuffer)">glGetPerfMonitorGroupsAMD(IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glGetPerfMonitorGroupsAMD(java.nio.IntBuffer, java.nio.IntBuffer)">glGetPerfMonitorGroupsAMD(IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glGetPerfMonitorGroupStringAMD(int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetPerfMonitorGroupStringAMD(int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glGetPerfMonitorGroupStringAMD(int, int)">glGetPerfMonitorGroupStringAMD(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetPerfMonitorGroupStringAMD.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glGetPerfMonitorGroupStringAMD(int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetPerfMonitorGroupStringAMD(int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glGetPerfMonitorGroupStringAMD(int, int)">glGetPerfMonitorGroupStringAMD(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetPerfMonitorGroupStringAMD.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetPixelMap(int, java.nio.FloatBuffer)">glGetPixelMap(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetPixelMapfv(int, long)">glGetPixelMapfv(int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetPixelMapu(int, java.nio.IntBuffer)">glGetPixelMapu(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetPixelMapu(int, java.nio.ShortBuffer)">glGetPixelMapu(int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetPixelMapuiv(int, long)">glGetPixelMapuiv(int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetPixelMapusv(int, long)">glGetPixelMapusv(int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetPointer(int, long)">glGetPointer(int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetPointerEXT(int, int, long)">glGetPointerEXT(int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetPointerIndexedEXT(int, int, long)">glGetPointerIndexedEXT(int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetPolygonStipple(java.nio.ByteBuffer)">glGetPolygonStipple(ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetPolygonStipple(long)">glGetPolygonStipple(long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetProgram(int, int, java.nio.IntBuffer)">glGetProgram(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetProgram(int, int)">glGetProgram(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetProgram(int, int, java.nio.IntBuffer)">glGetProgram(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetProgram(int, int)">glGetProgram(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#glGetProgramARB(int, int, java.nio.IntBuffer)">glGetProgramARB(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#glGetProgramARB(int, int)">glGetProgramARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGetProgramBinary.html#glGetProgramBinary(int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetProgramBinary(int, IntBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGetProgramBinary.html" title="class in org.lwjgl.opengl">ARBGetProgramBinary</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glGetProgramBinary(int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetProgramBinary(int, IntBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetProgramBinary(int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetProgramBinary(int, IntBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESGetProgramBinary.html#glGetProgramBinaryOES(int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetProgramBinaryOES(int, IntBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESGetProgramBinary.html" title="class in org.lwjgl.opengles">OESGetProgramBinary</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#glGetProgramEnvParameterARB(int, int, java.nio.FloatBuffer)">glGetProgramEnvParameterARB(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#glGetProgramEnvParameterARB(int, int, java.nio.DoubleBuffer)">glGetProgramEnvParameterARB(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuProgram4.html#glGetProgramEnvParameterINV(int, int, java.nio.IntBuffer)">glGetProgramEnvParameterINV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuProgram4.html#glGetProgramEnvParameterIuNV(int, int, java.nio.IntBuffer)">glGetProgramEnvParameterIuNV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetProgrami(int, int)">glGetProgrami(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetProgramiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetProgrami(int, int)">glGetProgrami(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetProgramiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#glGetProgramiARB(int, int)">glGetProgramiARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetProgramivARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetProgramInfoLog(int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetProgramInfoLog(int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetProgramInfoLog(int, int)">glGetProgramInfoLog(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetProgramInfoLog.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetProgramInfoLog(int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetProgramInfoLog(int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetProgramInfoLog(int, int)">glGetProgramInfoLog(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetProgramInfoLog.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#glGetProgramInterface(int, int, int, java.nio.IntBuffer)">glGetProgramInterface(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glGetProgramInterface(int, int, int, java.nio.IntBuffer)">glGetProgramInterface(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#glGetProgramInterfacei(int, int, int)">glGetProgramInterfacei(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetProgramInterfaceiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glGetProgramInterfacei(int, int, int)">glGetProgramInterfacei(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetProgramInterfaceiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVProgram.html#glGetProgramiNV(int, int)">glGetProgramiNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetProgramivNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#glGetProgramLocalParameterARB(int, int, java.nio.FloatBuffer)">glGetProgramLocalParameterARB(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#glGetProgramLocalParameterARB(int, int, java.nio.DoubleBuffer)">glGetProgramLocalParameterARB(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuProgram4.html#glGetProgramLocalParameterINV(int, int, java.nio.IntBuffer)">glGetProgramLocalParameterINV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuProgram4.html#glGetProgramLocalParameterIuNV(int, int, java.nio.IntBuffer)">glGetProgramLocalParameterIuNV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFragmentProgram.html#glGetProgramNamedParameterNV(int, java.nio.ByteBuffer, java.nio.FloatBuffer)">glGetProgramNamedParameterNV(int, ByteBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFragmentProgram.html" title="class in org.lwjgl.opengl">NVFragmentProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFragmentProgram.html#glGetProgramNamedParameterNV(int, java.nio.ByteBuffer, java.nio.DoubleBuffer)">glGetProgramNamedParameterNV(int, ByteBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFragmentProgram.html" title="class in org.lwjgl.opengl">NVFragmentProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVProgram.html#glGetProgramNV(int, int, java.nio.IntBuffer)">glGetProgramNV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVProgram.html#glGetProgramNV(int, int)">glGetProgramNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glGetProgramParameterNV(int, int, int, java.nio.FloatBuffer)">glGetProgramParameterNV(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glGetProgramParameterNV(int, int, int, java.nio.DoubleBuffer)">glGetProgramParameterNV(int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glGetProgramPipeline(int, int, java.nio.IntBuffer)">glGetProgramPipeline(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glGetProgramPipeline(int, int, java.nio.IntBuffer)">glGetProgramPipeline(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glGetProgramPipelineEXT(int, int, java.nio.IntBuffer)">glGetProgramPipelineEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glGetProgramPipelinei(int, int)">glGetProgramPipelinei(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetProgramPipelineiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glGetProgramPipelinei(int, int)">glGetProgramPipelinei(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetProgramPipelineiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glGetProgramPipelineiEXT(int, int)">glGetProgramPipelineiEXT(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetProgramPipelineivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glGetProgramPipelineInfoLog(int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetProgramPipelineInfoLog(int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glGetProgramPipelineInfoLog(int, int)">glGetProgramPipelineInfoLog(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetProgramPipelineInfoLog.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glGetProgramPipelineInfoLog(int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetProgramPipelineInfoLog(int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glGetProgramPipelineInfoLog(int, int)">glGetProgramPipelineInfoLog(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetProgramPipelineInfoLog.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glGetProgramPipelineInfoLogEXT(int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetProgramPipelineInfoLogEXT(int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glGetProgramPipelineInfoLogEXT(int, int)">glGetProgramPipelineInfoLogEXT(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetProgramPipelineInfoLogEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#glGetProgramResource(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer)">glGetProgramResource(int, int, int, IntBuffer, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glGetProgramResource(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer)">glGetProgramResource(int, int, int, IntBuffer, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#glGetProgramResourceIndex(int, int, java.nio.ByteBuffer)">glGetProgramResourceIndex(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#glGetProgramResourceIndex(int, int, java.lang.CharSequence)">glGetProgramResourceIndex(int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetProgramResourceIndex.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glGetProgramResourceIndex(int, int, java.nio.ByteBuffer)">glGetProgramResourceIndex(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glGetProgramResourceIndex(int, int, java.lang.CharSequence)">glGetProgramResourceIndex(int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetProgramResourceIndex.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#glGetProgramResourceLocation(int, int, java.nio.ByteBuffer)">glGetProgramResourceLocation(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#glGetProgramResourceLocation(int, int, java.lang.CharSequence)">glGetProgramResourceLocation(int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetProgramResourceLocation.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glGetProgramResourceLocation(int, int, java.nio.ByteBuffer)">glGetProgramResourceLocation(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glGetProgramResourceLocation(int, int, java.lang.CharSequence)">glGetProgramResourceLocation(int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetProgramResourceLocation.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#glGetProgramResourceLocationIndex(int, int, java.nio.ByteBuffer)">glGetProgramResourceLocationIndex(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#glGetProgramResourceLocationIndex(int, int, java.lang.CharSequence)">glGetProgramResourceLocationIndex(int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetProgramResourceLocationIndex.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glGetProgramResourceLocationIndex(int, int, java.nio.ByteBuffer)">glGetProgramResourceLocationIndex(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glGetProgramResourceLocationIndex(int, int, java.lang.CharSequence)">glGetProgramResourceLocationIndex(int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetProgramResourceLocationIndex.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#glGetProgramResourceName(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetProgramResourceName(int, int, int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#glGetProgramResourceName(int, int, int, int)">glGetProgramResourceName(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetProgramResourceName.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glGetProgramResourceName(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetProgramResourceName(int, int, int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glGetProgramResourceName(int, int, int, int)">glGetProgramResourceName(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetProgramResourceName.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetProgramStage(int, int, int, java.nio.IntBuffer)">glGetProgramStage(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glGetProgramStage(int, int, int, java.nio.IntBuffer)">glGetProgramStage(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glGetProgramStage(int, int, int)">glGetProgramStage(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetProgramStagei(int, int, int)">glGetProgramStagei(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetProgramStageiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glGetProgramStagei(int, int, int)">glGetProgramStagei(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetProgramStageiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#glGetProgramStringARB(int, int, java.nio.ByteBuffer)">glGetProgramStringARB(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#glGetProgramStringARB(int, int)">glGetProgramStringARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetProgramStringARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVProgram.html#glGetProgramStringNV(int, int, java.nio.ByteBuffer)">glGetProgramStringNV(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVProgram.html#glGetProgramStringNV(int, int)">glGetProgramStringNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetProgramStringNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glGetQuery(int, int, java.nio.IntBuffer)">glGetQuery(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glGetQuery(int, int)">glGetQuery(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetQuery(int, int, java.nio.IntBuffer)">glGetQuery(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBOcclusionQuery.html#glGetQueryARB(int, int, java.nio.IntBuffer)">glGetQueryARB(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBOcclusionQuery.html#glGetQueryARB(int, int)">glGetQueryARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#glGetQueryEXT(int, int, java.nio.IntBuffer)">glGetQueryEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glGetQueryi(int, int)">glGetQueryi(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetQueryiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetQueryi(int, int)">glGetQueryi(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetQueryiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBOcclusionQuery.html#glGetQueryiARB(int, int)">glGetQueryiARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetQueryivARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#glGetQueryiEXT(int, int)">glGetQueryiEXT(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetQueryivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransformFeedback3.html#glGetQueryIndexed(int, int, int, java.nio.IntBuffer)">glGetQueryIndexed(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransformFeedback3.html" title="class in org.lwjgl.opengl">ARBTransformFeedback3</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glGetQueryIndexed(int, int, int, java.nio.IntBuffer)">glGetQueryIndexed(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glGetQueryIndexed(int, int, int)">glGetQueryIndexed(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransformFeedback3.html#glGetQueryIndexedi(int, int, int)">glGetQueryIndexedi(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransformFeedback3.html" title="class in org.lwjgl.opengl">ARBTransformFeedback3</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetQueryIndexediv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glGetQueryIndexedi(int, int, int)">glGetQueryIndexedi(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetQueryIndexediv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTimerQuery.html#glGetQueryObject(int, int, java.nio.LongBuffer)">glGetQueryObject(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTimerQuery.html" title="class in org.lwjgl.opengl">ARBTimerQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glGetQueryObject(int, int, java.nio.IntBuffer)">glGetQueryObject(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glGetQueryObject(int, int, java.nio.LongBuffer)">glGetQueryObject(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glGetQueryObject(int, int)">glGetQueryObject(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBOcclusionQuery.html#glGetQueryObjectARB(int, int, java.nio.IntBuffer)">glGetQueryObjectARB(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTimerQuery.html#glGetQueryObjectEXT(int, int, java.nio.LongBuffer)">glGetQueryObjectEXT(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTimerQuery.html" title="class in org.lwjgl.opengl">EXTTimerQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTimerQuery.html#glGetQueryObjectEXT(int, int)">glGetQueryObjectEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTimerQuery.html" title="class in org.lwjgl.opengl">EXTTimerQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetQueryObjecti64vEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glGetQueryObjecti(int, int)">glGetQueryObjecti(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetQueryObjectiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTimerQuery.html#glGetQueryObjecti64(int, int)">glGetQueryObjecti64(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTimerQuery.html" title="class in org.lwjgl.opengl">ARBTimerQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetQueryObjecti64v.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glGetQueryObjecti64(int, int)">glGetQueryObjecti64(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetQueryObjecti64v.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBOcclusionQuery.html#glGetQueryObjectiARB(int, int)">glGetQueryObjectiARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetQueryObjectivARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTimerQuery.html#glGetQueryObjectu(int, int, java.nio.LongBuffer)">glGetQueryObjectu(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTimerQuery.html" title="class in org.lwjgl.opengl">ARBTimerQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glGetQueryObjectu(int, int, java.nio.IntBuffer)">glGetQueryObjectu(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glGetQueryObjectu(int, int, java.nio.LongBuffer)">glGetQueryObjectu(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glGetQueryObjectu(int, int)">glGetQueryObjectu(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetQueryObjectu(int, int, java.nio.IntBuffer)">glGetQueryObjectu(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBOcclusionQuery.html#glGetQueryObjectuARB(int, int, java.nio.IntBuffer)">glGetQueryObjectuARB(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTimerQuery.html#glGetQueryObjectuEXT(int, int, java.nio.LongBuffer)">glGetQueryObjectuEXT(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTimerQuery.html" title="class in org.lwjgl.opengl">EXTTimerQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTimerQuery.html#glGetQueryObjectuEXT(int, int)">glGetQueryObjectuEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTimerQuery.html" title="class in org.lwjgl.opengl">EXTTimerQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetQueryObjectui64vEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#glGetQueryObjectuEXT(int, int, java.nio.IntBuffer)">glGetQueryObjectuEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glGetQueryObjectui(int, int)">glGetQueryObjectui(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetQueryObjectuiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetQueryObjectui(int, int)">glGetQueryObjectui(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetQueryObjectuiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTimerQuery.html#glGetQueryObjectui64(int, int)">glGetQueryObjectui64(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTimerQuery.html" title="class in org.lwjgl.opengl">ARBTimerQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetQueryObjectui64v.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glGetQueryObjectui64(int, int)">glGetQueryObjectui64(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetQueryObjectui64v.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBOcclusionQuery.html#glGetQueryObjectuiARB(int, int)">glGetQueryObjectuiARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetQueryObjectuivARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#glGetQueryObjectuiEXT(int, int)">glGetQueryObjectuiEXT(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetQueryObjectuivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glGetRenderbufferParameter(int, int, java.nio.IntBuffer)">glGetRenderbufferParameter(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glGetRenderbufferParameter(int, int)">glGetRenderbufferParameter(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGetRenderbufferParameter(int, int, java.nio.IntBuffer)">glGetRenderbufferParameter(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGetRenderbufferParameter(int, int)">glGetRenderbufferParameter(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetRenderbufferParameter(int, int, java.nio.IntBuffer)">glGetRenderbufferParameter(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetRenderbufferParameter(int, int)">glGetRenderbufferParameter(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#glGetRenderbufferParameterEXT(int, int, java.nio.IntBuffer)">glGetRenderbufferParameterEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#glGetRenderbufferParameterEXT(int, int)">glGetRenderbufferParameterEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glGetRenderbufferParameteri(int, int)">glGetRenderbufferParameteri(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetRenderbufferParameteriv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGetRenderbufferParameteri(int, int)">glGetRenderbufferParameteri(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetRenderbufferParameteriv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetRenderbufferParameteri(int, int)">glGetRenderbufferParameteri(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetRenderbufferParameteriv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#glGetRenderbufferParameteriEXT(int, int)">glGetRenderbufferParameteriEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetRenderbufferParameterivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#glGetRenderbufferParameteriOES(int, int)">glGetRenderbufferParameteriOES(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetRenderbufferParameterivOES.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#glGetRenderbufferParameterOES(int, int, java.nio.IntBuffer)">glGetRenderbufferParameterOES(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#glGetRenderbufferParameterOES(int, int)">glGetRenderbufferParameterOES(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSamplerObjects.html#glGetSamplerParameter(int, int, java.nio.IntBuffer)">glGetSamplerParameter(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSamplerObjects.html#glGetSamplerParameter(int, int, java.nio.FloatBuffer)">glGetSamplerParameter(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glGetSamplerParameter(int, int, java.nio.IntBuffer)">glGetSamplerParameter(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glGetSamplerParameter(int, int, java.nio.FloatBuffer)">glGetSamplerParameter(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetSamplerParameter(int, int, java.nio.IntBuffer)">glGetSamplerParameter(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetSamplerParameter(int, int, java.nio.FloatBuffer)">glGetSamplerParameter(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSamplerObjects.html#glGetSamplerParameterf(int, int)">glGetSamplerParameterf(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetSamplerParameterfv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glGetSamplerParameterf(int, int)">glGetSamplerParameterf(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetSamplerParameterfv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetSamplerParameterf(int, int)">glGetSamplerParameterf(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetSamplerParameterfv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSamplerObjects.html#glGetSamplerParameteri(int, int)">glGetSamplerParameteri(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetSamplerParameteriv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSamplerObjects.html#glGetSamplerParameterI(int, int, java.nio.IntBuffer)">glGetSamplerParameterI(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glGetSamplerParameteri(int, int)">glGetSamplerParameteri(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetSamplerParameteriv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glGetSamplerParameterI(int, int, java.nio.IntBuffer)">glGetSamplerParameterI(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetSamplerParameteri(int, int)">glGetSamplerParameteri(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetSamplerParameteriv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSamplerObjects.html#glGetSamplerParameterIi(int, int)">glGetSamplerParameterIi(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetSamplerParameterIiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glGetSamplerParameterIi(int, int)">glGetSamplerParameterIi(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetSamplerParameterIiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSamplerObjects.html#glGetSamplerParameterIu(int, int, java.nio.IntBuffer)">glGetSamplerParameterIu(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glGetSamplerParameterIu(int, int, java.nio.IntBuffer)">glGetSamplerParameterIu(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSamplerObjects.html#glGetSamplerParameterIui(int, int)">glGetSamplerParameterIui(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetSamplerParameterIuiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glGetSamplerParameterIui(int, int)">glGetSamplerParameterIui(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetSamplerParameterIuiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.ByteBuffer)">glGetSeparableFilter(int, int, int, ByteBuffer, ByteBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.DoubleBuffer)">glGetSeparableFilter(int, int, int, ByteBuffer, ByteBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.IntBuffer)">glGetSeparableFilter(int, int, int, ByteBuffer, ByteBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.ShortBuffer)">glGetSeparableFilter(int, int, int, ByteBuffer, ByteBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.DoubleBuffer, java.nio.ByteBuffer)">glGetSeparableFilter(int, int, int, ByteBuffer, DoubleBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer)">glGetSeparableFilter(int, int, int, ByteBuffer, DoubleBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.DoubleBuffer, java.nio.IntBuffer)">glGetSeparableFilter(int, int, int, ByteBuffer, DoubleBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.DoubleBuffer, java.nio.ShortBuffer)">glGetSeparableFilter(int, int, int, ByteBuffer, DoubleBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetSeparableFilter(int, int, int, ByteBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.IntBuffer, java.nio.DoubleBuffer)">glGetSeparableFilter(int, int, int, ByteBuffer, IntBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.IntBuffer, java.nio.IntBuffer)">glGetSeparableFilter(int, int, int, ByteBuffer, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.IntBuffer, java.nio.ShortBuffer)">glGetSeparableFilter(int, int, int, ByteBuffer, IntBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.ShortBuffer, java.nio.ByteBuffer)">glGetSeparableFilter(int, int, int, ByteBuffer, ShortBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.ShortBuffer, java.nio.DoubleBuffer)">glGetSeparableFilter(int, int, int, ByteBuffer, ShortBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.ShortBuffer, java.nio.IntBuffer)">glGetSeparableFilter(int, int, int, ByteBuffer, ShortBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.ShortBuffer, java.nio.ShortBuffer)">glGetSeparableFilter(int, int, int, ByteBuffer, ShortBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.ByteBuffer, java.nio.ByteBuffer)">glGetSeparableFilter(int, int, int, DoubleBuffer, ByteBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.ByteBuffer, java.nio.DoubleBuffer)">glGetSeparableFilter(int, int, int, DoubleBuffer, ByteBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.ByteBuffer, java.nio.IntBuffer)">glGetSeparableFilter(int, int, int, DoubleBuffer, ByteBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.ByteBuffer, java.nio.ShortBuffer)">glGetSeparableFilter(int, int, int, DoubleBuffer, ByteBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.ByteBuffer)">glGetSeparableFilter(int, int, int, DoubleBuffer, DoubleBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer)">glGetSeparableFilter(int, int, int, DoubleBuffer, DoubleBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.IntBuffer)">glGetSeparableFilter(int, int, int, DoubleBuffer, DoubleBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.ShortBuffer)">glGetSeparableFilter(int, int, int, DoubleBuffer, DoubleBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetSeparableFilter(int, int, int, DoubleBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.IntBuffer, java.nio.DoubleBuffer)">glGetSeparableFilter(int, int, int, DoubleBuffer, IntBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.IntBuffer, java.nio.IntBuffer)">glGetSeparableFilter(int, int, int, DoubleBuffer, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.IntBuffer, java.nio.ShortBuffer)">glGetSeparableFilter(int, int, int, DoubleBuffer, IntBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.ShortBuffer, java.nio.ByteBuffer)">glGetSeparableFilter(int, int, int, DoubleBuffer, ShortBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.ShortBuffer, java.nio.DoubleBuffer)">glGetSeparableFilter(int, int, int, DoubleBuffer, ShortBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.ShortBuffer, java.nio.IntBuffer)">glGetSeparableFilter(int, int, int, DoubleBuffer, ShortBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.ShortBuffer, java.nio.ShortBuffer)">glGetSeparableFilter(int, int, int, DoubleBuffer, ShortBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.ByteBuffer, java.nio.ByteBuffer)">glGetSeparableFilter(int, int, int, FloatBuffer, ByteBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.ByteBuffer, java.nio.DoubleBuffer)">glGetSeparableFilter(int, int, int, FloatBuffer, ByteBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.ByteBuffer, java.nio.IntBuffer)">glGetSeparableFilter(int, int, int, FloatBuffer, ByteBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.ByteBuffer, java.nio.ShortBuffer)">glGetSeparableFilter(int, int, int, FloatBuffer, ByteBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.DoubleBuffer, java.nio.ByteBuffer)">glGetSeparableFilter(int, int, int, FloatBuffer, DoubleBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer)">glGetSeparableFilter(int, int, int, FloatBuffer, DoubleBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.DoubleBuffer, java.nio.IntBuffer)">glGetSeparableFilter(int, int, int, FloatBuffer, DoubleBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.DoubleBuffer, java.nio.ShortBuffer)">glGetSeparableFilter(int, int, int, FloatBuffer, DoubleBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetSeparableFilter(int, int, int, FloatBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.IntBuffer, java.nio.DoubleBuffer)">glGetSeparableFilter(int, int, int, FloatBuffer, IntBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.IntBuffer, java.nio.IntBuffer)">glGetSeparableFilter(int, int, int, FloatBuffer, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.IntBuffer, java.nio.ShortBuffer)">glGetSeparableFilter(int, int, int, FloatBuffer, IntBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.ShortBuffer, java.nio.ByteBuffer)">glGetSeparableFilter(int, int, int, FloatBuffer, ShortBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.ShortBuffer, java.nio.DoubleBuffer)">glGetSeparableFilter(int, int, int, FloatBuffer, ShortBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.ShortBuffer, java.nio.IntBuffer)">glGetSeparableFilter(int, int, int, FloatBuffer, ShortBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.ShortBuffer, java.nio.ShortBuffer)">glGetSeparableFilter(int, int, int, FloatBuffer, ShortBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer, java.nio.ByteBuffer)">glGetSeparableFilter(int, int, int, IntBuffer, ByteBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer, java.nio.DoubleBuffer)">glGetSeparableFilter(int, int, int, IntBuffer, ByteBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer, java.nio.IntBuffer)">glGetSeparableFilter(int, int, int, IntBuffer, ByteBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer, java.nio.ShortBuffer)">glGetSeparableFilter(int, int, int, IntBuffer, ByteBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.DoubleBuffer, java.nio.ByteBuffer)">glGetSeparableFilter(int, int, int, IntBuffer, DoubleBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer)">glGetSeparableFilter(int, int, int, IntBuffer, DoubleBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.DoubleBuffer, java.nio.IntBuffer)">glGetSeparableFilter(int, int, int, IntBuffer, DoubleBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.DoubleBuffer, java.nio.ShortBuffer)">glGetSeparableFilter(int, int, int, IntBuffer, DoubleBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetSeparableFilter(int, int, int, IntBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.DoubleBuffer)">glGetSeparableFilter(int, int, int, IntBuffer, IntBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer)">glGetSeparableFilter(int, int, int, IntBuffer, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ShortBuffer)">glGetSeparableFilter(int, int, int, IntBuffer, IntBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.ShortBuffer, java.nio.ByteBuffer)">glGetSeparableFilter(int, int, int, IntBuffer, ShortBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.ShortBuffer, java.nio.DoubleBuffer)">glGetSeparableFilter(int, int, int, IntBuffer, ShortBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.ShortBuffer, java.nio.IntBuffer)">glGetSeparableFilter(int, int, int, IntBuffer, ShortBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.ShortBuffer, java.nio.ShortBuffer)">glGetSeparableFilter(int, int, int, IntBuffer, ShortBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.ByteBuffer, java.nio.ByteBuffer)">glGetSeparableFilter(int, int, int, ShortBuffer, ByteBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.ByteBuffer, java.nio.DoubleBuffer)">glGetSeparableFilter(int, int, int, ShortBuffer, ByteBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.ByteBuffer, java.nio.IntBuffer)">glGetSeparableFilter(int, int, int, ShortBuffer, ByteBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.ByteBuffer, java.nio.ShortBuffer)">glGetSeparableFilter(int, int, int, ShortBuffer, ByteBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.DoubleBuffer, java.nio.ByteBuffer)">glGetSeparableFilter(int, int, int, ShortBuffer, DoubleBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer)">glGetSeparableFilter(int, int, int, ShortBuffer, DoubleBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.DoubleBuffer, java.nio.IntBuffer)">glGetSeparableFilter(int, int, int, ShortBuffer, DoubleBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.DoubleBuffer, java.nio.ShortBuffer)">glGetSeparableFilter(int, int, int, ShortBuffer, DoubleBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetSeparableFilter(int, int, int, ShortBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.IntBuffer, java.nio.DoubleBuffer)">glGetSeparableFilter(int, int, int, ShortBuffer, IntBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.IntBuffer, java.nio.IntBuffer)">glGetSeparableFilter(int, int, int, ShortBuffer, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.IntBuffer, java.nio.ShortBuffer)">glGetSeparableFilter(int, int, int, ShortBuffer, IntBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.ShortBuffer, java.nio.ByteBuffer)">glGetSeparableFilter(int, int, int, ShortBuffer, ShortBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.ShortBuffer, java.nio.DoubleBuffer)">glGetSeparableFilter(int, int, int, ShortBuffer, ShortBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.ShortBuffer, java.nio.IntBuffer)">glGetSeparableFilter(int, int, int, ShortBuffer, ShortBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.ShortBuffer, java.nio.ShortBuffer)">glGetSeparableFilter(int, int, int, ShortBuffer, ShortBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, long, long, long)">glGetSeparableFilter(int, int, int, long, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetShader(int, int, java.nio.IntBuffer)">glGetShader(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetShader(int, int)">glGetShader(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetShader(int, int, java.nio.IntBuffer)">glGetShader(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetShader(int, int)">glGetShader(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetShaderi(int, int)">glGetShaderi(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetShaderiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetShaderi(int, int)">glGetShaderi(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetShaderiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetShaderInfoLog(int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetShaderInfoLog(int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetShaderInfoLog(int, int)">glGetShaderInfoLog(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetShaderInfoLog.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetShaderInfoLog(int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetShaderInfoLog(int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetShaderInfoLog(int, int)">glGetShaderInfoLog(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetShaderInfoLog.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES2Compatibility.html#glGetShaderPrecisionFormat(int, int, java.nio.IntBuffer, java.nio.IntBuffer)">glGetShaderPrecisionFormat(int, int, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glGetShaderPrecisionFormat(int, int, java.nio.IntBuffer, java.nio.IntBuffer)">glGetShaderPrecisionFormat(int, int, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetShaderPrecisionFormat(int, int, java.nio.IntBuffer, java.nio.IntBuffer)">glGetShaderPrecisionFormat(int, int, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetShaderSource(int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetShaderSource(int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetShaderSource(int, int)">glGetShaderSource(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetShaderSource.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetShaderSource(int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetShaderSource(int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetShaderSource(int, int)">glGetShaderSource(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetShaderSource.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glGetShaderSourceARB(int, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetShaderSourceARB(int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glGetShaderSourceARB(int, int)">glGetShaderSourceARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetShaderSourceARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetString(int)">glGetString(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetString(int)">glGetString(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGetStringi(int, int)">glGetStringi(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetStringi(int, int)">glGetStringi(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetSubroutineIndex(int, int, java.nio.ByteBuffer)">glGetSubroutineIndex(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetSubroutineIndex(int, int, java.lang.CharSequence)">glGetSubroutineIndex(int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetSubroutineIndex.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glGetSubroutineIndex(int, int, java.nio.ByteBuffer)">glGetSubroutineIndex(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glGetSubroutineIndex(int, int, java.lang.CharSequence)">glGetSubroutineIndex(int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetSubroutineIndex.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetSubroutineUniformLocation(int, int, java.nio.ByteBuffer)">glGetSubroutineUniformLocation(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetSubroutineUniformLocation(int, int, java.lang.CharSequence)">glGetSubroutineUniformLocation(int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetSubroutineUniformLocation.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glGetSubroutineUniformLocation(int, int, java.nio.ByteBuffer)">glGetSubroutineUniformLocation(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glGetSubroutineUniformLocation(int, int, java.lang.CharSequence)">glGetSubroutineUniformLocation(int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetSubroutineUniformLocation.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSync.html#glGetSync(org.lwjgl.opengl.GLSync, int, java.nio.IntBuffer, java.nio.IntBuffer)">glGetSync(GLSync, int, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSync.html#glGetSync(org.lwjgl.opengl.GLSync, int)">glGetSync(GLSync, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glGetSync(org.lwjgl.opengl.GLSync, int, java.nio.IntBuffer, java.nio.IntBuffer)">glGetSync(GLSync, int, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glGetSync(org.lwjgl.opengl.GLSync, int)">glGetSync(GLSync, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetSync(org.lwjgl.opengles.GLSync, int, java.nio.IntBuffer, java.nio.IntBuffer)">glGetSync(GLSync, int, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLESync.html#glGetSyncAPPLE(org.lwjgl.opengles.GLSync, int, java.nio.IntBuffer, java.nio.IntBuffer)">glGetSyncAPPLE(GLSync, int, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSync.html#glGetSynci(org.lwjgl.opengl.GLSync, int)">glGetSynci(GLSync, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetSynciv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glGetSynci(org.lwjgl.opengl.GLSync, int)">glGetSynci(GLSync, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetSynciv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetSynci(org.lwjgl.opengles.GLSync, int)">glGetSynci(GLSync, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetSynciv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLESync.html#glGetSynciAPPLE(org.lwjgl.opengles.GLSync, int)">glGetSynciAPPLE(GLSync, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetSyncivAPPLE.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVSystemTime.html#glGetSystemTimeFrequencyNV()">glGetSystemTimeFrequencyNV()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVSystemTime.html" title="class in org.lwjgl.opengles">NVSystemTime</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVSystemTime.html#glGetSystemTimeNV()">glGetSystemTimeNV()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVSystemTime.html" title="class in org.lwjgl.opengles">NVSystemTime</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIEnvmapBumpmap.html#glGetTexBumpParameterATI(int, java.nio.FloatBuffer)">glGetTexBumpParameterATI(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIEnvmapBumpmap.html" title="class in org.lwjgl.opengl">ATIEnvmapBumpmap</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIEnvmapBumpmap.html#glGetTexBumpParameterATI(int, java.nio.IntBuffer)">glGetTexBumpParameterATI(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIEnvmapBumpmap.html" title="class in org.lwjgl.opengl">ATIEnvmapBumpmap</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetTexEnv(int, int, java.nio.IntBuffer)">glGetTexEnv(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetTexEnv(int, int, java.nio.FloatBuffer)">glGetTexEnv(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetTexEnvf(int, int)">glGetTexEnvf(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetTexEnvfv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetTexEnvi(int, int)">glGetTexEnvi(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetTexEnviv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetTexGen(int, int, java.nio.IntBuffer)">glGetTexGen(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetTexGen(int, int, java.nio.FloatBuffer)">glGetTexGen(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetTexGen(int, int, java.nio.DoubleBuffer)">glGetTexGen(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetTexGend(int, int)">glGetTexGend(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetTexGendv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetTexGenf(int, int)">glGetTexGenf(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetTexGenfv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetTexGeni(int, int)">glGetTexGeni(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetTexGeniv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetTexImage(int, int, int, int, java.nio.ByteBuffer)">glGetTexImage(int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetTexImage(int, int, int, int, java.nio.DoubleBuffer)">glGetTexImage(int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetTexImage(int, int, int, int, java.nio.FloatBuffer)">glGetTexImage(int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetTexImage(int, int, int, int, java.nio.IntBuffer)">glGetTexImage(int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetTexImage(int, int, int, int, java.nio.ShortBuffer)">glGetTexImage(int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetTexImage(int, int, int, int, long)">glGetTexImage(int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVGetTexImage.html#glGetTexImageNV(int, int, int, int, java.nio.ByteBuffer)">glGetTexImageNV(int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVGetTexImage.html#glGetTexImageNV(int, int, int, int, java.nio.FloatBuffer)">glGetTexImageNV(int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVGetTexImage.html#glGetTexImageNV(int, int, int, int, java.nio.IntBuffer)">glGetTexImageNV(int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVGetTexImage.html#glGetTexImageNV(int, int, int, int, java.nio.ShortBuffer)">glGetTexImageNV(int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetTexLevelParameter(int, int, int, java.nio.FloatBuffer)">glGetTexLevelParameter(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetTexLevelParameter(int, int, int, java.nio.IntBuffer)">glGetTexLevelParameter(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetTexLevelParameterf(int, int, int)">glGetTexLevelParameterf(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetTexLevelParameterfv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVGetTexImage.html#glGetTexLevelParameterfNV(int, int, int)">glGetTexLevelParameterfNV(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetTexLevelParameterfvNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetTexLevelParameteri(int, int, int)">glGetTexLevelParameteri(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetTexLevelParameteriv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVGetTexImage.html#glGetTexLevelParameteriNV(int, int, int)">glGetTexLevelParameteriNV(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetTexLevelParameterivNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVGetTexImage.html#glGetTexLevelParameterNV(int, int, int, java.nio.FloatBuffer)">glGetTexLevelParameterNV(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVGetTexImage.html#glGetTexLevelParameterNV(int, int, int, java.nio.IntBuffer)">glGetTexLevelParameterNV(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetTexParameter(int, int, java.nio.FloatBuffer)">glGetTexParameter(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetTexParameter(int, int, java.nio.IntBuffer)">glGetTexParameter(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetTexParameter(int, int, java.nio.FloatBuffer)">glGetTexParameter(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetTexParameter(int, int, java.nio.IntBuffer)">glGetTexParameter(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetTexParameterf(int, int)">glGetTexParameterf(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetTexParameterfv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetTexParameterf(int, int)">glGetTexParameterf(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetTexParameterfv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glGetTexParameteri(int, int)">glGetTexParameteri(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetTexParameteriv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGetTexParameterI(int, int, java.nio.IntBuffer)">glGetTexParameterI(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetTexParameteri(int, int)">glGetTexParameteri(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetTexParameteriv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#glGetTexParameterIEXT(int, int, java.nio.IntBuffer)">glGetTexParameterIEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGetTexParameterIi(int, int)">glGetTexParameterIi(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetTexParameterIiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#glGetTexParameterIiEXT(int, int)">glGetTexParameterIiEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetTexParameterIivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGetTexParameterIu(int, int, java.nio.IntBuffer)">glGetTexParameterIu(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#glGetTexParameterIuEXT(int, int, java.nio.IntBuffer)">glGetTexParameterIuEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGetTexParameterIui(int, int)">glGetTexParameterIui(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetTexParameterIuiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#glGetTexParameterIuiEXT(int, int)">glGetTexParameterIuiEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetTexParameterIuivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLETextureRange.html#glGetTexParameterPointervAPPLE(int, int, long)">glGetTexParameterPointervAPPLE(int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLETextureRange.html" title="class in org.lwjgl.opengl">APPLETextureRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBindlessTexture.html#glGetTextureHandleARB(int)">glGetTextureHandleARB(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBindlessTexture.html#glGetTextureHandleNV(int)">glGetTextureHandleNV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl">NVBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureImageEXT(int, int, int, int, int, java.nio.ByteBuffer)">glGetTextureImageEXT(int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureImageEXT(int, int, int, int, int, java.nio.DoubleBuffer)">glGetTextureImageEXT(int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureImageEXT(int, int, int, int, int, java.nio.FloatBuffer)">glGetTextureImageEXT(int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureImageEXT(int, int, int, int, int, java.nio.IntBuffer)">glGetTextureImageEXT(int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureImageEXT(int, int, int, int, int, java.nio.ShortBuffer)">glGetTextureImageEXT(int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureImageEXT(int, int, int, int, int, long)">glGetTextureImageEXT(int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureLevelParameterEXT(int, int, int, int, java.nio.FloatBuffer)">glGetTextureLevelParameterEXT(int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureLevelParameterEXT(int, int, int, int, java.nio.IntBuffer)">glGetTextureLevelParameterEXT(int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureLevelParameterfEXT(int, int, int, int)">glGetTextureLevelParameterfEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetTextureLevelParameterfvEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureLevelParameteriEXT(int, int, int, int)">glGetTextureLevelParameteriEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetTextureLevelParameterivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureParameterEXT(int, int, int, java.nio.FloatBuffer)">glGetTextureParameterEXT(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureParameterEXT(int, int, int, java.nio.IntBuffer)">glGetTextureParameterEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureParameterfEXT(int, int, int)">glGetTextureParameterfEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetTextureParameterfvEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureParameteriEXT(int, int, int)">glGetTextureParameteriEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetTextureParameterivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureParameterIEXT(int, int, int, java.nio.IntBuffer)">glGetTextureParameterIEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureParameterIiEXT(int, int, int)">glGetTextureParameterIiEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetTextureParameterIivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureParameterIuEXT(int, int, int, java.nio.IntBuffer)">glGetTextureParameterIuEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureParameterIuiEXT(int, int, int)">glGetTextureParameterIuiEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetTextureParameterIuivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBindlessTexture.html#glGetTextureSamplerHandleARB(int, int)">glGetTextureSamplerHandleARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBindlessTexture.html#glGetTextureSamplerHandleNV(int, int)">glGetTextureSamplerHandleNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl">NVBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glGetTrackMatrixNV(int, int, int, java.nio.IntBuffer)">glGetTrackMatrixNV(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGetTransformFeedbackVarying(int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetTransformFeedbackVarying(int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGetTransformFeedbackVarying(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer)">glGetTransformFeedbackVarying(int, int, int, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetTransformFeedbackVarying.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetTransformFeedbackVarying(int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetTransformFeedbackVarying(int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetTransformFeedbackVarying(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer)">glGetTransformFeedbackVarying(int, int, int, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetTransformFeedbackVarying.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTransformFeedback.html#glGetTransformFeedbackVaryingEXT(int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)">glGetTransformFeedbackVaryingEXT(int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTransformFeedback.html#glGetTransformFeedbackVaryingEXT(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer)">glGetTransformFeedbackVaryingEXT(int, int, int, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetTransformFeedbackVaryingEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#glGetTransformFeedbackVaryingNV(int, int, java.nio.IntBuffer)">glGetTransformFeedbackVaryingNV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#glGetTransformFeedbackVaryingNV(int, int)">glGetTransformFeedbackVaryingNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetTransformFeedbackVaryingNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glGetUniform(int, int, java.nio.DoubleBuffer)">glGetUniform(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetUniform(int, int, java.nio.FloatBuffer)">glGetUniform(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetUniform(int, int, java.nio.IntBuffer)">glGetUniform(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glGetUniform(int, int, java.nio.DoubleBuffer)">glGetUniform(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetUniform(int, int, java.nio.FloatBuffer)">glGetUniform(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetUniform(int, int, java.nio.IntBuffer)">glGetUniform(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glGetUniformARB(int, int, java.nio.FloatBuffer)">glGetUniformARB(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glGetUniformARB(int, int, java.nio.IntBuffer)">glGetUniformARB(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetUniformBlockIndex(int, java.nio.ByteBuffer)">glGetUniformBlockIndex(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetUniformBlockIndex(int, java.lang.CharSequence)">glGetUniformBlockIndex(int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetUniformBlockIndex.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#glGetUniformBlockIndex(int, java.nio.ByteBuffer)">glGetUniformBlockIndex(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#glGetUniformBlockIndex(int, java.lang.CharSequence)">glGetUniformBlockIndex(int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetUniformBlockIndex.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetUniformBlockIndex(int, java.nio.ByteBuffer)">glGetUniformBlockIndex(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetUniformBlockIndex(int, java.lang.CharSequence)">glGetUniformBlockIndex(int, CharSequence)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetUniformBlockIndex.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBindableUniform.html#glGetUniformBufferSizeEXT(int, int)">glGetUniformBufferSizeEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBindableUniform.html" title="class in org.lwjgl.opengl">EXTBindableUniform</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetUniformIndices(int, java.nio.ByteBuffer, java.nio.IntBuffer)">glGetUniformIndices(int, ByteBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetUniformIndices(int, java.lang.CharSequence[], java.nio.IntBuffer)">glGetUniformIndices(int, CharSequence[], IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetUniformIndices.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#glGetUniformIndices(int, java.nio.ByteBuffer, java.nio.IntBuffer)">glGetUniformIndices(int, ByteBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#glGetUniformIndices(int, java.lang.CharSequence[], java.nio.IntBuffer)">glGetUniformIndices(int, CharSequence[], IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetUniformIndices.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetUniformIndices(int, java.nio.ByteBuffer, java.nio.IntBuffer)">glGetUniformIndices(int, ByteBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetUniformIndices(int, java.lang.CharSequence[], java.nio.IntBuffer)">glGetUniformIndices(int, CharSequence[], IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetUniformIndices.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetUniformLocation(int, java.nio.ByteBuffer)">glGetUniformLocation(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the location of the uniform with the specified name.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetUniformLocation(int, java.lang.CharSequence)">glGetUniformLocation(int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetUniformLocation.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetUniformLocation(int, java.nio.ByteBuffer)">glGetUniformLocation(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the location of the uniform with the specified name.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetUniformLocation(int, java.lang.CharSequence)">glGetUniformLocation(int, CharSequence)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetUniformLocation.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glGetUniformLocationARB(int, java.nio.ByteBuffer)">glGetUniformLocationARB(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the location of the uniform with the specified name.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glGetUniformLocationARB(int, java.lang.CharSequence)">glGetUniformLocationARB(int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetUniformLocationARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glGetUniformNV(int, int, java.nio.LongBuffer)">glGetUniformNV(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBindableUniform.html#glGetUniformOffsetEXT(int, int)">glGetUniformOffsetEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBindableUniform.html" title="class in org.lwjgl.opengl">EXTBindableUniform</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetUniformSubroutineu(int, int, java.nio.IntBuffer)">glGetUniformSubroutineu(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glGetUniformSubroutineu(int, int, java.nio.IntBuffer)">glGetUniformSubroutineu(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glGetUniformSubroutineu(int, int)">glGetUniformSubroutineu(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><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></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetUniformSubroutineui(int, int)">glGetUniformSubroutineui(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetUniformSubroutineuiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glGetUniformSubroutineui(int, int)">glGetUniformSubroutineui(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetUniformSubroutineuiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGetUniformu(int, int, java.nio.IntBuffer)">glGetUniformu(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetUniformu(int, int, java.nio.IntBuffer)">glGetUniformu(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glGetUniformuEXT(int, int, java.nio.IntBuffer)">glGetUniformuEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glGetUniformuNV(int, int, java.nio.LongBuffer)">glGetUniformuNV(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVShaderBufferLoad.html#glGetUniformuNV(int, int, java.nio.LongBuffer)">glGetUniformuNV(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#glGetVariantArrayObjectATI(int, int, java.nio.FloatBuffer)">glGetVariantArrayObjectATI(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#glGetVariantArrayObjectATI(int, int, java.nio.IntBuffer)">glGetVariantArrayObjectATI(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glGetVariantBooleanEXT(int, int, java.nio.ByteBuffer)">glGetVariantBooleanEXT(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glGetVariantFloatEXT(int, int, java.nio.FloatBuffer)">glGetVariantFloatEXT(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glGetVariantIntegerEXT(int, int, java.nio.IntBuffer)">glGetVariantIntegerEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glGetVariantPointerEXT(int, int, long)">glGetVariantPointerEXT(int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#glGetVaryingLocationNV(int, java.nio.ByteBuffer)">glGetVaryingLocationNV(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#glGetVaryingLocationNV(int, java.lang.CharSequence)">glGetVaryingLocationNV(int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetVaryingLocationNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetVertexArrayIntegerEXT(int, int, java.nio.IntBuffer)">glGetVertexArrayIntegerEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetVertexArrayIntegerEXT(int, int)">glGetVertexArrayIntegerEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetVertexArrayIntegervEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetVertexArrayIntegerEXT(int, int, int, java.nio.IntBuffer)">glGetVertexArrayIntegerEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetVertexArrayIntegeriEXT(int, int, int)">glGetVertexArrayIntegeriEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetVertexArrayIntegeri_vEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetVertexArrayPointerEXT(int, int, long)">glGetVertexArrayPointerEXT(int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetVertexArrayPointeri_EXT(int, int, int, long)">glGetVertexArrayPointeri_EXT(int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetVertexAttrib(int, int, java.nio.FloatBuffer)">glGetVertexAttrib(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetVertexAttrib(int, int, java.nio.DoubleBuffer)">glGetVertexAttrib(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetVertexAttrib(int, int, java.nio.IntBuffer)">glGetVertexAttrib(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetVertexAttrib(int, int, java.nio.FloatBuffer)">glGetVertexAttrib(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetVertexAttrib(int, int, java.nio.IntBuffer)">glGetVertexAttrib(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#glGetVertexAttribARB(int, int, java.nio.FloatBuffer)">glGetVertexAttribARB(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#glGetVertexAttribARB(int, int, java.nio.DoubleBuffer)">glGetVertexAttribARB(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#glGetVertexAttribARB(int, int, java.nio.IntBuffer)">glGetVertexAttribARB(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glGetVertexAttribARB(int, int, java.nio.FloatBuffer)">glGetVertexAttribARB(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glGetVertexAttribARB(int, int, java.nio.DoubleBuffer)">glGetVertexAttribARB(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glGetVertexAttribARB(int, int, java.nio.IntBuffer)">glGetVertexAttribARB(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexAttribArrayObject.html#glGetVertexAttribArrayObjectATI(int, int, java.nio.FloatBuffer)">glGetVertexAttribArrayObjectATI(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexAttribArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexAttribArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexAttribArrayObject.html#glGetVertexAttribArrayObjectATI(int, int, java.nio.IntBuffer)">glGetVertexAttribArrayObjectATI(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexAttribArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexAttribArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGetVertexAttribI(int, int, java.nio.IntBuffer)">glGetVertexAttribI(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetVertexAttribI(int, int, java.nio.IntBuffer)">glGetVertexAttribI(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glGetVertexAttribIEXT(int, int, java.nio.IntBuffer)">glGetVertexAttribIEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glGetVertexAttribIu(int, int, java.nio.IntBuffer)">glGetVertexAttribIu(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glGetVertexAttribIu(int, int, java.nio.IntBuffer)">glGetVertexAttribIu(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glGetVertexAttribIuEXT(int, int, java.nio.IntBuffer)">glGetVertexAttribIuEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#glGetVertexAttribL(int, int, java.nio.DoubleBuffer)">glGetVertexAttribL(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glGetVertexAttribL(int, int, java.nio.DoubleBuffer)">glGetVertexAttribL(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#glGetVertexAttribLEXT(int, int, java.nio.DoubleBuffer)">glGetVertexAttribLEXT(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glGetVertexAttribLNV(int, int, java.nio.LongBuffer)">glGetVertexAttribLNV(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBindlessTexture.html#glGetVertexAttribLuARB(int, int, java.nio.LongBuffer)">glGetVertexAttribLuARB(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glGetVertexAttribLuNV(int, int, java.nio.LongBuffer)">glGetVertexAttribLuNV(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glGetVertexAttribNV(int, int, java.nio.FloatBuffer)">glGetVertexAttribNV(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glGetVertexAttribNV(int, int, java.nio.DoubleBuffer)">glGetVertexAttribNV(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glGetVertexAttribNV(int, int, java.nio.IntBuffer)">glGetVertexAttribNV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetVertexAttribPointer(int, int, long)">glGetVertexAttribPointer(int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glGetVertexAttribPointer(int, int, java.nio.ByteBuffer)">glGetVertexAttribPointer(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetVertexAttribPointerv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glGetVertexAttribPointer(int, int, long)">glGetVertexAttribPointer(int, int, long)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#glGetVertexAttribPointerARB(int, int, long)">glGetVertexAttribPointerARB(int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glGetVertexAttribPointerARB(int, int, long)">glGetVertexAttribPointerARB(int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glGetVertexAttribPointerNV(int, int, long)">glGetVertexAttribPointerNV(int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#glGetVideoCaptureiNV(int, int)">glGetVideoCaptureiNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetVideoCaptureivNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#glGetVideoCaptureNV(int, int, java.nio.IntBuffer)">glGetVideoCaptureNV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#glGetVideoCaptureStreamdNV(int, int, int)">glGetVideoCaptureStreamdNV(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetVideoCaptureStreamdvNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#glGetVideoCaptureStreamfNV(int, int, int)">glGetVideoCaptureStreamfNV(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetVideoCaptureStreamfvNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#glGetVideoCaptureStreamiNV(int, int, int)">glGetVideoCaptureStreamiNV(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetVideoCaptureStreamivNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#glGetVideoCaptureStreamNV(int, int, int, java.nio.IntBuffer)">glGetVideoCaptureStreamNV(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#glGetVideoCaptureStreamNV(int, int, int, java.nio.FloatBuffer)">glGetVideoCaptureStreamNV(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#glGetVideoCaptureStreamNV(int, int, int, java.nio.DoubleBuffer)">glGetVideoCaptureStreamNV(int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPresentVideo.html#glGetVideoi64NV(int, int)">glGetVideoi64NV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetVideoi64vNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPresentVideo.html#glGetVideoiNV(int, int)">glGetVideoiNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetVideoivNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPresentVideo.html#glGetVideoNV(int, int, java.nio.IntBuffer)">glGetVideoNV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPresentVideo.html#glGetVideoNV(int, int, java.nio.LongBuffer)">glGetVideoNV(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPresentVideo.html#glGetVideoui64NV(int, int)">glGetVideoui64NV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetVideoui64vNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPresentVideo.html#glGetVideouiNV(int, int)">glGetVideouiNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glGetVideouivNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPresentVideo.html#glGetVideouNV(int, int, java.nio.IntBuffer)">glGetVideouNV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPresentVideo.html#glGetVideouNV(int, int, java.nio.LongBuffer)">glGetVideouNV(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glHint(int, int)">glHint(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glHint(int, int)">glHint(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glHistogram(int, int, int, boolean)">glHistogram(int, int, int, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#glIndexFormatNV(int, int)">glIndexFormatNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glInitNames()">glInitNames()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glInsertComponentEXT(int, int, int)">glInsertComponentEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTDebugMarker.html#glInsertEventMarkerEXT(java.nio.ByteBuffer)">glInsertEventMarkerEXT(ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTDebugMarker.html" title="class in org.lwjgl.opengles">EXTDebugMarker</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTDebugMarker.html#glInsertEventMarkerEXT(java.lang.CharSequence)">glInsertEventMarkerEXT(CharSequence)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTDebugMarker.html" title="class in org.lwjgl.opengles">EXTDebugMarker</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glInsertEventMarkerEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glInterleavedArrays(int, int, java.nio.ByteBuffer)">glInterleavedArrays(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glInterleavedArrays(int, int, java.nio.DoubleBuffer)">glInterleavedArrays(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glInterleavedArrays(int, int, java.nio.FloatBuffer)">glInterleavedArrays(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glInterleavedArrays(int, int, java.nio.IntBuffer)">glInterleavedArrays(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glInterleavedArrays(int, int, java.nio.ShortBuffer)">glInterleavedArrays(int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glInterleavedArrays(int, int, long)">glInterleavedArrays(int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glInterpolatePathsNV(int, int, int, float)">glInterpolatePathsNV(int, int, int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInvalidateSubdata.html#glInvalidateBufferData(int)">glInvalidateBufferData(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInvalidateSubdata.html" title="class in org.lwjgl.opengl">ARBInvalidateSubdata</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glInvalidateBufferData(int)">glInvalidateBufferData(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInvalidateSubdata.html#glInvalidateBufferSubData(int, long, long)">glInvalidateBufferSubData(int, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInvalidateSubdata.html" title="class in org.lwjgl.opengl">ARBInvalidateSubdata</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glInvalidateBufferSubData(int, long, long)">glInvalidateBufferSubData(int, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInvalidateSubdata.html#glInvalidateFramebuffer(int, java.nio.IntBuffer)">glInvalidateFramebuffer(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInvalidateSubdata.html" title="class in org.lwjgl.opengl">ARBInvalidateSubdata</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glInvalidateFramebuffer(int, java.nio.IntBuffer)">glInvalidateFramebuffer(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glInvalidateFramebuffer(int, java.nio.IntBuffer)">glInvalidateFramebuffer(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInvalidateSubdata.html#glInvalidateSubFramebuffer(int, java.nio.IntBuffer, int, int, int, int)">glInvalidateSubFramebuffer(int, IntBuffer, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInvalidateSubdata.html" title="class in org.lwjgl.opengl">ARBInvalidateSubdata</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glInvalidateSubFramebuffer(int, java.nio.IntBuffer, int, int, int, int)">glInvalidateSubFramebuffer(int, IntBuffer, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glInvalidateSubFramebuffer(int, java.nio.IntBuffer, int, int, int, int)">glInvalidateSubFramebuffer(int, IntBuffer, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInvalidateSubdata.html#glInvalidateTexImage(int, int)">glInvalidateTexImage(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInvalidateSubdata.html" title="class in org.lwjgl.opengl">ARBInvalidateSubdata</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glInvalidateTexImage(int, int)">glInvalidateTexImage(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInvalidateSubdata.html#glInvalidateTexSubImage(int, int, int, int, int, int, int, int)">glInvalidateTexSubImage(int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInvalidateSubdata.html" title="class in org.lwjgl.opengl">ARBInvalidateSubdata</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glInvalidateTexSubImage(int, int, int, int, int, int, int, int)">glInvalidateTexSubImage(int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glIsBuffer(int)">glIsBuffer(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glIsBuffer(int)">glIsBuffer(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glIsBufferARB(int)">glIsBufferARB(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVShaderBufferLoad.html#glIsBufferResidentNV(int)">glIsBufferResidentNV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glIsEnabled(int)">glIsEnabled(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glIsEnabled(int)">glIsEnabled(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glIsEnabledi(int, int)">glIsEnabledi(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#glIsEnabledIndexedEXT(int, int)">glIsEnabledIndexedEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glIsEnabledIndexedEXT(int, int)">glIsEnabledIndexedEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDrawBuffers2.html#glIsEnabledIndexedEXT(int, int)">glIsEnabledIndexedEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDrawBuffers2.html" title="class in org.lwjgl.opengl">EXTDrawBuffers2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFence.html#glIsFenceAPPLE(int)">glIsFenceAPPLE(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFence.html" title="class in org.lwjgl.opengl">APPLEFence</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFence.html#glIsFenceNV(int)">glIsFenceNV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFence.html" title="class in org.lwjgl.opengl">NVFence</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFence.html#glIsFenceNV(int)">glIsFenceNV(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFence.html" title="class in org.lwjgl.opengles">NVFence</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glIsFramebuffer(int)">glIsFramebuffer(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glIsFramebuffer(int)">glIsFramebuffer(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glIsFramebuffer(int)">glIsFramebuffer(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#glIsFramebufferEXT(int)">glIsFramebufferEXT(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#glIsFramebufferOES(int)">glIsFramebufferOES(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBindlessTexture.html#glIsImageHandleResidentARB(long)">glIsImageHandleResidentARB(long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBindlessTexture.html#glIsImageHandleResidentNV(long)">glIsImageHandleResidentNV(long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl">NVBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glIsList(int)">glIsList(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDNameGenDelete.html#glIsNameAMD(int, int)">glIsNameAMD(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDNameGenDelete.html" title="class in org.lwjgl.opengl">AMDNameGenDelete</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVShaderBufferLoad.html#glIsNamedBufferResidentNV(int)">glIsNamedBufferResidentNV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glIsNamedStringARB(java.nio.ByteBuffer)">glIsNamedStringARB(ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glIsNamedStringARB(java.lang.CharSequence)">glIsNamedStringARB(CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glIsNamedStringARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#glIsObjectBufferATI(int)">glIsObjectBufferATI(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVOcclusionQuery.html#glIsOcclusionQueryNV(int)">glIsOcclusionQueryNV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glIsPathNV(int)">glIsPathNV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glIsPointInFillPathNV(int, int, float, float)">glIsPointInFillPathNV(int, int, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glIsPointInStrokePathNV(int, float, float)">glIsPointInStrokePathNV(int, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glIsProgram(int)">glIsProgram(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glIsProgram(int)">glIsProgram(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#glIsProgramARB(int)">glIsProgramARB(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVProgram.html#glIsProgramNV(int)">glIsProgramNV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glIsProgramPipeline(int)">glIsProgramPipeline(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glIsProgramPipeline(int)">glIsProgramPipeline(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glIsProgramPipelineEXT(int)">glIsProgramPipelineEXT(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glIsQuery(int)">glIsQuery(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glIsQuery(int)">glIsQuery(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBOcclusionQuery.html#glIsQueryARB(int)">glIsQueryARB(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#glIsQueryEXT(int)">glIsQueryEXT(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glIsRenderbuffer(int)">glIsRenderbuffer(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glIsRenderbuffer(int)">glIsRenderbuffer(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glIsRenderbuffer(int)">glIsRenderbuffer(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#glIsRenderbufferEXT(int)">glIsRenderbufferEXT(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#glIsRenderbufferOES(int)">glIsRenderbufferOES(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSamplerObjects.html#glIsSampler(int)">glIsSampler(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glIsSampler(int)">glIsSampler(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glIsSampler(int)">glIsSampler(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glIsShader(int)">glIsShader(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glIsShader(int)">glIsShader(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSync.html#glIsSync(org.lwjgl.opengl.GLSync)">glIsSync(GLSync)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glIsSync(org.lwjgl.opengl.GLSync)">glIsSync(GLSync)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glIsSync(org.lwjgl.opengles.GLSync)">glIsSync(GLSync)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLESync.html#glIsSyncAPPLE(org.lwjgl.opengles.GLSync)">glIsSyncAPPLE(GLSync)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glIsTexture(int)">glIsTexture(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glIsTexture(int)">glIsTexture(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBindlessTexture.html#glIsTextureHandleResidentARB(long)">glIsTextureHandleResidentARB(long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBindlessTexture.html#glIsTextureHandleResidentNV(long)">glIsTextureHandleResidentNV(long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl">NVBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransformFeedback2.html#glIsTransformFeedback(int)">glIsTransformFeedback(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl">ARBTransformFeedback2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glIsTransformFeedback(int)">glIsTransformFeedback(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glIsTransformFeedback(int)">glIsTransformFeedback(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback2.html#glIsTransformFeedbackNV(int)">glIsTransformFeedbackNV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl">NVTransformFeedback2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glIsVariantEnabledEXT(int, int)">glIsVariantEnabledEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexArrayObject.html#glIsVertexArray(int)">glIsVertexArray(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexArrayObject.html" title="class in org.lwjgl.opengl">ARBVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glIsVertexArray(int)">glIsVertexArray(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glIsVertexArray(int)">glIsVertexArray(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexArrayObject.html#glIsVertexArrayAPPLE(int)">glIsVertexArrayAPPLE(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexArrayObject.html" title="class in org.lwjgl.opengl">APPLEVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESVertexArrayObject.html#glIsVertexArrayOES(int)">glIsVertexArrayOES(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESVertexArrayObject.html" title="class in org.lwjgl.opengles">OESVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#glIsVertexAttribEnabledAPPLE(int, int)">glIsVertexAttribEnabledAPPLE(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTDebugLabel.html#glLabelObjectEXT(int, int, java.nio.ByteBuffer)">glLabelObjectEXT(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTDebugLabel.html" title="class in org.lwjgl.opengles">EXTDebugLabel</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTDebugLabel.html#glLabelObjectEXT(int, int, java.lang.CharSequence)">glLabelObjectEXT(int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTDebugLabel.html" title="class in org.lwjgl.opengles">EXTDebugLabel</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glLabelObjectEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glLight(int, int, java.nio.FloatBuffer)">glLight(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glLight(int, int, java.nio.IntBuffer)">glLight(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glLightf(int, int, float)">glLightf(int, int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glLighti(int, int, int)">glLighti(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glLightModel(int, java.nio.FloatBuffer)">glLightModel(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glLightModel(int, java.nio.IntBuffer)">glLightModel(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glLightModelf(int, float)">glLightModelf(int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glLightModeli(int, int)">glLightModeli(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glLineStipple(int, short)">glLineStipple(int, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glLineWidth(float)">glLineWidth(float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glLineWidth(float)">glLineWidth(float)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glLinkProgram(int)">glLinkProgram(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glLinkProgram(int)">glLinkProgram(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glLinkProgramARB(int)">glLinkProgramARB(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glListBase(int)">glListBase(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glLoadIdentity()">glLoadIdentity()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glLoadMatrix(java.nio.FloatBuffer)">glLoadMatrix(FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glLoadMatrix(java.nio.DoubleBuffer)">glLoadMatrix(DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glLoadName(int)">glLoadName(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVProgram.html#glLoadProgramNV(int, int, java.nio.ByteBuffer)">glLoadProgramNV(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVProgram.html#glLoadProgramNV(int, int, java.lang.CharSequence)">glLoadProgramNV(int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glLoadProgramNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glLoadTransposeMatrix(java.nio.FloatBuffer)">glLoadTransposeMatrix(FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glLoadTransposeMatrix(java.nio.DoubleBuffer)">glLoadTransposeMatrix(DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransposeMatrix.html#glLoadTransposeMatrixARB(java.nio.FloatBuffer)">glLoadTransposeMatrixARB(FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransposeMatrix.html" title="class in org.lwjgl.opengl">ARBTransposeMatrix</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTCompiledVertexArray.html#glLockArraysEXT(int, int)">glLockArraysEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTCompiledVertexArray.html" title="class in org.lwjgl.opengl">EXTCompiledVertexArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCaptureUtil.html#glLockVideoCaptureDeviceNV(long)">glLockVideoCaptureDeviceNV(long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCaptureUtil.html" title="class in org.lwjgl.opengl">NVVideoCaptureUtil</a></dt>
|
|
<dd>
|
|
<div class="block">To lock a video capture device to a display connection, use this method.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glLogicOp(int)">glLogicOp(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVShaderBufferLoad.html#glMakeBufferNonResidentNV(int)">glMakeBufferNonResidentNV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVShaderBufferLoad.html#glMakeBufferResidentNV(int, int)">glMakeBufferResidentNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBindlessTexture.html#glMakeImageHandleNonResidentARB(long)">glMakeImageHandleNonResidentARB(long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBindlessTexture.html#glMakeImageHandleNonResidentNV(long)">glMakeImageHandleNonResidentNV(long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl">NVBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBindlessTexture.html#glMakeImageHandleResidentARB(long, int)">glMakeImageHandleResidentARB(long, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBindlessTexture.html#glMakeImageHandleResidentNV(long, int)">glMakeImageHandleResidentNV(long, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl">NVBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVShaderBufferLoad.html#glMakeNamedBufferNonResidentNV(int)">glMakeNamedBufferNonResidentNV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVShaderBufferLoad.html#glMakeNamedBufferResidentNV(int, int)">glMakeNamedBufferResidentNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBindlessTexture.html#glMakeTextureHandleNonResidentARB(long)">glMakeTextureHandleNonResidentARB(long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBindlessTexture.html#glMakeTextureHandleNonResidentNV(long)">glMakeTextureHandleNonResidentNV(long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl">NVBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBindlessTexture.html#glMakeTextureHandleResidentARB(long)">glMakeTextureHandleResidentARB(long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBindlessTexture.html#glMakeTextureHandleResidentNV(long)">glMakeTextureHandleResidentNV(long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl">NVBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glMap1d(int, double, double, int, int, java.nio.DoubleBuffer)">glMap1d(int, double, double, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glMap1f(int, float, float, int, int, java.nio.FloatBuffer)">glMap1f(int, float, float, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glMap2d(int, double, double, int, int, double, double, int, int, java.nio.DoubleBuffer)">glMap2d(int, double, double, int, int, double, double, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glMap2f(int, float, float, int, int, float, float, int, int, java.nio.FloatBuffer)">glMap2f(int, float, float, int, int, float, float, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glMapBuffer(int, int, java.nio.ByteBuffer)">glMapBuffer(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd>
|
|
<div class="block">glMapBuffer maps a GL buffer object to a ByteBuffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glMapBuffer(int, int, long, java.nio.ByteBuffer)">glMapBuffer(int, int, long, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd>
|
|
<div class="block">glMapBuffer maps a GL buffer object to a ByteBuffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glMapBufferARB(int, int, java.nio.ByteBuffer)">glMapBufferARB(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">glMapBufferARB maps a GL buffer object to a ByteBuffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glMapBufferARB(int, int, long, java.nio.ByteBuffer)">glMapBufferARB(int, int, long, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd>
|
|
<div class="block">glMapBufferARB maps a GL buffer object to a ByteBuffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESMapbuffer.html#glMapBufferOES(int, int, java.nio.ByteBuffer)">glMapBufferOES(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESMapbuffer.html" title="class in org.lwjgl.opengles">OESMapbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">glMapBufferOES maps a GL buffer object to a ByteBuffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESMapbuffer.html#glMapBufferOES(int, int, long, java.nio.ByteBuffer)">glMapBufferOES(int, int, long, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESMapbuffer.html" title="class in org.lwjgl.opengles">OESMapbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">glMapBufferOES maps a GL buffer object to a ByteBuffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMapBufferRange.html#glMapBufferRange(int, long, long, int, java.nio.ByteBuffer)">glMapBufferRange(int, long, long, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMapBufferRange.html" title="class in org.lwjgl.opengl">ARBMapBufferRange</a></dt>
|
|
<dd>
|
|
<div class="block">glMapBufferRange maps a GL buffer object range to a ByteBuffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glMapBufferRange(int, long, long, int, java.nio.ByteBuffer)">glMapBufferRange(int, long, long, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">glMapBufferRange maps a GL buffer object range to a ByteBuffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glMapBufferRange(int, long, long, int, java.nio.ByteBuffer)">glMapBufferRange(int, long, long, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">glMapBufferRange maps a GL buffer object range to a ByteBuffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTMapBufferRange.html#glMapBufferRangeEXT(int, long, long, int, java.nio.ByteBuffer)">glMapBufferRangeEXT(int, long, long, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTMapBufferRange.html" title="class in org.lwjgl.opengles">EXTMapBufferRange</a></dt>
|
|
<dd>
|
|
<div class="block">glMapBufferRange maps a GL buffer object range to a ByteBuffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#glMapControlPointsNV(int, int, int, int, int, int, int, boolean, java.nio.FloatBuffer)">glMapControlPointsNV(int, int, int, int, int, int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glMapGrid1d(int, double, double)">glMapGrid1d(int, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glMapGrid1f(int, float, float)">glMapGrid1f(int, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glMapGrid2d(int, double, double, int, double, double)">glMapGrid2d(int, double, double, int, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glMapGrid2f(int, float, float, int, float, float)">glMapGrid2f(int, float, float, int, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMapNamedBufferEXT(int, int, java.nio.ByteBuffer)">glMapNamedBufferEXT(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">glMapNamedBufferEXT maps a GL buffer object to a ByteBuffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMapNamedBufferEXT(int, int, long, java.nio.ByteBuffer)">glMapNamedBufferEXT(int, int, long, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">glMapNamedBufferEXT maps a GL buffer object to a ByteBuffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMapNamedBufferRangeEXT(int, long, long, int, java.nio.ByteBuffer)">glMapNamedBufferRangeEXT(int, long, long, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">glMapNamedBufferRangeEXT maps a GL buffer object range to a ByteBuffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIMapObjectBuffer.html#glMapObjectBufferATI(int, java.nio.ByteBuffer)">glMapObjectBufferATI(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIMapObjectBuffer.html" title="class in org.lwjgl.opengl">ATIMapObjectBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">glMapObjectBufferATI maps an ATI vertex array object to a ByteBuffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIMapObjectBuffer.html#glMapObjectBufferATI(int, long, java.nio.ByteBuffer)">glMapObjectBufferATI(int, long, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIMapObjectBuffer.html" title="class in org.lwjgl.opengl">ATIMapObjectBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">glMapObjectBufferATI maps an ATI vertex array object to a ByteBuffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#glMapParameterNV(int, int, java.nio.FloatBuffer)">glMapParameterNV(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVEvaluators.html#glMapParameterNV(int, int, java.nio.IntBuffer)">glMapParameterNV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/INTELMapTexture.html#glMapTexture2DINTEL(int, int, long, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)">glMapTexture2DINTEL(int, int, long, int, IntBuffer, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/INTELMapTexture.html" title="class in org.lwjgl.opengl">INTELMapTexture</a></dt>
|
|
<dd>
|
|
<div class="block">The length parameter does not exist in the native API.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#glMapVertexAttrib1dAPPLE(int, int, double, double, int, int, java.nio.DoubleBuffer)">glMapVertexAttrib1dAPPLE(int, int, double, double, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#glMapVertexAttrib1fAPPLE(int, int, float, float, int, int, java.nio.FloatBuffer)">glMapVertexAttrib1fAPPLE(int, int, float, float, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#glMapVertexAttrib2dAPPLE(int, int, double, double, int, int, double, double, int, int, java.nio.DoubleBuffer)">glMapVertexAttrib2dAPPLE(int, int, double, double, int, int, double, double, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#glMapVertexAttrib2fAPPLE(int, int, float, float, int, int, float, float, int, int, java.nio.FloatBuffer)">glMapVertexAttrib2fAPPLE(int, int, float, float, int, int, float, float, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glMaterial(int, int, java.nio.FloatBuffer)">glMaterial(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glMaterial(int, int, java.nio.IntBuffer)">glMaterial(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glMaterialf(int, int, float)">glMaterialf(int, int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glMateriali(int, int, int)">glMateriali(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixFrustumEXT(int, double, double, double, double, double, double)">glMatrixFrustumEXT(int, double, double, double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMatrixPalette.html#glMatrixIndexPointerARB(int, int, java.nio.ByteBuffer)">glMatrixIndexPointerARB(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMatrixPalette.html#glMatrixIndexPointerARB(int, int, java.nio.IntBuffer)">glMatrixIndexPointerARB(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMatrixPalette.html#glMatrixIndexPointerARB(int, int, java.nio.ShortBuffer)">glMatrixIndexPointerARB(int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMatrixPalette.html#glMatrixIndexPointerARB(int, int, int, long)">glMatrixIndexPointerARB(int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMatrixPalette.html#glMatrixIndexuARB(java.nio.ByteBuffer)">glMatrixIndexuARB(ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMatrixPalette.html#glMatrixIndexuARB(java.nio.ShortBuffer)">glMatrixIndexuARB(ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMatrixPalette.html#glMatrixIndexuARB(java.nio.IntBuffer)">glMatrixIndexuARB(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixLoadEXT(int, java.nio.FloatBuffer)">glMatrixLoadEXT(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixLoadEXT(int, java.nio.DoubleBuffer)">glMatrixLoadEXT(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixLoadIdentityEXT(int)">glMatrixLoadIdentityEXT(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixLoadTransposeEXT(int, java.nio.FloatBuffer)">glMatrixLoadTransposeEXT(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixLoadTransposeEXT(int, java.nio.DoubleBuffer)">glMatrixLoadTransposeEXT(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glMatrixMode(int)">glMatrixMode(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixMultEXT(int, java.nio.FloatBuffer)">glMatrixMultEXT(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixMultEXT(int, java.nio.DoubleBuffer)">glMatrixMultEXT(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixMultTransposeEXT(int, java.nio.FloatBuffer)">glMatrixMultTransposeEXT(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixMultTransposeEXT(int, java.nio.DoubleBuffer)">glMatrixMultTransposeEXT(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixOrthoEXT(int, double, double, double, double, double, double)">glMatrixOrthoEXT(int, double, double, double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixPopEXT(int)">glMatrixPopEXT(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixPushEXT(int)">glMatrixPushEXT(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixRotatedEXT(int, double, double, double, double)">glMatrixRotatedEXT(int, double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixRotatefEXT(int, float, float, float, float)">glMatrixRotatefEXT(int, float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixScaledEXT(int, double, double, double)">glMatrixScaledEXT(int, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixScalefEXT(int, float, float, float)">glMatrixScalefEXT(int, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixTranslatedEXT(int, double, double, double)">glMatrixTranslatedEXT(int, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixTranslatefEXT(int, float, float, float)">glMatrixTranslatefEXT(int, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#glMemoryBarrier(int)">glMemoryBarrier(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#glMemoryBarrier(int)">glMemoryBarrier(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#glMemoryBarrierEXT(int)">glMemoryBarrierEXT(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glMinmax(int, int, boolean)">glMinmax(int, int, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glMinSampleShading(float)">glMinSampleShading(float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSampleShading.html#glMinSampleShadingARB(float)">glMinSampleShadingARB(float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSampleShading.html" title="class in org.lwjgl.opengl">ARBSampleShading</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#glMultiDrawArrays(int, java.nio.IntBuffer, java.nio.IntBuffer)">glMultiDrawArrays(int, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTMultiDrawArrays.html#glMultiDrawArraysEXT(int, java.nio.IntBuffer, java.nio.IntBuffer)">glMultiDrawArraysEXT(int, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTMultiDrawArrays.html" title="class in org.lwjgl.opengl">EXTMultiDrawArrays</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTMultiDrawArrays.html#glMultiDrawArraysEXT(int, java.nio.IntBuffer, java.nio.IntBuffer)">glMultiDrawArraysEXT(int, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTMultiDrawArrays.html" title="class in org.lwjgl.opengles">EXTMultiDrawArrays</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultiDrawIndirect.html#glMultiDrawArraysIndirect(int, java.nio.ByteBuffer, int, int)">glMultiDrawArraysIndirect(int, ByteBuffer, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultiDrawIndirect.html" title="class in org.lwjgl.opengl">ARBMultiDrawIndirect</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultiDrawIndirect.html#glMultiDrawArraysIndirect(int, long, int, int)">glMultiDrawArraysIndirect(int, long, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultiDrawIndirect.html" title="class in org.lwjgl.opengl">ARBMultiDrawIndirect</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultiDrawIndirect.html#glMultiDrawArraysIndirect(int, java.nio.IntBuffer, int, int)">glMultiDrawArraysIndirect(int, IntBuffer, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultiDrawIndirect.html" title="class in org.lwjgl.opengl">ARBMultiDrawIndirect</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glMultiDrawArraysIndirect.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glMultiDrawArraysIndirect(int, java.nio.ByteBuffer, int, int)">glMultiDrawArraysIndirect(int, ByteBuffer, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glMultiDrawArraysIndirect(int, long, int, int)">glMultiDrawArraysIndirect(int, long, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glMultiDrawArraysIndirect(int, java.nio.IntBuffer, int, int)">glMultiDrawArraysIndirect(int, IntBuffer, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glMultiDrawArraysIndirect.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDMultiDrawIndirect.html#glMultiDrawArraysIndirectAMD(int, java.nio.ByteBuffer, int, int)">glMultiDrawArraysIndirectAMD(int, ByteBuffer, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDMultiDrawIndirect.html" title="class in org.lwjgl.opengl">AMDMultiDrawIndirect</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDMultiDrawIndirect.html#glMultiDrawArraysIndirectAMD(int, long, int, int)">glMultiDrawArraysIndirectAMD(int, long, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDMultiDrawIndirect.html" title="class in org.lwjgl.opengl">AMDMultiDrawIndirect</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDMultiDrawIndirect.html#glMultiDrawArraysIndirectAMD(int, java.nio.IntBuffer, int, int)">glMultiDrawArraysIndirectAMD(int, IntBuffer, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDMultiDrawIndirect.html" title="class in org.lwjgl.opengl">AMDMultiDrawIndirect</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glMultiDrawArraysIndirectAMD.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBindlessMultiDrawIndirect.html#glMultiDrawArraysIndirectBindlessNV(int, java.nio.ByteBuffer, int, int, int)">glMultiDrawArraysIndirectBindlessNV(int, ByteBuffer, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBindlessMultiDrawIndirect.html" title="class in org.lwjgl.opengl">NVBindlessMultiDrawIndirect</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBindlessMultiDrawIndirect.html#glMultiDrawArraysIndirectBindlessNV(int, long, int, int, int)">glMultiDrawArraysIndirectBindlessNV(int, long, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBindlessMultiDrawIndirect.html" title="class in org.lwjgl.opengl">NVBindlessMultiDrawIndirect</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBIndirectParameters.html#glMultiDrawArraysIndirectCountARB(int, java.nio.ByteBuffer, long, int, int)">glMultiDrawArraysIndirectCountARB(int, ByteBuffer, long, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBIndirectParameters.html" title="class in org.lwjgl.opengl">ARBIndirectParameters</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBIndirectParameters.html#glMultiDrawArraysIndirectCountARB(int, long, long, int, int)">glMultiDrawArraysIndirectCountARB(int, long, long, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBIndirectParameters.html" title="class in org.lwjgl.opengl">ARBIndirectParameters</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBIndirectParameters.html#glMultiDrawArraysIndirectCountARB(int, java.nio.IntBuffer, long, int, int)">glMultiDrawArraysIndirectCountARB(int, IntBuffer, long, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBIndirectParameters.html" title="class in org.lwjgl.opengl">ARBIndirectParameters</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glMultiDrawArraysIndirectCountARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEElementArray.html#glMultiDrawElementArrayAPPLE(int, java.nio.IntBuffer, java.nio.IntBuffer)">glMultiDrawElementArrayAPPLE(int, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEElementArray.html" title="class in org.lwjgl.opengl">APPLEElementArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultiDrawIndirect.html#glMultiDrawElementsIndirect(int, int, java.nio.ByteBuffer, int, int)">glMultiDrawElementsIndirect(int, int, ByteBuffer, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultiDrawIndirect.html" title="class in org.lwjgl.opengl">ARBMultiDrawIndirect</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultiDrawIndirect.html#glMultiDrawElementsIndirect(int, int, long, int, int)">glMultiDrawElementsIndirect(int, int, long, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultiDrawIndirect.html" title="class in org.lwjgl.opengl">ARBMultiDrawIndirect</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultiDrawIndirect.html#glMultiDrawElementsIndirect(int, int, java.nio.IntBuffer, int, int)">glMultiDrawElementsIndirect(int, int, IntBuffer, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultiDrawIndirect.html" title="class in org.lwjgl.opengl">ARBMultiDrawIndirect</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glMultiDrawElementsIndirect.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glMultiDrawElementsIndirect(int, int, java.nio.ByteBuffer, int, int)">glMultiDrawElementsIndirect(int, int, ByteBuffer, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glMultiDrawElementsIndirect(int, int, long, int, int)">glMultiDrawElementsIndirect(int, int, long, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glMultiDrawElementsIndirect(int, int, java.nio.IntBuffer, int, int)">glMultiDrawElementsIndirect(int, int, IntBuffer, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glMultiDrawElementsIndirect.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDMultiDrawIndirect.html#glMultiDrawElementsIndirectAMD(int, int, java.nio.ByteBuffer, int, int)">glMultiDrawElementsIndirectAMD(int, int, ByteBuffer, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDMultiDrawIndirect.html" title="class in org.lwjgl.opengl">AMDMultiDrawIndirect</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDMultiDrawIndirect.html#glMultiDrawElementsIndirectAMD(int, int, long, int, int)">glMultiDrawElementsIndirectAMD(int, int, long, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDMultiDrawIndirect.html" title="class in org.lwjgl.opengl">AMDMultiDrawIndirect</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDMultiDrawIndirect.html#glMultiDrawElementsIndirectAMD(int, int, java.nio.IntBuffer, int, int)">glMultiDrawElementsIndirectAMD(int, int, IntBuffer, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDMultiDrawIndirect.html" title="class in org.lwjgl.opengl">AMDMultiDrawIndirect</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glMultiDrawElementsIndirectAMD.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBindlessMultiDrawIndirect.html#glMultiDrawElementsIndirectBindlessNV(int, int, java.nio.ByteBuffer, int, int, int)">glMultiDrawElementsIndirectBindlessNV(int, int, ByteBuffer, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBindlessMultiDrawIndirect.html" title="class in org.lwjgl.opengl">NVBindlessMultiDrawIndirect</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBindlessMultiDrawIndirect.html#glMultiDrawElementsIndirectBindlessNV(int, int, long, int, int, int)">glMultiDrawElementsIndirectBindlessNV(int, int, long, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBindlessMultiDrawIndirect.html" title="class in org.lwjgl.opengl">NVBindlessMultiDrawIndirect</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBIndirectParameters.html#glMultiDrawElementsIndirectCountARB(int, int, java.nio.ByteBuffer, long, int, int)">glMultiDrawElementsIndirectCountARB(int, int, ByteBuffer, long, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBIndirectParameters.html" title="class in org.lwjgl.opengl">ARBIndirectParameters</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBIndirectParameters.html#glMultiDrawElementsIndirectCountARB(int, int, long, long, int, int)">glMultiDrawElementsIndirectCountARB(int, int, long, long, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBIndirectParameters.html" title="class in org.lwjgl.opengl">ARBIndirectParameters</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBIndirectParameters.html#glMultiDrawElementsIndirectCountARB(int, int, java.nio.IntBuffer, long, int, int)">glMultiDrawElementsIndirectCountARB(int, int, IntBuffer, long, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBIndirectParameters.html" title="class in org.lwjgl.opengl">ARBIndirectParameters</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glMultiDrawElementsIndirectCountARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEElementArray.html#glMultiDrawRangeElementArrayAPPLE(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer)">glMultiDrawRangeElementArrayAPPLE(int, int, int, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEElementArray.html" title="class in org.lwjgl.opengl">APPLEElementArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexBufferEXT(int, int, int, int)">glMultiTexBufferEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glMultiTexCoord1d(int, double)">glMultiTexCoord1d(int, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord1dARB(int, double)">glMultiTexCoord1dARB(int, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glMultiTexCoord1f(int, float)">glMultiTexCoord1f(int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord1fARB(int, float)">glMultiTexCoord1fARB(int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVHalfFloat.html#glMultiTexCoord1hNV(int, short)">glMultiTexCoord1hNV(int, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord1iARB(int, int)">glMultiTexCoord1iARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord1sARB(int, short)">glMultiTexCoord1sARB(int, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glMultiTexCoord2d(int, double, double)">glMultiTexCoord2d(int, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord2dARB(int, double, double)">glMultiTexCoord2dARB(int, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glMultiTexCoord2f(int, float, float)">glMultiTexCoord2f(int, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord2fARB(int, float, float)">glMultiTexCoord2fARB(int, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVHalfFloat.html#glMultiTexCoord2hNV(int, short, short)">glMultiTexCoord2hNV(int, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord2iARB(int, int, int)">glMultiTexCoord2iARB(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord2sARB(int, short, short)">glMultiTexCoord2sARB(int, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glMultiTexCoord3d(int, double, double, double)">glMultiTexCoord3d(int, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord3dARB(int, double, double, double)">glMultiTexCoord3dARB(int, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glMultiTexCoord3f(int, float, float, float)">glMultiTexCoord3f(int, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord3fARB(int, float, float, float)">glMultiTexCoord3fARB(int, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVHalfFloat.html#glMultiTexCoord3hNV(int, short, short, short)">glMultiTexCoord3hNV(int, short, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord3iARB(int, int, int, int)">glMultiTexCoord3iARB(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord3sARB(int, short, short, short)">glMultiTexCoord3sARB(int, short, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glMultiTexCoord4d(int, double, double, double, double)">glMultiTexCoord4d(int, double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord4dARB(int, double, double, double, double)">glMultiTexCoord4dARB(int, double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glMultiTexCoord4f(int, float, float, float, float)">glMultiTexCoord4f(int, float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord4fARB(int, float, float, float, float)">glMultiTexCoord4fARB(int, float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVHalfFloat.html#glMultiTexCoord4hNV(int, short, short, short, short)">glMultiTexCoord4hNV(int, short, short, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord4iARB(int, int, int, int, int)">glMultiTexCoord4iARB(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord4sARB(int, short, short, short, short)">glMultiTexCoord4sARB(int, short, short, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glMultiTexCoordP1u(int, int, java.nio.IntBuffer)">glMultiTexCoordP1u(int, int, IntBuffer)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glMultiTexCoordP1u(int, int, java.nio.IntBuffer)">glMultiTexCoordP1u(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glMultiTexCoordP1ui(int, int, int)">glMultiTexCoordP1ui(int, int, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glMultiTexCoordP1ui(int, int, int)">glMultiTexCoordP1ui(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glMultiTexCoordP2u(int, int, java.nio.IntBuffer)">glMultiTexCoordP2u(int, int, IntBuffer)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glMultiTexCoordP2u(int, int, java.nio.IntBuffer)">glMultiTexCoordP2u(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glMultiTexCoordP2ui(int, int, int)">glMultiTexCoordP2ui(int, int, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glMultiTexCoordP2ui(int, int, int)">glMultiTexCoordP2ui(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glMultiTexCoordP3u(int, int, java.nio.IntBuffer)">glMultiTexCoordP3u(int, int, IntBuffer)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glMultiTexCoordP3u(int, int, java.nio.IntBuffer)">glMultiTexCoordP3u(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glMultiTexCoordP3ui(int, int, int)">glMultiTexCoordP3ui(int, int, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glMultiTexCoordP3ui(int, int, int)">glMultiTexCoordP3ui(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glMultiTexCoordP4u(int, int, java.nio.IntBuffer)">glMultiTexCoordP4u(int, int, IntBuffer)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glMultiTexCoordP4u(int, int, java.nio.IntBuffer)">glMultiTexCoordP4u(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glMultiTexCoordP4ui(int, int, int)">glMultiTexCoordP4ui(int, int, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glMultiTexCoordP4ui(int, int, int)">glMultiTexCoordP4ui(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexCoordPointerEXT(int, int, int, java.nio.DoubleBuffer)">glMultiTexCoordPointerEXT(int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexCoordPointerEXT(int, int, int, java.nio.FloatBuffer)">glMultiTexCoordPointerEXT(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexCoordPointerEXT(int, int, int, int, long)">glMultiTexCoordPointerEXT(int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexEnvEXT(int, int, int, java.nio.FloatBuffer)">glMultiTexEnvEXT(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexEnvEXT(int, int, int, java.nio.IntBuffer)">glMultiTexEnvEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexEnvfEXT(int, int, int, float)">glMultiTexEnvfEXT(int, int, int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexEnviEXT(int, int, int, int)">glMultiTexEnviEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexGendEXT(int, int, int, double)">glMultiTexGendEXT(int, int, int, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexGenEXT(int, int, int, java.nio.DoubleBuffer)">glMultiTexGenEXT(int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexGenEXT(int, int, int, java.nio.FloatBuffer)">glMultiTexGenEXT(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexGenEXT(int, int, int, java.nio.IntBuffer)">glMultiTexGenEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexGenfEXT(int, int, int, float)">glMultiTexGenfEXT(int, int, int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexGeniEXT(int, int, int, int)">glMultiTexGeniEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)">glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, java.nio.FloatBuffer)">glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, java.nio.IntBuffer)">glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, java.nio.ShortBuffer)">glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, long)">glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)">glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)">glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)">glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)">glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, long)">glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)">glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)">glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)">glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)">glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, long)">glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexParameterEXT(int, int, int, java.nio.IntBuffer)">glMultiTexParameterEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexParameterEXT(int, int, int, java.nio.FloatBuffer)">glMultiTexParameterEXT(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexParameterfEXT(int, int, int, float)">glMultiTexParameterfEXT(int, int, int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexParameteriEXT(int, int, int, int)">glMultiTexParameteriEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexParameterIEXT(int, int, int, java.nio.IntBuffer)">glMultiTexParameterIEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexParameterIEXT(int, int, int, int)">glMultiTexParameterIEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glMultiTexParameterIivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexParameterIuEXT(int, int, int, java.nio.IntBuffer)">glMultiTexParameterIuEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexParameterIuEXT(int, int, int, int)">glMultiTexParameterIuEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glMultiTexParameterIuivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexRenderbufferEXT(int, int, int)">glMultiTexRenderbufferEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, java.nio.ByteBuffer)">glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, java.nio.DoubleBuffer)">glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, java.nio.FloatBuffer)">glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, java.nio.IntBuffer)">glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, java.nio.ShortBuffer)">glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, long)">glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)">glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)">glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)">glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)">glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, long)">glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)">glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)">glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)">glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)">glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, long)">glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glMultMatrix(java.nio.FloatBuffer)">glMultMatrix(FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glMultMatrix(java.nio.DoubleBuffer)">glMultMatrix(DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glMultTransposeMatrix(java.nio.FloatBuffer)">glMultTransposeMatrix(FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glMultTransposeMatrix(java.nio.DoubleBuffer)">glMultTransposeMatrix(DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransposeMatrix.html#glMultTransposeMatrixARB(java.nio.FloatBuffer)">glMultTransposeMatrixARB(FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransposeMatrix.html" title="class in org.lwjgl.opengl">ARBTransposeMatrix</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedBufferDataEXT(int, long, int)">glNamedBufferDataEXT(int, long, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedBufferDataEXT(int, java.nio.ByteBuffer, int)">glNamedBufferDataEXT(int, ByteBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedBufferDataEXT(int, java.nio.DoubleBuffer, int)">glNamedBufferDataEXT(int, DoubleBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedBufferDataEXT(int, java.nio.FloatBuffer, int)">glNamedBufferDataEXT(int, FloatBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedBufferDataEXT(int, java.nio.IntBuffer, int)">glNamedBufferDataEXT(int, IntBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedBufferDataEXT(int, java.nio.ShortBuffer, int)">glNamedBufferDataEXT(int, ShortBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferStorage.html#glNamedBufferStorageEXT(int, java.nio.ByteBuffer, int)">glNamedBufferStorageEXT(int, ByteBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferStorage.html#glNamedBufferStorageEXT(int, java.nio.DoubleBuffer, int)">glNamedBufferStorageEXT(int, DoubleBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferStorage.html#glNamedBufferStorageEXT(int, java.nio.FloatBuffer, int)">glNamedBufferStorageEXT(int, FloatBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferStorage.html#glNamedBufferStorageEXT(int, java.nio.IntBuffer, int)">glNamedBufferStorageEXT(int, IntBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferStorage.html#glNamedBufferStorageEXT(int, java.nio.ShortBuffer, int)">glNamedBufferStorageEXT(int, ShortBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferStorage.html#glNamedBufferStorageEXT(int, java.nio.LongBuffer, int)">glNamedBufferStorageEXT(int, LongBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferStorage.html#glNamedBufferStorageEXT(int, long, int)">glNamedBufferStorageEXT(int, long, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glNamedBufferStorageEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedBufferSubDataEXT(int, long, java.nio.ByteBuffer)">glNamedBufferSubDataEXT(int, long, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedBufferSubDataEXT(int, long, java.nio.DoubleBuffer)">glNamedBufferSubDataEXT(int, long, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedBufferSubDataEXT(int, long, java.nio.FloatBuffer)">glNamedBufferSubDataEXT(int, long, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedBufferSubDataEXT(int, long, java.nio.IntBuffer)">glNamedBufferSubDataEXT(int, long, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedBufferSubDataEXT(int, long, java.nio.ShortBuffer)">glNamedBufferSubDataEXT(int, long, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedCopyBufferSubDataEXT(int, int, long, long, long)">glNamedCopyBufferSubDataEXT(int, int, long, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#glNamedFramebufferParameteriEXT(int, int, int)">glNamedFramebufferParameteriEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedFramebufferRenderbufferEXT(int, int, int, int)">glNamedFramebufferRenderbufferEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedFramebufferTexture1DEXT(int, int, int, int, int)">glNamedFramebufferTexture1DEXT(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedFramebufferTexture2DEXT(int, int, int, int, int)">glNamedFramebufferTexture2DEXT(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedFramebufferTexture3DEXT(int, int, int, int, int, int)">glNamedFramebufferTexture3DEXT(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedFramebufferTextureEXT(int, int, int, int)">glNamedFramebufferTextureEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedFramebufferTextureFaceEXT(int, int, int, int, int)">glNamedFramebufferTextureFaceEXT(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedFramebufferTextureLayerEXT(int, int, int, int, int)">glNamedFramebufferTextureLayerEXT(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedProgramLocalParameter4dEXT(int, int, int, double, double, double, double)">glNamedProgramLocalParameter4dEXT(int, int, int, double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedProgramLocalParameter4EXT(int, int, int, java.nio.DoubleBuffer)">glNamedProgramLocalParameter4EXT(int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedProgramLocalParameter4EXT(int, int, int, java.nio.FloatBuffer)">glNamedProgramLocalParameter4EXT(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedProgramLocalParameter4fEXT(int, int, int, float, float, float, float)">glNamedProgramLocalParameter4fEXT(int, int, int, float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedProgramLocalParameterI4EXT(int, int, int, java.nio.IntBuffer)">glNamedProgramLocalParameterI4EXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedProgramLocalParameterI4iEXT(int, int, int, int, int, int, int)">glNamedProgramLocalParameterI4iEXT(int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedProgramLocalParameterI4uEXT(int, int, int, java.nio.IntBuffer)">glNamedProgramLocalParameterI4uEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedProgramLocalParameterI4uiEXT(int, int, int, int, int, int, int)">glNamedProgramLocalParameterI4uiEXT(int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedProgramLocalParameters4EXT(int, int, int, java.nio.FloatBuffer)">glNamedProgramLocalParameters4EXT(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedProgramLocalParametersI4EXT(int, int, int, java.nio.IntBuffer)">glNamedProgramLocalParametersI4EXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedProgramLocalParametersI4uEXT(int, int, int, java.nio.IntBuffer)">glNamedProgramLocalParametersI4uEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedProgramStringEXT(int, int, int, java.nio.ByteBuffer)">glNamedProgramStringEXT(int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedProgramStringEXT(int, int, int, java.lang.CharSequence)">glNamedProgramStringEXT(int, int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glNamedProgramStringEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedRenderbufferStorageEXT(int, int, int, int)">glNamedRenderbufferStorageEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedRenderbufferStorageMultisampleCoverageEXT(int, int, int, int, int, int)">glNamedRenderbufferStorageMultisampleCoverageEXT(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedRenderbufferStorageMultisampleEXT(int, int, int, int, int)">glNamedRenderbufferStorageMultisampleEXT(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glNamedStringARB(int, java.nio.ByteBuffer, java.nio.ByteBuffer)">glNamedStringARB(int, ByteBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glNamedStringARB(int, java.lang.CharSequence, java.lang.CharSequence)">glNamedStringARB(int, CharSequence, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glNamedStringARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glNewList(int, int)">glNewList(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#glNewObjectBufferATI(int, int)">glNewObjectBufferATI(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#glNewObjectBufferATI(java.nio.ByteBuffer, int)">glNewObjectBufferATI(ByteBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#glNewObjectBufferATI(java.nio.DoubleBuffer, int)">glNewObjectBufferATI(DoubleBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#glNewObjectBufferATI(java.nio.FloatBuffer, int)">glNewObjectBufferATI(FloatBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#glNewObjectBufferATI(java.nio.IntBuffer, int)">glNewObjectBufferATI(IntBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#glNewObjectBufferATI(java.nio.ShortBuffer, int)">glNewObjectBufferATI(ShortBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glNormal3b(byte, byte, byte)">glNormal3b(byte, byte, byte)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glNormal3d(double, double, double)">glNormal3d(double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glNormal3f(float, float, float)">glNormal3f(float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVHalfFloat.html#glNormal3hNV(short, short, short)">glNormal3hNV(short, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glNormal3i(int, int, int)">glNormal3i(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#glNormalFormatNV(int, int)">glNormalFormatNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glNormalP3u(int, java.nio.IntBuffer)">glNormalP3u(int, IntBuffer)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glNormalP3u(int, java.nio.IntBuffer)">glNormalP3u(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glNormalP3ui(int, int)">glNormalP3ui(int, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glNormalP3ui(int, int)">glNormalP3ui(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glNormalPointer(int, java.nio.ByteBuffer)">glNormalPointer(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glNormalPointer(int, java.nio.DoubleBuffer)">glNormalPointer(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glNormalPointer(int, java.nio.FloatBuffer)">glNormalPointer(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glNormalPointer(int, java.nio.IntBuffer)">glNormalPointer(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glNormalPointer(int, int, long)">glNormalPointer(int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glNormalPointer(int, int, java.nio.ByteBuffer)">glNormalPointer(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glNormalPointer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#glNormalStream3bATI(int, byte, byte, byte)">glNormalStream3bATI(int, byte, byte, byte)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#glNormalStream3dATI(int, double, double, double)">glNormalStream3dATI(int, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#glNormalStream3fATI(int, float, float, float)">glNormalStream3fATI(int, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#glNormalStream3iATI(int, int, int, int)">glNormalStream3iATI(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#glNormalStream3sATI(int, short, short, short)">glNormalStream3sATI(int, short, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glObjectLabel(int, int, java.nio.ByteBuffer)">glObjectLabel(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glObjectLabel(int, int, java.lang.CharSequence)">glObjectLabel(int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glObjectLabel.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#glObjectLabel(int, int, java.nio.ByteBuffer)">glObjectLabel(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#glObjectLabel(int, int, java.lang.CharSequence)">glObjectLabel(int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glObjectLabel.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#glObjectLabel(int, int, java.nio.ByteBuffer)">glObjectLabel(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#glObjectLabel(int, int, java.lang.CharSequence)">glObjectLabel(int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glObjectLabel.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glObjectPtrLabel(org.lwjgl.PointerWrapper, java.nio.ByteBuffer)">glObjectPtrLabel(PointerWrapper, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glObjectPtrLabel(org.lwjgl.PointerWrapper, java.lang.CharSequence)">glObjectPtrLabel(PointerWrapper, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glObjectPtrLabel.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#glObjectPtrLabel(org.lwjgl.PointerWrapper, java.nio.ByteBuffer)">glObjectPtrLabel(PointerWrapper, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#glObjectPtrLabel(org.lwjgl.PointerWrapper, java.lang.CharSequence)">glObjectPtrLabel(PointerWrapper, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glObjectPtrLabel.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#glObjectPtrLabel(org.lwjgl.PointerWrapper, java.nio.ByteBuffer)">glObjectPtrLabel(PointerWrapper, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#glObjectPtrLabel(org.lwjgl.PointerWrapper, java.lang.CharSequence)">glObjectPtrLabel(PointerWrapper, CharSequence)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glObjectPtrLabel.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEObjectPurgeable.html#glObjectPurgeableAPPLE(int, int, int)">glObjectPurgeableAPPLE(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEObjectPurgeable.html" title="class in org.lwjgl.opengl">APPLEObjectPurgeable</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEObjectPurgeable.html#glObjectUnpurgeableAPPLE(int, int, int)">glObjectUnpurgeableAPPLE(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEObjectPurgeable.html" title="class in org.lwjgl.opengl">APPLEObjectPurgeable</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glOrtho(double, double, double, double, double, double)">glOrtho(double, double, double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#glPassTexCoordATI(int, int, int)">glPassTexCoordATI(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glPassThrough(float)">glPassThrough(float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#glPatchParameter(int, java.nio.FloatBuffer)">glPatchParameter(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glPatchParameter(int, java.nio.FloatBuffer)">glPatchParameter(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTessellationShader.html#glPatchParameteri(int, int)">glPatchParameteri(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glPatchParameteri(int, int)">glPatchParameteri(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#glPathbufferPathNV(int, int, int)">glPathbufferPathNV(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#glPathbufferPositionNV(int, int, float, float)">glPathbufferPositionNV(int, int, float, float)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glPathColorGenNV(int, int, int, java.nio.FloatBuffer)">glPathColorGenNV(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glPathCommandsNV(int, java.nio.ByteBuffer, int, java.nio.ByteBuffer)">glPathCommandsNV(int, ByteBuffer, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glPathCoordsNV(int, int, java.nio.ByteBuffer)">glPathCoordsNV(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glPathCoverDepthFuncNV(int)">glPathCoverDepthFuncNV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glPathDashArrayNV(int, java.nio.FloatBuffer)">glPathDashArrayNV(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glPathFogGenNV(int)">glPathFogGenNV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glPathGlyphRangeNV(int, int, java.nio.ByteBuffer, int, int, int, int, int, float)">glPathGlyphRangeNV(int, int, ByteBuffer, int, int, int, int, int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glPathGlyphsNV(int, int, java.nio.ByteBuffer, int, int, java.nio.ByteBuffer, int, int, float)">glPathGlyphsNV(int, int, ByteBuffer, int, int, ByteBuffer, int, int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#glPathMatrixNV(int, java.nio.FloatBuffer)">glPathMatrixNV(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glPathParameterfNV(int, int, java.nio.IntBuffer)">glPathParameterfNV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glPathParameterfNV(int, int, float)">glPathParameterfNV(int, int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#glPathParameterfNV(int, int, float)">glPathParameterfNV(int, int, float)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glPathParameteriNV(int, int, int)">glPathParameteriNV(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#glPathParameteriNV(int, int, int)">glPathParameteriNV(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glPathParameterNV(int, int, java.nio.IntBuffer)">glPathParameterNV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glPathStencilDepthOffsetNV(float, int)">glPathStencilDepthOffsetNV(float, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glPathStencilFuncNV(int, int, int)">glPathStencilFuncNV(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glPathStringNV(int, int, java.nio.ByteBuffer)">glPathStringNV(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glPathSubCommandsNV(int, int, int, java.nio.ByteBuffer, int, java.nio.ByteBuffer)">glPathSubCommandsNV(int, int, int, ByteBuffer, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glPathSubCoordsNV(int, int, int, java.nio.ByteBuffer)">glPathSubCoordsNV(int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glPathTexGenNV(int, int, java.nio.FloatBuffer)">glPathTexGenNV(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVDrawPath.html#glPathVerticesNV(int, java.nio.ByteBuffer)">glPathVerticesNV(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransformFeedback2.html#glPauseTransformFeedback()">glPauseTransformFeedback()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl">ARBTransformFeedback2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glPauseTransformFeedback()">glPauseTransformFeedback()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glPauseTransformFeedback()">glPauseTransformFeedback()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback2.html#glPauseTransformFeedbackNV()">glPauseTransformFeedbackNV()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl">NVTransformFeedback2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPixelDataRange.html#glPixelDataRangeNV(int, java.nio.ByteBuffer)">glPixelDataRangeNV(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPixelDataRange.html" title="class in org.lwjgl.opengl">NVPixelDataRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPixelDataRange.html#glPixelDataRangeNV(int, java.nio.DoubleBuffer)">glPixelDataRangeNV(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPixelDataRange.html" title="class in org.lwjgl.opengl">NVPixelDataRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPixelDataRange.html#glPixelDataRangeNV(int, java.nio.FloatBuffer)">glPixelDataRangeNV(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPixelDataRange.html" title="class in org.lwjgl.opengl">NVPixelDataRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPixelDataRange.html#glPixelDataRangeNV(int, java.nio.IntBuffer)">glPixelDataRangeNV(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPixelDataRange.html" title="class in org.lwjgl.opengl">NVPixelDataRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPixelDataRange.html#glPixelDataRangeNV(int, java.nio.ShortBuffer)">glPixelDataRangeNV(int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPixelDataRange.html" title="class in org.lwjgl.opengl">NVPixelDataRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glPixelMap(int, java.nio.FloatBuffer)">glPixelMap(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glPixelMapfv(int, int, long)">glPixelMapfv(int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glPixelMapu(int, java.nio.IntBuffer)">glPixelMapu(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glPixelMapu(int, java.nio.ShortBuffer)">glPixelMapu(int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glPixelMapuiv(int, int, long)">glPixelMapuiv(int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glPixelMapusv(int, int, long)">glPixelMapusv(int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glPixelStoref(int, float)">glPixelStoref(int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glPixelStorei(int, int)">glPixelStorei(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glPixelStorei(int, int)">glPixelStorei(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glPixelTransferf(int, float)">glPixelTransferf(int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glPixelTransferi(int, int)">glPixelTransferi(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glPixelZoom(float, float)">glPixelZoom(float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIPnTriangles.html#glPNTrianglesfATI(int, float)">glPNTrianglesfATI(int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIPnTriangles.html" title="class in org.lwjgl.opengl">ATIPnTriangles</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIPnTriangles.html#glPNTrianglesiATI(int, int)">glPNTrianglesiATI(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIPnTriangles.html" title="class in org.lwjgl.opengl">ATIPnTriangles</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glPointAlongPathNV(int, int, int, float, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.FloatBuffer)">glPointAlongPathNV(int, int, int, float, FloatBuffer, FloatBuffer, FloatBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#glPointParameter(int, java.nio.IntBuffer)">glPointParameter(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#glPointParameter(int, java.nio.FloatBuffer)">glPointParameter(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBPointParameters.html#glPointParameterARB(int, java.nio.FloatBuffer)">glPointParameterARB(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBPointParameters.html" title="class in org.lwjgl.opengl">ARBPointParameters</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPointParameters.html#glPointParameterEXT(int, java.nio.FloatBuffer)">glPointParameterEXT(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPointParameters.html" title="class in org.lwjgl.opengl">EXTPointParameters</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#glPointParameterf(int, float)">glPointParameterf(int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBPointParameters.html#glPointParameterfARB(int, float)">glPointParameterfARB(int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBPointParameters.html" title="class in org.lwjgl.opengl">ARBPointParameters</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPointParameters.html#glPointParameterfEXT(int, float)">glPointParameterfEXT(int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPointParameters.html" title="class in org.lwjgl.opengl">EXTPointParameters</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#glPointParameteri(int, int)">glPointParameteri(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPointSprite.html#glPointParameteriNV(int, int)">glPointParameteriNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPointSprite.html" title="class in org.lwjgl.opengl">NVPointSprite</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPointSprite.html#glPointParameterNV(int, java.nio.IntBuffer)">glPointParameterNV(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPointSprite.html" title="class in org.lwjgl.opengl">NVPointSprite</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glPointSize(float)">glPointSize(float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glPolygonMode(int, int)">glPolygonMode(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glPolygonOffset(float, float)">glPolygonOffset(float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glPolygonOffset(float, float)">glPolygonOffset(float, float)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glPolygonStipple(java.nio.ByteBuffer)">glPolygonStipple(ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glPolygonStipple(long)">glPolygonStipple(long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glPopAttrib()">glPopAttrib()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glPopClientAttrib()">glPopClientAttrib()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glPopDebugGroup()">glPopDebugGroup()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#glPopDebugGroup()">glPopDebugGroup()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#glPopDebugGroup()">glPopDebugGroup()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTDebugMarker.html#glPopGroupMarkerEXT()">glPopGroupMarkerEXT()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTDebugMarker.html" title="class in org.lwjgl.opengles">EXTDebugMarker</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glPopMatrix()">glPopMatrix()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glPopName()">glPopName()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPresentVideo.html#glPresentFrameDualFillNV(int, long, int, int, int, int, int, int, int, int, int, int, int)">glPresentFrameDualFillNV(int, long, int, int, int, int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPresentVideo.html#glPresentFrameKeyedNV(int, long, int, int, int, int, int, int, int, int, int)">glPresentFrameKeyedNV(int, long, int, int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#glPrimitiveRestartIndex(int)">glPrimitiveRestartIndex(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPrimitiveRestart.html#glPrimitiveRestartIndexNV(int)">glPrimitiveRestartIndexNV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPrimitiveRestart.html" title="class in org.lwjgl.opengl">NVPrimitiveRestart</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPrimitiveRestart.html#glPrimitiveRestartNV()">glPrimitiveRestartNV()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPrimitiveRestart.html" title="class in org.lwjgl.opengl">NVPrimitiveRestart</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glPrioritizeTextures(java.nio.IntBuffer, java.nio.FloatBuffer)">glPrioritizeTextures(IntBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGetProgramBinary.html#glProgramBinary(int, int, java.nio.ByteBuffer)">glProgramBinary(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGetProgramBinary.html" title="class in org.lwjgl.opengl">ARBGetProgramBinary</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramBinary(int, int, java.nio.ByteBuffer)">glProgramBinary(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glProgramBinary(int, int, java.nio.ByteBuffer)">glProgramBinary(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESGetProgramBinary.html#glProgramBinaryOES(int, int, java.nio.ByteBuffer)">glProgramBinaryOES(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESGetProgramBinary.html" title="class in org.lwjgl.opengles">OESGetProgramBinary</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVParameterBufferObject.html#glProgramBufferParametersINV(int, int, int, java.nio.IntBuffer)">glProgramBufferParametersINV(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVParameterBufferObject.html" title="class in org.lwjgl.opengl">NVParameterBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVParameterBufferObject.html#glProgramBufferParametersIuNV(int, int, int, java.nio.IntBuffer)">glProgramBufferParametersIuNV(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVParameterBufferObject.html" title="class in org.lwjgl.opengl">NVParameterBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVParameterBufferObject.html#glProgramBufferParametersNV(int, int, int, java.nio.FloatBuffer)">glProgramBufferParametersNV(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVParameterBufferObject.html" title="class in org.lwjgl.opengl">NVParameterBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#glProgramEnvParameter4ARB(int, int, java.nio.FloatBuffer)">glProgramEnvParameter4ARB(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#glProgramEnvParameter4ARB(int, int, java.nio.DoubleBuffer)">glProgramEnvParameter4ARB(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#glProgramEnvParameter4dARB(int, int, double, double, double, double)">glProgramEnvParameter4dARB(int, int, double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#glProgramEnvParameter4fARB(int, int, float, float, float, float)">glProgramEnvParameter4fARB(int, int, float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuProgram4.html#glProgramEnvParameterI4iNV(int, int, int, int, int, int)">glProgramEnvParameterI4iNV(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuProgram4.html#glProgramEnvParameterI4NV(int, int, java.nio.IntBuffer)">glProgramEnvParameterI4NV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuProgram4.html#glProgramEnvParameterI4uiNV(int, int, int, int, int, int)">glProgramEnvParameterI4uiNV(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuProgram4.html#glProgramEnvParameterI4uNV(int, int, java.nio.IntBuffer)">glProgramEnvParameterI4uNV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuProgramParameters.html#glProgramEnvParameters4EXT(int, int, int, java.nio.FloatBuffer)">glProgramEnvParameters4EXT(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuProgramParameters.html" title="class in org.lwjgl.opengl">EXTGpuProgramParameters</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuProgram4.html#glProgramEnvParametersI4NV(int, int, java.nio.IntBuffer)">glProgramEnvParametersI4NV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuProgram4.html#glProgramEnvParametersI4uNV(int, int, java.nio.IntBuffer)">glProgramEnvParametersI4uNV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#glProgramLocalParameter4ARB(int, int, java.nio.FloatBuffer)">glProgramLocalParameter4ARB(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#glProgramLocalParameter4ARB(int, int, java.nio.DoubleBuffer)">glProgramLocalParameter4ARB(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#glProgramLocalParameter4dARB(int, int, double, double, double, double)">glProgramLocalParameter4dARB(int, int, double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#glProgramLocalParameter4fARB(int, int, float, float, float, float)">glProgramLocalParameter4fARB(int, int, float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuProgram4.html#glProgramLocalParameterI4iNV(int, int, int, int, int, int)">glProgramLocalParameterI4iNV(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuProgram4.html#glProgramLocalParameterI4NV(int, int, java.nio.IntBuffer)">glProgramLocalParameterI4NV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuProgram4.html#glProgramLocalParameterI4uiNV(int, int, int, int, int, int)">glProgramLocalParameterI4uiNV(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuProgram4.html#glProgramLocalParameterI4uNV(int, int, java.nio.IntBuffer)">glProgramLocalParameterI4uNV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuProgramParameters.html#glProgramLocalParameters4EXT(int, int, int, java.nio.FloatBuffer)">glProgramLocalParameters4EXT(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuProgramParameters.html" title="class in org.lwjgl.opengl">EXTGpuProgramParameters</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuProgram4.html#glProgramLocalParametersI4NV(int, int, java.nio.IntBuffer)">glProgramLocalParametersI4NV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuProgram4.html#glProgramLocalParametersI4uNV(int, int, java.nio.IntBuffer)">glProgramLocalParametersI4uNV(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFragmentProgram.html#glProgramNamedParameter4dNV(int, java.nio.ByteBuffer, double, double, double, double)">glProgramNamedParameter4dNV(int, ByteBuffer, double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFragmentProgram.html" title="class in org.lwjgl.opengl">NVFragmentProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFragmentProgram.html#glProgramNamedParameter4fNV(int, java.nio.ByteBuffer, float, float, float, float)">glProgramNamedParameter4fNV(int, ByteBuffer, float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFragmentProgram.html" title="class in org.lwjgl.opengl">NVFragmentProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glProgramParameter4dNV(int, int, double, double, double, double)">glProgramParameter4dNV(int, int, double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glProgramParameter4fNV(int, int, float, float, float, float)">glProgramParameter4fNV(int, int, float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGetProgramBinary.html#glProgramParameteri(int, int, int)">glProgramParameteri(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGetProgramBinary.html" title="class in org.lwjgl.opengl">ARBGetProgramBinary</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramParameteri(int, int, int)">glProgramParameteri(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramParameteri(int, int, int)">glProgramParameteri(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glProgramParameteri(int, int, int)">glProgramParameteri(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGeometryShader4.html#glProgramParameteriARB(int, int, int)">glProgramParameteriARB(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGeometryShader4.html#glProgramParameteriEXT(int, int, int)">glProgramParameteriEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramParameteriEXT(int, int, int)">glProgramParameteriEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glProgramParameters4NV(int, int, java.nio.FloatBuffer)">glProgramParameters4NV(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glProgramParameters4NV(int, int, java.nio.DoubleBuffer)">glProgramParameters4NV(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#glProgramStringARB(int, int, java.nio.ByteBuffer)">glProgramStringARB(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProgram.html#glProgramStringARB(int, int, java.lang.CharSequence)">glProgramStringARB(int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glProgramStringARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform1(int, int, java.nio.IntBuffer)">glProgramUniform1(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform1(int, int, java.nio.FloatBuffer)">glProgramUniform1(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform1(int, int, java.nio.DoubleBuffer)">glProgramUniform1(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform1(int, int, java.nio.IntBuffer)">glProgramUniform1(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform1(int, int, java.nio.FloatBuffer)">glProgramUniform1(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform1(int, int, java.nio.DoubleBuffer)">glProgramUniform1(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform1d(int, int, double)">glProgramUniform1d(int, int, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform1d(int, int, double)">glProgramUniform1d(int, int, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniform1dEXT(int, int, double)">glProgramUniform1dEXT(int, int, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniform1EXT(int, int, java.nio.DoubleBuffer)">glProgramUniform1EXT(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform1EXT(int, int, java.nio.FloatBuffer)">glProgramUniform1EXT(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform1EXT(int, int, java.nio.IntBuffer)">glProgramUniform1EXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform1EXT(int, int, java.nio.IntBuffer)">glProgramUniform1EXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform1EXT(int, int, java.nio.FloatBuffer)">glProgramUniform1EXT(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform1f(int, int, float)">glProgramUniform1f(int, int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform1f(int, int, float)">glProgramUniform1f(int, int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform1fEXT(int, int, float)">glProgramUniform1fEXT(int, int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform1fEXT(int, int, float)">glProgramUniform1fEXT(int, int, float)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform1i(int, int, int)">glProgramUniform1i(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform1i(int, int, int)">glProgramUniform1i(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform1i64NV(int, int, long)">glProgramUniform1i64NV(int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform1iEXT(int, int, int)">glProgramUniform1iEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform1iEXT(int, int, int)">glProgramUniform1iEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform1NV(int, int, java.nio.LongBuffer)">glProgramUniform1NV(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform1u(int, int, java.nio.IntBuffer)">glProgramUniform1u(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform1u(int, int, java.nio.IntBuffer)">glProgramUniform1u(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform1uEXT(int, int, java.nio.IntBuffer)">glProgramUniform1uEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform1ui(int, int, int)">glProgramUniform1ui(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform1ui(int, int, int)">glProgramUniform1ui(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform1ui64NV(int, int, long)">glProgramUniform1ui64NV(int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform1uiEXT(int, int, int)">glProgramUniform1uiEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform1uNV(int, int, java.nio.LongBuffer)">glProgramUniform1uNV(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform2(int, int, java.nio.IntBuffer)">glProgramUniform2(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform2(int, int, java.nio.FloatBuffer)">glProgramUniform2(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform2(int, int, java.nio.DoubleBuffer)">glProgramUniform2(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform2(int, int, java.nio.IntBuffer)">glProgramUniform2(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform2(int, int, java.nio.FloatBuffer)">glProgramUniform2(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform2(int, int, java.nio.DoubleBuffer)">glProgramUniform2(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform2d(int, int, double, double)">glProgramUniform2d(int, int, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform2d(int, int, double, double)">glProgramUniform2d(int, int, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniform2dEXT(int, int, double, double)">glProgramUniform2dEXT(int, int, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniform2EXT(int, int, java.nio.DoubleBuffer)">glProgramUniform2EXT(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform2EXT(int, int, java.nio.FloatBuffer)">glProgramUniform2EXT(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform2EXT(int, int, java.nio.IntBuffer)">glProgramUniform2EXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform2EXT(int, int, java.nio.IntBuffer)">glProgramUniform2EXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform2EXT(int, int, java.nio.FloatBuffer)">glProgramUniform2EXT(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform2f(int, int, float, float)">glProgramUniform2f(int, int, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform2f(int, int, float, float)">glProgramUniform2f(int, int, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform2fEXT(int, int, float, float)">glProgramUniform2fEXT(int, int, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform2fEXT(int, int, float, float)">glProgramUniform2fEXT(int, int, float, float)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform2i(int, int, int, int)">glProgramUniform2i(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform2i(int, int, int, int)">glProgramUniform2i(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform2i64NV(int, int, long, long)">glProgramUniform2i64NV(int, int, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform2iEXT(int, int, int, int)">glProgramUniform2iEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform2iEXT(int, int, int, int)">glProgramUniform2iEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform2NV(int, int, java.nio.LongBuffer)">glProgramUniform2NV(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform2u(int, int, java.nio.IntBuffer)">glProgramUniform2u(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform2u(int, int, java.nio.IntBuffer)">glProgramUniform2u(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform2uEXT(int, int, java.nio.IntBuffer)">glProgramUniform2uEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform2ui(int, int, int, int)">glProgramUniform2ui(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform2ui(int, int, int, int)">glProgramUniform2ui(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform2ui64NV(int, int, long, long)">glProgramUniform2ui64NV(int, int, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform2uiEXT(int, int, int, int)">glProgramUniform2uiEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform2uNV(int, int, java.nio.LongBuffer)">glProgramUniform2uNV(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform3(int, int, java.nio.IntBuffer)">glProgramUniform3(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform3(int, int, java.nio.FloatBuffer)">glProgramUniform3(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform3(int, int, java.nio.DoubleBuffer)">glProgramUniform3(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform3(int, int, java.nio.IntBuffer)">glProgramUniform3(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform3(int, int, java.nio.FloatBuffer)">glProgramUniform3(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform3(int, int, java.nio.DoubleBuffer)">glProgramUniform3(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform3d(int, int, double, double, double)">glProgramUniform3d(int, int, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform3d(int, int, double, double, double)">glProgramUniform3d(int, int, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniform3dEXT(int, int, double, double, double)">glProgramUniform3dEXT(int, int, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniform3EXT(int, int, java.nio.DoubleBuffer)">glProgramUniform3EXT(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform3EXT(int, int, java.nio.FloatBuffer)">glProgramUniform3EXT(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform3EXT(int, int, java.nio.IntBuffer)">glProgramUniform3EXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform3EXT(int, int, java.nio.IntBuffer)">glProgramUniform3EXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform3EXT(int, int, java.nio.FloatBuffer)">glProgramUniform3EXT(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform3f(int, int, float, float, float)">glProgramUniform3f(int, int, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform3f(int, int, float, float, float)">glProgramUniform3f(int, int, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform3fEXT(int, int, float, float, float)">glProgramUniform3fEXT(int, int, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform3fEXT(int, int, float, float, float)">glProgramUniform3fEXT(int, int, float, float, float)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform3i(int, int, int, int, int)">glProgramUniform3i(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform3i(int, int, int, int, int)">glProgramUniform3i(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform3i64NV(int, int, long, long, long)">glProgramUniform3i64NV(int, int, long, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform3iEXT(int, int, int, int, int)">glProgramUniform3iEXT(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform3iEXT(int, int, int, int, int)">glProgramUniform3iEXT(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform3NV(int, int, java.nio.LongBuffer)">glProgramUniform3NV(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform3u(int, int, java.nio.IntBuffer)">glProgramUniform3u(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform3u(int, int, java.nio.IntBuffer)">glProgramUniform3u(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform3uEXT(int, int, java.nio.IntBuffer)">glProgramUniform3uEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform3ui(int, int, int, int, int)">glProgramUniform3ui(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform3ui(int, int, int, int, int)">glProgramUniform3ui(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform3ui64NV(int, int, long, long, long)">glProgramUniform3ui64NV(int, int, long, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform3uiEXT(int, int, int, int, int)">glProgramUniform3uiEXT(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform3uNV(int, int, java.nio.LongBuffer)">glProgramUniform3uNV(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform4(int, int, java.nio.IntBuffer)">glProgramUniform4(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform4(int, int, java.nio.FloatBuffer)">glProgramUniform4(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform4(int, int, java.nio.DoubleBuffer)">glProgramUniform4(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform4(int, int, java.nio.IntBuffer)">glProgramUniform4(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform4(int, int, java.nio.FloatBuffer)">glProgramUniform4(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform4(int, int, java.nio.DoubleBuffer)">glProgramUniform4(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform4d(int, int, double, double, double, double)">glProgramUniform4d(int, int, double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform4d(int, int, double, double, double, double)">glProgramUniform4d(int, int, double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniform4dEXT(int, int, double, double, double, double)">glProgramUniform4dEXT(int, int, double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniform4EXT(int, int, java.nio.DoubleBuffer)">glProgramUniform4EXT(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform4EXT(int, int, java.nio.FloatBuffer)">glProgramUniform4EXT(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform4EXT(int, int, java.nio.IntBuffer)">glProgramUniform4EXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform4EXT(int, int, java.nio.IntBuffer)">glProgramUniform4EXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform4EXT(int, int, java.nio.FloatBuffer)">glProgramUniform4EXT(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform4f(int, int, float, float, float, float)">glProgramUniform4f(int, int, float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform4f(int, int, float, float, float, float)">glProgramUniform4f(int, int, float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform4fEXT(int, int, float, float, float, float)">glProgramUniform4fEXT(int, int, float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform4fEXT(int, int, float, float, float, float)">glProgramUniform4fEXT(int, int, float, float, float, float)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform4i(int, int, int, int, int, int)">glProgramUniform4i(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform4i(int, int, int, int, int, int)">glProgramUniform4i(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform4i64NV(int, int, long, long, long, long)">glProgramUniform4i64NV(int, int, long, long, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform4iEXT(int, int, int, int, int, int)">glProgramUniform4iEXT(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform4iEXT(int, int, int, int, int, int)">glProgramUniform4iEXT(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform4NV(int, int, java.nio.LongBuffer)">glProgramUniform4NV(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform4u(int, int, java.nio.IntBuffer)">glProgramUniform4u(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform4u(int, int, java.nio.IntBuffer)">glProgramUniform4u(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform4uEXT(int, int, java.nio.IntBuffer)">glProgramUniform4uEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform4ui(int, int, int, int, int, int)">glProgramUniform4ui(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniform4ui(int, int, int, int, int, int)">glProgramUniform4ui(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform4ui64NV(int, int, long, long, long, long)">glProgramUniform4ui64NV(int, int, long, long, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform4uiEXT(int, int, int, int, int, int)">glProgramUniform4uiEXT(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform4uNV(int, int, java.nio.LongBuffer)">glProgramUniform4uNV(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBindlessTexture.html#glProgramUniformHandleuARB(int, int, java.nio.LongBuffer)">glProgramUniformHandleuARB(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBindlessTexture.html#glProgramUniformHandleui64ARB(int, int, long)">glProgramUniformHandleui64ARB(int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBindlessTexture.html#glProgramUniformHandleui64NV(int, int, long)">glProgramUniformHandleui64NV(int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl">NVBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBindlessTexture.html#glProgramUniformHandleuNV(int, int, java.nio.LongBuffer)">glProgramUniformHandleuNV(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl">NVBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix2(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix2(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix2(int, int, boolean, java.nio.DoubleBuffer)">glProgramUniformMatrix2(int, int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix2(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix2(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix2(int, int, boolean, java.nio.DoubleBuffer)">glProgramUniformMatrix2(int, int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniformMatrix2EXT(int, int, boolean, java.nio.DoubleBuffer)">glProgramUniformMatrix2EXT(int, int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniformMatrix2EXT(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix2EXT(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniformMatrix2EXT(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix2EXT(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix2x3(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix2x3(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix2x3(int, int, boolean, java.nio.DoubleBuffer)">glProgramUniformMatrix2x3(int, int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix2x3(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix2x3(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix2x3(int, int, boolean, java.nio.DoubleBuffer)">glProgramUniformMatrix2x3(int, int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniformMatrix2x3EXT(int, int, boolean, java.nio.DoubleBuffer)">glProgramUniformMatrix2x3EXT(int, int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniformMatrix2x3EXT(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix2x3EXT(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix2x4(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix2x4(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix2x4(int, int, boolean, java.nio.DoubleBuffer)">glProgramUniformMatrix2x4(int, int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix2x4(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix2x4(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix2x4(int, int, boolean, java.nio.DoubleBuffer)">glProgramUniformMatrix2x4(int, int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniformMatrix2x4EXT(int, int, boolean, java.nio.DoubleBuffer)">glProgramUniformMatrix2x4EXT(int, int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniformMatrix2x4EXT(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix2x4EXT(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix3(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix3(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix3(int, int, boolean, java.nio.DoubleBuffer)">glProgramUniformMatrix3(int, int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix3(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix3(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix3(int, int, boolean, java.nio.DoubleBuffer)">glProgramUniformMatrix3(int, int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniformMatrix3EXT(int, int, boolean, java.nio.DoubleBuffer)">glProgramUniformMatrix3EXT(int, int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniformMatrix3EXT(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix3EXT(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniformMatrix3EXT(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix3EXT(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix3x2(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix3x2(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix3x2(int, int, boolean, java.nio.DoubleBuffer)">glProgramUniformMatrix3x2(int, int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix3x2(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix3x2(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix3x2(int, int, boolean, java.nio.DoubleBuffer)">glProgramUniformMatrix3x2(int, int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniformMatrix3x2EXT(int, int, boolean, java.nio.DoubleBuffer)">glProgramUniformMatrix3x2EXT(int, int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniformMatrix3x2EXT(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix3x2EXT(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix3x4(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix3x4(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix3x4(int, int, boolean, java.nio.DoubleBuffer)">glProgramUniformMatrix3x4(int, int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix3x4(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix3x4(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix3x4(int, int, boolean, java.nio.DoubleBuffer)">glProgramUniformMatrix3x4(int, int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniformMatrix3x4EXT(int, int, boolean, java.nio.DoubleBuffer)">glProgramUniformMatrix3x4EXT(int, int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniformMatrix3x4EXT(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix3x4EXT(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix4(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix4(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix4(int, int, boolean, java.nio.DoubleBuffer)">glProgramUniformMatrix4(int, int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix4(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix4(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix4(int, int, boolean, java.nio.DoubleBuffer)">glProgramUniformMatrix4(int, int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniformMatrix4EXT(int, int, boolean, java.nio.DoubleBuffer)">glProgramUniformMatrix4EXT(int, int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniformMatrix4EXT(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix4EXT(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniformMatrix4EXT(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix4EXT(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix4x2(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix4x2(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix4x2(int, int, boolean, java.nio.DoubleBuffer)">glProgramUniformMatrix4x2(int, int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix4x2(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix4x2(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix4x2(int, int, boolean, java.nio.DoubleBuffer)">glProgramUniformMatrix4x2(int, int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniformMatrix4x2EXT(int, int, boolean, java.nio.DoubleBuffer)">glProgramUniformMatrix4x2EXT(int, int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniformMatrix4x2EXT(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix4x2EXT(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix4x3(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix4x3(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix4x3(int, int, boolean, java.nio.DoubleBuffer)">glProgramUniformMatrix4x3(int, int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix4x3(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix4x3(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix4x3(int, int, boolean, java.nio.DoubleBuffer)">glProgramUniformMatrix4x3(int, int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniformMatrix4x3EXT(int, int, boolean, java.nio.DoubleBuffer)">glProgramUniformMatrix4x3EXT(int, int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniformMatrix4x3EXT(int, int, boolean, java.nio.FloatBuffer)">glProgramUniformMatrix4x3EXT(int, int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVShaderBufferLoad.html#glProgramUniformui64NV(int, int, long)">glProgramUniformui64NV(int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVShaderBufferLoad.html#glProgramUniformuNV(int, int, java.nio.LongBuffer)">glProgramUniformuNV(int, int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGeometryProgram4.html#glProgramVertexLimitNV(int, int)">glProgramVertexLimitNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGeometryProgram4.html" title="class in org.lwjgl.opengl">NVGeometryProgram4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBProvokingVertex.html#glProvokingVertex(int)">glProvokingVertex(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBProvokingVertex.html" title="class in org.lwjgl.opengl">ARBProvokingVertex</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glProvokingVertex(int)">glProvokingVertex(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTProvokingVertex.html#glProvokingVertexEXT(int)">glProvokingVertexEXT(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTProvokingVertex.html" title="class in org.lwjgl.opengl">EXTProvokingVertex</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glPushAttrib(int)">glPushAttrib(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glPushClientAttrib(int)">glPushClientAttrib(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glPushClientAttribDefaultEXT(int)">glPushClientAttribDefaultEXT(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glPushDebugGroup(int, int, java.nio.ByteBuffer)">glPushDebugGroup(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glPushDebugGroup(int, int, java.lang.CharSequence)">glPushDebugGroup(int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glPushDebugGroup.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#glPushDebugGroup(int, int, java.nio.ByteBuffer)">glPushDebugGroup(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebug.html#glPushDebugGroup(int, int, java.lang.CharSequence)">glPushDebugGroup(int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glPushDebugGroup.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#glPushDebugGroup(int, int, java.nio.ByteBuffer)">glPushDebugGroup(int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebug.html#glPushDebugGroup(int, int, java.lang.CharSequence)">glPushDebugGroup(int, int, CharSequence)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glPushDebugGroup.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTDebugMarker.html#glPushGroupMarkerEXT(java.nio.ByteBuffer)">glPushGroupMarkerEXT(ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTDebugMarker.html" title="class in org.lwjgl.opengles">EXTDebugMarker</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTDebugMarker.html#glPushGroupMarkerEXT(java.lang.CharSequence)">glPushGroupMarkerEXT(CharSequence)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTDebugMarker.html" title="class in org.lwjgl.opengles">EXTDebugMarker</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glPushGroupMarkerEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glPushMatrix()">glPushMatrix()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glPushName(int)">glPushName(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPresentVideoUtil.html#glQueryContextNV(int, java.nio.IntBuffer)">glQueryContextNV(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPresentVideoUtil.html" title="class in org.lwjgl.opengl">NVPresentVideoUtil</a></dt>
|
|
<dd>
|
|
<div class="block">Queries an attribute associated with the current context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTimerQuery.html#glQueryCounter(int, int)">glQueryCounter(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTimerQuery.html" title="class in org.lwjgl.opengl">ARBTimerQuery</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glQueryCounter(int, int)">glQueryCounter(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCaptureUtil.html#glQueryVideoCaptureDeviceNV(long, int, java.nio.IntBuffer)">glQueryVideoCaptureDeviceNV(long, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCaptureUtil.html" title="class in org.lwjgl.opengl">NVVideoCaptureUtil</a></dt>
|
|
<dd>
|
|
<div class="block">Use this method to query the unique ID of the physical device backing a
|
|
video capture device handle.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glRasterPos2d(double, double)">glRasterPos2d(double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glRasterPos2f(float, float)">glRasterPos2f(float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glRasterPos2i(int, int)">glRasterPos2i(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glRasterPos3d(double, double, double)">glRasterPos3d(double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glRasterPos3f(float, float, float)">glRasterPos3f(float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glRasterPos3i(int, int, int)">glRasterPos3i(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glRasterPos4d(double, double, double, double)">glRasterPos4d(double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glRasterPos4f(float, float, float, float)">glRasterPos4f(float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glRasterPos4i(int, int, int, int)">glRasterPos4i(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glReadBuffer(int)">glReadBuffer(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glReadBuffer(int)">glReadBuffer(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html#glReadBufferIndexedEXT(int, int)">glReadBufferIndexedEXT(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html" title="class in org.lwjgl.opengles">EXTMultiviewDrawBuffers</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVReadBuffer.html#glReadBufferNV(int)">glReadBufferNV(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVReadBuffer.html" title="class in org.lwjgl.opengles">NVReadBuffer</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glReadnPixelsARB(int, int, int, int, int, int, java.nio.ByteBuffer)">glReadnPixelsARB(int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glReadnPixelsARB(int, int, int, int, int, int, java.nio.DoubleBuffer)">glReadnPixelsARB(int, int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glReadnPixelsARB(int, int, int, int, int, int, java.nio.FloatBuffer)">glReadnPixelsARB(int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glReadnPixelsARB(int, int, int, int, int, int, java.nio.IntBuffer)">glReadnPixelsARB(int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glReadnPixelsARB(int, int, int, int, int, int, java.nio.ShortBuffer)">glReadnPixelsARB(int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBRobustness.html#glReadnPixelsARB(int, int, int, int, int, int, int, long)">glReadnPixelsARB(int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTRobustness.html#glReadnPixelsEXT(int, int, int, int, int, int, java.nio.ByteBuffer)">glReadnPixelsEXT(int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTRobustness.html#glReadnPixelsEXT(int, int, int, int, int, int, java.nio.FloatBuffer)">glReadnPixelsEXT(int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTRobustness.html#glReadnPixelsEXT(int, int, int, int, int, int, java.nio.IntBuffer)">glReadnPixelsEXT(int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTRobustness.html#glReadnPixelsEXT(int, int, int, int, int, int, java.nio.ShortBuffer)">glReadnPixelsEXT(int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glReadPixels(int, int, int, int, int, int, java.nio.ByteBuffer)">glReadPixels(int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glReadPixels(int, int, int, int, int, int, java.nio.DoubleBuffer)">glReadPixels(int, int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glReadPixels(int, int, int, int, int, int, java.nio.FloatBuffer)">glReadPixels(int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glReadPixels(int, int, int, int, int, int, java.nio.IntBuffer)">glReadPixels(int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glReadPixels(int, int, int, int, int, int, java.nio.ShortBuffer)">glReadPixels(int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glReadPixels(int, int, int, int, int, int, long)">glReadPixels(int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glReadPixels(int, int, int, int, int, int, java.nio.ByteBuffer)">glReadPixels(int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glReadPixels(int, int, int, int, int, int, java.nio.FloatBuffer)">glReadPixels(int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glReadPixels(int, int, int, int, int, int, java.nio.IntBuffer)">glReadPixels(int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glReadPixels(int, int, int, int, int, int, java.nio.ShortBuffer)">glReadPixels(int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glRectd(double, double, double, double)">glRectd(double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glRectf(float, float, float, float)">glRectf(float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glRecti(int, int, int, int)">glRecti(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES2Compatibility.html#glReleaseShaderCompiler()">glReleaseShaderCompiler()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glReleaseShaderCompiler()">glReleaseShaderCompiler()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glReleaseShaderCompiler()">glReleaseShaderCompiler()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCaptureUtil.html#glReleaseVideoCaptureDeviceNV(long)">glReleaseVideoCaptureDeviceNV(long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCaptureUtil.html" title="class in org.lwjgl.opengl">NVVideoCaptureUtil</a></dt>
|
|
<dd>
|
|
<div class="block">Use this method when finished capturing data on a locked video capture device
|
|
to unlock it.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glRenderbufferStorage(int, int, int, int)">glRenderbufferStorage(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glRenderbufferStorage(int, int, int, int)">glRenderbufferStorage(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glRenderbufferStorage(int, int, int, int)">glRenderbufferStorage(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferObject.html#glRenderbufferStorageEXT(int, int, int, int)">glRenderbufferStorageEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferObject.html#glRenderbufferStorageMultisample(int, int, int, int, int)">glRenderbufferStorageMultisample(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glRenderbufferStorageMultisample(int, int, int, int, int)">glRenderbufferStorageMultisample(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Establishes the data storage, format, dimensions, and number of
|
|
samples of a renderbuffer object's image.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glRenderbufferStorageMultisample(int, int, int, int, int)">glRenderbufferStorageMultisample(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Establishes the data storage, format, dimensions, and number of
|
|
samples of a renderbuffer object's image.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ANGLEFramebufferMultisample.html#glRenderbufferStorageMultisampleANGLE(int, int, int, int, int)">glRenderbufferStorageMultisampleANGLE(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ANGLEFramebufferMultisample.html" title="class in org.lwjgl.opengles">ANGLEFramebufferMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLEFramebufferMultisample.html#glRenderbufferStorageMultisampleAPPLE(int, int, int, int, int)">glRenderbufferStorageMultisampleAPPLE(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLEFramebufferMultisample.html" title="class in org.lwjgl.opengles">APPLEFramebufferMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFramebufferMultisampleCoverage.html#glRenderbufferStorageMultisampleCoverageNV(int, int, int, int, int, int)">glRenderbufferStorageMultisampleCoverageNV(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFramebufferMultisampleCoverage.html" title="class in org.lwjgl.opengl">NVFramebufferMultisampleCoverage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferMultisample.html#glRenderbufferStorageMultisampleEXT(int, int, int, int, int)">glRenderbufferStorageMultisampleEXT(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferMultisample.html" title="class in org.lwjgl.opengl">EXTFramebufferMultisample</a></dt>
|
|
<dd>
|
|
<div class="block">Establishes the data storage, format, dimensions, and number of
|
|
samples of a renderbuffer object's image.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTMultisampledRenderToTexture.html#glRenderbufferStorageMultisampleEXT(int, int, int, int, int)">glRenderbufferStorageMultisampleEXT(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles">EXTMultisampledRenderToTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/IMGMultisampledRenderToTexture.html#glRenderbufferStorageMultisampleIMG(int, int, int, int, int)">glRenderbufferStorageMultisampleIMG(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/IMGMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles">IMGMultisampledRenderToTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESFramebufferObject.html#glRenderbufferStorageOES(int, int, int, int)">glRenderbufferStorageOES(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glRenderMode(int)">glRenderMode(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVProgram.html#glRequestResidentProgramsNV(java.nio.IntBuffer)">glRequestResidentProgramsNV(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVProgram.html#glRequestResidentProgramsNV(int)">glRequestResidentProgramsNV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glRequestResidentProgramsNV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glResetHistogram(int)">glResetHistogram(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glResetMinmax(int)">glResetMinmax(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLEFramebufferMultisample.html#glResolveMultisampleFramebufferAPPLE()">glResolveMultisampleFramebufferAPPLE()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLEFramebufferMultisample.html" title="class in org.lwjgl.opengles">APPLEFramebufferMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTransformFeedback2.html#glResumeTransformFeedback()">glResumeTransformFeedback()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl">ARBTransformFeedback2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glResumeTransformFeedback()">glResumeTransformFeedback()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glResumeTransformFeedback()">glResumeTransformFeedback()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback2.html#glResumeTransformFeedbackNV()">glResumeTransformFeedbackNV()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl">NVTransformFeedback2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glRotated(double, double, double, double)">glRotated(double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glRotatef(float, float, float, float)">glRotatef(float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL13.html#glSampleCoverage(float, boolean)">glSampleCoverage(float, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glSampleCoverage(float, boolean)">glSampleCoverage(float, boolean)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBMultisample.html#glSampleCoverageARB(float, boolean)">glSampleCoverageARB(float, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBMultisample.html" title="class in org.lwjgl.opengl">ARBMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#glSampleMapATI(int, int, int)">glSampleMapATI(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureMultisample.html#glSampleMaski(int, int)">glSampleMaski(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glSampleMaski(int, int)">glSampleMaski(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVExplicitMultisample.html#glSampleMaskIndexedNV(int, int)">glSampleMaskIndexedNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSamplerObjects.html#glSamplerParameter(int, int, java.nio.IntBuffer)">glSamplerParameter(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSamplerObjects.html#glSamplerParameter(int, int, java.nio.FloatBuffer)">glSamplerParameter(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glSamplerParameter(int, int, java.nio.IntBuffer)">glSamplerParameter(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glSamplerParameter(int, int, java.nio.FloatBuffer)">glSamplerParameter(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glSamplerParameter(int, int, java.nio.IntBuffer)">glSamplerParameter(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glSamplerParameter(int, int, java.nio.FloatBuffer)">glSamplerParameter(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSamplerObjects.html#glSamplerParameterf(int, int, float)">glSamplerParameterf(int, int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glSamplerParameterf(int, int, float)">glSamplerParameterf(int, int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glSamplerParameterf(int, int, float)">glSamplerParameterf(int, int, float)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSamplerObjects.html#glSamplerParameteri(int, int, int)">glSamplerParameteri(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSamplerObjects.html#glSamplerParameterI(int, int, java.nio.IntBuffer)">glSamplerParameterI(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glSamplerParameteri(int, int, int)">glSamplerParameteri(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glSamplerParameterI(int, int, java.nio.IntBuffer)">glSamplerParameterI(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glSamplerParameteri(int, int, int)">glSamplerParameteri(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSamplerObjects.html#glSamplerParameterIu(int, int, java.nio.IntBuffer)">glSamplerParameterIu(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glSamplerParameterIu(int, int, java.nio.IntBuffer)">glSamplerParameterIu(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glScaled(double, double, double)">glScaled(double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glScalef(float, float, float)">glScalef(float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glScissor(int, int, int, int)">glScissor(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glScissor(int, int, int, int)">glScissor(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#glScissorArray(int, java.nio.IntBuffer)">glScissorArray(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glScissorArray(int, java.nio.IntBuffer)">glScissorArray(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#glScissorIndexed(int, int, int, int, int)">glScissorIndexed(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#glScissorIndexed(int, java.nio.IntBuffer)">glScissorIndexed(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glScissorIndexed(int, int, int, int, int)">glScissorIndexed(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glScissorIndexed(int, java.nio.IntBuffer)">glScissorIndexed(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#glSecondaryColor3b(byte, byte, byte)">glSecondaryColor3b(byte, byte, byte)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTSecondaryColor.html#glSecondaryColor3bEXT(byte, byte, byte)">glSecondaryColor3bEXT(byte, byte, byte)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#glSecondaryColor3d(double, double, double)">glSecondaryColor3d(double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTSecondaryColor.html#glSecondaryColor3dEXT(double, double, double)">glSecondaryColor3dEXT(double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#glSecondaryColor3f(float, float, float)">glSecondaryColor3f(float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTSecondaryColor.html#glSecondaryColor3fEXT(float, float, float)">glSecondaryColor3fEXT(float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVHalfFloat.html#glSecondaryColor3hNV(short, short, short)">glSecondaryColor3hNV(short, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#glSecondaryColor3ub(byte, byte, byte)">glSecondaryColor3ub(byte, byte, byte)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTSecondaryColor.html#glSecondaryColor3ubEXT(byte, byte, byte)">glSecondaryColor3ubEXT(byte, byte, byte)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#glSecondaryColorFormatNV(int, int, int)">glSecondaryColorFormatNV(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glSecondaryColorP3u(int, java.nio.IntBuffer)">glSecondaryColorP3u(int, IntBuffer)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glSecondaryColorP3u(int, java.nio.IntBuffer)">glSecondaryColorP3u(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glSecondaryColorP3ui(int, int)">glSecondaryColorP3ui(int, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glSecondaryColorP3ui(int, int)">glSecondaryColorP3ui(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#glSecondaryColorPointer(int, int, java.nio.DoubleBuffer)">glSecondaryColorPointer(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#glSecondaryColorPointer(int, int, java.nio.FloatBuffer)">glSecondaryColorPointer(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#glSecondaryColorPointer(int, boolean, int, java.nio.ByteBuffer)">glSecondaryColorPointer(int, boolean, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#glSecondaryColorPointer(int, int, int, long)">glSecondaryColorPointer(int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTSecondaryColor.html#glSecondaryColorPointerEXT(int, int, java.nio.DoubleBuffer)">glSecondaryColorPointerEXT(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTSecondaryColor.html#glSecondaryColorPointerEXT(int, int, java.nio.FloatBuffer)">glSecondaryColorPointerEXT(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTSecondaryColor.html#glSecondaryColorPointerEXT(int, boolean, int, java.nio.ByteBuffer)">glSecondaryColorPointerEXT(int, boolean, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTSecondaryColor.html#glSecondaryColorPointerEXT(int, int, int, long)">glSecondaryColorPointerEXT(int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glSelectBuffer(java.nio.IntBuffer)">glSelectBuffer(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glSelectPerfMonitorCountersAMD(int, boolean, int, java.nio.IntBuffer)">glSelectPerfMonitorCountersAMD(int, boolean, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glSelectPerfMonitorCountersAMD(int, boolean, int, int)">glSelectPerfMonitorCountersAMD(int, boolean, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glSelectPerfMonitorCountersAMD.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glSelectPerfMonitorCountersAMD(int, boolean, int, java.nio.IntBuffer)">glSelectPerfMonitorCountersAMD(int, boolean, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glSelectPerfMonitorCountersAMD(int, boolean, int, int)">glSelectPerfMonitorCountersAMD(int, boolean, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glSelectPerfMonitorCountersAMD.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.ByteBuffer, java.nio.ByteBuffer)">glSeparableFilter2D(int, int, int, int, int, int, ByteBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.ByteBuffer, java.nio.DoubleBuffer)">glSeparableFilter2D(int, int, int, int, int, int, ByteBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.ByteBuffer, java.nio.FloatBuffer)">glSeparableFilter2D(int, int, int, int, int, int, ByteBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.ByteBuffer, java.nio.IntBuffer)">glSeparableFilter2D(int, int, int, int, int, int, ByteBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.ByteBuffer, java.nio.ShortBuffer)">glSeparableFilter2D(int, int, int, int, int, int, ByteBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.DoubleBuffer, java.nio.ByteBuffer)">glSeparableFilter2D(int, int, int, int, int, int, DoubleBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.DoubleBuffer, java.nio.DoubleBuffer)">glSeparableFilter2D(int, int, int, int, int, int, DoubleBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.DoubleBuffer, java.nio.FloatBuffer)">glSeparableFilter2D(int, int, int, int, int, int, DoubleBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.DoubleBuffer, java.nio.IntBuffer)">glSeparableFilter2D(int, int, int, int, int, int, DoubleBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.DoubleBuffer, java.nio.ShortBuffer)">glSeparableFilter2D(int, int, int, int, int, int, DoubleBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.FloatBuffer, java.nio.ByteBuffer)">glSeparableFilter2D(int, int, int, int, int, int, FloatBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.FloatBuffer, java.nio.DoubleBuffer)">glSeparableFilter2D(int, int, int, int, int, int, FloatBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.FloatBuffer, java.nio.FloatBuffer)">glSeparableFilter2D(int, int, int, int, int, int, FloatBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.FloatBuffer, java.nio.IntBuffer)">glSeparableFilter2D(int, int, int, int, int, int, FloatBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.FloatBuffer, java.nio.ShortBuffer)">glSeparableFilter2D(int, int, int, int, int, int, FloatBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer)">glSeparableFilter2D(int, int, int, int, int, int, IntBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.IntBuffer, java.nio.DoubleBuffer)">glSeparableFilter2D(int, int, int, int, int, int, IntBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.IntBuffer, java.nio.FloatBuffer)">glSeparableFilter2D(int, int, int, int, int, int, IntBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.IntBuffer, java.nio.IntBuffer)">glSeparableFilter2D(int, int, int, int, int, int, IntBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.IntBuffer, java.nio.ShortBuffer)">glSeparableFilter2D(int, int, int, int, int, int, IntBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.ShortBuffer, java.nio.ByteBuffer)">glSeparableFilter2D(int, int, int, int, int, int, ShortBuffer, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.ShortBuffer, java.nio.DoubleBuffer)">glSeparableFilter2D(int, int, int, int, int, int, ShortBuffer, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.ShortBuffer, java.nio.FloatBuffer)">glSeparableFilter2D(int, int, int, int, int, int, ShortBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.ShortBuffer, java.nio.IntBuffer)">glSeparableFilter2D(int, int, int, int, int, int, ShortBuffer, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.ShortBuffer, java.nio.ShortBuffer)">glSeparableFilter2D(int, int, int, int, int, int, ShortBuffer, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, long, long)">glSeparableFilter2D(int, int, int, int, int, int, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFence.html#glSetFenceAPPLE(int)">glSetFenceAPPLE(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFence.html" title="class in org.lwjgl.opengl">APPLEFence</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFence.html#glSetFenceNV(int, int)">glSetFenceNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFence.html" title="class in org.lwjgl.opengl">NVFence</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFence.html#glSetFenceNV(int, int)">glSetFenceNV(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFence.html" title="class in org.lwjgl.opengles">NVFence</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIFragmentShader.html#glSetFragmentShaderConstantATI(int, java.nio.FloatBuffer)">glSetFragmentShaderConstantATI(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glSetInvariantEXT(int, java.nio.DoubleBuffer)">glSetInvariantEXT(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glSetInvariantEXT(int, java.nio.FloatBuffer)">glSetInvariantEXT(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glSetInvariantEXT(int, boolean, java.nio.ByteBuffer)">glSetInvariantEXT(int, boolean, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glSetInvariantEXT(int, boolean, java.nio.IntBuffer)">glSetInvariantEXT(int, boolean, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glSetInvariantEXT(int, boolean, java.nio.ShortBuffer)">glSetInvariantEXT(int, boolean, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glSetLocalConstantEXT(int, java.nio.DoubleBuffer)">glSetLocalConstantEXT(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glSetLocalConstantEXT(int, java.nio.FloatBuffer)">glSetLocalConstantEXT(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glSetLocalConstantEXT(int, boolean, java.nio.ByteBuffer)">glSetLocalConstantEXT(int, boolean, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glSetLocalConstantEXT(int, boolean, java.nio.IntBuffer)">glSetLocalConstantEXT(int, boolean, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glSetLocalConstantEXT(int, boolean, java.nio.ShortBuffer)">glSetLocalConstantEXT(int, boolean, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDSamplePositions.html#glSetMultisampleAMD(int, int, java.nio.FloatBuffer)">glSetMultisampleAMD(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDSamplePositions.html" title="class in org.lwjgl.opengl">AMDSamplePositions</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glShadeModel(int)">glShadeModel(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBES2Compatibility.html#glShaderBinary(java.nio.IntBuffer, int, java.nio.ByteBuffer)">glShaderBinary(IntBuffer, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glShaderBinary(java.nio.IntBuffer, int, java.nio.ByteBuffer)">glShaderBinary(IntBuffer, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glShaderBinary(java.nio.IntBuffer, int, java.nio.ByteBuffer)">glShaderBinary(IntBuffer, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glShaderOp1EXT(int, int, int)">glShaderOp1EXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glShaderOp2EXT(int, int, int, int)">glShaderOp2EXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glShaderOp3EXT(int, int, int, int, int)">glShaderOp3EXT(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glShaderSource(int, java.nio.ByteBuffer)">glShaderSource(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">The ARB_shader_objects extension allows multiple, optionally null-terminated, source strings to define a shader program.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glShaderSource(int, java.lang.CharSequence)">glShaderSource(int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glShaderSource.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glShaderSource(int, java.lang.CharSequence[])">glShaderSource(int, CharSequence[])</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glShaderSource.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glShaderSource(int, java.nio.ByteBuffer)">glShaderSource(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">glShaderSource allows multiple, optionally null-terminated, source strings to define a shader program.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glShaderSource(int, java.lang.CharSequence)">glShaderSource(int, CharSequence)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glShaderSource.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glShaderSource(int, java.lang.CharSequence[])">glShaderSource(int, CharSequence[])</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glShaderSource.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glShaderSourceARB(int, java.nio.ByteBuffer)">glShaderSourceARB(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">The ARB_shader_objects extension allows multiple, optionally null-terminated, source strings to define a shader program.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glShaderSourceARB(int, java.lang.CharSequence)">glShaderSourceARB(int, CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glShaderSourceARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glShaderSourceARB(int, java.lang.CharSequence[])">glShaderSourceARB(int, CharSequence[])</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glShaderSourceARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#glShaderStorageBlockBinding(int, int, int)">glShaderStorageBlockBinding(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glShaderStorageBlockBinding(int, int, int)">glShaderStorageBlockBinding(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/QCOMTiledRendering.html#glStartTilingQCOM(int, int, int, int, int)">glStartTilingQCOM(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTStencilClearTag.html#glStencilClearTagEXT(int, int)">glStencilClearTagEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTStencilClearTag.html" title="class in org.lwjgl.opengl">EXTStencilClearTag</a></dt>
|
|
<dd>
|
|
<div class="block">Controls the stencil clear tag state.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glStencilFillPathInstancedNV(int, java.nio.ByteBuffer, int, int, int, int, java.nio.FloatBuffer)">glStencilFillPathInstancedNV(int, ByteBuffer, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glStencilFillPathNV(int, int, int)">glStencilFillPathNV(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glStencilFunc(int, int, int)">glStencilFunc(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glStencilFunc(int, int, int)">glStencilFunc(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glStencilFuncSeparate(int, int, int, int)">glStencilFuncSeparate(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glStencilFuncSeparate(int, int, int, int)">glStencilFuncSeparate(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATISeparateStencil.html#glStencilFuncSeparateATI(int, int, int, int)">glStencilFuncSeparateATI(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATISeparateStencil.html" title="class in org.lwjgl.opengl">ATISeparateStencil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glStencilMask(int)">glStencilMask(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glStencilMask(int)">glStencilMask(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glStencilMaskSeparate(int, int)">glStencilMaskSeparate(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glStencilMaskSeparate(int, int)">glStencilMaskSeparate(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glStencilOp(int, int, int)">glStencilOp(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glStencilOp(int, int, int)">glStencilOp(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glStencilOpSeparate(int, int, int, int)">glStencilOpSeparate(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glStencilOpSeparate(int, int, int, int)">glStencilOpSeparate(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATISeparateStencil.html#glStencilOpSeparateATI(int, int, int, int)">glStencilOpSeparateATI(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATISeparateStencil.html" title="class in org.lwjgl.opengl">ATISeparateStencil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDStencilOperationExtended.html#glStencilOpValueAMD(int, int)">glStencilOpValueAMD(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDStencilOperationExtended.html" title="class in org.lwjgl.opengl">AMDStencilOperationExtended</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glStencilStrokePathInstancedNV(int, java.nio.ByteBuffer, int, int, int, int, java.nio.FloatBuffer)">glStencilStrokePathInstancedNV(int, ByteBuffer, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glStencilStrokePathNV(int, int, int)">glStencilStrokePathNV(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GREMEDYStringMarker.html#glStringMarkerGREMEDY(java.nio.ByteBuffer)">glStringMarkerGREMEDY(ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GREMEDYStringMarker.html" title="class in org.lwjgl.opengl">GREMEDYStringMarker</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GREMEDYStringMarker.html#glStringMarkerGREMEDY(java.lang.CharSequence)">glStringMarkerGREMEDY(CharSequence)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GREMEDYStringMarker.html" title="class in org.lwjgl.opengl">GREMEDYStringMarker</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glStringMarkerGREMEDY.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glSwizzleEXT(int, int, int, int, int, int)">glSwizzleEXT(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/GLSync.html" title="class in org.lwjgl.opengl"><span class="strong">GLSync</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block">This class is a wrapper around a GLsync pointer.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengles/GLSync.html" title="class in org.lwjgl.opengles"><span class="strong">GLSync</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd>
|
|
<div class="block">This class is a wrapper around a GLsync pointer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/INTELMapTexture.html#glSyncTextureINTEL(int)">glSyncTextureINTEL(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/INTELMapTexture.html" title="class in org.lwjgl.opengl">INTELMapTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDVertexShaderTessellator.html#glTessellationFactorAMD(float)">glTessellationFactorAMD(float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDVertexShaderTessellator.html" title="class in org.lwjgl.opengl">AMDVertexShaderTessellator</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDVertexShaderTessellator.html#glTessellationModeAMD(int)">glTessellationModeAMD(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDVertexShaderTessellator.html" title="class in org.lwjgl.opengl">AMDVertexShaderTessellator</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFence.html#glTestFenceAPPLE(int)">glTestFenceAPPLE(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFence.html" title="class in org.lwjgl.opengl">APPLEFence</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVFence.html#glTestFenceNV(int)">glTestFenceNV(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVFence.html" title="class in org.lwjgl.opengl">NVFence</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/NVFence.html#glTestFenceNV(int)">glTestFenceNV(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/NVFence.html" title="class in org.lwjgl.opengles">NVFence</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEFence.html#glTestObjectAPPLE(int, int)">glTestObjectAPPLE(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEFence.html" title="class in org.lwjgl.opengl">APPLEFence</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#glTexBuffer(int, int, int)">glTexBuffer(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureBufferObject.html#glTexBufferARB(int, int, int)">glTexBufferARB(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureBufferObject.html" title="class in org.lwjgl.opengl">ARBTextureBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureBufferObject.html#glTexBufferEXT(int, int, int)">glTexBufferEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureBufferObject.html" title="class in org.lwjgl.opengl">EXTTextureBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureBufferRange.html#glTexBufferRange(int, int, int, long, long)">glTexBufferRange(int, int, int, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureBufferRange.html" title="class in org.lwjgl.opengl">ARBTextureBufferRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glTexBufferRange(int, int, int, long, long)">glTexBufferRange(int, int, int, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIEnvmapBumpmap.html#glTexBumpParameterATI(int, java.nio.FloatBuffer)">glTexBumpParameterATI(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIEnvmapBumpmap.html" title="class in org.lwjgl.opengl">ATIEnvmapBumpmap</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIEnvmapBumpmap.html#glTexBumpParameterATI(int, java.nio.IntBuffer)">glTexBumpParameterATI(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIEnvmapBumpmap.html" title="class in org.lwjgl.opengl">ATIEnvmapBumpmap</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexCoord1d(double)">glTexCoord1d(double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexCoord1f(float)">glTexCoord1f(float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVHalfFloat.html#glTexCoord1hNV(short)">glTexCoord1hNV(short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexCoord2d(double, double)">glTexCoord2d(double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexCoord2f(float, float)">glTexCoord2f(float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVHalfFloat.html#glTexCoord2hNV(short, short)">glTexCoord2hNV(short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexCoord3d(double, double, double)">glTexCoord3d(double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexCoord3f(float, float, float)">glTexCoord3f(float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVHalfFloat.html#glTexCoord3hNV(short, short, short)">glTexCoord3hNV(short, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexCoord4d(double, double, double, double)">glTexCoord4d(double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexCoord4f(float, float, float, float)">glTexCoord4f(float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVHalfFloat.html#glTexCoord4hNV(short, short, short, short)">glTexCoord4hNV(short, short, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#glTexCoordFormatNV(int, int, int)">glTexCoordFormatNV(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glTexCoordP1u(int, java.nio.IntBuffer)">glTexCoordP1u(int, IntBuffer)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glTexCoordP1u(int, java.nio.IntBuffer)">glTexCoordP1u(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glTexCoordP1ui(int, int)">glTexCoordP1ui(int, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glTexCoordP1ui(int, int)">glTexCoordP1ui(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glTexCoordP2u(int, java.nio.IntBuffer)">glTexCoordP2u(int, IntBuffer)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glTexCoordP2u(int, java.nio.IntBuffer)">glTexCoordP2u(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glTexCoordP2ui(int, int)">glTexCoordP2ui(int, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glTexCoordP2ui(int, int)">glTexCoordP2ui(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glTexCoordP3u(int, java.nio.IntBuffer)">glTexCoordP3u(int, IntBuffer)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glTexCoordP3u(int, java.nio.IntBuffer)">glTexCoordP3u(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glTexCoordP3ui(int, int)">glTexCoordP3ui(int, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glTexCoordP3ui(int, int)">glTexCoordP3ui(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glTexCoordP4u(int, java.nio.IntBuffer)">glTexCoordP4u(int, IntBuffer)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glTexCoordP4u(int, java.nio.IntBuffer)">glTexCoordP4u(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glTexCoordP4ui(int, int)">glTexCoordP4ui(int, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glTexCoordP4ui(int, int)">glTexCoordP4ui(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexCoordPointer(int, int, java.nio.DoubleBuffer)">glTexCoordPointer(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexCoordPointer(int, int, java.nio.FloatBuffer)">glTexCoordPointer(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexCoordPointer(int, int, java.nio.IntBuffer)">glTexCoordPointer(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexCoordPointer(int, int, java.nio.ShortBuffer)">glTexCoordPointer(int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexCoordPointer(int, int, int, long)">glTexCoordPointer(int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexCoordPointer(int, int, int, java.nio.ByteBuffer)">glTexCoordPointer(int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glTexCoordPointer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexEnv(int, int, java.nio.FloatBuffer)">glTexEnv(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexEnv(int, int, java.nio.IntBuffer)">glTexEnv(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexEnvf(int, int, float)">glTexEnvf(int, int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexEnvi(int, int, int)">glTexEnvi(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexGen(int, int, java.nio.FloatBuffer)">glTexGen(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexGen(int, int, java.nio.DoubleBuffer)">glTexGen(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexGen(int, int, java.nio.IntBuffer)">glTexGen(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexGend(int, int, double)">glTexGend(int, int, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexGenf(int, int, float)">glTexGenf(int, int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexGeni(int, int, int)">glTexGeni(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexImage1D(int, int, int, int, int, int, int, java.nio.ByteBuffer)">glTexImage1D(int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexImage1D(int, int, int, int, int, int, int, java.nio.DoubleBuffer)">glTexImage1D(int, int, int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexImage1D(int, int, int, int, int, int, int, java.nio.FloatBuffer)">glTexImage1D(int, int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexImage1D(int, int, int, int, int, int, int, java.nio.IntBuffer)">glTexImage1D(int, int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexImage1D(int, int, int, int, int, int, int, java.nio.ShortBuffer)">glTexImage1D(int, int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexImage1D(int, int, int, int, int, int, int, long)">glTexImage1D(int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexImage2D(int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glTexImage2D(int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexImage2D(int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)">glTexImage2D(int, int, int, int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexImage2D(int, int, int, int, int, int, int, int, java.nio.FloatBuffer)">glTexImage2D(int, int, int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexImage2D(int, int, int, int, int, int, int, int, java.nio.IntBuffer)">glTexImage2D(int, int, int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexImage2D(int, int, int, int, int, int, int, int, java.nio.ShortBuffer)">glTexImage2D(int, int, int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexImage2D(int, int, int, int, int, int, int, int, long)">glTexImage2D(int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glTexImage2D(int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glTexImage2D(int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glTexImage2D(int, int, int, int, int, int, int, int, java.nio.FloatBuffer)">glTexImage2D(int, int, int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glTexImage2D(int, int, int, int, int, int, int, int, java.nio.IntBuffer)">glTexImage2D(int, int, int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glTexImage2D(int, int, int, int, int, int, int, int, java.nio.ShortBuffer)">glTexImage2D(int, int, int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureMultisample.html#glTexImage2DMultisample(int, int, int, int, int, boolean)">glTexImage2DMultisample(int, int, int, int, int, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glTexImage2DMultisample(int, int, int, int, int, boolean)">glTexImage2DMultisample(int, int, int, int, int, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureMultisample.html#glTexImage2DMultisampleCoverageNV(int, int, int, int, int, int, boolean)">glTexImage2DMultisampleCoverageNV(int, int, int, int, int, int, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureMultisample.html" title="class in org.lwjgl.opengl">NVTextureMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#glTexImage3D(int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glTexImage3D(int, int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#glTexImage3D(int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)">glTexImage3D(int, int, int, int, int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#glTexImage3D(int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)">glTexImage3D(int, int, int, int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#glTexImage3D(int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)">glTexImage3D(int, int, int, int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#glTexImage3D(int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)">glTexImage3D(int, int, int, int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#glTexImage3D(int, int, int, int, int, int, int, int, int, long)">glTexImage3D(int, int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glTexImage3D(int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glTexImage3D(int, int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glTexImage3D(int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)">glTexImage3D(int, int, int, int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glTexImage3D(int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)">glTexImage3D(int, int, int, int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glTexImage3D(int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)">glTexImage3D(int, int, int, int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glTexImage3D(int, int, int, int, int, int, int, int, int, long)">glTexImage3D(int, int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureMultisample.html#glTexImage3DMultisample(int, int, int, int, int, int, boolean)">glTexImage3DMultisample(int, int, int, int, int, int, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glTexImage3DMultisample(int, int, int, int, int, int, boolean)">glTexImage3DMultisample(int, int, int, int, int, int, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureMultisample.html#glTexImage3DMultisampleCoverageNV(int, int, int, int, int, int, int, boolean)">glTexImage3DMultisampleCoverageNV(int, int, int, int, int, int, int, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureMultisample.html" title="class in org.lwjgl.opengl">NVTextureMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESTexture3D.html#glTexImage3DOES(int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glTexImage3DOES(int, int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESTexture3D.html#glTexImage3DOES(int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)">glTexImage3DOES(int, int, int, int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESTexture3D.html#glTexImage3DOES(int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)">glTexImage3DOES(int, int, int, int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESTexture3D.html#glTexImage3DOES(int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)">glTexImage3DOES(int, int, int, int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSparseTexture.html#glTexPageCommitmentARB(int, int, int, int, int, int, int, int, boolean)">glTexPageCommitmentARB(int, int, int, int, int, int, int, int, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl">ARBSparseTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexParameter(int, int, java.nio.FloatBuffer)">glTexParameter(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexParameter(int, int, java.nio.IntBuffer)">glTexParameter(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glTexParameter(int, int, java.nio.FloatBuffer)">glTexParameter(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glTexParameter(int, int, java.nio.IntBuffer)">glTexParameter(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexParameterf(int, int, float)">glTexParameterf(int, int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glTexParameterf(int, int, float)">glTexParameterf(int, int, float)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexParameteri(int, int, int)">glTexParameteri(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glTexParameterI(int, int, java.nio.IntBuffer)">glTexParameterI(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glTexParameteri(int, int, int)">glTexParameteri(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#glTexParameterIEXT(int, int, java.nio.IntBuffer)">glTexParameterIEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glTexParameterIi(int, int, int)">glTexParameterIi(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glTexParameterIiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#glTexParameterIiEXT(int, int, int)">glTexParameterIiEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glTexParameterIivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glTexParameterIu(int, int, java.nio.IntBuffer)">glTexParameterIu(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#glTexParameterIuEXT(int, int, java.nio.IntBuffer)">glTexParameterIuEXT(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glTexParameterIui(int, int, int)">glTexParameterIui(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glTexParameterIuiv.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTextureInteger.html#glTexParameterIuiEXT(int, int, int)">glTexParameterIuiEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glTexParameterIuivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVExplicitMultisample.html#glTexRenderbufferNV(int, int)">glTexRenderbufferNV(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureStorage.html#glTexStorage1D(int, int, int, int)">glTexStorage1D(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureStorage.html" title="class in org.lwjgl.opengl">ARBTextureStorage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#glTexStorage1D(int, int, int, int)">glTexStorage1D(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureStorage.html#glTexStorage1DEXT(int, int, int, int)">glTexStorage1DEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureStorage.html#glTexStorage2D(int, int, int, int, int)">glTexStorage2D(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureStorage.html" title="class in org.lwjgl.opengl">ARBTextureStorage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#glTexStorage2D(int, int, int, int, int)">glTexStorage2D(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glTexStorage2D(int, int, int, int, int)">glTexStorage2D(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureStorage.html#glTexStorage2DEXT(int, int, int, int, int)">glTexStorage2DEXT(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureStorageMultisample.html#glTexStorage2DMultisample(int, int, int, int, int, boolean)">glTexStorage2DMultisample(int, int, int, int, int, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureStorageMultisample.html" title="class in org.lwjgl.opengl">ARBTextureStorageMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glTexStorage2DMultisample(int, int, int, int, int, boolean)">glTexStorage2DMultisample(int, int, int, int, int, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureStorage.html#glTexStorage3D(int, int, int, int, int, int)">glTexStorage3D(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureStorage.html" title="class in org.lwjgl.opengl">ARBTextureStorage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#glTexStorage3D(int, int, int, int, int, int)">glTexStorage3D(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glTexStorage3D(int, int, int, int, int, int)">glTexStorage3D(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureStorage.html#glTexStorage3DEXT(int, int, int, int, int, int)">glTexStorage3DEXT(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureStorageMultisample.html#glTexStorage3DMultisample(int, int, int, int, int, int, boolean)">glTexStorage3DMultisample(int, int, int, int, int, int, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureStorageMultisample.html" title="class in org.lwjgl.opengl">ARBTextureStorageMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glTexStorage3DMultisample(int, int, int, int, int, int, boolean)">glTexStorage3DMultisample(int, int, int, int, int, int, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDSparseTexture.html#glTexStorageSparseAMD(int, int, int, int, int, int, int)">glTexStorageSparseAMD(int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDSparseTexture.html" title="class in org.lwjgl.opengl">AMDSparseTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexSubImage1D(int, int, int, int, int, int, java.nio.ByteBuffer)">glTexSubImage1D(int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexSubImage1D(int, int, int, int, int, int, java.nio.DoubleBuffer)">glTexSubImage1D(int, int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexSubImage1D(int, int, int, int, int, int, java.nio.FloatBuffer)">glTexSubImage1D(int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexSubImage1D(int, int, int, int, int, int, java.nio.IntBuffer)">glTexSubImage1D(int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexSubImage1D(int, int, int, int, int, int, java.nio.ShortBuffer)">glTexSubImage1D(int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexSubImage1D(int, int, int, int, int, int, long)">glTexSubImage1D(int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexSubImage2D(int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glTexSubImage2D(int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexSubImage2D(int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)">glTexSubImage2D(int, int, int, int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexSubImage2D(int, int, int, int, int, int, int, int, java.nio.FloatBuffer)">glTexSubImage2D(int, int, int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexSubImage2D(int, int, int, int, int, int, int, int, java.nio.IntBuffer)">glTexSubImage2D(int, int, int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexSubImage2D(int, int, int, int, int, int, int, int, java.nio.ShortBuffer)">glTexSubImage2D(int, int, int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTexSubImage2D(int, int, int, int, int, int, int, int, long)">glTexSubImage2D(int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glTexSubImage2D(int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glTexSubImage2D(int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glTexSubImage2D(int, int, int, int, int, int, int, int, java.nio.FloatBuffer)">glTexSubImage2D(int, int, int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glTexSubImage2D(int, int, int, int, int, int, int, int, java.nio.IntBuffer)">glTexSubImage2D(int, int, int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glTexSubImage2D(int, int, int, int, int, int, int, int, java.nio.ShortBuffer)">glTexSubImage2D(int, int, int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)">glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)">glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)">glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)">glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL12.html#glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long)">glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)">glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)">glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)">glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long)">glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESTexture3D.html#glTexSubImage3DOES(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glTexSubImage3DOES(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESTexture3D.html#glTexSubImage3DOES(int, int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)">glTexSubImage3DOES(int, int, int, int, int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESTexture3D.html#glTexSubImage3DOES(int, int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)">glTexSubImage3DOES(int, int, int, int, int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESTexture3D.html#glTexSubImage3DOES(int, int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)">glTexSubImage3DOES(int, int, int, int, int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureBarrier.html#glTextureBarrierNV()">glTextureBarrierNV()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureBarrier.html" title="class in org.lwjgl.opengl">NVTextureBarrier</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureBufferEXT(int, int, int, int)">glTextureBufferEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureBufferRange.html#glTextureBufferRangeEXT(int, int, int, int, long, long)">glTextureBufferRangeEXT(int, int, int, int, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureBufferRange.html" title="class in org.lwjgl.opengl">ARBTextureBufferRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage1DEXT(int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glTextureImage1DEXT(int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage1DEXT(int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)">glTextureImage1DEXT(int, int, int, int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage1DEXT(int, int, int, int, int, int, int, int, java.nio.FloatBuffer)">glTextureImage1DEXT(int, int, int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage1DEXT(int, int, int, int, int, int, int, int, java.nio.IntBuffer)">glTextureImage1DEXT(int, int, int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage1DEXT(int, int, int, int, int, int, int, int, java.nio.ShortBuffer)">glTextureImage1DEXT(int, int, int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage1DEXT(int, int, int, int, int, int, int, int, long)">glTextureImage1DEXT(int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)">glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)">glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)">glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)">glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, long)">glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureMultisample.html#glTextureImage2DMultisampleCoverageNV(int, int, int, int, int, int, int, boolean)">glTextureImage2DMultisampleCoverageNV(int, int, int, int, int, int, int, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureMultisample.html" title="class in org.lwjgl.opengl">NVTextureMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureMultisample.html#glTextureImage2DMultisampleNV(int, int, int, int, int, int, boolean)">glTextureImage2DMultisampleNV(int, int, int, int, int, int, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureMultisample.html" title="class in org.lwjgl.opengl">NVTextureMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)">glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)">glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)">glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)">glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, long)">glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureMultisample.html#glTextureImage3DMultisampleCoverageNV(int, int, int, int, int, int, int, int, boolean)">glTextureImage3DMultisampleCoverageNV(int, int, int, int, int, int, int, int, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureMultisample.html" title="class in org.lwjgl.opengl">NVTextureMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTextureMultisample.html#glTextureImage3DMultisampleNV(int, int, int, int, int, int, int, boolean)">glTextureImage3DMultisampleNV(int, int, int, int, int, int, int, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTextureMultisample.html" title="class in org.lwjgl.opengl">NVTextureMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSparseTexture.html#glTexturePageCommitmentEXT(int, int, int, int, int, int, int, int, int, boolean)">glTexturePageCommitmentEXT(int, int, int, int, int, int, int, int, int, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl">ARBSparseTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureParameterEXT(int, int, int, java.nio.IntBuffer)">glTextureParameterEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureParameterEXT(int, int, int, java.nio.FloatBuffer)">glTextureParameterEXT(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureParameterfEXT(int, int, int, float)">glTextureParameterfEXT(int, int, int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureParameteriEXT(int, int, int, int)">glTextureParameteriEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureParameterIEXT(int, int, int, java.nio.IntBuffer)">glTextureParameterIEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureParameterIEXT(int, int, int, int)">glTextureParameterIEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glTextureParameterIivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureParameterIuEXT(int, int, int, java.nio.IntBuffer)">glTextureParameterIuEXT(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureParameterIuEXT(int, int, int, int)">glTextureParameterIuEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glTextureParameterIuivEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLETextureRange.html#glTextureRangeAPPLE(int, java.nio.ByteBuffer)">glTextureRangeAPPLE(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLETextureRange.html" title="class in org.lwjgl.opengl">APPLETextureRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureRenderbufferEXT(int, int, int)">glTextureRenderbufferEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureStorage.html#glTextureStorage1DEXT(int, int, int, int, int)">glTextureStorage1DEXT(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureStorage.html" title="class in org.lwjgl.opengl">ARBTextureStorage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureStorage.html#glTextureStorage1DEXT(int, int, int, int, int)">glTextureStorage1DEXT(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureStorage.html#glTextureStorage2DEXT(int, int, int, int, int, int)">glTextureStorage2DEXT(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureStorage.html" title="class in org.lwjgl.opengl">ARBTextureStorage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureStorage.html#glTextureStorage2DEXT(int, int, int, int, int, int)">glTextureStorage2DEXT(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureStorageMultisample.html#glTextureStorage2DMultisampleEXT(int, int, int, int, int, int, boolean)">glTextureStorage2DMultisampleEXT(int, int, int, int, int, int, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureStorageMultisample.html" title="class in org.lwjgl.opengl">ARBTextureStorageMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureStorage.html#glTextureStorage3DEXT(int, int, int, int, int, int, int)">glTextureStorage3DEXT(int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureStorage.html" title="class in org.lwjgl.opengl">ARBTextureStorage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTTextureStorage.html#glTextureStorage3DEXT(int, int, int, int, int, int, int)">glTextureStorage3DEXT(int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureStorageMultisample.html#glTextureStorage3DMultisampleEXT(int, int, int, int, int, int, int, boolean)">glTextureStorage3DMultisampleEXT(int, int, int, int, int, int, int, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureStorageMultisample.html" title="class in org.lwjgl.opengl">ARBTextureStorageMultisample</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDSparseTexture.html#glTextureStorageSparseAMD(int, int, int, int, int, int, int, int)">glTextureStorageSparseAMD(int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDSparseTexture.html" title="class in org.lwjgl.opengl">AMDSparseTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage1DEXT(int, int, int, int, int, int, int, java.nio.ByteBuffer)">glTextureSubImage1DEXT(int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage1DEXT(int, int, int, int, int, int, int, java.nio.DoubleBuffer)">glTextureSubImage1DEXT(int, int, int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage1DEXT(int, int, int, int, int, int, int, java.nio.FloatBuffer)">glTextureSubImage1DEXT(int, int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage1DEXT(int, int, int, int, int, int, int, java.nio.IntBuffer)">glTextureSubImage1DEXT(int, int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage1DEXT(int, int, int, int, int, int, int, java.nio.ShortBuffer)">glTextureSubImage1DEXT(int, int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage1DEXT(int, int, int, int, int, int, int, long)">glTextureSubImage1DEXT(int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)">glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)">glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)">glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)">glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, long)">glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)">glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)">glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)">glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)">glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)">glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, long)">glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBTextureView.html#glTextureView(int, int, int, int, int, int, int, int)">glTextureView(int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBTextureView.html" title="class in org.lwjgl.opengl">ARBTextureView</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glTextureView(int, int, int, int, int, int, int, int)">glTextureView(int, int, int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glTrackMatrixNV(int, int, int, int)">glTrackMatrixNV(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#glTransformFeedbackAttribsNV(java.nio.IntBuffer, int)">glTransformFeedbackAttribsNV(IntBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glTransformFeedbackVaryings(int, int, java.nio.ByteBuffer, int)">glTransformFeedbackVaryings(int, int, ByteBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glTransformFeedbackVaryings(int, java.lang.CharSequence[], int)">glTransformFeedbackVaryings(int, CharSequence[], int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glTransformFeedbackVaryings.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glTransformFeedbackVaryings(int, int, java.nio.ByteBuffer, int)">glTransformFeedbackVaryings(int, int, ByteBuffer, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glTransformFeedbackVaryings(int, java.lang.CharSequence[], int)">glTransformFeedbackVaryings(int, CharSequence[], int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glTransformFeedbackVaryings.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTransformFeedback.html#glTransformFeedbackVaryingsEXT(int, int, java.nio.ByteBuffer, int)">glTransformFeedbackVaryingsEXT(int, int, ByteBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTTransformFeedback.html#glTransformFeedbackVaryingsEXT(int, java.lang.CharSequence[], int)">glTransformFeedbackVaryingsEXT(int, CharSequence[], int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glTransformFeedbackVaryingsEXT.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVTransformFeedback.html#glTransformFeedbackVaryingsNV(int, java.nio.IntBuffer, int)">glTransformFeedbackVaryingsNV(int, IntBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glTransformPathNV(int, int, int, java.nio.FloatBuffer)">glTransformPathNV(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTranslated(double, double, double)">glTranslated(double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glTranslatef(float, float, float)">glTranslatef(float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu"><span class="strong">GLU</span></a> - Class in <a href="./org/lwjgl/util/glu/package-summary.html">org.lwjgl.util.glu</a></dt>
|
|
<dd>
|
|
<div class="block">GLU.java
|
|
|
|
|
|
Created 23-dec-2003</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU()">GLU()</a></span> - Constructor for class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_AUTO_LOAD_MATRIX">GLU_AUTO_LOAD_MATRIX</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">NURBS constants</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_BEGIN">GLU_BEGIN</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_CCW">GLU_CCW</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_CULLING">GLU_CULLING</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_CW">GLU_CW</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_DISPLAY_MODE">GLU_DISPLAY_MODE</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_DOMAIN_DISTANCE">GLU_DOMAIN_DISTANCE</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_EDGE_FLAG">GLU_EDGE_FLAG</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_END">GLU_END</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_ERROR">GLU_ERROR</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GLUConstants.html#GLU_EXTENSIONS">GLU_EXTENSIONS</a></span> - Static variable in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GLUConstants.html" title="interface in org.lwjgl.opengl">GLUConstants</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_EXTENSIONS">GLU_EXTENSIONS</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_EXTERIOR">GLU_EXTERIOR</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GLUConstants.html#GLU_FALSE">GLU_FALSE</a></span> - Static variable in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GLUConstants.html" title="interface in org.lwjgl.opengl">GLUConstants</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_FALSE">GLU_FALSE</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_FILL">GLU_FILL</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_FLAT">GLU_FLAT</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GLUConstants.html#GLU_INCOMPATIBLE_GL_VERSION">GLU_INCOMPATIBLE_GL_VERSION</a></span> - Static variable in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GLUConstants.html" title="interface in org.lwjgl.opengl">GLUConstants</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_INCOMPATIBLE_GL_VERSION">GLU_INCOMPATIBLE_GL_VERSION</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_INSIDE">GLU_INSIDE</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_INTERIOR">GLU_INTERIOR</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GLUConstants.html#GLU_INVALID_ENUM">GLU_INVALID_ENUM</a></span> - Static variable in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GLUConstants.html" title="interface in org.lwjgl.opengl">GLUConstants</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_INVALID_ENUM">GLU_INVALID_ENUM</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GLUConstants.html#GLU_INVALID_VALUE">GLU_INVALID_VALUE</a></span> - Static variable in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GLUConstants.html" title="interface in org.lwjgl.opengl">GLUConstants</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_INVALID_VALUE">GLU_INVALID_VALUE</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_LINE">GLU_LINE</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_MAP1_TRIM_2">GLU_MAP1_TRIM_2</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_MAP1_TRIM_3">GLU_MAP1_TRIM_3</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NONE">GLU_NONE</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR1">GLU_NURBS_ERROR1</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR10">GLU_NURBS_ERROR10</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR11">GLU_NURBS_ERROR11</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR12">GLU_NURBS_ERROR12</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR13">GLU_NURBS_ERROR13</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR14">GLU_NURBS_ERROR14</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR15">GLU_NURBS_ERROR15</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR16">GLU_NURBS_ERROR16</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR17">GLU_NURBS_ERROR17</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR18">GLU_NURBS_ERROR18</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR19">GLU_NURBS_ERROR19</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR2">GLU_NURBS_ERROR2</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR20">GLU_NURBS_ERROR20</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR21">GLU_NURBS_ERROR21</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR22">GLU_NURBS_ERROR22</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR23">GLU_NURBS_ERROR23</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR24">GLU_NURBS_ERROR24</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR25">GLU_NURBS_ERROR25</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR26">GLU_NURBS_ERROR26</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR27">GLU_NURBS_ERROR27</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR28">GLU_NURBS_ERROR28</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR29">GLU_NURBS_ERROR29</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR3">GLU_NURBS_ERROR3</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR30">GLU_NURBS_ERROR30</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR31">GLU_NURBS_ERROR31</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR32">GLU_NURBS_ERROR32</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR33">GLU_NURBS_ERROR33</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR34">GLU_NURBS_ERROR34</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR35">GLU_NURBS_ERROR35</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR36">GLU_NURBS_ERROR36</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR37">GLU_NURBS_ERROR37</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR4">GLU_NURBS_ERROR4</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR5">GLU_NURBS_ERROR5</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR6">GLU_NURBS_ERROR6</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR7">GLU_NURBS_ERROR7</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR8">GLU_NURBS_ERROR8</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR9">GLU_NURBS_ERROR9</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GLUConstants.html#GLU_OUT_OF_MEMORY">GLU_OUT_OF_MEMORY</a></span> - Static variable in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GLUConstants.html" title="interface in org.lwjgl.opengl">GLUConstants</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_OUT_OF_MEMORY">GLU_OUT_OF_MEMORY</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_OUTLINE_PATCH">GLU_OUTLINE_PATCH</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_OUTLINE_POLYGON">GLU_OUTLINE_POLYGON</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_OUTSIDE">GLU_OUTSIDE</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_PARAMETRIC_ERROR">GLU_PARAMETRIC_ERROR</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_PARAMETRIC_TOLERANCE">GLU_PARAMETRIC_TOLERANCE</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_PATH_LENGTH">GLU_PATH_LENGTH</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_POINT">GLU_POINT</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_SAMPLING_METHOD">GLU_SAMPLING_METHOD</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_SAMPLING_TOLERANCE">GLU_SAMPLING_TOLERANCE</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_SILHOUETTE">GLU_SILHOUETTE</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_SMOOTH">GLU_SMOOTH</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Quadric constants</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_BEGIN">GLU_TESS_BEGIN</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_BEGIN_DATA">GLU_TESS_BEGIN_DATA</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_BOUNDARY_ONLY">GLU_TESS_BOUNDARY_ONLY</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_COMBINE">GLU_TESS_COMBINE</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_COMBINE_DATA">GLU_TESS_COMBINE_DATA</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_COORD_TOO_LARGE">GLU_TESS_COORD_TOO_LARGE</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_EDGE_FLAG">GLU_TESS_EDGE_FLAG</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_EDGE_FLAG_DATA">GLU_TESS_EDGE_FLAG_DATA</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_END">GLU_TESS_END</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_END_DATA">GLU_TESS_END_DATA</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_ERROR">GLU_TESS_ERROR</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_ERROR1">GLU_TESS_ERROR1</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_ERROR2">GLU_TESS_ERROR2</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_ERROR3">GLU_TESS_ERROR3</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_ERROR4">GLU_TESS_ERROR4</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_ERROR5">GLU_TESS_ERROR5</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_ERROR6">GLU_TESS_ERROR6</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_ERROR7">GLU_TESS_ERROR7</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_ERROR8">GLU_TESS_ERROR8</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_ERROR_DATA">GLU_TESS_ERROR_DATA</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_MAX_COORD">GLU_TESS_MAX_COORD</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Tesselation constants</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_MISSING_BEGIN_CONTOUR">GLU_TESS_MISSING_BEGIN_CONTOUR</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_MISSING_BEGIN_POLYGON">GLU_TESS_MISSING_BEGIN_POLYGON</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_MISSING_END_CONTOUR">GLU_TESS_MISSING_END_CONTOUR</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_MISSING_END_POLYGON">GLU_TESS_MISSING_END_POLYGON</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_NEED_COMBINE_CALLBACK">GLU_TESS_NEED_COMBINE_CALLBACK</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_TOLERANCE">GLU_TESS_TOLERANCE</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_VERTEX">GLU_TESS_VERTEX</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_VERTEX_DATA">GLU_TESS_VERTEX_DATA</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_WINDING_ABS_GEQ_TWO">GLU_TESS_WINDING_ABS_GEQ_TWO</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_WINDING_NEGATIVE">GLU_TESS_WINDING_NEGATIVE</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_WINDING_NONZERO">GLU_TESS_WINDING_NONZERO</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_WINDING_ODD">GLU_TESS_WINDING_ODD</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_WINDING_POSITIVE">GLU_TESS_WINDING_POSITIVE</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TESS_WINDING_RULE">GLU_TESS_WINDING_RULE</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GLUConstants.html#GLU_TRUE">GLU_TRUE</a></span> - Static variable in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GLUConstants.html" title="interface in org.lwjgl.opengl">GLUConstants</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_TRUE">GLU_TRUE</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_U_STEP">GLU_U_STEP</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_UNKNOWN">GLU_UNKNOWN</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_V_STEP">GLU_V_STEP</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GLUConstants.html#GLU_VERSION">GLU_VERSION</a></span> - Static variable in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GLUConstants.html" title="interface in org.lwjgl.opengl">GLUConstants</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_VERSION">GLU_VERSION</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#GLU_VERTEX">GLU_VERTEX</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellator.html#gluBeginPolygon()">gluBeginPolygon()</a></span> - Method in interface org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu">GLUtessellator</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluBeginPolygon()">gluBeginPolygon()</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#gluBuild2DMipmaps(int, int, int, int, int, int, java.nio.ByteBuffer)">gluBuild2DMipmaps(int, int, int, int, int, int, ByteBuffer)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Method gluBuild2DMipmaps</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/MipMap.html#gluBuild2DMipmaps(int, int, int, int, int, int, java.nio.ByteBuffer)">gluBuild2DMipmaps(int, int, int, int, int, int, ByteBuffer)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Method gluBuild2DMipmaps</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#gluCheckExtension(java.lang.String, java.lang.String)">gluCheckExtension(String, String)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Method gluCheckExtension.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Registry.html#gluCheckExtension(java.lang.String, java.lang.String)">gluCheckExtension(String, String)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Method gluCheckExtension</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/GLUConstants.html" title="interface in org.lwjgl.opengl"><span class="strong">GLUConstants</span></a> - Interface in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block"><p/>
|
|
GLU constants.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellator.html#gluDeleteTess()">gluDeleteTess()</a></span> - Method in interface org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu">GLUtessellator</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluDeleteTess()">gluDeleteTess()</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellator.html#gluEndPolygon()">gluEndPolygon()</a></span> - Method in interface org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu">GLUtessellator</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluEndPolygon()">gluEndPolygon()</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#gluErrorString(int)">gluErrorString(int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#gluGetString(int)">gluGetString(int)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Method gluGetString.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Registry.html#gluGetString(int)">gluGetString(int)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Method gluGetString</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellator.html#gluGetTessProperty(int, double[], int)">gluGetTessProperty(int, double[], int)</a></span> - Method in interface org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu">GLUtessellator</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluGetTessProperty(int, double[], int)">gluGetTessProperty(int, double[], int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#gluLookAt(float, float, float, float, float, float, float, float, float)">gluLookAt(float, float, float, float, float, float, float, float, float)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Method gluLookAt</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Project.html#gluLookAt(float, float, float, float, float, float, float, float, float)">gluLookAt(float, float, float, float, float, float, float, float, float)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Method gluLookAt</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#gluNewTess()">gluNewTess()</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluNewTess()">gluNewTess()</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellator.html#gluNextContour(int)">gluNextContour(int)</a></span> - Method in interface org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu">GLUtessellator</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluNextContour(int)">gluNextContour(int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniform1(int, java.nio.DoubleBuffer)">glUniform1(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glUniform1(int, java.nio.FloatBuffer)">glUniform1(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glUniform1(int, java.nio.IntBuffer)">glUniform1(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glUniform1(int, java.nio.DoubleBuffer)">glUniform1(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glUniform1(int, java.nio.FloatBuffer)">glUniform1(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glUniform1(int, java.nio.IntBuffer)">glUniform1(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform1ARB(int, java.nio.FloatBuffer)">glUniform1ARB(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform1ARB(int, java.nio.IntBuffer)">glUniform1ARB(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniform1d(int, double)">glUniform1d(int, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glUniform1d(int, double)">glUniform1d(int, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glUniform1f(int, float)">glUniform1f(int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glUniform1f(int, float)">glUniform1f(int, float)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform1fARB(int, float)">glUniform1fARB(int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glUniform1i(int, int)">glUniform1i(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glUniform1i(int, int)">glUniform1i(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glUniform1i64NV(int, long)">glUniform1i64NV(int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform1iARB(int, int)">glUniform1iARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glUniform1NV(int, java.nio.LongBuffer)">glUniform1NV(int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glUniform1u(int, java.nio.IntBuffer)">glUniform1u(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glUniform1u(int, java.nio.IntBuffer)">glUniform1u(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glUniform1uEXT(int, java.nio.IntBuffer)">glUniform1uEXT(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glUniform1ui(int, int)">glUniform1ui(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glUniform1ui(int, int)">glUniform1ui(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glUniform1ui64NV(int, long)">glUniform1ui64NV(int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glUniform1uiEXT(int, int)">glUniform1uiEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glUniform1uNV(int, java.nio.LongBuffer)">glUniform1uNV(int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniform2(int, java.nio.DoubleBuffer)">glUniform2(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glUniform2(int, java.nio.FloatBuffer)">glUniform2(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glUniform2(int, java.nio.IntBuffer)">glUniform2(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glUniform2(int, java.nio.DoubleBuffer)">glUniform2(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glUniform2(int, java.nio.FloatBuffer)">glUniform2(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glUniform2(int, java.nio.IntBuffer)">glUniform2(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform2ARB(int, java.nio.FloatBuffer)">glUniform2ARB(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform2ARB(int, java.nio.IntBuffer)">glUniform2ARB(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniform2d(int, double, double)">glUniform2d(int, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glUniform2d(int, double, double)">glUniform2d(int, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glUniform2f(int, float, float)">glUniform2f(int, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glUniform2f(int, float, float)">glUniform2f(int, float, float)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform2fARB(int, float, float)">glUniform2fARB(int, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glUniform2i(int, int, int)">glUniform2i(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glUniform2i(int, int, int)">glUniform2i(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glUniform2i64NV(int, long, long)">glUniform2i64NV(int, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform2iARB(int, int, int)">glUniform2iARB(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glUniform2NV(int, java.nio.LongBuffer)">glUniform2NV(int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glUniform2u(int, java.nio.IntBuffer)">glUniform2u(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glUniform2u(int, java.nio.IntBuffer)">glUniform2u(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glUniform2uEXT(int, java.nio.IntBuffer)">glUniform2uEXT(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glUniform2ui(int, int, int)">glUniform2ui(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glUniform2ui(int, int, int)">glUniform2ui(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glUniform2ui64NV(int, long, long)">glUniform2ui64NV(int, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glUniform2uiEXT(int, int, int)">glUniform2uiEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glUniform2uNV(int, java.nio.LongBuffer)">glUniform2uNV(int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniform3(int, java.nio.DoubleBuffer)">glUniform3(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glUniform3(int, java.nio.FloatBuffer)">glUniform3(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glUniform3(int, java.nio.IntBuffer)">glUniform3(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glUniform3(int, java.nio.DoubleBuffer)">glUniform3(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glUniform3(int, java.nio.FloatBuffer)">glUniform3(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glUniform3(int, java.nio.IntBuffer)">glUniform3(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform3ARB(int, java.nio.FloatBuffer)">glUniform3ARB(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform3ARB(int, java.nio.IntBuffer)">glUniform3ARB(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniform3d(int, double, double, double)">glUniform3d(int, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glUniform3d(int, double, double, double)">glUniform3d(int, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glUniform3f(int, float, float, float)">glUniform3f(int, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glUniform3f(int, float, float, float)">glUniform3f(int, float, float, float)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform3fARB(int, float, float, float)">glUniform3fARB(int, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glUniform3i(int, int, int, int)">glUniform3i(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glUniform3i(int, int, int, int)">glUniform3i(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glUniform3i64NV(int, long, long, long)">glUniform3i64NV(int, long, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform3iARB(int, int, int, int)">glUniform3iARB(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glUniform3NV(int, java.nio.LongBuffer)">glUniform3NV(int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glUniform3u(int, java.nio.IntBuffer)">glUniform3u(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glUniform3u(int, java.nio.IntBuffer)">glUniform3u(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glUniform3uEXT(int, java.nio.IntBuffer)">glUniform3uEXT(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glUniform3ui(int, int, int, int)">glUniform3ui(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glUniform3ui(int, int, int, int)">glUniform3ui(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glUniform3ui64NV(int, long, long, long)">glUniform3ui64NV(int, long, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glUniform3uiEXT(int, int, int, int)">glUniform3uiEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glUniform3uNV(int, java.nio.LongBuffer)">glUniform3uNV(int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniform4(int, java.nio.DoubleBuffer)">glUniform4(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glUniform4(int, java.nio.FloatBuffer)">glUniform4(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glUniform4(int, java.nio.IntBuffer)">glUniform4(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glUniform4(int, java.nio.DoubleBuffer)">glUniform4(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glUniform4(int, java.nio.FloatBuffer)">glUniform4(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glUniform4(int, java.nio.IntBuffer)">glUniform4(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform4ARB(int, java.nio.FloatBuffer)">glUniform4ARB(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform4ARB(int, java.nio.IntBuffer)">glUniform4ARB(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniform4d(int, double, double, double, double)">glUniform4d(int, double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glUniform4d(int, double, double, double, double)">glUniform4d(int, double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glUniform4f(int, float, float, float, float)">glUniform4f(int, float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glUniform4f(int, float, float, float, float)">glUniform4f(int, float, float, float, float)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform4fARB(int, float, float, float, float)">glUniform4fARB(int, float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glUniform4i(int, int, int, int, int)">glUniform4i(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glUniform4i(int, int, int, int, int)">glUniform4i(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glUniform4i64NV(int, long, long, long, long)">glUniform4i64NV(int, long, long, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform4iARB(int, int, int, int, int)">glUniform4iARB(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glUniform4NV(int, java.nio.LongBuffer)">glUniform4NV(int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glUniform4u(int, java.nio.IntBuffer)">glUniform4u(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glUniform4u(int, java.nio.IntBuffer)">glUniform4u(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glUniform4uEXT(int, java.nio.IntBuffer)">glUniform4uEXT(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glUniform4ui(int, int, int, int, int)">glUniform4ui(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glUniform4ui(int, int, int, int, int)">glUniform4ui(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glUniform4ui64NV(int, long, long, long, long)">glUniform4ui64NV(int, long, long, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glUniform4uiEXT(int, int, int, int, int)">glUniform4uiEXT(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVGpuShader5.html#glUniform4uNV(int, java.nio.LongBuffer)">glUniform4uNV(int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBUniformBufferObject.html#glUniformBlockBinding(int, int, int)">glUniformBlockBinding(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL31.html#glUniformBlockBinding(int, int, int)">glUniformBlockBinding(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glUniformBlockBinding(int, int, int)">glUniformBlockBinding(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTBindableUniform.html#glUniformBufferEXT(int, int, int)">glUniformBufferEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTBindableUniform.html" title="class in org.lwjgl.opengl">EXTBindableUniform</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBindlessTexture.html#glUniformHandleuARB(int, java.nio.LongBuffer)">glUniformHandleuARB(int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBindlessTexture.html#glUniformHandleui64ARB(int, long)">glUniformHandleui64ARB(int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBindlessTexture.html#glUniformHandleui64NV(int, long)">glUniformHandleui64NV(int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl">NVBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVBindlessTexture.html#glUniformHandleuNV(int, java.nio.LongBuffer)">glUniformHandleuNV(int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl">NVBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniformMatrix2(int, boolean, java.nio.DoubleBuffer)">glUniformMatrix2(int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glUniformMatrix2(int, boolean, java.nio.FloatBuffer)">glUniformMatrix2(int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glUniformMatrix2(int, boolean, java.nio.DoubleBuffer)">glUniformMatrix2(int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glUniformMatrix2(int, boolean, java.nio.FloatBuffer)">glUniformMatrix2(int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glUniformMatrix2ARB(int, boolean, java.nio.FloatBuffer)">glUniformMatrix2ARB(int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniformMatrix2x3(int, boolean, java.nio.DoubleBuffer)">glUniformMatrix2x3(int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#glUniformMatrix2x3(int, boolean, java.nio.FloatBuffer)">glUniformMatrix2x3(int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glUniformMatrix2x3(int, boolean, java.nio.DoubleBuffer)">glUniformMatrix2x3(int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glUniformMatrix2x3(int, boolean, java.nio.FloatBuffer)">glUniformMatrix2x3(int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniformMatrix2x4(int, boolean, java.nio.DoubleBuffer)">glUniformMatrix2x4(int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#glUniformMatrix2x4(int, boolean, java.nio.FloatBuffer)">glUniformMatrix2x4(int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glUniformMatrix2x4(int, boolean, java.nio.DoubleBuffer)">glUniformMatrix2x4(int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glUniformMatrix2x4(int, boolean, java.nio.FloatBuffer)">glUniformMatrix2x4(int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniformMatrix3(int, boolean, java.nio.DoubleBuffer)">glUniformMatrix3(int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glUniformMatrix3(int, boolean, java.nio.FloatBuffer)">glUniformMatrix3(int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glUniformMatrix3(int, boolean, java.nio.DoubleBuffer)">glUniformMatrix3(int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glUniformMatrix3(int, boolean, java.nio.FloatBuffer)">glUniformMatrix3(int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glUniformMatrix3ARB(int, boolean, java.nio.FloatBuffer)">glUniformMatrix3ARB(int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniformMatrix3x2(int, boolean, java.nio.DoubleBuffer)">glUniformMatrix3x2(int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#glUniformMatrix3x2(int, boolean, java.nio.FloatBuffer)">glUniformMatrix3x2(int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glUniformMatrix3x2(int, boolean, java.nio.DoubleBuffer)">glUniformMatrix3x2(int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glUniformMatrix3x2(int, boolean, java.nio.FloatBuffer)">glUniformMatrix3x2(int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniformMatrix3x4(int, boolean, java.nio.DoubleBuffer)">glUniformMatrix3x4(int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#glUniformMatrix3x4(int, boolean, java.nio.FloatBuffer)">glUniformMatrix3x4(int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glUniformMatrix3x4(int, boolean, java.nio.DoubleBuffer)">glUniformMatrix3x4(int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glUniformMatrix3x4(int, boolean, java.nio.FloatBuffer)">glUniformMatrix3x4(int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniformMatrix4(int, boolean, java.nio.DoubleBuffer)">glUniformMatrix4(int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glUniformMatrix4(int, boolean, java.nio.FloatBuffer)">glUniformMatrix4(int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glUniformMatrix4(int, boolean, java.nio.DoubleBuffer)">glUniformMatrix4(int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glUniformMatrix4(int, boolean, java.nio.FloatBuffer)">glUniformMatrix4(int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glUniformMatrix4ARB(int, boolean, java.nio.FloatBuffer)">glUniformMatrix4ARB(int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniformMatrix4x2(int, boolean, java.nio.DoubleBuffer)">glUniformMatrix4x2(int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#glUniformMatrix4x2(int, boolean, java.nio.FloatBuffer)">glUniformMatrix4x2(int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glUniformMatrix4x2(int, boolean, java.nio.DoubleBuffer)">glUniformMatrix4x2(int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glUniformMatrix4x2(int, boolean, java.nio.FloatBuffer)">glUniformMatrix4x2(int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniformMatrix4x3(int, boolean, java.nio.DoubleBuffer)">glUniformMatrix4x3(int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL21.html#glUniformMatrix4x3(int, boolean, java.nio.FloatBuffer)">glUniformMatrix4x3(int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glUniformMatrix4x3(int, boolean, java.nio.DoubleBuffer)">glUniformMatrix4x3(int, boolean, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glUniformMatrix4x3(int, boolean, java.nio.FloatBuffer)">glUniformMatrix4x3(int, boolean, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderSubroutine.html#glUniformSubroutinesu(int, java.nio.IntBuffer)">glUniformSubroutinesu(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL40.html#glUniformSubroutinesu(int, java.nio.IntBuffer)">glUniformSubroutinesu(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVShaderBufferLoad.html#glUniformui64NV(int, long)">glUniformui64NV(int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVShaderBufferLoad.html#glUniformuNV(int, java.nio.LongBuffer)">glUniformuNV(int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTCompiledVertexArray.html#glUnlockArraysEXT()">glUnlockArraysEXT()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTCompiledVertexArray.html" title="class in org.lwjgl.opengl">EXTCompiledVertexArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL15.html#glUnmapBuffer(int)">glUnmapBuffer(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glUnmapBuffer(int)">glUnmapBuffer(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBufferObject.html#glUnmapBufferARB(int)">glUnmapBufferARB(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/OESMapbuffer.html#glUnmapBufferOES(int)">glUnmapBufferOES(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/OESMapbuffer.html" title="class in org.lwjgl.opengles">OESMapbuffer</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glUnmapNamedBufferEXT(int)">glUnmapNamedBufferEXT(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIMapObjectBuffer.html#glUnmapObjectBufferATI(int)">glUnmapObjectBufferATI(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIMapObjectBuffer.html" title="class in org.lwjgl.opengl">ATIMapObjectBuffer</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/INTELMapTexture.html#glUnmapTexture2DINTEL(int, int)">glUnmapTexture2DINTEL(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/INTELMapTexture.html" title="class in org.lwjgl.opengl">INTELMapTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#gluOrtho2D(float, float, float, float)">gluOrtho2D(float, float, float, float)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Method gluOrtho2D</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#glUpdateObjectBufferATI(int, int, java.nio.ByteBuffer, int)">glUpdateObjectBufferATI(int, int, ByteBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#glUpdateObjectBufferATI(int, int, java.nio.DoubleBuffer, int)">glUpdateObjectBufferATI(int, int, DoubleBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#glUpdateObjectBufferATI(int, int, java.nio.FloatBuffer, int)">glUpdateObjectBufferATI(int, int, FloatBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#glUpdateObjectBufferATI(int, int, java.nio.IntBuffer, int)">glUpdateObjectBufferATI(int, int, IntBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#glUpdateObjectBufferATI(int, int, java.nio.ShortBuffer, int)">glUpdateObjectBufferATI(int, int, ShortBuffer, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#gluPerspective(float, float, float, float)">gluPerspective(float, float, float, float)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Method gluPerspective</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Project.html#gluPerspective(float, float, float, float)">gluPerspective(float, float, float, float)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Method gluPerspective.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#gluPickMatrix(float, float, float, float, java.nio.IntBuffer)">gluPickMatrix(float, float, float, float, IntBuffer)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Method gluPickMatrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Project.html#gluPickMatrix(float, float, float, float, java.nio.IntBuffer)">gluPickMatrix(float, float, float, float, IntBuffer)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Method gluPickMatrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#gluProject(float, float, float, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.IntBuffer, java.nio.FloatBuffer)">gluProject(float, float, float, FloatBuffer, FloatBuffer, IntBuffer, FloatBuffer)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Method gluProject</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Project.html#gluProject(float, float, float, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.IntBuffer, java.nio.FloatBuffer)">gluProject(float, float, float, FloatBuffer, FloatBuffer, IntBuffer, FloatBuffer)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Method gluProject</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#gluScaleImage(int, int, int, int, java.nio.ByteBuffer, int, int, int, java.nio.ByteBuffer)">gluScaleImage(int, int, int, int, ByteBuffer, int, int, int, ByteBuffer)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Method gluScaleImage.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/MipMap.html#gluScaleImage(int, int, int, int, java.nio.ByteBuffer, int, int, int, java.nio.ByteBuffer)">gluScaleImage(int, int, int, int, ByteBuffer, int, int, int, ByteBuffer)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Method gluScaleImage.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glUseProgram(int)">glUseProgram(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glUseProgram(int)">glUseProgram(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glUseProgramObjectARB(int)">glUseProgramObjectARB(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glUseProgramStages(int, int, int)">glUseProgramStages(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glUseProgramStages(int, int, int)">glUseProgramStages(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glUseProgramStagesEXT(int, int, int)">glUseProgramStagesEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTSeparateShaderObjects.html#glUseShaderProgramEXT(int, int)">glUseShaderProgramEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengl">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellator.html#gluTessBeginContour()">gluTessBeginContour()</a></span> - Method in interface org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu">GLUtessellator</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluTessBeginContour()">gluTessBeginContour()</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellator.html#gluTessBeginPolygon(java.lang.Object)">gluTessBeginPolygon(Object)</a></span> - Method in interface org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu">GLUtessellator</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluTessBeginPolygon(java.lang.Object)">gluTessBeginPolygon(Object)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellator.html#gluTessCallback(int, org.lwjgl.util.glu.GLUtessellatorCallback)">gluTessCallback(int, GLUtessellatorCallback)</a></span> - Method in interface org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu">GLUtessellator</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluTessCallback(int, org.lwjgl.util.glu.GLUtessellatorCallback)">gluTessCallback(int, GLUtessellatorCallback)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu"><span class="strong">GLUtessellator</span></a> - Interface in <a href="./org/lwjgl/util/glu/package-summary.html">org.lwjgl.util.glu</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/glu/GLUtessellatorCallback.html" title="interface in org.lwjgl.util.glu"><span class="strong">GLUtessellatorCallback</span></a> - Interface in <a href="./org/lwjgl/util/glu/package-summary.html">org.lwjgl.util.glu</a></dt>
|
|
<dd>
|
|
<div class="block"><b>GLUtessellatorCallback</b> interface provides methods that the user will
|
|
override to define the callbacks for a tessellation object.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu"><span class="strong">GLUtessellatorCallbackAdapter</span></a> - Class in <a href="./org/lwjgl/util/glu/package-summary.html">org.lwjgl.util.glu</a></dt>
|
|
<dd>
|
|
<div class="block">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.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html#GLUtessellatorCallbackAdapter()">GLUtessellatorCallbackAdapter()</a></span> - Constructor for class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu">GLUtessellatorCallbackAdapter</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html" title="class in org.lwjgl.util.glu.tessellation"><span class="strong">GLUtessellatorImpl</span></a> - Class in <a href="./org/lwjgl/util/glu/tessellation/package-summary.html">org.lwjgl.util.glu.tessellation</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#GLUtessellatorImpl()">GLUtessellatorImpl()</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellator.html#gluTessEndContour()">gluTessEndContour()</a></span> - Method in interface org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu">GLUtessellator</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluTessEndContour()">gluTessEndContour()</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellator.html#gluTessEndPolygon()">gluTessEndPolygon()</a></span> - Method in interface org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu">GLUtessellator</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluTessEndPolygon()">gluTessEndPolygon()</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellator.html#gluTessNormal(double, double, double)">gluTessNormal(double, double, double)</a></span> - Method in interface org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu">GLUtessellator</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluTessNormal(double, double, double)">gluTessNormal(double, double, double)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellator.html#gluTessProperty(int, double)">gluTessProperty(int, double)</a></span> - Method in interface org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu">GLUtessellator</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluTessProperty(int, double)">gluTessProperty(int, double)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellator.html#gluTessVertex(double[], int, java.lang.Object)">gluTessVertex(double[], int, Object)</a></span> - Method in interface org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu">GLUtessellator</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluTessVertex(double[], int, java.lang.Object)">gluTessVertex(double[], int, Object)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#gluUnProject(float, float, float, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.IntBuffer, java.nio.FloatBuffer)">gluUnProject(float, float, float, FloatBuffer, FloatBuffer, IntBuffer, FloatBuffer)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Method gluUnproject</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Project.html#gluUnProject(float, float, float, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.IntBuffer, java.nio.FloatBuffer)">gluUnProject(float, float, float, FloatBuffer, FloatBuffer, IntBuffer, FloatBuffer)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Method gluUnproject</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glValidateProgram(int)">glValidateProgram(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glValidateProgram(int)">glValidateProgram(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderObjects.html#glValidateProgramARB(int)">glValidateProgramARB(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glValidateProgramPipeline(int)">glValidateProgramPipeline(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glValidateProgramPipeline(int)">glValidateProgramPipeline(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glValidateProgramPipelineEXT(int)">glValidateProgramPipelineEXT(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexArrayObject.html#glVariantArrayObjectATI(int, int, int, int, int)">glVariantArrayObjectATI(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glVariantEXT(int, java.nio.ByteBuffer)">glVariantEXT(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glVariantEXT(int, java.nio.ShortBuffer)">glVariantEXT(int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glVariantEXT(int, java.nio.IntBuffer)">glVariantEXT(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glVariantEXT(int, java.nio.FloatBuffer)">glVariantEXT(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glVariantEXT(int, java.nio.DoubleBuffer)">glVariantEXT(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glVariantPointerEXT(int, int, java.nio.DoubleBuffer)">glVariantPointerEXT(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glVariantPointerEXT(int, int, java.nio.FloatBuffer)">glVariantPointerEXT(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glVariantPointerEXT(int, boolean, int, java.nio.ByteBuffer)">glVariantPointerEXT(int, boolean, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glVariantPointerEXT(int, boolean, int, java.nio.IntBuffer)">glVariantPointerEXT(int, boolean, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glVariantPointerEXT(int, boolean, int, java.nio.ShortBuffer)">glVariantPointerEXT(int, boolean, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glVariantPointerEXT(int, int, int, long)">glVariantPointerEXT(int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glVariantuEXT(int, java.nio.ByteBuffer)">glVariantuEXT(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glVariantuEXT(int, java.nio.ShortBuffer)">glVariantuEXT(int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glVariantuEXT(int, java.nio.IntBuffer)">glVariantuEXT(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glVertex2d(double, double)">glVertex2d(double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glVertex2f(float, float)">glVertex2f(float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVHalfFloat.html#glVertex2hNV(short, short)">glVertex2hNV(short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glVertex2i(int, int)">glVertex2i(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glVertex3d(double, double, double)">glVertex3d(double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glVertex3f(float, float, float)">glVertex3f(float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVHalfFloat.html#glVertex3hNV(short, short, short)">glVertex3hNV(short, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glVertex3i(int, int, int)">glVertex3i(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glVertex4d(double, double, double, double)">glVertex4d(double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glVertex4f(float, float, float, float)">glVertex4f(float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVHalfFloat.html#glVertex4hNV(short, short, short, short)">glVertex4hNV(short, short, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glVertex4i(int, int, int, int)">glVertex4i(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glVertexArrayColorOffsetEXT(int, int, int, int, int, long)">glVertexArrayColorOffsetEXT(int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glVertexArrayEdgeFlagOffsetEXT(int, int, int, long)">glVertexArrayEdgeFlagOffsetEXT(int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glVertexArrayFogCoordOffsetEXT(int, int, int, int, long)">glVertexArrayFogCoordOffsetEXT(int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glVertexArrayIndexOffsetEXT(int, int, int, int, long)">glVertexArrayIndexOffsetEXT(int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glVertexArrayMultiTexCoordOffsetEXT(int, int, int, int, int, int, long)">glVertexArrayMultiTexCoordOffsetEXT(int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glVertexArrayNormalOffsetEXT(int, int, int, int, long)">glVertexArrayNormalOffsetEXT(int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexArrayRange.html#glVertexArrayParameteriAPPLE(int, int)">glVertexArrayParameteriAPPLE(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexArrayRange.html" title="class in org.lwjgl.opengl">APPLEVertexArrayRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/APPLEVertexArrayRange.html#glVertexArrayRangeAPPLE(java.nio.ByteBuffer)">glVertexArrayRangeAPPLE(ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/APPLEVertexArrayRange.html" title="class in org.lwjgl.opengl">APPLEVertexArrayRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexArrayRange.html#glVertexArrayRangeNV(java.nio.ByteBuffer)">glVertexArrayRangeNV(ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl">NVVertexArrayRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexArrayRange.html#glVertexArrayRangeNV(java.nio.DoubleBuffer)">glVertexArrayRangeNV(DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl">NVVertexArrayRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexArrayRange.html#glVertexArrayRangeNV(java.nio.FloatBuffer)">glVertexArrayRangeNV(FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl">NVVertexArrayRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexArrayRange.html#glVertexArrayRangeNV(java.nio.IntBuffer)">glVertexArrayRangeNV(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl">NVVertexArrayRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexArrayRange.html#glVertexArrayRangeNV(java.nio.ShortBuffer)">glVertexArrayRangeNV(ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl">NVVertexArrayRange</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glVertexArraySecondaryColorOffsetEXT(int, int, int, int, int, long)">glVertexArraySecondaryColorOffsetEXT(int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glVertexArrayTexCoordOffsetEXT(int, int, int, int, int, long)">glVertexArrayTexCoordOffsetEXT(int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glVertexArrayVertexAttribIOffsetEXT(int, int, int, int, int, int, long)">glVertexArrayVertexAttribIOffsetEXT(int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#glVertexArrayVertexAttribLOffsetEXT(int, int, int, int, int, int, long)">glVertexArrayVertexAttribLOffsetEXT(int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#glVertexArrayVertexAttribLOffsetEXT(int, int, int, int, int, int, long)">glVertexArrayVertexAttribLOffsetEXT(int, int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glVertexArrayVertexAttribOffsetEXT(int, int, int, int, int, boolean, int, long)">glVertexArrayVertexAttribOffsetEXT(int, int, int, int, int, boolean, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTDirectStateAccess.html#glVertexArrayVertexOffsetEXT(int, int, int, int, int, long)">glVertexArrayVertexOffsetEXT(int, int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glVertexAttrib1(int, java.nio.FloatBuffer)">glVertexAttrib1(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glVertexAttrib1d(int, double)">glVertexAttrib1d(int, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttrib1dARB(int, double)">glVertexAttrib1dARB(int, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttrib1dARB(int, double)">glVertexAttrib1dARB(int, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttrib1dNV(int, double)">glVertexAttrib1dNV(int, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glVertexAttrib1f(int, float)">glVertexAttrib1f(int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glVertexAttrib1f(int, float)">glVertexAttrib1f(int, float)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttrib1fARB(int, float)">glVertexAttrib1fARB(int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttrib1fARB(int, float)">glVertexAttrib1fARB(int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttrib1fNV(int, float)">glVertexAttrib1fNV(int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVHalfFloat.html#glVertexAttrib1hNV(int, short)">glVertexAttrib1hNV(int, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glVertexAttrib1s(int, short)">glVertexAttrib1s(int, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttrib1sARB(int, short)">glVertexAttrib1sARB(int, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttrib1sARB(int, short)">glVertexAttrib1sARB(int, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttrib1sNV(int, short)">glVertexAttrib1sNV(int, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glVertexAttrib2(int, java.nio.FloatBuffer)">glVertexAttrib2(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glVertexAttrib2d(int, double, double)">glVertexAttrib2d(int, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttrib2dARB(int, double, double)">glVertexAttrib2dARB(int, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttrib2dARB(int, double, double)">glVertexAttrib2dARB(int, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttrib2dNV(int, double, double)">glVertexAttrib2dNV(int, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glVertexAttrib2f(int, float, float)">glVertexAttrib2f(int, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glVertexAttrib2f(int, float, float)">glVertexAttrib2f(int, float, float)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttrib2fARB(int, float, float)">glVertexAttrib2fARB(int, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttrib2fARB(int, float, float)">glVertexAttrib2fARB(int, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttrib2fNV(int, float, float)">glVertexAttrib2fNV(int, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVHalfFloat.html#glVertexAttrib2hNV(int, short, short)">glVertexAttrib2hNV(int, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glVertexAttrib2s(int, short, short)">glVertexAttrib2s(int, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttrib2sARB(int, short, short)">glVertexAttrib2sARB(int, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttrib2sARB(int, short, short)">glVertexAttrib2sARB(int, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttrib2sNV(int, short, short)">glVertexAttrib2sNV(int, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glVertexAttrib3(int, java.nio.FloatBuffer)">glVertexAttrib3(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glVertexAttrib3d(int, double, double, double)">glVertexAttrib3d(int, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttrib3dARB(int, double, double, double)">glVertexAttrib3dARB(int, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttrib3dARB(int, double, double, double)">glVertexAttrib3dARB(int, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttrib3dNV(int, double, double, double)">glVertexAttrib3dNV(int, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glVertexAttrib3f(int, float, float, float)">glVertexAttrib3f(int, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glVertexAttrib3f(int, float, float, float)">glVertexAttrib3f(int, float, float, float)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttrib3fARB(int, float, float, float)">glVertexAttrib3fARB(int, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttrib3fARB(int, float, float, float)">glVertexAttrib3fARB(int, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttrib3fNV(int, float, float, float)">glVertexAttrib3fNV(int, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVHalfFloat.html#glVertexAttrib3hNV(int, short, short, short)">glVertexAttrib3hNV(int, short, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glVertexAttrib3s(int, short, short, short)">glVertexAttrib3s(int, short, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttrib3sARB(int, short, short, short)">glVertexAttrib3sARB(int, short, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttrib3sARB(int, short, short, short)">glVertexAttrib3sARB(int, short, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttrib3sNV(int, short, short, short)">glVertexAttrib3sNV(int, short, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glVertexAttrib4(int, java.nio.FloatBuffer)">glVertexAttrib4(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glVertexAttrib4d(int, double, double, double, double)">glVertexAttrib4d(int, double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttrib4dARB(int, double, double, double, double)">glVertexAttrib4dARB(int, double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttrib4dARB(int, double, double, double, double)">glVertexAttrib4dARB(int, double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttrib4dNV(int, double, double, double, double)">glVertexAttrib4dNV(int, double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glVertexAttrib4f(int, float, float, float, float)">glVertexAttrib4f(int, float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glVertexAttrib4f(int, float, float, float, float)">glVertexAttrib4f(int, float, float, float, float)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttrib4fARB(int, float, float, float, float)">glVertexAttrib4fARB(int, float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttrib4fARB(int, float, float, float, float)">glVertexAttrib4fARB(int, float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttrib4fNV(int, float, float, float, float)">glVertexAttrib4fNV(int, float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVHalfFloat.html#glVertexAttrib4hNV(int, short, short, short, short)">glVertexAttrib4hNV(int, short, short, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glVertexAttrib4Nub(int, byte, byte, byte, byte)">glVertexAttrib4Nub(int, byte, byte, byte, byte)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttrib4NubARB(int, byte, byte, byte, byte)">glVertexAttrib4NubARB(int, byte, byte, byte, byte)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttrib4NubARB(int, byte, byte, byte, byte)">glVertexAttrib4NubARB(int, byte, byte, byte, byte)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glVertexAttrib4s(int, short, short, short, short)">glVertexAttrib4s(int, short, short, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttrib4sARB(int, short, short, short, short)">glVertexAttrib4sARB(int, short, short, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttrib4sARB(int, short, short, short, short)">glVertexAttrib4sARB(int, short, short, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttrib4sNV(int, short, short, short, short)">glVertexAttrib4sNV(int, short, short, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttrib4ubNV(int, byte, byte, byte, byte)">glVertexAttrib4ubNV(int, byte, byte, byte, byte)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexAttribArrayObject.html#glVertexAttribArrayObjectATI(int, int, int, boolean, int, int, int)">glVertexAttribArrayObjectATI(int, int, int, boolean, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexAttribArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexAttribArrayObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttribBinding.html#glVertexAttribBinding(int, int)">glVertexAttribBinding(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl">ARBVertexAttribBinding</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glVertexAttribBinding(int, int)">glVertexAttribBinding(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glVertexAttribDivisor(int, int)">glVertexAttribDivisor(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glVertexAttribDivisor(int, int)">glVertexAttribDivisor(int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBInstancedArrays.html#glVertexAttribDivisorARB(int, int)">glVertexAttribDivisorARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBInstancedArrays.html" title="class in org.lwjgl.opengl">ARBInstancedArrays</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttribBinding.html#glVertexAttribFormat(int, int, int, boolean, int)">glVertexAttribFormat(int, int, int, boolean, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl">ARBVertexAttribBinding</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glVertexAttribFormat(int, int, int, boolean, int)">glVertexAttribFormat(int, int, int, boolean, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#glVertexAttribFormatNV(int, int, int, boolean, int)">glVertexAttribFormatNV(int, int, int, boolean, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glVertexAttribI1(int, java.nio.IntBuffer)">glVertexAttribI1(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI1EXT(int, java.nio.IntBuffer)">glVertexAttribI1EXT(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glVertexAttribI1i(int, int)">glVertexAttribI1i(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI1iEXT(int, int)">glVertexAttribI1iEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glVertexAttribI1u(int, java.nio.IntBuffer)">glVertexAttribI1u(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI1uEXT(int, java.nio.IntBuffer)">glVertexAttribI1uEXT(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glVertexAttribI1ui(int, int)">glVertexAttribI1ui(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI1uiEXT(int, int)">glVertexAttribI1uiEXT(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glVertexAttribI2(int, java.nio.IntBuffer)">glVertexAttribI2(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI2EXT(int, java.nio.IntBuffer)">glVertexAttribI2EXT(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glVertexAttribI2i(int, int, int)">glVertexAttribI2i(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI2iEXT(int, int, int)">glVertexAttribI2iEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glVertexAttribI2u(int, java.nio.IntBuffer)">glVertexAttribI2u(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI2uEXT(int, java.nio.IntBuffer)">glVertexAttribI2uEXT(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glVertexAttribI2ui(int, int, int)">glVertexAttribI2ui(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI2uiEXT(int, int, int)">glVertexAttribI2uiEXT(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glVertexAttribI3(int, java.nio.IntBuffer)">glVertexAttribI3(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI3EXT(int, java.nio.IntBuffer)">glVertexAttribI3EXT(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glVertexAttribI3i(int, int, int, int)">glVertexAttribI3i(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI3iEXT(int, int, int, int)">glVertexAttribI3iEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glVertexAttribI3u(int, java.nio.IntBuffer)">glVertexAttribI3u(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI3uEXT(int, java.nio.IntBuffer)">glVertexAttribI3uEXT(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glVertexAttribI3ui(int, int, int, int)">glVertexAttribI3ui(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI3uiEXT(int, int, int, int)">glVertexAttribI3uiEXT(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glVertexAttribI4(int, java.nio.IntBuffer)">glVertexAttribI4(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glVertexAttribI4(int, java.nio.ByteBuffer)">glVertexAttribI4(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glVertexAttribI4(int, java.nio.ShortBuffer)">glVertexAttribI4(int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glVertexAttribI4(int, java.nio.IntBuffer)">glVertexAttribI4(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI4EXT(int, java.nio.IntBuffer)">glVertexAttribI4EXT(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI4EXT(int, java.nio.ByteBuffer)">glVertexAttribI4EXT(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI4EXT(int, java.nio.ShortBuffer)">glVertexAttribI4EXT(int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glVertexAttribI4i(int, int, int, int, int)">glVertexAttribI4i(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glVertexAttribI4i(int, int, int, int, int)">glVertexAttribI4i(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI4iEXT(int, int, int, int, int)">glVertexAttribI4iEXT(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glVertexAttribI4u(int, java.nio.IntBuffer)">glVertexAttribI4u(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glVertexAttribI4u(int, java.nio.ByteBuffer)">glVertexAttribI4u(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glVertexAttribI4u(int, java.nio.ShortBuffer)">glVertexAttribI4u(int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glVertexAttribI4u(int, java.nio.IntBuffer)">glVertexAttribI4u(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI4uEXT(int, java.nio.IntBuffer)">glVertexAttribI4uEXT(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI4uEXT(int, java.nio.ByteBuffer)">glVertexAttribI4uEXT(int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI4uEXT(int, java.nio.ShortBuffer)">glVertexAttribI4uEXT(int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glVertexAttribI4ui(int, int, int, int, int)">glVertexAttribI4ui(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glVertexAttribI4ui(int, int, int, int, int)">glVertexAttribI4ui(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI4uiEXT(int, int, int, int, int)">glVertexAttribI4uiEXT(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttribBinding.html#glVertexAttribIFormat(int, int, int, int)">glVertexAttribIFormat(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl">ARBVertexAttribBinding</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glVertexAttribIFormat(int, int, int, int)">glVertexAttribIFormat(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#glVertexAttribIFormatNV(int, int, int, int)">glVertexAttribIFormatNV(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glVertexAttribIPointer(int, int, int, int, java.nio.ByteBuffer)">glVertexAttribIPointer(int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glVertexAttribIPointer(int, int, int, int, java.nio.IntBuffer)">glVertexAttribIPointer(int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glVertexAttribIPointer(int, int, int, int, java.nio.ShortBuffer)">glVertexAttribIPointer(int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL30.html#glVertexAttribIPointer(int, int, int, int, long)">glVertexAttribIPointer(int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glVertexAttribIPointer(int, int, int, int, java.nio.ByteBuffer)">glVertexAttribIPointer(int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glVertexAttribIPointer(int, int, int, int, java.nio.IntBuffer)">glVertexAttribIPointer(int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glVertexAttribIPointer(int, int, int, int, java.nio.ShortBuffer)">glVertexAttribIPointer(int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glVertexAttribIPointer(int, int, int, int, long)">glVertexAttribIPointer(int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribIPointerEXT(int, int, int, int, java.nio.ByteBuffer)">glVertexAttribIPointerEXT(int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribIPointerEXT(int, int, int, int, java.nio.IntBuffer)">glVertexAttribIPointerEXT(int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribIPointerEXT(int, int, int, int, java.nio.ShortBuffer)">glVertexAttribIPointerEXT(int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribIPointerEXT(int, int, int, int, long)">glVertexAttribIPointerEXT(int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#glVertexAttribL1(int, java.nio.DoubleBuffer)">glVertexAttribL1(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glVertexAttribL1(int, java.nio.DoubleBuffer)">glVertexAttribL1(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#glVertexAttribL1d(int, double)">glVertexAttribL1d(int, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glVertexAttribL1d(int, double)">glVertexAttribL1d(int, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#glVertexAttribL1dEXT(int, double)">glVertexAttribL1dEXT(int, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#glVertexAttribL1EXT(int, java.nio.DoubleBuffer)">glVertexAttribL1EXT(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL1i64NV(int, long)">glVertexAttribL1i64NV(int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL1NV(int, java.nio.LongBuffer)">glVertexAttribL1NV(int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBindlessTexture.html#glVertexAttribL1uARB(int, java.nio.LongBuffer)">glVertexAttribL1uARB(int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBBindlessTexture.html#glVertexAttribL1ui64ARB(int, long)">glVertexAttribL1ui64ARB(int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL1ui64NV(int, long)">glVertexAttribL1ui64NV(int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL1uNV(int, java.nio.LongBuffer)">glVertexAttribL1uNV(int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#glVertexAttribL2(int, java.nio.DoubleBuffer)">glVertexAttribL2(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glVertexAttribL2(int, java.nio.DoubleBuffer)">glVertexAttribL2(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#glVertexAttribL2d(int, double, double)">glVertexAttribL2d(int, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glVertexAttribL2d(int, double, double)">glVertexAttribL2d(int, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#glVertexAttribL2dEXT(int, double, double)">glVertexAttribL2dEXT(int, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#glVertexAttribL2EXT(int, java.nio.DoubleBuffer)">glVertexAttribL2EXT(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL2i64NV(int, long, long)">glVertexAttribL2i64NV(int, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL2NV(int, java.nio.LongBuffer)">glVertexAttribL2NV(int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL2ui64NV(int, long, long)">glVertexAttribL2ui64NV(int, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL2uNV(int, java.nio.LongBuffer)">glVertexAttribL2uNV(int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#glVertexAttribL3(int, java.nio.DoubleBuffer)">glVertexAttribL3(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glVertexAttribL3(int, java.nio.DoubleBuffer)">glVertexAttribL3(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#glVertexAttribL3d(int, double, double, double)">glVertexAttribL3d(int, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glVertexAttribL3d(int, double, double, double)">glVertexAttribL3d(int, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#glVertexAttribL3dEXT(int, double, double, double)">glVertexAttribL3dEXT(int, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#glVertexAttribL3EXT(int, java.nio.DoubleBuffer)">glVertexAttribL3EXT(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL3i64NV(int, long, long, long)">glVertexAttribL3i64NV(int, long, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL3NV(int, java.nio.LongBuffer)">glVertexAttribL3NV(int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL3ui64NV(int, long, long, long)">glVertexAttribL3ui64NV(int, long, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL3uNV(int, java.nio.LongBuffer)">glVertexAttribL3uNV(int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#glVertexAttribL4(int, java.nio.DoubleBuffer)">glVertexAttribL4(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glVertexAttribL4(int, java.nio.DoubleBuffer)">glVertexAttribL4(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#glVertexAttribL4d(int, double, double, double, double)">glVertexAttribL4d(int, double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glVertexAttribL4d(int, double, double, double, double)">glVertexAttribL4d(int, double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#glVertexAttribL4dEXT(int, double, double, double, double)">glVertexAttribL4dEXT(int, double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#glVertexAttribL4EXT(int, java.nio.DoubleBuffer)">glVertexAttribL4EXT(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL4i64NV(int, long, long, long, long)">glVertexAttribL4i64NV(int, long, long, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL4NV(int, java.nio.LongBuffer)">glVertexAttribL4NV(int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL4ui64NV(int, long, long, long, long)">glVertexAttribL4ui64NV(int, long, long, long, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL4uNV(int, java.nio.LongBuffer)">glVertexAttribL4uNV(int, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttribBinding.html#glVertexAttribLFormat(int, int, int, int)">glVertexAttribLFormat(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl">ARBVertexAttribBinding</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glVertexAttribLFormat(int, int, int, int)">glVertexAttribLFormat(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribLFormatNV(int, int, int, int)">glVertexAttribLFormatNV(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#glVertexAttribLPointer(int, int, int, java.nio.DoubleBuffer)">glVertexAttribLPointer(int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#glVertexAttribLPointer(int, int, int, long)">glVertexAttribLPointer(int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glVertexAttribLPointer(int, int, int, java.nio.DoubleBuffer)">glVertexAttribLPointer(int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glVertexAttribLPointer(int, int, int, long)">glVertexAttribLPointer(int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#glVertexAttribLPointerEXT(int, int, int, java.nio.DoubleBuffer)">glVertexAttribLPointerEXT(int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#glVertexAttribLPointerEXT(int, int, int, long)">glVertexAttribLPointerEXT(int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexAttribP1u(int, int, boolean, java.nio.IntBuffer)">glVertexAttribP1u(int, int, boolean, IntBuffer)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glVertexAttribP1u(int, int, boolean, java.nio.IntBuffer)">glVertexAttribP1u(int, int, boolean, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexAttribP1ui(int, int, boolean, int)">glVertexAttribP1ui(int, int, boolean, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glVertexAttribP1ui(int, int, boolean, int)">glVertexAttribP1ui(int, int, boolean, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexAttribP2u(int, int, boolean, java.nio.IntBuffer)">glVertexAttribP2u(int, int, boolean, IntBuffer)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glVertexAttribP2u(int, int, boolean, java.nio.IntBuffer)">glVertexAttribP2u(int, int, boolean, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexAttribP2ui(int, int, boolean, int)">glVertexAttribP2ui(int, int, boolean, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glVertexAttribP2ui(int, int, boolean, int)">glVertexAttribP2ui(int, int, boolean, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexAttribP3u(int, int, boolean, java.nio.IntBuffer)">glVertexAttribP3u(int, int, boolean, IntBuffer)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glVertexAttribP3u(int, int, boolean, java.nio.IntBuffer)">glVertexAttribP3u(int, int, boolean, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexAttribP3ui(int, int, boolean, int)">glVertexAttribP3ui(int, int, boolean, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glVertexAttribP3ui(int, int, boolean, int)">glVertexAttribP3ui(int, int, boolean, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexAttribP4u(int, int, boolean, java.nio.IntBuffer)">glVertexAttribP4u(int, int, boolean, IntBuffer)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glVertexAttribP4u(int, int, boolean, java.nio.IntBuffer)">glVertexAttribP4u(int, int, boolean, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexAttribP4ui(int, int, boolean, int)">glVertexAttribP4ui(int, int, boolean, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glVertexAttribP4ui(int, int, boolean, int)">glVertexAttribP4ui(int, int, boolean, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDInterleavedElements.html#glVertexAttribParameteriAMD(int, int, int)">glVertexAttribParameteriAMD(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDInterleavedElements.html" title="class in org.lwjgl.opengl">AMDInterleavedElements</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glVertexAttribPointer(int, int, boolean, int, java.nio.DoubleBuffer)">glVertexAttribPointer(int, int, boolean, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glVertexAttribPointer(int, int, boolean, int, java.nio.FloatBuffer)">glVertexAttribPointer(int, int, boolean, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glVertexAttribPointer(int, int, boolean, boolean, int, java.nio.ByteBuffer)">glVertexAttribPointer(int, int, boolean, boolean, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glVertexAttribPointer(int, int, boolean, boolean, int, java.nio.IntBuffer)">glVertexAttribPointer(int, int, boolean, boolean, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glVertexAttribPointer(int, int, boolean, boolean, int, java.nio.ShortBuffer)">glVertexAttribPointer(int, int, boolean, boolean, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glVertexAttribPointer(int, int, int, boolean, int, long)">glVertexAttribPointer(int, int, int, boolean, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL20.html#glVertexAttribPointer(int, int, int, boolean, int, java.nio.ByteBuffer)">glVertexAttribPointer(int, int, int, boolean, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glVertexAttribPointer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glVertexAttribPointer(int, int, boolean, int, java.nio.FloatBuffer)">glVertexAttribPointer(int, int, boolean, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glVertexAttribPointer(int, int, boolean, boolean, int, java.nio.ByteBuffer)">glVertexAttribPointer(int, int, boolean, boolean, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glVertexAttribPointer(int, int, boolean, boolean, int, java.nio.IntBuffer)">glVertexAttribPointer(int, int, boolean, boolean, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glVertexAttribPointer(int, int, boolean, boolean, int, java.nio.ShortBuffer)">glVertexAttribPointer(int, int, boolean, boolean, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glVertexAttribPointer(int, int, int, boolean, int, long)">glVertexAttribPointer(int, int, int, boolean, int, long)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttribPointerARB(int, int, boolean, int, java.nio.DoubleBuffer)">glVertexAttribPointerARB(int, int, boolean, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttribPointerARB(int, int, boolean, int, java.nio.FloatBuffer)">glVertexAttribPointerARB(int, int, boolean, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttribPointerARB(int, int, boolean, boolean, int, java.nio.ByteBuffer)">glVertexAttribPointerARB(int, int, boolean, boolean, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttribPointerARB(int, int, boolean, boolean, int, java.nio.IntBuffer)">glVertexAttribPointerARB(int, int, boolean, boolean, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttribPointerARB(int, int, boolean, boolean, int, java.nio.ShortBuffer)">glVertexAttribPointerARB(int, int, boolean, boolean, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttribPointerARB(int, int, int, boolean, int, long)">glVertexAttribPointerARB(int, int, int, boolean, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttribPointerARB(int, int, boolean, int, java.nio.DoubleBuffer)">glVertexAttribPointerARB(int, int, boolean, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttribPointerARB(int, int, boolean, int, java.nio.FloatBuffer)">glVertexAttribPointerARB(int, int, boolean, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttribPointerARB(int, int, boolean, boolean, int, java.nio.ByteBuffer)">glVertexAttribPointerARB(int, int, boolean, boolean, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttribPointerARB(int, int, boolean, boolean, int, java.nio.IntBuffer)">glVertexAttribPointerARB(int, int, boolean, boolean, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttribPointerARB(int, int, boolean, boolean, int, java.nio.ShortBuffer)">glVertexAttribPointerARB(int, int, boolean, boolean, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttribPointerARB(int, int, int, boolean, int, long)">glVertexAttribPointerARB(int, int, int, boolean, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttribPointerARB(int, int, int, boolean, int, java.nio.ByteBuffer)">glVertexAttribPointerARB(int, int, int, boolean, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glVertexAttribPointerARB.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribPointerNV(int, int, int, int, java.nio.DoubleBuffer)">glVertexAttribPointerNV(int, int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribPointerNV(int, int, int, int, java.nio.FloatBuffer)">glVertexAttribPointerNV(int, int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribPointerNV(int, int, int, int, java.nio.ByteBuffer)">glVertexAttribPointerNV(int, int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribPointerNV(int, int, int, int, java.nio.IntBuffer)">glVertexAttribPointerNV(int, int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribPointerNV(int, int, int, int, java.nio.ShortBuffer)">glVertexAttribPointerNV(int, int, int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribPointerNV(int, int, int, int, long)">glVertexAttribPointerNV(int, int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVHalfFloat.html#glVertexAttribs1NV(int, java.nio.ShortBuffer)">glVertexAttribs1NV(int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribs1NV(int, java.nio.ShortBuffer)">glVertexAttribs1NV(int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribs1NV(int, java.nio.FloatBuffer)">glVertexAttribs1NV(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribs1NV(int, java.nio.DoubleBuffer)">glVertexAttribs1NV(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVHalfFloat.html#glVertexAttribs2NV(int, java.nio.ShortBuffer)">glVertexAttribs2NV(int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribs2NV(int, java.nio.ShortBuffer)">glVertexAttribs2NV(int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribs2NV(int, java.nio.FloatBuffer)">glVertexAttribs2NV(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribs2NV(int, java.nio.DoubleBuffer)">glVertexAttribs2NV(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVHalfFloat.html#glVertexAttribs3NV(int, java.nio.ShortBuffer)">glVertexAttribs3NV(int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribs3NV(int, java.nio.ShortBuffer)">glVertexAttribs3NV(int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribs3NV(int, java.nio.FloatBuffer)">glVertexAttribs3NV(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribs3NV(int, java.nio.DoubleBuffer)">glVertexAttribs3NV(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVHalfFloat.html#glVertexAttribs4NV(int, java.nio.ShortBuffer)">glVertexAttribs4NV(int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribs4NV(int, java.nio.ShortBuffer)">glVertexAttribs4NV(int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribs4NV(int, java.nio.FloatBuffer)">glVertexAttribs4NV(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribs4NV(int, java.nio.DoubleBuffer)">glVertexAttribs4NV(int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexAttribBinding.html#glVertexBindingDivisor(int, int)">glVertexBindingDivisor(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl">ARBVertexAttribBinding</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL43.html#glVertexBindingDivisor(int, int)">glVertexBindingDivisor(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#glVertexBlendARB(int)">glVertexBlendARB(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexBlendEnvfATI(int, float)">glVertexBlendEnvfATI(int, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexBlendEnviATI(int, int)">glVertexBlendEnviATI(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#glVertexFormatNV(int, int, int)">glVertexFormatNV(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexP2u(int, java.nio.IntBuffer)">glVertexP2u(int, IntBuffer)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glVertexP2u(int, java.nio.IntBuffer)">glVertexP2u(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexP2ui(int, int)">glVertexP2ui(int, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glVertexP2ui(int, int)">glVertexP2ui(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexP3u(int, java.nio.IntBuffer)">glVertexP3u(int, IntBuffer)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glVertexP3u(int, java.nio.IntBuffer)">glVertexP3u(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexP3ui(int, int)">glVertexP3ui(int, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glVertexP3ui(int, int)">glVertexP3ui(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexP4u(int, java.nio.IntBuffer)">glVertexP4u(int, IntBuffer)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glVertexP4u(int, java.nio.IntBuffer)">glVertexP4u(int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexP4ui(int, int)">glVertexP4ui(int, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL33.html#glVertexP4ui(int, int)">glVertexP4ui(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glVertexPointer(int, int, java.nio.DoubleBuffer)">glVertexPointer(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glVertexPointer(int, int, java.nio.FloatBuffer)">glVertexPointer(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glVertexPointer(int, int, java.nio.IntBuffer)">glVertexPointer(int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glVertexPointer(int, int, java.nio.ShortBuffer)">glVertexPointer(int, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glVertexPointer(int, int, int, long)">glVertexPointer(int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glVertexPointer(int, int, int, java.nio.ByteBuffer)">glVertexPointer(int, int, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd>
|
|
<div class="block">Overloads glVertexPointer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexStream2dATI(int, double, double)">glVertexStream2dATI(int, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexStream2fATI(int, float, float)">glVertexStream2fATI(int, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexStream2iATI(int, int, int)">glVertexStream2iATI(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexStream2sATI(int, short, short)">glVertexStream2sATI(int, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexStream3dATI(int, double, double, double)">glVertexStream3dATI(int, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexStream3fATI(int, float, float, float)">glVertexStream3fATI(int, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexStream3iATI(int, int, int, int)">glVertexStream3iATI(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexStream3sATI(int, short, short, short)">glVertexStream3sATI(int, short, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexStream4dATI(int, double, double, double, double)">glVertexStream4dATI(int, double, double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexStream4fATI(int, float, float, float, float)">glVertexStream4fATI(int, float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexStream4iATI(int, int, int, int, int)">glVertexStream4iATI(int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexStream4sATI(int, short, short, short, short)">glVertexStream4sATI(int, short, short, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexWeighting.html#glVertexWeightfEXT(float)">glVertexWeightfEXT(float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVHalfFloat.html#glVertexWeighthNV(short)">glVertexWeighthNV(short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexWeighting.html#glVertexWeightPointerEXT(int, int, java.nio.FloatBuffer)">glVertexWeightPointerEXT(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexWeighting.html#glVertexWeightPointerEXT(int, int, int, long)">glVertexWeightPointerEXT(int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#glVideoCaptureNV(int, java.nio.IntBuffer, java.nio.LongBuffer)">glVideoCaptureNV(int, IntBuffer, LongBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#glVideoCaptureStreamParameterNV(int, int, int, java.nio.IntBuffer)">glVideoCaptureStreamParameterNV(int, int, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#glVideoCaptureStreamParameterNV(int, int, int, java.nio.FloatBuffer)">glVideoCaptureStreamParameterNV(int, int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVVideoCapture.html#glVideoCaptureStreamParameterNV(int, int, int, java.nio.DoubleBuffer)">glVideoCaptureStreamParameterNV(int, int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL11.html#glViewport(int, int, int, int)">glViewport(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES20.html#glViewport(int, int, int, int)">glViewport(int, int, int, int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#glViewportArray(int, java.nio.FloatBuffer)">glViewportArray(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glViewportArray(int, java.nio.FloatBuffer)">glViewportArray(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#glViewportIndexed(int, java.nio.FloatBuffer)">glViewportIndexed(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glViewportIndexed(int, java.nio.FloatBuffer)">glViewportIndexed(int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBViewportArray.html#glViewportIndexedf(int, float, float, float, float)">glViewportIndexedf(int, float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL41.html#glViewportIndexedf(int, float, float, float, float)">glViewportIndexedf(int, float, float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBSync.html#glWaitSync(org.lwjgl.opengl.GLSync, int, long)">glWaitSync(GLSync, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL32.html#glWaitSync(org.lwjgl.opengl.GLSync, int, long)">glWaitSync(GLSync, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLES30.html#glWaitSync(org.lwjgl.opengles.GLSync, int, long)">glWaitSync(GLSync, int, long)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLESync.html#glWaitSyncAPPLE(org.lwjgl.opengles.GLSync, int, long)">glWaitSyncAPPLE(GLSync, int, long)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightARB(java.nio.ByteBuffer)">glWeightARB(ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightARB(java.nio.ShortBuffer)">glWeightARB(ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightARB(java.nio.IntBuffer)">glWeightARB(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightARB(java.nio.FloatBuffer)">glWeightARB(FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightARB(java.nio.DoubleBuffer)">glWeightARB(DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVPathRendering.html#glWeightPathsNV(int, java.nio.IntBuffer, java.nio.FloatBuffer)">glWeightPathsNV(int, IntBuffer, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightPointerARB(int, int, java.nio.DoubleBuffer)">glWeightPointerARB(int, int, DoubleBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightPointerARB(int, int, java.nio.FloatBuffer)">glWeightPointerARB(int, int, FloatBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightPointerARB(int, boolean, int, java.nio.ByteBuffer)">glWeightPointerARB(int, boolean, int, ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightPointerARB(int, boolean, int, java.nio.IntBuffer)">glWeightPointerARB(int, boolean, int, IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightPointerARB(int, boolean, int, java.nio.ShortBuffer)">glWeightPointerARB(int, boolean, int, ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightPointerARB(int, int, int, long)">glWeightPointerARB(int, int, int, long)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightuARB(java.nio.ByteBuffer)">glWeightuARB(ByteBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightuARB(java.nio.ShortBuffer)">glWeightuARB(ShortBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightuARB(java.nio.IntBuffer)">glWeightuARB(IntBuffer)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#glWindowPos2d(double, double)">glWindowPos2d(double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBWindowPos.html#glWindowPos2dARB(double, double)">glWindowPos2dARB(double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBWindowPos.html" title="class in org.lwjgl.opengl">ARBWindowPos</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#glWindowPos2f(float, float)">glWindowPos2f(float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBWindowPos.html#glWindowPos2fARB(float, float)">glWindowPos2fARB(float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBWindowPos.html" title="class in org.lwjgl.opengl">ARBWindowPos</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#glWindowPos2i(int, int)">glWindowPos2i(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBWindowPos.html#glWindowPos2iARB(int, int)">glWindowPos2iARB(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBWindowPos.html" title="class in org.lwjgl.opengl">ARBWindowPos</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBWindowPos.html#glWindowPos2sARB(short, short)">glWindowPos2sARB(short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBWindowPos.html" title="class in org.lwjgl.opengl">ARBWindowPos</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#glWindowPos3d(double, double, double)">glWindowPos3d(double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBWindowPos.html#glWindowPos3dARB(double, double, double)">glWindowPos3dARB(double, double, double)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBWindowPos.html" title="class in org.lwjgl.opengl">ARBWindowPos</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#glWindowPos3f(float, float, float)">glWindowPos3f(float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBWindowPos.html#glWindowPos3fARB(float, float, float)">glWindowPos3fARB(float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBWindowPos.html" title="class in org.lwjgl.opengl">ARBWindowPos</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL14.html#glWindowPos3i(int, int, int)">glWindowPos3i(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBWindowPos.html#glWindowPos3iARB(int, int, int)">glWindowPos3iARB(int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBWindowPos.html" title="class in org.lwjgl.opengl">ARBWindowPos</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBWindowPos.html#glWindowPos3sARB(short, short, short)">glWindowPos3sARB(short, short, short)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBWindowPos.html" title="class in org.lwjgl.opengl">ARBWindowPos</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTVertexShader.html#glWriteMaskEXT(int, int, int, int, int, int)">glWriteMaskEXT(int, int, int, int, int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferSRGB.html#GLX_FRAMEBUFFER_SRGB_CAPABLE_ARB">GLX_FRAMEBUFFER_SRGB_CAPABLE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferSRGB.html" title="class in org.lwjgl.opengl">ARBFramebufferSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attribList> parameter of glXChooseVisual, and by
|
|
the <attrib> parameter of glXGetConfig:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferSRGB.html#GLX_FRAMEBUFFER_SRGB_CAPABLE_EXT">GLX_FRAMEBUFFER_SRGB_CAPABLE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferSRGB.html" title="class in org.lwjgl.opengl">EXTFramebufferSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <attribList> parameter of glXChooseVisual, and by
|
|
the <attrib> parameter of glXGetConfig:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBColorBufferFloat.html#GLX_RGBA_FLOAT_BIT">GLX_RGBA_FLOAT_BIT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBColorBufferFloat.html" title="class in org.lwjgl.opengl">ARBColorBufferFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a bit set in the GLX_RENDER_TYPE variable</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBColorBufferFloat.html#GLX_RGBA_FLOAT_TYPE">GLX_RGBA_FLOAT_TYPE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBColorBufferFloat.html" title="class in org.lwjgl.opengl">ARBColorBufferFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as values of the <render_type> arguments in the
|
|
glXCreateNewContext and glXCreateContext functions</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPackedFloat.html#GLX_RGBA_UNSIGNED_FLOAT_BIT_EXT">GLX_RGBA_UNSIGNED_FLOAT_BIT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPackedFloat.html" title="class in org.lwjgl.opengl">EXTPackedFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by glXGetFBConfigAttrib (when <attribute> is set to
|
|
GLX_RENDER_TYPE) and accepted by the <attrib_list> parameter of
|
|
glXChooseFBConfig (following the GLX_RENDER_TYPE token):</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPackedFloat.html#GLX_RGBA_UNSIGNED_FLOAT_TYPE_EXT">GLX_RGBA_UNSIGNED_FLOAT_TYPE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPackedFloat.html" title="class in org.lwjgl.opengl">EXTPackedFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as values of the <render_type> arguments in the
|
|
glXCreateNewContext and glXCreateContext functions</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/InputImplementation.html#grabMouse(boolean)">grabMouse(boolean)</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableColor.html#GREEN">GREEN</a></span> - Static variable in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/GREMEDYFrameTerminator.html" title="class in org.lwjgl.opengl"><span class="strong">GREMEDYFrameTerminator</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/GREMEDYStringMarker.html" title="class in org.lwjgl.opengl"><span class="strong">GREMEDYStringMarker</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableColor.html#GREY">GREY</a></span> - Static variable in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#grow(int, int)">grow(int, int)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Resizes the <code>Rectangle</code> both horizontally and vertically.</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="_H_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">H</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLContextCallback.html#handleMessage(java.lang.String, java.nio.ByteBuffer)">handleMessage(String, ByteBuffer)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLContextCallback.html" title="class in org.lwjgl.opencl">CLContextCallback</a></dt>
|
|
<dd>
|
|
<div class="block">The callback method.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLEventCallback.html#handleMessage(org.lwjgl.opencl.CLEvent, int)">handleMessage(CLEvent, int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLEventCallback.html" title="class in org.lwjgl.opencl">CLEventCallback</a></dt>
|
|
<dd>
|
|
<div class="block">The callback method.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLMemObjectDestructorCallback.html#handleMessage(long)">handleMessage(long)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLMemObjectDestructorCallback.html" title="class in org.lwjgl.opencl">CLMemObjectDestructorCallback</a></dt>
|
|
<dd>
|
|
<div class="block">The callback method.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLPrintfCallback.html#handleMessage(java.lang.String)">handleMessage(String)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLPrintfCallback.html" title="class in org.lwjgl.opencl">CLPrintfCallback</a></dt>
|
|
<dd>
|
|
<div class="block">The callback method.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AMDDebugOutputCallback.Handler.html#handleMessage(int, int, int, java.lang.String)">handleMessage(int, int, int, String)</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AMDDebugOutputCallback.Handler.html" title="interface in org.lwjgl.opengl">AMDDebugOutputCallback.Handler</a></dt>
|
|
<dd>
|
|
<div class="block">This method will be called when an AMD_debug_output message is generated.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBDebugOutputCallback.Handler.html#handleMessage(int, int, int, int, java.lang.String)">handleMessage(int, int, int, int, String)</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBDebugOutputCallback.Handler.html" title="interface in org.lwjgl.opengl">ARBDebugOutputCallback.Handler</a></dt>
|
|
<dd>
|
|
<div class="block">This method will be called when an ARB_debug_output message is generated.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebugCallback.Handler.html#handleMessage(int, int, int, int, java.lang.String)">handleMessage(int, int, int, int, String)</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebugCallback.Handler.html" title="interface in org.lwjgl.opengl">KHRDebugCallback.Handler</a></dt>
|
|
<dd>
|
|
<div class="block">This method will be called when an ARB_debug_output message is generated.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebugCallback.Handler.html#handleMessage(int, int, int, int, java.lang.String)">handleMessage(int, int, int, int, String)</a></span> - Method in interface org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebugCallback.Handler.html" title="interface in org.lwjgl.opengles">KHRDebugCallback.Handler</a></dt>
|
|
<dd>
|
|
<div class="block">This method will be called when an ARB_debug_output message is generated.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/DisplayMode.html#hashCode()">hashCode()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/DisplayMode.html" title="class in org.lwjgl.opengl">DisplayMode</a></dt>
|
|
<dd>
|
|
<div class="block">Retrieves the hashcode for this object</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#hashCode()">hashCode()</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the current hash code of this buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerWrapperAbstract.html#hashCode()">hashCode()</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerWrapperAbstract.html" title="class in org.lwjgl">PointerWrapperAbstract</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#hashCode()">hashCode()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Hashcode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Dimension.html#hashCode()">hashCode()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util">Dimension</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the hash code for this <code>Dimension</code>.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Point.html#hashCode()">hashCode()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the hash code for this <code>Point</code>.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#hasRemaining()">hasRemaining()</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Tells whether there are any elements between the current position and
|
|
the limit.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Cursor.html#hasTimedOut()">hasTimedOut()</a></span> - Method in class org.lwjgl.input.<a href="./org/lwjgl/input/Cursor.html" title="class in org.lwjgl.input">Cursor</a></dt>
|
|
<dd>
|
|
<div class="block">Determines whether this cursor has timed out</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#hasWheel()">hasWheel()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/InputImplementation.html#hasWheel()">hasWheel()</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</a></dt>
|
|
<dd>
|
|
<div class="block">Query of wheel support</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#headless">headless</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">whether to run in headless mode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#headlessMessage">headlessMessage</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">messages to be passed via liveconnect in headless mode</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#headlessWaiting">headlessWaiting</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">whether to switch applets in headless mode or wait longer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/XRandR.Screen.html#height">height</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/XRandR.Screen.html" title="class in org.lwjgl.opengl">XRandR.Screen</a></dt>
|
|
<dd>
|
|
<div class="block">Height in pixels</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#hierarchyChanged(java.awt.event.HierarchyEvent)">hierarchyChanged(HierarchyEvent)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#HIGHPASS_DEFAULT_GAIN">HIGHPASS_DEFAULT_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#HIGHPASS_DEFAULT_GAINLF">HIGHPASS_DEFAULT_GAINLF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#HIGHPASS_MAX_GAIN">HIGHPASS_MAX_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#HIGHPASS_MAX_GAINLF">HIGHPASS_MAX_GAINLF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#HIGHPASS_MIN_GAIN">HIGHPASS_MIN_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#HIGHPASS_MIN_GAINLF">HIGHPASS_MIN_GAINLF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/HPOcclusionTest.html" title="class in org.lwjgl.opengl"><span class="strong">HPOcclusionTest</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
</dl>
|
|
<a name="_I_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">I</h2>
|
|
<dl>
|
|
<dt><a href="./org/lwjgl/opengl/IBMRasterposClip.html" title="class in org.lwjgl.opengl"><span class="strong">IBMRasterposClip</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#iget(long)">iget(long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#iget(org.lwjgl.util.mapped.MappedObject, int)">iget(MappedObject, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#IMAGE_FORMAT_COMPATIBILITY_BY_CLASS">IMAGE_FORMAT_COMPATIBILITY_BY_CLASS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <data> parameter of GetTexParameteriv, GetTexParameterfv,
|
|
GetTexParameterIiv, and GetTexParameterIuiv when <value> is
|
|
IMAGE_FORMAT_COMPATIBILITY_TYPE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GL42.html#IMAGE_FORMAT_COMPATIBILITY_BY_CLASS">IMAGE_FORMAT_COMPATIBILITY_BY_CLASS</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in the <data> parameter of GetTexParameteriv, GetTexParameterfv,
|
|
GetTexParameterIiv, and GetTexParameterIuiv when <value> is
|
|
IMAGE_FORMAT_COMPATIBILITY_TYPE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#imageUpdate(java.awt.Image, int, int, int, int, int)">imageUpdate(Image, int, int, int, int, int)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">When an animated gif frame is ready to be drawn the ImageObserver
|
|
will call this method.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengles/IMGMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles"><span class="strong">IMGMultisampledRenderToTexture</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/IMGProgramBinary.html" title="class in org.lwjgl.opengles"><span class="strong">IMGProgramBinary</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/IMGReadFormat.html" title="class in org.lwjgl.opengles"><span class="strong">IMGReadFormat</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/IMGShaderBinary.html" title="class in org.lwjgl.opengles"><span class="strong">IMGShaderBinary</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/IMGTextureCompressionPvrtc.html" title="class in org.lwjgl.opengles"><span class="strong">IMGTextureCompressionPvrtc</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#init()">init()</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#initContext(float, float, float)">initContext(float, float, float)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#initGL()">initGL()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd>
|
|
<div class="block">Override this to do initialising of the context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/Sys.html#initialize()">initialize()</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/Sys.html" title="class in org.lwjgl">Sys</a></dt>
|
|
<dd>
|
|
<div class="block">Initialization.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl"><span class="strong">InputImplementation</span></a> - Interface in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/INTELImmediateExecution.html" title="class in org.lwjgl.opencl"><span class="strong">INTELImmediateExecution</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/INTELMapTexture.html" title="class in org.lwjgl.opengl"><span class="strong">INTELMapTexture</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/INTELThreadLocalExec.html" title="class in org.lwjgl.opencl"><span class="strong">INTELThreadLocalExec</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#intersection(org.lwjgl.util.ReadableRectangle, org.lwjgl.util.Rectangle)">intersection(ReadableRectangle, Rectangle)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Computes the intersection of this <code>Rectangle</code> with the
|
|
specified <code>Rectangle</code>.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#intersects(org.lwjgl.util.ReadableRectangle)">intersects(ReadableRectangle)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Determines whether or not this <code>Rectangle</code> and the specified
|
|
<code>Rectangle</code> intersect.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix.html#invert()">invert()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix.html" title="class in org.lwjgl.util.vector">Matrix</a></dt>
|
|
<dd>
|
|
<div class="block">Invert this matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#invert()">invert()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</a></dt>
|
|
<dd>
|
|
<div class="block">Invert this matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#invert(org.lwjgl.util.vector.Matrix2f, org.lwjgl.util.vector.Matrix2f)">invert(Matrix2f, Matrix2f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Invert the source matrix and place the result in the destination matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#invert()">invert()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</a></dt>
|
|
<dd>
|
|
<div class="block">Invert this matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#invert(org.lwjgl.util.vector.Matrix3f, org.lwjgl.util.vector.Matrix3f)">invert(Matrix3f, Matrix3f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Invert the source matrix and put the result into the destination matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#invert()">invert()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd>
|
|
<div class="block">Invert this matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#invert(org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Matrix4f)">invert(Matrix4f, Matrix4f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Invert the source matrix and put the result in the destination</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#iput(int, long)">iput(int, long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#iput(org.lwjgl.util.mapped.MappedObject, int, int)">iput(MappedObject, int, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#is64Bit()">is64Bit()</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Returns true if the underlying architecture is 64bit.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/Sys.html#is64Bit()">is64Bit()</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/Sys.html" title="class in org.lwjgl">Sys</a></dt>
|
|
<dd>
|
|
<div class="block">Returns true if a 64bit implementation was loaded.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#isActive()">isActive()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Pbuffer.html#isBufferLost()">isBufferLost()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Method to test for validity of the buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#isButtonDown(int)">isButtonDown(int)</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd>
|
|
<div class="block">See if a particular mouse button is down.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#isButtonPressed(int)">isButtonPressed(int)</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Check if a button is currently pressed</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#isButtonPressed(int)">isButtonPressed(int)</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Check if a button is currently pressed</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#isClipMouseCoordinatesToWindow()">isClipMouseCoordinatesToWindow()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#isCloseRequested()">isCloseRequested()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controllers.html#isCreated()">isCreated()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#isCreated()">isCreated()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#isCreated()">isCreated()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/AL.html#isCreated()">isCreated()</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/AL.html" title="class in org.lwjgl.openal">AL</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CL.html#isCreated()">isCreated()</a></span> - Static method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CL.html" title="class in org.lwjgl.opencl">CL</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#isCreated()">isCreated()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#isCurrent()">isCurrent()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#isCurrent()">isCurrent()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Returns true if the Display's context is current in the current thread.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Drawable.html#isCurrent()">isCurrent()</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Drawable.html" title="interface in org.lwjgl.opengl">Drawable</a></dt>
|
|
<dd>
|
|
<div class="block">Returns true if the Drawable's context is current in the current thread.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextAttribs.html#isDebug()">isDebug()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#isDirty()">isDirty()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Determine if the window's contents have been damaged by external events.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFXUtil.html#isEffectSupported(int)">isEffectSupported(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFXUtil.html" title="class in org.lwjgl.openal">EFXUtil</a></dt>
|
|
<dd>
|
|
<div class="block">Tests OpenAL to see whether the given effect type is supported.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFXUtil.html#isEfxSupported()">isEfxSupported()</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFXUtil.html" title="class in org.lwjgl.openal">EFXUtil</a></dt>
|
|
<dd>
|
|
<div class="block">Checks if OpenAL implementation is loaded and supports ALC_EXT_EFX.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#isEmpty()">isEmpty()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Determines whether or not this <code>Rectangle</code> is empty.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controllers.html#isEventAxis()">isEventAxis()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</a></dt>
|
|
<dd>
|
|
<div class="block">Check if the current event was caused by a axis</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controllers.html#isEventButton()">isEventButton()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</a></dt>
|
|
<dd>
|
|
<div class="block">Check if the current event was caused by a button</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controllers.html#isEventPovX()">isEventPovX()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</a></dt>
|
|
<dd>
|
|
<div class="block">Check if the current event was cause by the POV x-axis</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controllers.html#isEventPovY()">isEventPovY()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</a></dt>
|
|
<dd>
|
|
<div class="block">Check if the current event was cause by the POV x-axis</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controllers.html#isEventXAxis()">isEventXAxis()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</a></dt>
|
|
<dd>
|
|
<div class="block">Check if the current event was caused by movement on the x-axis</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controllers.html#isEventYAxis()">isEventYAxis()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</a></dt>
|
|
<dd>
|
|
<div class="block">Check if the current event was caused by movement on the y-axis</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLDisplay.html#isExtensionSupported(java.lang.String)">isExtensionSupported(String)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLDisplay.html" title="class in org.lwjgl.opengles">EGLDisplay</a></dt>
|
|
<dd>
|
|
<div class="block">Returns true if the specified EGL extension is supported by this EGL display.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFXUtil.html#isFilterSupported(int)">isFilterSupported(int)</a></span> - Static method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFXUtil.html" title="class in org.lwjgl.openal">EFXUtil</a></dt>
|
|
<dd>
|
|
<div class="block">Tests OpenAL to see whether the given filter type is supported.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#isFloatingPoint()">isFloatingPoint()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextAttribs.html#isForwardCompatible()">isForwardCompatible()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#isFullscreen()">isFullscreen()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/DisplayMode.html#isFullscreenCapable()">isFullscreenCapable()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/DisplayMode.html" title="class in org.lwjgl.opengl">DisplayMode</a></dt>
|
|
<dd>
|
|
<div class="block">True iff this instance can be used for fullscreen modes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#isGrabbed()">isGrabbed()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#isInsideWindow()">isInsideWindow()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd>
|
|
<div class="block">Retrieves whether or not the mouse cursor is within the bounds of the window.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/InputImplementation.html#isInsideWindow()">isInsideWindow()</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#isKeyDown(int)">isKeyDown(int)</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd>
|
|
<div class="block">Checks to see if a key is down.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLUtil.html#isMacOSXEqualsOrBetterThan(int, int)">isMacOSXEqualsOrBetterThan(int, int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</a></dt>
|
|
<dd>
|
|
<div class="block">Method to determine if the current system is running a version of
|
|
Mac OS X better than the given version.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#isMinJREVersionAvailable()">isMinJREVersionAvailable()</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">When this method is supplied with a JRE version it will compare it to the
|
|
current JRE version.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Timer.html#isPaused()">isPaused()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Timer.html" title="class in org.lwjgl.util">Timer</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextAttribs.html#isProfileCompatibility()">isProfileCompatibility()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextAttribs.html#isProfileCore()">isProfileCore()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextAttribs.html#isProfileES()">isProfileES()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#isReadOnly()">isReadOnly()</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#isRepeatEvent()">isRepeatEvent()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#isResizable()">isResizable()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#isSRGB()">isSRGB()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#isStereo()">isStereo()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/jinput/LWJGLEnvironmentPlugin.html#isSupported()">isSupported()</a></span> - Method in class org.lwjgl.util.jinput.<a href="./org/lwjgl/util/jinput/LWJGLEnvironmentPlugin.html" title="class in org.lwjgl.util.jinput">LWJGLEnvironmentPlugin</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PixelFormat.Attrib.html#isSurfaceAttrib()">isSurfaceAttrib()</a></span> - Method in enum org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PixelFormat.Attrib.html" title="enum in org.lwjgl.opengles">PixelFormat.Attrib</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALCcontext.html#isValid()">isValid()</a></span> - Method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALCcontext.html" title="class in org.lwjgl.openal">ALCcontext</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/ALCdevice.html#isValid()">isValid()</a></span> - Method in class org.lwjgl.openal.<a href="./org/lwjgl/openal/ALCdevice.html" title="class in org.lwjgl.openal">ALCdevice</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerWrapperAbstract.html#isValid()">isValid()</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerWrapperAbstract.html" title="class in org.lwjgl">PointerWrapperAbstract</a></dt>
|
|
<dd>
|
|
<div class="block">Returns true if this object represents a valid pointer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#isVisible()">isVisible()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#isZipValid(java.io.File)">isZipValid(File)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">This method will check if a zip file is valid by running through it
|
|
and checking for any corruption and CRC failures</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#ivget(long)">ivget(long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#ivget(org.lwjgl.util.mapped.MappedObject, int)">ivget(MappedObject, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#ivput(int, long)">ivput(int, long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#ivput(org.lwjgl.util.mapped.MappedObject, int, int)">ivput(MappedObject, int, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
</dl>
|
|
<a name="_J_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">J</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#jget(long)">jget(long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#jget(org.lwjgl.util.mapped.MappedObject, int)">jget(MappedObject, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#jput(long, long)">jput(long, long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#jput(org.lwjgl.util.mapped.MappedObject, long, int)">jput(MappedObject, long, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#jvget(long)">jvget(long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#jvget(org.lwjgl.util.mapped.MappedObject, int)">jvget(MappedObject, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#jvput(long, long)">jvput(long, long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#jvput(org.lwjgl.util.mapped.MappedObject, long, int)">jvput(MappedObject, long, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
</dl>
|
|
<a name="_K_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">K</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_0">KEY_0</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_1">KEY_1</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_2">KEY_2</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_3">KEY_3</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_4">KEY_4</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_5">KEY_5</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_6">KEY_6</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_7">KEY_7</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_8">KEY_8</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_9">KEY_9</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_A">KEY_A</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_ADD">KEY_ADD</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_APOSTROPHE">KEY_APOSTROPHE</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_APPS">KEY_APPS</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_AT">KEY_AT</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_AX">KEY_AX</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_B">KEY_B</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_BACK">KEY_BACK</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_BACKSLASH">KEY_BACKSLASH</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_C">KEY_C</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_CAPITAL">KEY_CAPITAL</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_CIRCUMFLEX">KEY_CIRCUMFLEX</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_CLEAR">KEY_CLEAR</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_COLON">KEY_COLON</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_COMMA">KEY_COMMA</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_CONVERT">KEY_CONVERT</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_D">KEY_D</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_DECIMAL">KEY_DECIMAL</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_DELETE">KEY_DELETE</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_DIVIDE">KEY_DIVIDE</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_DOWN">KEY_DOWN</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_E">KEY_E</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_END">KEY_END</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_EQUALS">KEY_EQUALS</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_ESCAPE">KEY_ESCAPE</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_F">KEY_F</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_F1">KEY_F1</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_F10">KEY_F10</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_F11">KEY_F11</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_F12">KEY_F12</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_F13">KEY_F13</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_F14">KEY_F14</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_F15">KEY_F15</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_F16">KEY_F16</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_F17">KEY_F17</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_F18">KEY_F18</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_F19">KEY_F19</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_F2">KEY_F2</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_F3">KEY_F3</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_F4">KEY_F4</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_F5">KEY_F5</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_F6">KEY_F6</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_F7">KEY_F7</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_F8">KEY_F8</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_F9">KEY_F9</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_FUNCTION">KEY_FUNCTION</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_G">KEY_G</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_GRAVE">KEY_GRAVE</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_H">KEY_H</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_HOME">KEY_HOME</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_I">KEY_I</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_INSERT">KEY_INSERT</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_J">KEY_J</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_K">KEY_K</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_KANA">KEY_KANA</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_KANJI">KEY_KANJI</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_L">KEY_L</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_LBRACKET">KEY_LBRACKET</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_LCONTROL">KEY_LCONTROL</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_LEFT">KEY_LEFT</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_LMENU">KEY_LMENU</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_LMETA">KEY_LMETA</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_LSHIFT">KEY_LSHIFT</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_LWIN">KEY_LWIN</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><i>Use KEY_LMETA instead</i></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_M">KEY_M</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_MINUS">KEY_MINUS</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_MULTIPLY">KEY_MULTIPLY</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_N">KEY_N</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_NEXT">KEY_NEXT</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_NOCONVERT">KEY_NOCONVERT</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_NONE">KEY_NONE</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd>
|
|
<div class="block">The special keycode meaning that only the
|
|
translated character is valid.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_NUMLOCK">KEY_NUMLOCK</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_NUMPAD0">KEY_NUMPAD0</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_NUMPAD1">KEY_NUMPAD1</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_NUMPAD2">KEY_NUMPAD2</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_NUMPAD3">KEY_NUMPAD3</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_NUMPAD4">KEY_NUMPAD4</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_NUMPAD5">KEY_NUMPAD5</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_NUMPAD6">KEY_NUMPAD6</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_NUMPAD7">KEY_NUMPAD7</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_NUMPAD8">KEY_NUMPAD8</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_NUMPAD9">KEY_NUMPAD9</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_NUMPADCOMMA">KEY_NUMPADCOMMA</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_NUMPADENTER">KEY_NUMPADENTER</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_NUMPADEQUALS">KEY_NUMPADEQUALS</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_O">KEY_O</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_P">KEY_P</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_PAUSE">KEY_PAUSE</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_PERIOD">KEY_PERIOD</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_POWER">KEY_POWER</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_PRIOR">KEY_PRIOR</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_Q">KEY_Q</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_R">KEY_R</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_RBRACKET">KEY_RBRACKET</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_RCONTROL">KEY_RCONTROL</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_RETURN">KEY_RETURN</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_RIGHT">KEY_RIGHT</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_RMENU">KEY_RMENU</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_RMETA">KEY_RMETA</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_RSHIFT">KEY_RSHIFT</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_RWIN">KEY_RWIN</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd>
|
|
<div class="block"><span class="strong">Deprecated.</span>
|
|
<div class="block"><i>Use KEY_RMETA instead</i></div>
|
|
</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_S">KEY_S</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_SCROLL">KEY_SCROLL</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_SECTION">KEY_SECTION</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_SEMICOLON">KEY_SEMICOLON</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_SLASH">KEY_SLASH</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_SLEEP">KEY_SLEEP</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_SPACE">KEY_SPACE</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_STOP">KEY_STOP</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_SUBTRACT">KEY_SUBTRACT</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_SYSRQ">KEY_SYSRQ</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_T">KEY_T</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_TAB">KEY_TAB</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_U">KEY_U</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_UNDERLINE">KEY_UNDERLINE</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_UNLABELED">KEY_UNLABELED</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_UP">KEY_UP</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_V">KEY_V</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_W">KEY_W</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_X">KEY_X</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_Y">KEY_Y</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_YEN">KEY_YEN</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEY_Z">KEY_Z</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input"><span class="strong">Keyboard</span></a> - Class in <a href="./org/lwjgl/input/package-summary.html">org.lwjgl.input</a></dt>
|
|
<dd>
|
|
<div class="block"><br>
|
|
A raw Keyboard interface.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#KEYBOARD_SIZE">KEYBOARD_SIZE</a></span> - Static variable in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl"><span class="strong">KHRDebug</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles"><span class="strong">KHRDebug</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/KHRDebugCallback.html" title="class in org.lwjgl.opengl"><span class="strong">KHRDebugCallback</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block">Instances of this class are needed to use the callback functionality of the KHR_debug extension.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebugCallback.html#KHRDebugCallback()">KHRDebugCallback()</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebugCallback.html" title="class in org.lwjgl.opengl">KHRDebugCallback</a></dt>
|
|
<dd>
|
|
<div class="block">Creates an KHRebugCallback with a default callback handler.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/KHRDebugCallback.html#KHRDebugCallback(org.lwjgl.opengl.KHRDebugCallback.Handler)">KHRDebugCallback(KHRDebugCallback.Handler)</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/KHRDebugCallback.html" title="class in org.lwjgl.opengl">KHRDebugCallback</a></dt>
|
|
<dd>
|
|
<div class="block">Creates an ARBDebugOutputCallback with the specified callback handler.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengles/KHRDebugCallback.html" title="class in org.lwjgl.opengles"><span class="strong">KHRDebugCallback</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd>
|
|
<div class="block">Instances of this class are needed to use the callback functionality of the KHR_debug extension.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebugCallback.html#KHRDebugCallback()">KHRDebugCallback()</a></span> - Constructor for class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebugCallback.html" title="class in org.lwjgl.opengles">KHRDebugCallback</a></dt>
|
|
<dd>
|
|
<div class="block">Creates an KHRebugCallback with a default callback handler.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/KHRDebugCallback.html#KHRDebugCallback(org.lwjgl.opengles.KHRDebugCallback.Handler)">KHRDebugCallback(KHRDebugCallback.Handler)</a></span> - Constructor for class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/KHRDebugCallback.html" title="class in org.lwjgl.opengles">KHRDebugCallback</a></dt>
|
|
<dd>
|
|
<div class="block">Creates an ARBDebugOutputCallback with the specified callback handler.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/KHRDebugCallback.Handler.html" title="interface in org.lwjgl.opengl"><span class="strong">KHRDebugCallback.Handler</span></a> - Interface in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block">Implementations of this interface can be used to receive ARB_debug_output notifications.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengles/KHRDebugCallback.Handler.html" title="interface in org.lwjgl.opengles"><span class="strong">KHRDebugCallback.Handler</span></a> - Interface in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd>
|
|
<div class="block">Implementations of this interface can be used to receive ARB_debug_output notifications.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opencl/KHRDepthImages.html" title="class in org.lwjgl.opencl"><span class="strong">KHRDepthImages</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/KHRFp16.html" title="class in org.lwjgl.opencl"><span class="strong">KHRFp16</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/KHRFp64.html" title="class in org.lwjgl.opencl"><span class="strong">KHRFp64</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/KHRGLDepthImages.html" title="class in org.lwjgl.opencl"><span class="strong">KHRGLDepthImages</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/KHRGLEvent.html" title="class in org.lwjgl.opencl"><span class="strong">KHRGLEvent</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/KHRGLMsaaSharing.html" title="class in org.lwjgl.opencl"><span class="strong">KHRGLMsaaSharing</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/KHRGLSharing.html" title="class in org.lwjgl.opencl"><span class="strong">KHRGLSharing</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/KHRICD.html" title="class in org.lwjgl.opencl"><span class="strong">KHRICD</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/KHRImage2DFromBuffer.html" title="class in org.lwjgl.opencl"><span class="strong">KHRImage2DFromBuffer</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/KHRInitializeMemory.html" title="class in org.lwjgl.opencl"><span class="strong">KHRInitializeMemory</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/KHRSubgroups.html" title="class in org.lwjgl.opencl"><span class="strong">KHRSubgroups</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/KHRTerminateContext.html" title="class in org.lwjgl.opencl"><span class="strong">KHRTerminateContext</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl"><span class="strong">KHRTextureCompressionAstcLdr</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles"><span class="strong">KHRTextureCompressionAstcLdr</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
</dl>
|
|
<a name="_L_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">L</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/ReadableVector.html#length()">length()</a></span> - Method in interface org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/ReadableVector.html" title="interface in org.lwjgl.util.vector">ReadableVector</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector.html#length()">length()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector.html" title="class in org.lwjgl.util.vector">Vector</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#lengthSquared()">lengthSquared()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/ReadableVector.html#lengthSquared()">lengthSquared()</a></span> - Method in interface org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/ReadableVector.html" title="interface in org.lwjgl.util.vector">ReadableVector</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector.html#lengthSquared()">lengthSquared()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector.html" title="class in org.lwjgl.util.vector">Vector</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector2f.html#lengthSquared()">lengthSquared()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#lengthSquared()">lengthSquared()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#lengthSquared()">lengthSquared()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#limit()">limit()</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Returns this buffer's limit.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#limit(int)">limit(int)</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Sets this buffer's limit.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix.html#load(java.nio.FloatBuffer)">load(FloatBuffer)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix.html" title="class in org.lwjgl.util.vector">Matrix</a></dt>
|
|
<dd>
|
|
<div class="block">Load from a float buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#load(org.lwjgl.util.vector.Matrix2f)">load(Matrix2f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</a></dt>
|
|
<dd>
|
|
<div class="block">Load from another matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#load(org.lwjgl.util.vector.Matrix2f, org.lwjgl.util.vector.Matrix2f)">load(Matrix2f, Matrix2f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Copy the source matrix to the destination matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#load(java.nio.FloatBuffer)">load(FloatBuffer)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</a></dt>
|
|
<dd>
|
|
<div class="block">Load from a float buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#load(org.lwjgl.util.vector.Matrix3f)">load(Matrix3f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</a></dt>
|
|
<dd>
|
|
<div class="block">Load from another matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#load(org.lwjgl.util.vector.Matrix3f, org.lwjgl.util.vector.Matrix3f)">load(Matrix3f, Matrix3f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Copy source matrix to destination matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#load(java.nio.FloatBuffer)">load(FloatBuffer)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</a></dt>
|
|
<dd>
|
|
<div class="block">Load from a float buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#load(org.lwjgl.util.vector.Matrix4f)">load(Matrix4f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd>
|
|
<div class="block">Load from another matrix4f</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#load(org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Matrix4f)">load(Matrix4f, Matrix4f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Copy the source matrix to the destination matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#load(java.nio.FloatBuffer)">load(FloatBuffer)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd>
|
|
<div class="block">Load from a float buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#load(java.nio.FloatBuffer)">load(FloatBuffer)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector.html#load(java.nio.FloatBuffer)">load(FloatBuffer)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector.html" title="class in org.lwjgl.util.vector">Vector</a></dt>
|
|
<dd>
|
|
<div class="block">Load this vector from a FloatBuffer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector2f.html#load(java.nio.FloatBuffer)">load(FloatBuffer)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</a></dt>
|
|
<dd>
|
|
<div class="block">Load this vector from a FloatBuffer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#load(java.nio.FloatBuffer)">load(FloatBuffer)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#load(java.nio.FloatBuffer)">load(FloatBuffer)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/XPMFile.html#load(java.lang.String)">load(String)</a></span> - Static method in class org.lwjgl.util.<a href="./org/lwjgl/util/XPMFile.html" title="class in org.lwjgl.util">XPMFile</a></dt>
|
|
<dd>
|
|
<div class="block">Loads the XPM file</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/XPMFile.html#load(java.io.InputStream)">load(InputStream)</a></span> - Static method in class org.lwjgl.util.<a href="./org/lwjgl/util/XPMFile.html" title="class in org.lwjgl.util">XPMFile</a></dt>
|
|
<dd>
|
|
<div class="block">Loads the XPM file</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObjectClassLoader.html#loadClass(java.lang.String, boolean)">loadClass(String, boolean)</a></span> - Method in class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedObjectClassLoader.html" title="class in org.lwjgl.util.mapped">MappedObjectClassLoader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#loaderThread">loaderThread</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">actual thread that does the loading</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#loadJarURLs()">loadJarURLs()</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">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</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObjectClassLoader.html#loadMappedObject()">loadMappedObject()</a></span> - Method in class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedObjectClassLoader.html" title="class in org.lwjgl.util.mapped">MappedObjectClassLoader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GLContext.html#loadOpenGLLibrary()">loadOpenGLLibrary()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GLContext.html" title="class in org.lwjgl.opengl">GLContext</a></dt>
|
|
<dd>
|
|
<div class="block">If the OpenGL reference count is 0, the library is loaded.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLContext.html#loadOpenGLLibrary()">loadOpenGLLibrary()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLContext.html" title="class in org.lwjgl.opengles">GLContext</a></dt>
|
|
<dd>
|
|
<div class="block">If the OpenGL reference count is 0, the library is loaded.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix.html#loadTranspose(java.nio.FloatBuffer)">loadTranspose(FloatBuffer)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix.html" title="class in org.lwjgl.util.vector">Matrix</a></dt>
|
|
<dd>
|
|
<div class="block">Load from a float buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#loadTranspose(java.nio.FloatBuffer)">loadTranspose(FloatBuffer)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</a></dt>
|
|
<dd>
|
|
<div class="block">Load from a float buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#loadTranspose(java.nio.FloatBuffer)">loadTranspose(FloatBuffer)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</a></dt>
|
|
<dd>
|
|
<div class="block">Load from a float buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#loadTranspose(java.nio.FloatBuffer)">loadTranspose(FloatBuffer)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd>
|
|
<div class="block">Load from a float buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLUtil.html#log(java.lang.CharSequence)">log(CharSequence)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</a></dt>
|
|
<dd>
|
|
<div class="block">Prints the given message to System.err if DEBUG is true.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#logo">logo</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">logo to be shown while loading</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#logoBuffer">logoBuffer</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">logo to be shown while loading</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#LOWPASS_DEFAULT_GAIN">LOWPASS_DEFAULT_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#LOWPASS_DEFAULT_GAINHF">LOWPASS_DEFAULT_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#LOWPASS_MAX_GAIN">LOWPASS_MAX_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#LOWPASS_MAX_GAINHF">LOWPASS_MAX_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#LOWPASS_MIN_GAIN">LOWPASS_MIN_GAIN</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/EFX10.html#LOWPASS_MIN_GAINHF">LOWPASS_MIN_GAINHF</a></span> - Static variable in class org.lwjgl.openal.<a href="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableColor.html#LTGREY">LTGREY</a></span> - Static variable in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#lwjglApplet">lwjglApplet</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">applet to load after all downloads are complete</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/jinput/LWJGLEnvironmentPlugin.html" title="class in org.lwjgl.util.jinput"><span class="strong">LWJGLEnvironmentPlugin</span></a> - Class in <a href="./org/lwjgl/util/jinput/package-summary.html">org.lwjgl.util.jinput</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/jinput/LWJGLEnvironmentPlugin.html#LWJGLEnvironmentPlugin()">LWJGLEnvironmentPlugin()</a></span> - Constructor for class org.lwjgl.util.jinput.<a href="./org/lwjgl/util/jinput/LWJGLEnvironmentPlugin.html" title="class in org.lwjgl.util.jinput">LWJGLEnvironmentPlugin</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/LWJGLException.html" title="class in org.lwjgl"><span class="strong">LWJGLException</span></a> - Exception in <a href="./org/lwjgl/package-summary.html">org.lwjgl</a></dt>
|
|
<dd>
|
|
<div class="block">
|
|
This exception is supplied to make exception handling more generic for LWJGL
|
|
specific exceptions</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLException.html#LWJGLException()">LWJGLException()</a></span> - Constructor for exception org.lwjgl.<a href="./org/lwjgl/LWJGLException.html" title="class in org.lwjgl">LWJGLException</a></dt>
|
|
<dd>
|
|
<div class="block">Plain c'tor</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLException.html#LWJGLException(java.lang.String)">LWJGLException(String)</a></span> - Constructor for exception org.lwjgl.<a href="./org/lwjgl/LWJGLException.html" title="class in org.lwjgl">LWJGLException</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a new LWJGLException</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLException.html#LWJGLException(java.lang.String, java.lang.Throwable)">LWJGLException(String, Throwable)</a></span> - Constructor for exception org.lwjgl.<a href="./org/lwjgl/LWJGLException.html" title="class in org.lwjgl">LWJGLException</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLException.html#LWJGLException(java.lang.Throwable)">LWJGLException(Throwable)</a></span> - Constructor for exception org.lwjgl.<a href="./org/lwjgl/LWJGLException.html" title="class in org.lwjgl">LWJGLException</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLUtil.html#LWJGLIcon16x16">LWJGLIcon16x16</a></span> - Static variable in class org.lwjgl.<a href="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</a></dt>
|
|
<dd>
|
|
<div class="block">LWJGL Logo - 16 by 16 pixels</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLUtil.html#LWJGLIcon32x32">LWJGLIcon32x32</a></span> - Static variable in class org.lwjgl.<a href="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</a></dt>
|
|
<dd>
|
|
<div class="block">LWJGL Logo - 32 by 32 pixels</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl"><span class="strong">LWJGLUtil</span></a> - Class in <a href="./org/lwjgl/package-summary.html">org.lwjgl</a></dt>
|
|
<dd>
|
|
<div class="block">
|
|
Internal library methods</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLUtil.html#LWJGLUtil()">LWJGLUtil()</a></span> - Constructor for class org.lwjgl.<a href="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/LWJGLUtil.TokenFilter.html" title="interface in org.lwjgl"><span class="strong">LWJGLUtil.TokenFilter</span></a> - Interface in <a href="./org/lwjgl/package-summary.html">org.lwjgl</a></dt>
|
|
<dd>
|
|
<div class="block">Simple interface for Field filtering.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#lzmaSupported">lzmaSupported</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">whether lzma is supported</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="_M_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">M</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#m00">m00</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#m00">m00</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#m00">m00</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#m01">m01</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#m01">m01</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#m01">m01</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#m02">m02</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#m02">m02</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#m03">m03</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#m10">m10</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#m10">m10</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#m10">m10</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#m11">m11</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#m11">m11</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#m11">m11</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#m12">m12</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#m12">m12</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#m13">m13</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#m20">m20</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#m20">m20</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#m21">m21</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#m21">m21</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#m22">m22</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#m22">m22</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#m23">m23</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#m30">m30</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#m31">m31</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#m32">m32</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#m33">m33</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/XPMFile.html#main(java.lang.String[])">main(String[])</a></span> - Static method in class org.lwjgl.util.<a href="./org/lwjgl/util/XPMFile.html" title="class in org.lwjgl.util">XPMFile</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#majorVersion">majorVersion</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLPlatformCapabilities.html#majorVersion">majorVersion</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#makeCurrent()">makeCurrent()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd>
|
|
<div class="block">Make the canvas' context current.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#makeCurrent()">makeCurrent()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Make the Display the current rendering context for GL calls.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Drawable.html#makeCurrent()">makeCurrent()</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Drawable.html" title="interface in org.lwjgl.opengl">Drawable</a></dt>
|
|
<dd>
|
|
<div class="block">Makes the Drawable's context current in the current thread.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLContext.html#makeCurrent(org.lwjgl.opengles.EGLSurface)">makeCurrent(EGLSurface)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLContext.html" title="class in org.lwjgl.opengles">EGLContext</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLContext.html#makeCurrent(org.lwjgl.opengles.EGLSurface, org.lwjgl.opengles.EGLSurface)">makeCurrent(EGLSurface, EGLSurface)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLContext.html" title="class in org.lwjgl.opengles">EGLContext</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObject.html#malloc(int)">malloc(int)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">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.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObject.html#map(java.nio.ByteBuffer)">map(ByteBuffer)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Creates a MappedObject instance, mapping the memory region of the specified direct ByteBuffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObject.html#map(long, int)">map(long, int)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Creates a MappedObject instance, mapping the memory region specified.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/mapped/MappedField.html" title="annotation in org.lwjgl.util.mapped"><span class="strong">MappedField</span></a> - Annotation Type in <a href="./org/lwjgl/util/mapped/package-summary.html">org.lwjgl.util.mapped</a></dt>
|
|
<dd>
|
|
<div class="block">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.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped"><span class="strong">MappedHelper</span></a> - Class in <a href="./org/lwjgl/util/mapped/package-summary.html">org.lwjgl.util.mapped</a></dt>
|
|
<dd>
|
|
<div class="block">[INTERNAL USE ONLY]
|
|
<p/>
|
|
Helper class used by the bytecode transformer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#MappedHelper()">MappedHelper()</a></span> - Constructor for class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped"><span class="strong">MappedObject</span></a> - Class in <a href="./org/lwjgl/util/mapped/package-summary.html">org.lwjgl.util.mapped</a></dt>
|
|
<dd>
|
|
<div class="block">Base superclass of all mapped objects.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObject.html#MappedObject()">MappedObject()</a></span> - Constructor for class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/mapped/MappedObjectClassLoader.html" title="class in org.lwjgl.util.mapped"><span class="strong">MappedObjectClassLoader</span></a> - Class in <a href="./org/lwjgl/util/mapped/package-summary.html">org.lwjgl.util.mapped</a></dt>
|
|
<dd>
|
|
<div class="block">This classloader is responsible for applying the bytecode transformation to mapped objects.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/mapped/MappedObjectTransformer.html" title="class in org.lwjgl.util.mapped"><span class="strong">MappedObjectTransformer</span></a> - Class in <a href="./org/lwjgl/util/mapped/package-summary.html">org.lwjgl.util.mapped</a></dt>
|
|
<dd>
|
|
<div class="block">This class implements the bytecode transformation that mapped object go through.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObjectTransformer.html#MappedObjectTransformer()">MappedObjectTransformer()</a></span> - Constructor for class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedObjectTransformer.html" title="class in org.lwjgl.util.mapped">MappedObjectTransformer</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/mapped/MappedSet.html" title="class in org.lwjgl.util.mapped"><span class="strong">MappedSet</span></a> - Class in <a href="./org/lwjgl/util/mapped/package-summary.html">org.lwjgl.util.mapped</a></dt>
|
|
<dd>
|
|
<div class="block">Factory for mapped sets.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedSet.html#MappedSet()">MappedSet()</a></span> - Constructor for class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedSet.html" title="class in org.lwjgl.util.mapped">MappedSet</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/mapped/MappedSet2.html" title="class in org.lwjgl.util.mapped"><span class="strong">MappedSet2</span></a> - Class in <a href="./org/lwjgl/util/mapped/package-summary.html">org.lwjgl.util.mapped</a></dt>
|
|
<dd>
|
|
<div class="block"><code>MappedSet</code> implementation for two <code>MappedObject</code>s.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/mapped/MappedSet3.html" title="class in org.lwjgl.util.mapped"><span class="strong">MappedSet3</span></a> - Class in <a href="./org/lwjgl/util/mapped/package-summary.html">org.lwjgl.util.mapped</a></dt>
|
|
<dd>
|
|
<div class="block"><code>MappedSet</code> implementation for three <code>MappedObject</code>s.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/mapped/MappedSet4.html" title="class in org.lwjgl.util.mapped"><span class="strong">MappedSet4</span></a> - Class in <a href="./org/lwjgl/util/mapped/package-summary.html">org.lwjgl.util.mapped</a></dt>
|
|
<dd>
|
|
<div class="block"><code>MappedSet</code> implementation for four <code>MappedObject</code>s.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/mapped/MappedType.html" title="annotation in org.lwjgl.util.mapped"><span class="strong">MappedType</span></a> - Annotation Type in <a href="./org/lwjgl/util/mapped/package-summary.html">org.lwjgl.util.mapped</a></dt>
|
|
<dd>
|
|
<div class="block">This annotation marks a class as a mapped object, which will go under bytecode
|
|
transformation at runtime.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#mark()">mark()</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Sets this buffer's mark at its position.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/vector/Matrix.html" title="class in org.lwjgl.util.vector"><span class="strong">Matrix</span></a> - Class in <a href="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</a></dt>
|
|
<dd>
|
|
<div class="block">Base class for matrices.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix.html#Matrix()">Matrix()</a></span> - Constructor for class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix.html" title="class in org.lwjgl.util.vector">Matrix</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for Matrix.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector"><span class="strong">Matrix2f</span></a> - Class in <a href="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</a></dt>
|
|
<dd>
|
|
<div class="block">Holds a 2x2 matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#Matrix2f()">Matrix2f()</a></span> - Constructor for class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for Matrix2f.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#Matrix2f(org.lwjgl.util.vector.Matrix2f)">Matrix2f(Matrix2f)</a></span> - Constructor for class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector"><span class="strong">Matrix3f</span></a> - Class in <a href="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</a></dt>
|
|
<dd>
|
|
<div class="block">Holds a 3x3 matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#Matrix3f()">Matrix3f()</a></span> - Constructor for class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for Matrix3f.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector"><span class="strong">Matrix4f</span></a> - Class in <a href="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</a></dt>
|
|
<dd>
|
|
<div class="block">Holds a 4x4 float matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#Matrix4f()">Matrix4f()</a></span> - Constructor for class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd>
|
|
<div class="block">Construct a new matrix, initialized to the identity.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#Matrix4f(org.lwjgl.util.vector.Matrix4f)">Matrix4f(Matrix4f)</a></span> - Constructor for class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl"><span class="strong">MemoryUtil</span></a> - Class in <a href="./org/lwjgl/package-summary.html">org.lwjgl</a></dt>
|
|
<dd>
|
|
<div class="block">[INTERNAL USE ONLY]
|
|
<p/>
|
|
This class provides utility methods for passing buffers to JNI API calls.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#minimumJREMessage">minimumJREMessage</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">error message to display if minimum JRE version is not met</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#minimumJreNotFound">minimumJreNotFound</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">whether the minimum required JRE version is not found</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#minorVersion">minorVersion</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLPlatformCapabilities.html#minorVersion">minorVersion</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/glu/MipMap.html" title="class in org.lwjgl.util.glu"><span class="strong">MipMap</span></a> - Class in <a href="./org/lwjgl/util/glu/package-summary.html">org.lwjgl.util.glu</a></dt>
|
|
<dd>
|
|
<div class="block">MipMap.java
|
|
|
|
|
|
Created 11-jan-2004</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/MipMap.html#MipMap()">MipMap()</a></span> - Constructor for class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/MipMap.html" title="class in org.lwjgl.util.glu">MipMap</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Pbuffer.html#MIPMAP_LEVEL">MIPMAP_LEVEL</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">The render-to-texture mipmap level attribute.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input"><span class="strong">Mouse</span></a> - Class in <a href="./org/lwjgl/input/package-summary.html">org.lwjgl.input</a></dt>
|
|
<dd>
|
|
<div class="block"><br>
|
|
A raw Mouse interface.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#mul(org.lwjgl.util.vector.Matrix2f, org.lwjgl.util.vector.Matrix2f, org.lwjgl.util.vector.Matrix2f)">mul(Matrix2f, Matrix2f, Matrix2f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Multiply the right matrix by the left and place the result in a third matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#mul(org.lwjgl.util.vector.Matrix3f, org.lwjgl.util.vector.Matrix3f, org.lwjgl.util.vector.Matrix3f)">mul(Matrix3f, Matrix3f, Matrix3f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Multiply the right matrix by the left and place the result in a third matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#mul(org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Matrix4f)">mul(Matrix4f, Matrix4f, Matrix4f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Multiply the right matrix by the left and place the result in a third matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#mul(org.lwjgl.util.vector.Quaternion, org.lwjgl.util.vector.Quaternion, org.lwjgl.util.vector.Quaternion)">mul(Quaternion, Quaternion, Quaternion)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Sets the value of this quaternion to the quaternion product of
|
|
quaternions left and right (this = left * right).</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#mulInverse(org.lwjgl.util.vector.Quaternion, org.lwjgl.util.vector.Quaternion, org.lwjgl.util.vector.Quaternion)">mulInverse(Quaternion, Quaternion, Quaternion)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Multiplies quaternion left by the inverse of quaternion right and places
|
|
the value into this quaternion.</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="_N_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">N</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/XRandR.Screen.html#name">name</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/XRandR.Screen.html" title="class in org.lwjgl.opengl">XRandR.Screen</a></dt>
|
|
<dd>
|
|
<div class="block">Name for this output</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#nativeJarCount">nativeJarCount</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Number of native jars</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#natives_loaded">natives_loaded</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">have natives been loaded by another instance of this applet</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Util.html#nearestPower(int)">nearestPower(int)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Method nearestPower.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix.html#negate()">negate()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix.html" title="class in org.lwjgl.util.vector">Matrix</a></dt>
|
|
<dd>
|
|
<div class="block">Negate this matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#negate()">negate()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</a></dt>
|
|
<dd>
|
|
<div class="block">Negate this matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#negate(org.lwjgl.util.vector.Matrix2f)">negate(Matrix2f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</a></dt>
|
|
<dd>
|
|
<div class="block">Negate this matrix and stash the result in another matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#negate(org.lwjgl.util.vector.Matrix2f, org.lwjgl.util.vector.Matrix2f)">negate(Matrix2f, Matrix2f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Negate the source matrix and stash the result in the destination matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#negate()">negate()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</a></dt>
|
|
<dd>
|
|
<div class="block">Negate this matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#negate(org.lwjgl.util.vector.Matrix3f)">negate(Matrix3f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</a></dt>
|
|
<dd>
|
|
<div class="block">Negate this matrix and place the result in a destination matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#negate(org.lwjgl.util.vector.Matrix3f, org.lwjgl.util.vector.Matrix3f)">negate(Matrix3f, Matrix3f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Negate the source matrix and place the result in the destination matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#negate()">negate()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd>
|
|
<div class="block">Negate this matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#negate(org.lwjgl.util.vector.Matrix4f)">negate(Matrix4f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd>
|
|
<div class="block">Negate this matrix and place the result in a destination matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#negate(org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Matrix4f)">negate(Matrix4f, Matrix4f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Negate this matrix and place the result in a destination matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#negate(org.lwjgl.util.vector.Quaternion)">negate(Quaternion)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd>
|
|
<div class="block">Calculate the conjugate of this quaternion and put it into the given one</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#negate(org.lwjgl.util.vector.Quaternion, org.lwjgl.util.vector.Quaternion)">negate(Quaternion, Quaternion)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Calculate the conjugate of this quaternion and put it into the given one</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#negate()">negate()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd>
|
|
<div class="block">Calculate the conjugate of this quaternion</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector.html#negate()">negate()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector.html" title="class in org.lwjgl.util.vector">Vector</a></dt>
|
|
<dd>
|
|
<div class="block">Negate a vector</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector2f.html#negate()">negate()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</a></dt>
|
|
<dd>
|
|
<div class="block">Negate a vector</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector2f.html#negate(org.lwjgl.util.vector.Vector2f)">negate(Vector2f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</a></dt>
|
|
<dd>
|
|
<div class="block">Negate a vector and place the result in a destination vector.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#negate()">negate()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</a></dt>
|
|
<dd>
|
|
<div class="block">Negate a vector</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#negate(org.lwjgl.util.vector.Vector3f)">negate(Vector3f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</a></dt>
|
|
<dd>
|
|
<div class="block">Negate a vector and place the result in a destination vector.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#negate()">negate()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd>
|
|
<div class="block">Negate a vector</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#negate(org.lwjgl.util.vector.Vector4f)">negate(Vector4f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd>
|
|
<div class="block">Negate a vector and place the result in a destination vector.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#newBuffer(long, int)">newBuffer(long, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#newInstance(java.nio.ByteBuffer)">newInstance(ByteBuffer)</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">This method is used in slice and duplicate instead of normal object construction,
|
|
so that subclasses can return themselves.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controllers.html#next()">next()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</a></dt>
|
|
<dd>
|
|
<div class="block">Move to the next event that has been stored.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#next()">next()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd>
|
|
<div class="block">Gets the next keyboard event.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#next()">next()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd>
|
|
<div class="block">Gets the next mouse event.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObject.html#next()">next()</a></span> - Method in class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</a></dt>
|
|
<dd>
|
|
<div class="block">Moves the current view to the next element.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedSet2.html#next()">next()</a></span> - Method in class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedSet2.html" title="class in org.lwjgl.util.mapped">MappedSet2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedSet3.html#next()">next()</a></span> - Method in class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedSet3.html" title="class in org.lwjgl.util.mapped">MappedSet3</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedSet4.html#next()">next()</a></span> - Method in class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedSet4.html" title="class in org.lwjgl.util.mapped">MappedSet4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Cursor.html#nextCursor()">nextCursor()</a></span> - Method in class org.lwjgl.input.<a href="./org/lwjgl/input/Cursor.html" title="class in org.lwjgl.input">Cursor</a></dt>
|
|
<dd>
|
|
<div class="block">Changes to the next cursor</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Quadric.html#normal3f(float, float, float)">normal3f(float, float, float)</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</a></dt>
|
|
<dd>
|
|
<div class="block">Call glNormal3f after scaling normal to unit length.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#normalise(org.lwjgl.util.vector.Quaternion, org.lwjgl.util.vector.Quaternion)">normalise(Quaternion, Quaternion)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Normalise the source quaternion and place the result in another quaternion.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#normalise(org.lwjgl.util.vector.Quaternion)">normalise(Quaternion)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd>
|
|
<div class="block">Normalise this quaternion and place the result in another quaternion.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector.html#normalise()">normalise()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector.html" title="class in org.lwjgl.util.vector">Vector</a></dt>
|
|
<dd>
|
|
<div class="block">Normalise this vector</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector2f.html#normalise(org.lwjgl.util.vector.Vector2f)">normalise(Vector2f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</a></dt>
|
|
<dd>
|
|
<div class="block">Normalise this vector and place the result in another vector.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#normalise(org.lwjgl.util.vector.Vector3f)">normalise(Vector3f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</a></dt>
|
|
<dd>
|
|
<div class="block">Normalise this vector and place the result in another vector.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#normalise(org.lwjgl.util.vector.Vector4f)">normalise(Vector4f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd>
|
|
<div class="block">Normalise this vector and place the result in another vector.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Util.html#normalize(float[])">normalize(float[])</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Normalize vector</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Quadric.html#normals">normals</a></span> - Variable in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVBindlessMultiDrawIndirect.html" title="class in org.lwjgl.opengl"><span class="strong">NVBindlessMultiDrawIndirect</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl"><span class="strong">NVBindlessTexture</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl"><span class="strong">NVBlendEquationAdvanced</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVComputeProgram5.html" title="class in org.lwjgl.opengl"><span class="strong">NVComputeProgram5</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVConditionalRender.html" title="class in org.lwjgl.opengl"><span class="strong">NVConditionalRender</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVCopyDepthToColor.html" title="class in org.lwjgl.opengl"><span class="strong">NVCopyDepthToColor</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVCopyImage.html" title="class in org.lwjgl.opengl"><span class="strong">NVCopyImage</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles"><span class="strong">NVCoverageSample</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVDeepTexture3D.html" title="class in org.lwjgl.opengl"><span class="strong">NVDeepTexture3D</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVDepthBufferFloat.html" title="class in org.lwjgl.opengl"><span class="strong">NVDepthBufferFloat</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVDepthClamp.html" title="class in org.lwjgl.opengl"><span class="strong">NVDepthClamp</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/NVDepthNonlinear.html" title="class in org.lwjgl.opengles"><span class="strong">NVDepthNonlinear</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/NVDeviceAttributeQuery.html" title="class in org.lwjgl.opencl"><span class="strong">NVDeviceAttributeQuery</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles"><span class="strong">NVDrawBuffers</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles"><span class="strong">NVDrawPath</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVDrawTexture.html" title="class in org.lwjgl.opengl"><span class="strong">NVDrawTexture</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/NVDrawTexture.html" title="class in org.lwjgl.opengles"><span class="strong">NVDrawTexture</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/NVEGLStreamConsumerExternal.html" title="class in org.lwjgl.opengles"><span class="strong">NVEGLStreamConsumerExternal</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl"><span class="strong">NVEvaluators</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl"><span class="strong">NVExplicitMultisample</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles"><span class="strong">NVFboColorAttachments</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVFence.html" title="class in org.lwjgl.opengl"><span class="strong">NVFence</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/NVFence.html" title="class in org.lwjgl.opengles"><span class="strong">NVFence</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl"><span class="strong">NVFloatBuffer</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVFogDistance.html" title="class in org.lwjgl.opengl"><span class="strong">NVFogDistance</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVFragmentProgram.html" title="class in org.lwjgl.opengl"><span class="strong">NVFragmentProgram</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVFragmentProgram2.html" title="class in org.lwjgl.opengl"><span class="strong">NVFragmentProgram2</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVFramebufferMultisampleCoverage.html" title="class in org.lwjgl.opengl"><span class="strong">NVFramebufferMultisampleCoverage</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html" title="class in org.lwjgl.opengles"><span class="strong">NVFramebufferVertexAttribArray</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVGeometryProgram4.html" title="class in org.lwjgl.opengl"><span class="strong">NVGeometryProgram4</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles"><span class="strong">NVGetTexImage</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl"><span class="strong">NVGpuProgram4</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVGpuProgram5.html" title="class in org.lwjgl.opengl"><span class="strong">NVGpuProgram5</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl"><span class="strong">NVGpuShader5</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl"><span class="strong">NVHalfFloat</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVLightMaxExponent.html" title="class in org.lwjgl.opengl"><span class="strong">NVLightMaxExponent</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVMultisampleCoverage.html" title="class in org.lwjgl.opengl"><span class="strong">NVMultisampleCoverage</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVMultisampleFilterHint.html" title="class in org.lwjgl.opengl"><span class="strong">NVMultisampleFilterHint</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl"><span class="strong">NVOcclusionQuery</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVPackedDepthStencil.html" title="class in org.lwjgl.opengl"><span class="strong">NVPackedDepthStencil</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVParameterBufferObject.html" title="class in org.lwjgl.opengl"><span class="strong">NVParameterBufferObject</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl"><span class="strong">NVPathRendering</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVPixelDataRange.html" title="class in org.lwjgl.opengl"><span class="strong">NVPixelDataRange</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/NVPlatformBinary.html" title="class in org.lwjgl.opengles"><span class="strong">NVPlatformBinary</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVPointSprite.html" title="class in org.lwjgl.opengl"><span class="strong">NVPointSprite</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl"><span class="strong">NVPresentVideo</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVPresentVideoUtil.html" title="class in org.lwjgl.opengl"><span class="strong">NVPresentVideoUtil</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block">This class exposes the platform specific functionality present in the
|
|
NV_present_video extension.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVPrimitiveRestart.html" title="class in org.lwjgl.opengl"><span class="strong">NVPrimitiveRestart</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl"><span class="strong">NVProgram</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/NVProgram.html#NVProgram()">NVProgram()</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/NVReadBuffer.html" title="class in org.lwjgl.opengles"><span class="strong">NVReadBuffer</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl"><span class="strong">NVRegisterCombiners</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVRegisterCombiners2.html" title="class in org.lwjgl.opengl"><span class="strong">NVRegisterCombiners2</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl"><span class="strong">NVShaderBufferLoad</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVShaderBufferStore.html" title="class in org.lwjgl.opengl"><span class="strong">NVShaderBufferStore</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/NVSystemTime.html" title="class in org.lwjgl.opengles"><span class="strong">NVSystemTime</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVTessellationProgram5.html" title="class in org.lwjgl.opengl"><span class="strong">NVTessellationProgram5</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVTexgenReflection.html" title="class in org.lwjgl.opengl"><span class="strong">NVTexgenReflection</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVTextureBarrier.html" title="class in org.lwjgl.opengl"><span class="strong">NVTextureBarrier</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVTextureCompressionVTC.html" title="class in org.lwjgl.opengl"><span class="strong">NVTextureCompressionVTC</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVTextureEnvCombine4.html" title="class in org.lwjgl.opengl"><span class="strong">NVTextureEnvCombine4</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVTextureExpandNormal.html" title="class in org.lwjgl.opengl"><span class="strong">NVTextureExpandNormal</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVTextureMultisample.html" title="class in org.lwjgl.opengl"><span class="strong">NVTextureMultisample</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVTextureRectangle.html" title="class in org.lwjgl.opengl"><span class="strong">NVTextureRectangle</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl"><span class="strong">NVTextureShader</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl"><span class="strong">NVTextureShader2</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl"><span class="strong">NVTextureShader3</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl"><span class="strong">NVTransformFeedback</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl"><span class="strong">NVTransformFeedback2</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl"><span class="strong">NVVertexArrayRange</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVVertexArrayRange2.html" title="class in org.lwjgl.opengl"><span class="strong">NVVertexArrayRange2</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl"><span class="strong">NVVertexAttribInteger64bit</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl"><span class="strong">NVVertexBufferUnifiedMemory</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl"><span class="strong">NVVertexProgram</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVVertexProgram2Option.html" title="class in org.lwjgl.opengl"><span class="strong">NVVertexProgram2Option</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVVertexProgram3.html" title="class in org.lwjgl.opengl"><span class="strong">NVVertexProgram3</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl"><span class="strong">NVVideoCapture</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVVideoCaptureUtil.html" title="class in org.lwjgl.opengl"><span class="strong">NVVideoCaptureUtil</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block">This class exposes the platform specific functionality present in the
|
|
NV_video_capture extension.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/NVXGpuMemoryInfo.html" title="class in org.lwjgl.opengl"><span class="strong">NVXGpuMemoryInfo</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block">Experimental extension, may be removed/changed in the future.</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="_O_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">O</h2>
|
|
<dl>
|
|
<dt><a href="./org/lwjgl/opengles/OESBlendEquationSeparate.html" title="class in org.lwjgl.opengles"><span class="strong">OESBlendEquationSeparate</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/OESBlendFuncSeparate.html" title="class in org.lwjgl.opengles"><span class="strong">OESBlendFuncSeparate</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/OESBlendSubtract.html" title="class in org.lwjgl.opengles"><span class="strong">OESBlendSubtract</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/OESCompressedETC1RGB8Texture.html" title="class in org.lwjgl.opengles"><span class="strong">OESCompressedETC1RGB8Texture</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/OESCompressedPalettedTexture.html" title="class in org.lwjgl.opengles"><span class="strong">OESCompressedPalettedTexture</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/OESDepth24.html" title="class in org.lwjgl.opengles"><span class="strong">OESDepth24</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/OESDepth32.html" title="class in org.lwjgl.opengles"><span class="strong">OESDepth32</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/OESDepthTexture.html" title="class in org.lwjgl.opengles"><span class="strong">OESDepthTexture</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/OESEGLImage.html" title="class in org.lwjgl.opengles"><span class="strong">OESEGLImage</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/OESEGLImageExternal.html" title="class in org.lwjgl.opengles"><span class="strong">OESEGLImageExternal</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/OESElementIndexUint.html" title="class in org.lwjgl.opengles"><span class="strong">OESElementIndexUint</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles"><span class="strong">OESFramebufferObject</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/OESGetProgramBinary.html" title="class in org.lwjgl.opengles"><span class="strong">OESGetProgramBinary</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/OESMapbuffer.html" title="class in org.lwjgl.opengles"><span class="strong">OESMapbuffer</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/OESPackedDepthStencil.html" title="class in org.lwjgl.opengles"><span class="strong">OESPackedDepthStencil</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/OESRGB8RGBA8.html" title="class in org.lwjgl.opengles"><span class="strong">OESRGB8RGBA8</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/OESStandardDerivatives.html" title="class in org.lwjgl.opengles"><span class="strong">OESStandardDerivatives</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/OESStencil1.html" title="class in org.lwjgl.opengles"><span class="strong">OESStencil1</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/OESStencil4.html" title="class in org.lwjgl.opengles"><span class="strong">OESStencil4</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/OESStencil8.html" title="class in org.lwjgl.opengles"><span class="strong">OESStencil8</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/OESSurfacelessContext.html" title="class in org.lwjgl.opengles"><span class="strong">OESSurfacelessContext</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles"><span class="strong">OESTexture3D</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/OESTextureHalfFloat.html" title="class in org.lwjgl.opengles"><span class="strong">OESTextureHalfFloat</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/OESVertexArrayObject.html" title="class in org.lwjgl.opengles"><span class="strong">OESVertexArrayObject</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/OESVertexHalfFloat.html" title="class in org.lwjgl.opengles"><span class="strong">OESVertexHalfFloat</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/OESVertexType1010102.html" title="class in org.lwjgl.opengles"><span class="strong">OESVertexType1010102</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#offscreen">offscreen</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">offscreen image used</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/openal/OpenALException.html" title="class in org.lwjgl.openal"><span class="strong">OpenALException</span></a> - Exception in <a href="./org/lwjgl/openal/package-summary.html">org.lwjgl.openal</a></dt>
|
|
<dd>
|
|
<div class="block"><br>
|
|
Thrown by the debug build library of the LWJGL if any OpenAL operation
|
|
causes an error.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/OpenALException.html#OpenALException()">OpenALException()</a></span> - Constructor for exception org.lwjgl.openal.<a href="./org/lwjgl/openal/OpenALException.html" title="class in org.lwjgl.openal">OpenALException</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for OpenALException.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/OpenALException.html#OpenALException(int)">OpenALException(int)</a></span> - Constructor for exception org.lwjgl.openal.<a href="./org/lwjgl/openal/OpenALException.html" title="class in org.lwjgl.openal">OpenALException</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor that takes an AL error number</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/OpenALException.html#OpenALException(java.lang.String)">OpenALException(String)</a></span> - Constructor for exception org.lwjgl.openal.<a href="./org/lwjgl/openal/OpenALException.html" title="class in org.lwjgl.openal">OpenALException</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for OpenALException.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/OpenALException.html#OpenALException(java.lang.String, java.lang.Throwable)">OpenALException(String, Throwable)</a></span> - Constructor for exception org.lwjgl.openal.<a href="./org/lwjgl/openal/OpenALException.html" title="class in org.lwjgl.openal">OpenALException</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for OpenALException.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/openal/OpenALException.html#OpenALException(java.lang.Throwable)">OpenALException(Throwable)</a></span> - Constructor for exception org.lwjgl.openal.<a href="./org/lwjgl/openal/OpenALException.html" title="class in org.lwjgl.openal">OpenALException</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for OpenALException.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#OpenCL11">OpenCL11</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLPlatformCapabilities.html#OpenCL11">OpenCL11</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#OpenCL12">OpenCL12</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLPlatformCapabilities.html#OpenCL12">OpenCL12</a></span> - Variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/OpenCLException.html" title="class in org.lwjgl.opencl"><span class="strong">OpenCLException</span></a> - Exception in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/OpenCLException.html#OpenCLException()">OpenCLException()</a></span> - Constructor for exception org.lwjgl.opencl.<a href="./org/lwjgl/opencl/OpenCLException.html" title="class in org.lwjgl.opencl">OpenCLException</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/OpenCLException.html#OpenCLException(java.lang.String)">OpenCLException(String)</a></span> - Constructor for exception org.lwjgl.opencl.<a href="./org/lwjgl/opencl/OpenCLException.html" title="class in org.lwjgl.opencl">OpenCLException</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/OpenCLException.html#OpenCLException(java.lang.String, java.lang.Throwable)">OpenCLException(String, Throwable)</a></span> - Constructor for exception org.lwjgl.opencl.<a href="./org/lwjgl/opencl/OpenCLException.html" title="class in org.lwjgl.opencl">OpenCLException</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/OpenCLException.html#OpenCLException(java.lang.Throwable)">OpenCLException(Throwable)</a></span> - Constructor for exception org.lwjgl.opencl.<a href="./org/lwjgl/opencl/OpenCLException.html" title="class in org.lwjgl.opencl">OpenCLException</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL11">OpenGL11</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL12">OpenGL12</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL13">OpenGL13</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL14">OpenGL14</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL15">OpenGL15</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL20">OpenGL20</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL21">OpenGL21</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL30">OpenGL30</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL31">OpenGL31</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL32">OpenGL32</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL33">OpenGL33</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL40">OpenGL40</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL41">OpenGL41</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL42">OpenGL42</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL43">OpenGL43</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL44">OpenGL44</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#OpenGLES20">OpenGLES20</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextCapabilities.html#OpenGLES30">OpenGLES30</a></span> - Variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/OpenGLException.html" title="class in org.lwjgl.opengl"><span class="strong">OpenGLException</span></a> - Exception in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block"><p/>
|
|
Thrown by the debug build library of the LWJGL if any OpenGL operation causes an error.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/OpenGLException.html#OpenGLException(int)">OpenGLException(int)</a></span> - Constructor for exception org.lwjgl.opengl.<a href="./org/lwjgl/opengl/OpenGLException.html" title="class in org.lwjgl.opengl">OpenGLException</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for OpenGLException.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/OpenGLException.html#OpenGLException()">OpenGLException()</a></span> - Constructor for exception org.lwjgl.opengl.<a href="./org/lwjgl/opengl/OpenGLException.html" title="class in org.lwjgl.opengl">OpenGLException</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for OpenGLException.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/OpenGLException.html#OpenGLException(java.lang.String)">OpenGLException(String)</a></span> - Constructor for exception org.lwjgl.opengl.<a href="./org/lwjgl/opengl/OpenGLException.html" title="class in org.lwjgl.opengl">OpenGLException</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for OpenGLException.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/OpenGLException.html#OpenGLException(java.lang.String, java.lang.Throwable)">OpenGLException(String, Throwable)</a></span> - Constructor for exception org.lwjgl.opengl.<a href="./org/lwjgl/opengl/OpenGLException.html" title="class in org.lwjgl.opengl">OpenGLException</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for OpenGLException.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/OpenGLException.html#OpenGLException(java.lang.Throwable)">OpenGLException(Throwable)</a></span> - Constructor for exception org.lwjgl.opengl.<a href="./org/lwjgl/opengl/OpenGLException.html" title="class in org.lwjgl.opengl">OpenGLException</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for OpenGLException.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/Sys.html#openURL(java.lang.String)">openURL(String)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/Sys.html" title="class in org.lwjgl">Sys</a></dt>
|
|
<dd>
|
|
<div class="block">Open the system web browser and point it at the specified URL.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableColor.html#ORANGE">ORANGE</a></span> - Static variable in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#order()">order()</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Retrieves this buffer's byte order.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/package-summary.html">org.lwjgl</a> - package org.lwjgl</dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/input/package-summary.html">org.lwjgl.input</a> - package org.lwjgl.input</dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/openal/package-summary.html">org.lwjgl.openal</a> - package org.lwjgl.openal</dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a> - package org.lwjgl.opencl</dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opencl/api/package-summary.html">org.lwjgl.opencl.api</a> - package org.lwjgl.opencl.api</dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a> - package org.lwjgl.opengl</dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a> - package org.lwjgl.opengles</dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/package-summary.html">org.lwjgl.util</a> - package org.lwjgl.util</dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/applet/package-summary.html">org.lwjgl.util.applet</a> - package org.lwjgl.util.applet</dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/glu/package-summary.html">org.lwjgl.util.glu</a> - package org.lwjgl.util.glu</dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/glu/tessellation/package-summary.html">org.lwjgl.util.glu.tessellation</a> - package org.lwjgl.util.glu.tessellation</dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/input/package-summary.html">org.lwjgl.util.input</a> - package org.lwjgl.util.input</dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/jinput/package-summary.html">org.lwjgl.util.jinput</a> - package org.lwjgl.util.jinput</dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/mapped/package-summary.html">org.lwjgl.util.mapped</a> - package org.lwjgl.util.mapped</dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</a> - package org.lwjgl.util.vector</dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Quadric.html#orientation">orientation</a></span> - Variable in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</a></dt>
|
|
<dd> </dd>
|
|
</dl>
|
|
<a name="_P_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">P</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#pack200Supported">pack200Supported</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">whether pack200 is supported</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#paint(java.awt.Graphics)">paint(Graphics)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd>
|
|
<div class="block">The default paint() operation makes the context current and calls paintGL() which should
|
|
be overridden to do GL operations.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#paint(java.awt.Graphics)">paint(Graphics)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#paintGL()">paintGL()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd>
|
|
<div class="block">Override this to do painting</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#painting">painting</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">set to true while painting is done</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/glu/PartialDisk.html" title="class in org.lwjgl.util.glu"><span class="strong">PartialDisk</span></a> - Class in <a href="./org/lwjgl/util/glu/package-summary.html">org.lwjgl.util.glu</a></dt>
|
|
<dd>
|
|
<div class="block">PartialDisk.java
|
|
|
|
|
|
Created 23-dec-2003</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/PartialDisk.html#PartialDisk()">PartialDisk()</a></span> - Constructor for class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/PartialDisk.html" title="class in org.lwjgl.util.glu">PartialDisk</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for PartialDisk.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Timer.html#pause()">pause()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Timer.html" title="class in org.lwjgl.util">Timer</a></dt>
|
|
<dd>
|
|
<div class="block">Pause the timer.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl"><span class="strong">Pbuffer</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block"><p/>
|
|
Pbuffer encapsulates an OpenGL pbuffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Pbuffer.html#Pbuffer(int, int, org.lwjgl.opengl.PixelFormat, org.lwjgl.opengl.Drawable)">Pbuffer(int, int, PixelFormat, Drawable)</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Create an instance of a Pbuffer with a unique OpenGL context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Pbuffer.html#Pbuffer(int, int, org.lwjgl.opengl.PixelFormat, org.lwjgl.opengl.RenderTexture, org.lwjgl.opengl.Drawable)">Pbuffer(int, int, PixelFormat, RenderTexture, Drawable)</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Create an instance of a Pbuffer with a unique OpenGL context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><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)">Pbuffer(int, int, PixelFormat, RenderTexture, Drawable, ContextAttribs)</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Create an instance of a Pbuffer with a unique OpenGL context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Pbuffer.html#PBUFFER_SUPPORTED">PBUFFER_SUPPORTED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Indicates that Pbuffers can be created.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#percentage">percentage</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">used to calculate length of progress bar</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl"><span class="strong">PixelFormat</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block">This class describes pixel format properties for an OpenGL context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#PixelFormat()">PixelFormat()</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Default pixel format is minimum 8 bits depth, and no alpha
|
|
nor stencil requirements.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#PixelFormat(int, int, int)">PixelFormat(int, int, int)</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#PixelFormat(int, int, int, int)">PixelFormat(int, int, int, int)</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#PixelFormat(int, int, int, int, int)">PixelFormat(int, int, int, int, int)</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#PixelFormat(int, int, int, int, int, int, int, int, boolean)">PixelFormat(int, int, int, int, int, int, int, int, boolean)</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#PixelFormat(int, int, int, int, int, int, int, int, boolean, boolean)">PixelFormat(int, int, int, int, int, int, int, int, boolean, boolean)</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles"><span class="strong">PixelFormat</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd>
|
|
<div class="block">This class describes the configuration settings for an EGL surface.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PixelFormat.html#PixelFormat()">PixelFormat()</a></span> - Constructor for class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a new PixelFormat with rgbSize = 8, alphaSize = 8 and depthSize = 16.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PixelFormat.html#PixelFormat(int, int, int)">PixelFormat(int, int, int)</a></span> - Constructor for class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a new PixelFormat with rgbSize = 8 and the specified
|
|
alphaSize, depthSize and stencilSize.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PixelFormat.html#PixelFormat(int, int, int, int)">PixelFormat(int, int, int, int)</a></span> - Constructor for class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a new PixelFormat with rgbSize = 8 and the specified
|
|
alphaSize, depthSize, stencilSize and samples.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PixelFormat.html#PixelFormat(int, int, int, int, int, int)">PixelFormat(int, int, int, int, int, int)</a></span> - Constructor for class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a new PixelFormat with the specified RGB sizes, EGL_ALPHA_SIZE,
|
|
EGL_LUMINANCE_SIZE, EGL_DEPTH_SIZE, EGL_STENCIL_SIZE, EGL_SAMPLES.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengles/PixelFormat.Attrib.html" title="enum in org.lwjgl.opengles"><span class="strong">PixelFormat.Attrib</span></a> - Enum in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/PixelFormatLWJGL.html" title="interface in org.lwjgl.opengl"><span class="strong">PixelFormatLWJGL</span></a> - Interface in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block">[INTERNAL USE ONLY]</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLUtil.html#PLATFORM_LINUX">PLATFORM_LINUX</a></span> - Static variable in class org.lwjgl.<a href="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLUtil.html#PLATFORM_LINUX_NAME">PLATFORM_LINUX_NAME</a></span> - Static variable in class org.lwjgl.<a href="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLUtil.html#PLATFORM_MACOSX">PLATFORM_MACOSX</a></span> - Static variable in class org.lwjgl.<a href="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLUtil.html#PLATFORM_MACOSX_NAME">PLATFORM_MACOSX_NAME</a></span> - Static variable in class org.lwjgl.<a href="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLUtil.html#PLATFORM_WINDOWS">PLATFORM_WINDOWS</a></span> - Static variable in class org.lwjgl.<a href="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLUtil.html#PLATFORM_WINDOWS_NAME">PLATFORM_WINDOWS_NAME</a></span> - Static variable in class org.lwjgl.<a href="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util"><span class="strong">Point</span></a> - Class in <a href="./org/lwjgl/util/package-summary.html">org.lwjgl.util</a></dt>
|
|
<dd>
|
|
<div class="block">A 2D integer point class, which looks remarkably like an AWT one.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Point.html#Point()">Point()</a></span> - Constructor for class org.lwjgl.util.<a href="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for Point.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Point.html#Point(int, int)">Point(int, int)</a></span> - Constructor for class org.lwjgl.util.<a href="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for Point.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Point.html#Point(org.lwjgl.util.ReadablePoint)">Point(ReadablePoint)</a></span> - Constructor for class org.lwjgl.util.<a href="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for Point.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerWrapperAbstract.html#pointer">pointer</a></span> - Variable in class org.lwjgl.<a href="./org/lwjgl/PointerWrapperAbstract.html" title="class in org.lwjgl">PointerWrapperAbstract</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/mapped/Pointer.html" title="annotation in org.lwjgl.util.mapped"><span class="strong">Pointer</span></a> - Annotation Type in <a href="./org/lwjgl/util/mapped/package-summary.html">org.lwjgl.util.mapped</a></dt>
|
|
<dd>
|
|
<div class="block">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.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl"><span class="strong">PointerBuffer</span></a> - Class in <a href="./org/lwjgl/package-summary.html">org.lwjgl</a></dt>
|
|
<dd>
|
|
<div class="block">This class is a container for architecture independent pointer data.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#PointerBuffer(int)">PointerBuffer(int)</a></span> - Constructor for class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a new PointerBuffer with the specified capacity.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#PointerBuffer(java.nio.ByteBuffer)">PointerBuffer(ByteBuffer)</a></span> - Constructor for class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a new PointerBuffer using the specified ByteBuffer as its pointer
|
|
data source.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#pointers">pointers</a></span> - Variable in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/PointerWrapper.html" title="interface in org.lwjgl"><span class="strong">PointerWrapper</span></a> - Interface in <a href="./org/lwjgl/package-summary.html">org.lwjgl</a></dt>
|
|
<dd>
|
|
<div class="block">A common interface for classes that wrap pointer addresses.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/PointerWrapperAbstract.html" title="class in org.lwjgl"><span class="strong">PointerWrapperAbstract</span></a> - Class in <a href="./org/lwjgl/package-summary.html">org.lwjgl</a></dt>
|
|
<dd>
|
|
<div class="block">Base PointerWrapper implementation.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerWrapperAbstract.html#PointerWrapperAbstract(long)">PointerWrapperAbstract(long)</a></span> - Constructor for class org.lwjgl.<a href="./org/lwjgl/PointerWrapperAbstract.html" title="class in org.lwjgl">PointerWrapperAbstract</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#poll()">poll()</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Poll the controller for new data.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controllers.html#poll()">poll()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</a></dt>
|
|
<dd>
|
|
<div class="block">Poll the controllers available.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Keyboard.html#poll()">poll()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</a></dt>
|
|
<dd>
|
|
<div class="block">Polls the keyboard for its current state.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#poll()">poll()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd>
|
|
<div class="block">Polls the mouse for its current state.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#poll()">poll()</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Poll the controller for new data.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/InputImplementation.html#pollKeyboard(java.nio.ByteBuffer)">pollKeyboard(ByteBuffer)</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</a></dt>
|
|
<dd>
|
|
<div class="block">Method to poll the keyboard.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/InputImplementation.html#pollMouse(java.nio.IntBuffer, java.nio.ByteBuffer)">pollMouse(IntBuffer, ByteBuffer)</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</a></dt>
|
|
<dd>
|
|
<div class="block">Method to poll the mouse</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#position()">position()</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Returns this buffer's position.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#position(int)">position(int)</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Sets this buffer's position.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#positionByte()">positionByte()</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Returns this buffer's position, in bytes.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengles/PowerManagementEventException.html" title="class in org.lwjgl.opengles"><span class="strong">PowerManagementEventException</span></a> - Exception in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd>
|
|
<div class="block">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.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PowerManagementEventException.html#PowerManagementEventException()">PowerManagementEventException()</a></span> - Constructor for exception org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PowerManagementEventException.html" title="class in org.lwjgl.opengles">PowerManagementEventException</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PowerManagementEventException.html#PowerManagementEventException(java.lang.String)">PowerManagementEventException(String)</a></span> - Constructor for exception org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PowerManagementEventException.html" title="class in org.lwjgl.opengles">PowerManagementEventException</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PowerManagementEventException.html#PowerManagementEventException(java.lang.String, java.lang.Throwable)">PowerManagementEventException(String, Throwable)</a></span> - Constructor for exception org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PowerManagementEventException.html" title="class in org.lwjgl.opengles">PowerManagementEventException</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PowerManagementEventException.html#PowerManagementEventException(java.lang.Throwable)">PowerManagementEventException(Throwable)</a></span> - Constructor for exception org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PowerManagementEventException.html" title="class in org.lwjgl.opengles">PowerManagementEventException</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#prependHost">prependHost</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">whether to prepend host to cache path</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#processMessages()">processMessages()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Process operating system events.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#progressbar">progressbar</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">progressbar to render while loading</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#progressbarBuffer">progressbarBuffer</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">progressbar to render while loading</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/glu/Project.html" title="class in org.lwjgl.util.glu"><span class="strong">Project</span></a> - Class in <a href="./org/lwjgl/util/glu/package-summary.html">org.lwjgl.util.glu</a></dt>
|
|
<dd>
|
|
<div class="block">Project.java
|
|
<p/>
|
|
<p/>
|
|
Created 11-jan-2004</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Project.html#Project()">Project()</a></span> - Constructor for class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/Project.html" title="class in org.lwjgl.util.glu">Project</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableColor.html#PURPLE">PURPLE</a></span> - Static variable in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#put(long)">put(long)</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Relative <i>put</i> method <i>(optional operation)</i>.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#put(org.lwjgl.PointerWrapper)">put(PointerWrapper)</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Convenience put that accepts PointerWrapper objects.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#put(java.nio.ByteBuffer, long)">put(ByteBuffer, long)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Convenience put on a target ByteBuffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#put(int, long)">put(int, long)</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Absolute <i>put</i> method <i>(optional operation)</i>.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#put(int, org.lwjgl.PointerWrapper)">put(int, PointerWrapper)</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Convenience put that accepts PointerWrapper objects.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#put(java.nio.ByteBuffer, int, long)">put(ByteBuffer, int, long)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Convenience put on a target ByteBuffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#put(org.lwjgl.PointerBuffer)">put(PointerBuffer)</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Relative bulk <i>put</i> method <i>(optional operation)</i>.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#put(long[], int, int)">put(long[], int, int)</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Relative bulk <i>put</i> method <i>(optional operation)</i>.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#put(long[])">put(long[])</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Relative bulk <i>put</i> method <i>(optional operation)</i>.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#put_view(org.lwjgl.util.mapped.MappedObject, int, int)">put_view(MappedObject, int, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#put_view_next(org.lwjgl.util.mapped.MappedObject, int)">put_view_next(MappedObject, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#put_view_shift(org.lwjgl.util.mapped.MappedObject, int, int)">put_view_shift(MappedObject, int, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#put_views(org.lwjgl.util.mapped.MappedSet2, int)">put_views(MappedSet2, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#put_views(org.lwjgl.util.mapped.MappedSet3, int)">put_views(MappedSet3, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#put_views(org.lwjgl.util.mapped.MappedSet4, int)">put_views(MappedSet4, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
</dl>
|
|
<a name="_Q_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">Q</h2>
|
|
<dl>
|
|
<dt><a href="./org/lwjgl/opengles/QCOMBinningControl.html" title="class in org.lwjgl.opengles"><span class="strong">QCOMBinningControl</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/QCOMDriverControl.html" title="class in org.lwjgl.opengles"><span class="strong">QCOMDriverControl</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles"><span class="strong">QCOMExtendedGet</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/QCOMExtendedGet2.html" title="class in org.lwjgl.opengles"><span class="strong">QCOMExtendedGet2</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/QCOMPerformanceMonitorGlobalMode.html" title="class in org.lwjgl.opengles"><span class="strong">QCOMPerformanceMonitorGlobalMode</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles"><span class="strong">QCOMTiledRendering</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengles/QCOMWriteonlyRendering.html" title="class in org.lwjgl.opengles"><span class="strong">QCOMWriteonlyRendering</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu"><span class="strong">Quadric</span></a> - Class in <a href="./org/lwjgl/util/glu/package-summary.html">org.lwjgl.util.glu</a></dt>
|
|
<dd>
|
|
<div class="block">Quadric.java
|
|
|
|
|
|
Created 22-dec-2003</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Quadric.html#Quadric()">Quadric()</a></span> - Constructor for class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for Quadric.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector"><span class="strong">Quaternion</span></a> - Class in <a href="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#Quaternion()">Quaternion()</a></span> - Constructor for class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd>
|
|
<div class="block">C'tor.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#Quaternion(org.lwjgl.util.vector.ReadableVector4f)">Quaternion(ReadableVector4f)</a></span> - Constructor for class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd>
|
|
<div class="block">C'tor</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#Quaternion(float, float, float, float)">Quaternion(float, float, float, float)</a></span> - Constructor for class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd>
|
|
<div class="block">C'tor</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLDisplay.html#query(int)">query(int)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLDisplay.html" title="class in org.lwjgl.opengles">EGLDisplay</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a string describing some aspect of the EGL implementation running on the specified display.</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="_R_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">R</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#readABGR(java.nio.ByteBuffer)">readABGR(ByteBuffer)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Read a color from a byte buffer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritableColor.html#readABGR(java.nio.ByteBuffer)">readABGR(ByteBuffer)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Read a color from a byte buffer</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util"><span class="strong">ReadableColor</span></a> - Interface in <a href="./org/lwjgl/util/package-summary.html">org.lwjgl.util</a></dt>
|
|
<dd>
|
|
<div class="block">Readonly interface for Colors</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/ReadableDimension.html" title="interface in org.lwjgl.util"><span class="strong">ReadableDimension</span></a> - Interface in <a href="./org/lwjgl/util/package-summary.html">org.lwjgl.util</a></dt>
|
|
<dd>
|
|
<div class="block">Readonly interface for Dimensions</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/ReadablePoint.html" title="interface in org.lwjgl.util"><span class="strong">ReadablePoint</span></a> - Interface in <a href="./org/lwjgl/util/package-summary.html">org.lwjgl.util</a></dt>
|
|
<dd>
|
|
<div class="block">Readonly interface for Points</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/ReadableRectangle.html" title="interface in org.lwjgl.util"><span class="strong">ReadableRectangle</span></a> - Interface in <a href="./org/lwjgl/util/package-summary.html">org.lwjgl.util</a></dt>
|
|
<dd>
|
|
<div class="block">Readonly interface for Rectangles</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/vector/ReadableVector.html" title="interface in org.lwjgl.util.vector"><span class="strong">ReadableVector</span></a> - Interface in <a href="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/vector/ReadableVector2f.html" title="interface in org.lwjgl.util.vector"><span class="strong">ReadableVector2f</span></a> - Interface in <a href="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/vector/ReadableVector3f.html" title="interface in org.lwjgl.util.vector"><span class="strong">ReadableVector3f</span></a> - Interface in <a href="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/vector/ReadableVector4f.html" title="interface in org.lwjgl.util.vector"><span class="strong">ReadableVector4f</span></a> - Interface in <a href="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#readARGB(java.nio.ByteBuffer)">readARGB(ByteBuffer)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Read a color from a byte buffer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritableColor.html#readARGB(java.nio.ByteBuffer)">readARGB(ByteBuffer)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Read a color from a byte buffer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#readBGR(java.nio.ByteBuffer)">readBGR(ByteBuffer)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Read a color from a byte buffer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritableColor.html#readBGR(java.nio.ByteBuffer)">readBGR(ByteBuffer)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Read a color from a byte buffer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#readBGRA(java.nio.ByteBuffer)">readBGRA(ByteBuffer)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Read a color from a byte buffer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritableColor.html#readBGRA(java.nio.ByteBuffer)">readBGRA(ByteBuffer)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Read a color from a byte buffer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#readHashMapFile(java.io.File)">readHashMapFile(File)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">read the HashMap from File</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/InputImplementation.html#readKeyboard(java.nio.ByteBuffer)">readKeyboard(ByteBuffer)</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</a></dt>
|
|
<dd>
|
|
<div class="block">Method to read the keyboard buffer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/InputImplementation.html#readMouse(java.nio.ByteBuffer)">readMouse(ByteBuffer)</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</a></dt>
|
|
<dd>
|
|
<div class="block">Method to read the keyboard buffer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#readObjectFile(java.io.File)">readObjectFile(File)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">read the object from the File</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#readRGB(java.nio.ByteBuffer)">readRGB(ByteBuffer)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Read a color from a byte buffer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritableColor.html#readRGB(java.nio.ByteBuffer)">readRGB(ByteBuffer)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Read a color from a byte buffer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#readRGBA(java.nio.ByteBuffer)">readRGBA(ByteBuffer)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Read a color from a byte buffer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritableColor.html#readRGBA(java.nio.ByteBuffer)">readRGBA(ByteBuffer)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Read a color from a byte buffer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#readStringFile(java.io.File)">readStringFile(File)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">read String object from File</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util"><span class="strong">Rectangle</span></a> - Class in <a href="./org/lwjgl/util/package-summary.html">org.lwjgl.util</a></dt>
|
|
<dd>
|
|
<div class="block">A 2D integer Rectangle class which looks remarkably like an AWT one.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#Rectangle()">Rectangle()</a></span> - Constructor for class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for Rectangle.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#Rectangle(int, int, int, int)">Rectangle(int, int, int, int)</a></span> - Constructor for class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for Rectangle.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#Rectangle(org.lwjgl.util.ReadablePoint, org.lwjgl.util.ReadableDimension)">Rectangle(ReadablePoint, ReadableDimension)</a></span> - Constructor for class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for Rectangle.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#Rectangle(org.lwjgl.util.ReadableRectangle)">Rectangle(ReadableRectangle)</a></span> - Constructor for class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for Rectangle.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableColor.html#RED">RED</a></span> - Static variable in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObjectTransformer.html#register(java.lang.Class)">register(Class<? extends MappedObject>)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Registers a class as a mapped object.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/glu/Registry.html" title="class in org.lwjgl.util.glu"><span class="strong">Registry</span></a> - Class in <a href="./org/lwjgl/util/glu/package-summary.html">org.lwjgl.util.glu</a></dt>
|
|
<dd>
|
|
<div class="block">Registry.java
|
|
|
|
|
|
Created 11-jan-2004</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Registry.html#Registry()">Registry()</a></span> - Constructor for class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/Registry.html" title="class in org.lwjgl.util.glu">Registry</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#releaseContext()">releaseContext()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#releaseContext()">releaseContext()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Release the Display context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Drawable.html#releaseContext()">releaseContext()</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Drawable.html" title="interface in org.lwjgl.opengl">Drawable</a></dt>
|
|
<dd>
|
|
<div class="block">If the Drawable's context is current in the current thread, no context will be current after a call to this method.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Pbuffer.html#releaseTexImage(int)">releaseTexImage(int)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Releases the currently bound texture from the buffer specified.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#remaining()">remaining()</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the number of elements between the current position and the
|
|
limit.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#remainingByte()">remainingByte()</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the number of bytes between the current position and the
|
|
limit.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#removeNotify()">removeNotify()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Renderable.html#render()">render()</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/Renderable.html" title="interface in org.lwjgl.util">Renderable</a></dt>
|
|
<dd>
|
|
<div class="block">"Render" this thing.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Pbuffer.html#RENDER_DEPTH_TEXTURE_SUPPORTED">RENDER_DEPTH_TEXTURE_SUPPORTED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Indicates that Pbuffers can be used as depth render-textures.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/RenderTexture.html#RENDER_TEXTURE_1D">RENDER_TEXTURE_1D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/RenderTexture.html" title="class in org.lwjgl.opengl">RenderTexture</a></dt>
|
|
<dd>
|
|
<div class="block">The TEXTURE_1D target.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/RenderTexture.html#RENDER_TEXTURE_2D">RENDER_TEXTURE_2D</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/RenderTexture.html" title="class in org.lwjgl.opengl">RenderTexture</a></dt>
|
|
<dd>
|
|
<div class="block">The TEXTURE_2D target.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/RenderTexture.html#RENDER_TEXTURE_CUBE_MAP">RENDER_TEXTURE_CUBE_MAP</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/RenderTexture.html" title="class in org.lwjgl.opengl">RenderTexture</a></dt>
|
|
<dd>
|
|
<div class="block">The TEXTURE_CUBE_MAP target.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/RenderTexture.html#RENDER_TEXTURE_RECTANGLE">RENDER_TEXTURE_RECTANGLE</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/RenderTexture.html" title="class in org.lwjgl.opengl">RenderTexture</a></dt>
|
|
<dd>
|
|
<div class="block">The TEXTURE_RECTANGLE target.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Pbuffer.html#RENDER_TEXTURE_RECTANGLE_SUPPORTED">RENDER_TEXTURE_RECTANGLE_SUPPORTED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Indicates that Pbuffers can be used as non-power-of-two render-textures.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Pbuffer.html#RENDER_TEXTURE_SUPPORTED">RENDER_TEXTURE_SUPPORTED</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Indicates that Pbuffers can be used as render-textures.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/Renderable.html" title="interface in org.lwjgl.util"><span class="strong">Renderable</span></a> - Interface in <a href="./org/lwjgl/util/package-summary.html">org.lwjgl.util</a></dt>
|
|
<dd>
|
|
<div class="block">Simple interface to things that can be Rendered.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/RenderTexture.html" title="class in org.lwjgl.opengl"><span class="strong">RenderTexture</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block">This class represents the state necessary for render-to-texture.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/RenderTexture.html#RenderTexture(boolean, boolean, boolean, boolean, int, int)">RenderTexture(boolean, boolean, boolean, boolean, int, int)</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/RenderTexture.html" title="class in org.lwjgl.opengl">RenderTexture</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a RenderTexture object for enabling render-to-texture on a P-buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#replaceLast(java.lang.String, java.lang.String, java.lang.String)">replaceLast(String, String, String)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Replaces the last occurrence of the specified target substring with
|
|
the specified replacement string in a string.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#reset()">reset()</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Resets this buffer's position to the previously-marked position.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Timer.html#reset()">reset()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Timer.html" title="class in org.lwjgl.util">Timer</a></dt>
|
|
<dd>
|
|
<div class="block">Reset the timer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Timer.html#resume()">resume()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Timer.html" title="class in org.lwjgl.util">Timer</a></dt>
|
|
<dd>
|
|
<div class="block">Resume the timer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#rewind()">rewind()</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Rewinds this buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#rotate(float, org.lwjgl.util.vector.Vector3f)">rotate(float, Vector3f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd>
|
|
<div class="block">Rotates the matrix around the given axis the specified angle</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#rotate(float, org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Matrix4f)">rotate(float, Vector3f, Matrix4f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd>
|
|
<div class="block">Rotates the matrix around the given axis the specified angle</div>
|
|
</dd>
|
|
<dt><span class="strong"><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)">rotate(float, Vector3f, Matrix4f, Matrix4f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Rotates the source matrix around the given axis the specified angle and
|
|
put the result in the destination matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#run()">run()</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">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</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObject.html#runViewConstructor()">runViewConstructor()</a></span> - Method in class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</a></dt>
|
|
<dd>
|
|
<div class="block">Any code in the default constructor will not run automatically.</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="_S_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">S</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WaveData.html#samplerate">samplerate</a></span> - Variable in class org.lwjgl.util.<a href="./org/lwjgl/util/WaveData.html" title="class in org.lwjgl.util">WaveData</a></dt>
|
|
<dd>
|
|
<div class="block">sample rate of data</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#scale(org.lwjgl.util.vector.Vector3f)">scale(Vector3f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd>
|
|
<div class="block">Scales this matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#scale(org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Matrix4f)">scale(Vector3f, Matrix4f, Matrix4f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Scales the source matrix and put the result in the destination matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#scale(float)">scale(float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#scale(float, org.lwjgl.util.vector.Quaternion, org.lwjgl.util.vector.Quaternion)">scale(float, Quaternion, Quaternion)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Scale the source quaternion by scale and put the result in the destination</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector.html#scale(float)">scale(float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector.html" title="class in org.lwjgl.util.vector">Vector</a></dt>
|
|
<dd>
|
|
<div class="block">Scale this vector</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector2f.html#scale(float)">scale(float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#scale(float)">scale(float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#scale(float)">scale(float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#set(int, int, int, int)">set(int, int, int, int)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Set a color</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#set(byte, byte, byte, byte)">set(byte, byte, byte, byte)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Set a color</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#set(int, int, int)">set(int, int, int)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Set a color</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#set(byte, byte, byte)">set(byte, byte, byte)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Set a color</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Timer.html#set(float)">set(float)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Timer.html" title="class in org.lwjgl.util">Timer</a></dt>
|
|
<dd>
|
|
<div class="block">Set the time of this timer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#set(float, float)">set(float, float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#set(float, float, float)">set(float, float, float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#set(float, float, float, float)">set(float, float, float, float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#set(org.lwjgl.util.vector.ReadableVector4f)">set(ReadableVector4f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd>
|
|
<div class="block">Load from another Vector4f</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector2f.html#set(float, float)">set(float, float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector2f.html#set(org.lwjgl.util.vector.ReadableVector2f)">set(ReadableVector2f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</a></dt>
|
|
<dd>
|
|
<div class="block">Load from another Vector2f</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#set(float, float)">set(float, float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#set(float, float, float)">set(float, float, float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#set(org.lwjgl.util.vector.ReadableVector3f)">set(ReadableVector3f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</a></dt>
|
|
<dd>
|
|
<div class="block">Load from another Vector3f</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#set(float, float)">set(float, float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#set(float, float, float)">set(float, float, float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#set(float, float, float, float)">set(float, float, float, float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#set(org.lwjgl.util.vector.ReadableVector4f)">set(ReadableVector4f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd>
|
|
<div class="block">Load from another Vector4f</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/WritableVector2f.html#set(float, float)">set(float, float)</a></span> - Method in interface org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/WritableVector2f.html" title="interface in org.lwjgl.util.vector">WritableVector2f</a></dt>
|
|
<dd>
|
|
<div class="block">Set the X,Y values</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/WritableVector3f.html#set(float, float, float)">set(float, float, float)</a></span> - Method in interface org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/WritableVector3f.html" title="interface in org.lwjgl.util.vector">WritableVector3f</a></dt>
|
|
<dd>
|
|
<div class="block">Set the X,Y,Z values</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/WritableVector4f.html#set(float, float, float, float)">set(float, float, float, float)</a></span> - Method in interface org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/WritableVector4f.html" title="interface in org.lwjgl.util.vector">WritableVector4f</a></dt>
|
|
<dd>
|
|
<div class="block">Set the X,Y,Z,W values</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritableColor.html#set(int, int, int, int)">set(int, int, int, int)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Set a color</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritableColor.html#set(byte, byte, byte, byte)">set(byte, byte, byte, byte)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Set a color</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritableColor.html#set(int, int, int)">set(int, int, int)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Set a color</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritableColor.html#set(byte, byte, byte)">set(byte, byte, byte)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Set a color</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#setAlpha(int)">setAlpha(int)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Set the Alpha component</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#setAlpha(byte)">setAlpha(byte)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Set the Alpha component</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritableColor.html#setAlpha(int)">setAlpha(int)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Set the Alpha component</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritableColor.html#setAlpha(byte)">setAlpha(byte)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Set the Alpha component</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLKernel.html#setArg(int, byte)">setArg(int, byte)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a></dt>
|
|
<dd>
|
|
<div class="block">Sets a kernel argument at the specified index to the specified
|
|
byte value.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLKernel.html#setArg(int, short)">setArg(int, short)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a></dt>
|
|
<dd>
|
|
<div class="block">Sets a kernel argument at the specified index to the specified
|
|
byte value.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLKernel.html#setArg(int, int)">setArg(int, int)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a></dt>
|
|
<dd>
|
|
<div class="block">Sets a kernel argument at the specified index to the specified
|
|
int value.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLKernel.html#setArg(int, long)">setArg(int, long)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a></dt>
|
|
<dd>
|
|
<div class="block">Sets a kernel argument at the specified index to the specified
|
|
long value.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLKernel.html#setArg(int, float)">setArg(int, float)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a></dt>
|
|
<dd>
|
|
<div class="block">Sets a kernel argument at the specified index to the specified
|
|
float value.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLKernel.html#setArg(int, double)">setArg(int, double)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a></dt>
|
|
<dd>
|
|
<div class="block">Sets a kernel argument at the specified index to the specified
|
|
double value.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLKernel.html#setArg(int, org.lwjgl.opencl.CLObject)">setArg(int, CLObject)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a></dt>
|
|
<dd>
|
|
<div class="block">Sets a kernel argument at the specified index to the specified
|
|
pointer value.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLKernel.html#setArgSize(int, long)">setArgSize(int, long)</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the size of a __local kernel argument at the specified index.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Pbuffer.html#setAttrib(int, int)">setAttrib(int, int)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Sets a render-to-texture attribute.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#setBlue(int)">setBlue(int)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Set the Blue component</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#setBlue(byte)">setBlue(byte)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Set the Blue component</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritableColor.html#setBlue(int)">setBlue(int)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Set the Blue component</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritableColor.html#setBlue(byte)">setBlue(byte)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Set the Blue component</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#setBounds(int, int, int, int)">setBounds(int, int, int, int)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#setBounds(int, int, int, int)">setBounds(int, int, int, int)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#setBounds(org.lwjgl.util.ReadablePoint, org.lwjgl.util.ReadableDimension)">setBounds(ReadablePoint, ReadableDimension)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#setBounds(org.lwjgl.util.ReadableRectangle)">setBounds(ReadableRectangle)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritableRectangle.html#setBounds(int, int, int, int)">setBounds(int, int, int, int)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritableRectangle.html" title="interface in org.lwjgl.util">WritableRectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the bounds of the rectangle</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritableRectangle.html#setBounds(org.lwjgl.util.ReadablePoint, org.lwjgl.util.ReadableDimension)">setBounds(ReadablePoint, ReadableDimension)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritableRectangle.html" title="interface in org.lwjgl.util">WritableRectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the bounds of the rectangle</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritableRectangle.html#setBounds(org.lwjgl.util.ReadableRectangle)">setBounds(ReadableRectangle)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritableRectangle.html" title="interface in org.lwjgl.util">WritableRectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the bounds of the rectangle</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#setClipMouseCoordinatesToWindow(boolean)">setClipMouseCoordinatesToWindow(boolean)</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#setCLSharingProperties(org.lwjgl.PointerBuffer)">setCLSharingProperties(PointerBuffer)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Drawable.html#setCLSharingProperties(org.lwjgl.PointerBuffer)">setCLSharingProperties(PointerBuffer)</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Drawable.html" title="interface in org.lwjgl.opengl">Drawable</a></dt>
|
|
<dd>
|
|
<div class="block">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.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#setColor(org.lwjgl.util.ReadableColor)">setColor(ReadableColor)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Set this color's color by copying another color</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritableColor.html#setColor(org.lwjgl.util.ReadableColor)">setColor(ReadableColor)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Set this color's color by copying another color</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/XRandR.html#setConfiguration(org.lwjgl.opengl.XRandR.Screen...)">setConfiguration(XRandR.Screen...)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/XRandR.html" title="class in org.lwjgl.opengl">XRandR</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#setCursorPosition(int, int)">setCursorPosition(int, int)</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd>
|
|
<div class="block">Set the position of the cursor.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/InputImplementation.html#setCursorPosition(int, int)">setCursorPosition(int, int)</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</a></dt>
|
|
<dd>
|
|
<div class="block">Method to set the native cursor position</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#setDeadZone(int, float)">setDeadZone(int, float)</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Set the dead zone for the specified axis</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#setDeadZone(int, float)">setDeadZone(int, float)</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Set the dead zone for the specified axis</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLContext.html#setDisplay(org.lwjgl.opengles.EGLDisplay)">setDisplay(EGLDisplay)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLContext.html" title="class in org.lwjgl.opengles">EGLContext</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#setDisplayConfiguration(float, float, float)">setDisplayConfiguration(float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Set the display configuration to the specified gamma, brightness and contrast.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#setDisplayMode(org.lwjgl.opengl.DisplayMode)">setDisplayMode(DisplayMode)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Set the current display mode.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Display.html#setDisplayMode(org.lwjgl.opengl.DisplayMode[], java.lang.String[])">setDisplayMode(DisplayMode[], String[])</a></span> - Static method in class org.lwjgl.util.<a href="./org/lwjgl/util/Display.html" title="class in org.lwjgl.util">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Create the display by choosing from a list of display modes based on an order of preference.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#setDisplayModeAndFullscreen(org.lwjgl.opengl.DisplayMode)">setDisplayModeAndFullscreen(DisplayMode)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Set the mode of the context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Quadric.html#setDrawStyle(int)">setDrawStyle(int)</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</a></dt>
|
|
<dd>
|
|
<div class="block">specifies the draw style for quadrics.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#setFromAxisAngle(org.lwjgl.util.vector.Vector4f)">setFromAxisAngle(Vector4f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the value of this quaternion to the equivalent rotation of the
|
|
Axis-Angle argument.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#setFromMatrix(org.lwjgl.util.vector.Matrix4f)">setFromMatrix(Matrix4f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the value of this quaternion using the rotational component of the
|
|
passed matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#setFromMatrix(org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Quaternion)">setFromMatrix(Matrix4f, Quaternion)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Sets the value of the source quaternion using the rotational component of the
|
|
passed matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#setFromMatrix(org.lwjgl.util.vector.Matrix3f)">setFromMatrix(Matrix3f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the value of this quaternion using the rotational component of the
|
|
passed matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#setFromMatrix(org.lwjgl.util.vector.Matrix3f, org.lwjgl.util.vector.Quaternion)">setFromMatrix(Matrix3f, Quaternion)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Sets the value of the source quaternion using the rotational component of the
|
|
passed matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#setFullscreen(boolean)">setFullscreen(boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Set the fullscreen mode of the context.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#setGrabbed(boolean)">setGrabbed(boolean)</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd>
|
|
<div class="block">Sets whether or not the mouse has grabbed the cursor
|
|
(and thus hidden).</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#setGreen(int)">setGreen(int)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Set the Green component</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#setGreen(byte)">setGreen(byte)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Set the Green component</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritableColor.html#setGreen(int)">setGreen(int)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Set the Green component</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritableColor.html#setGreen(byte)">setGreen(byte)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Set the Green component</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Dimension.html#setHeight(int)">setHeight(int)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util">Dimension</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the height.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#setHeight(int)">setHeight(int)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the height.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritableDimension.html#setHeight(int)">setHeight(int)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritableDimension.html" title="interface in org.lwjgl.util">WritableDimension</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the height.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#setIcon(java.nio.ByteBuffer[])">setIcon(ByteBuffer[])</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Sets one or more icons for the Display.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix.html#setIdentity()">setIdentity()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix.html" title="class in org.lwjgl.util.vector">Matrix</a></dt>
|
|
<dd>
|
|
<div class="block">Set this matrix to be the identity matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#setIdentity()">setIdentity()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</a></dt>
|
|
<dd>
|
|
<div class="block">Set this matrix to be the identity matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#setIdentity(org.lwjgl.util.vector.Matrix2f)">setIdentity(Matrix2f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Set the source matrix to be the identity matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#setIdentity()">setIdentity()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</a></dt>
|
|
<dd>
|
|
<div class="block">Set this matrix to be the identity matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#setIdentity(org.lwjgl.util.vector.Matrix3f)">setIdentity(Matrix3f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Set the matrix to be the identity matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#setIdentity()">setIdentity()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd>
|
|
<div class="block">Set this matrix to be the identity matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#setIdentity(org.lwjgl.util.vector.Matrix4f)">setIdentity(Matrix4f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Set the given matrix to be the identity matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#setIdentity()">setIdentity()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd>
|
|
<div class="block">Set this quaternion to the multiplication identity.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#setIdentity(org.lwjgl.util.vector.Quaternion)">setIdentity(Quaternion)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Set the given quaternion to the multiplication identity.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#setInitialBackground(float, float, float)">setInitialBackground(float, float, float)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Set the initial color of the Display.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#setLocation(int, int)">setLocation(int, int)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#setLocation(java.awt.Point)">setLocation(Point)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#setLocation(int, int)">setLocation(int, int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Set the window's location.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Point.html#setLocation(int, int)">setLocation(int, int)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Point.html#setLocation(org.lwjgl.util.ReadablePoint)">setLocation(ReadablePoint)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#setLocation(int, int)">setLocation(int, int)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#setLocation(org.lwjgl.util.ReadablePoint)">setLocation(ReadablePoint)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritablePoint.html#setLocation(int, int)">setLocation(int, int)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritablePoint.html" title="interface in org.lwjgl.util">WritablePoint</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritablePoint.html#setLocation(org.lwjgl.util.ReadablePoint)">setLocation(ReadablePoint)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritablePoint.html" title="interface in org.lwjgl.util">WritablePoint</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#setLWJGLProperties()">setLWJGLProperties()</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Parses the java_arguments list and sets lwjgl specific
|
|
properties accordingly, before the launch.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#setNativeCursor(org.lwjgl.input.Cursor)">setNativeCursor(Cursor)</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd>
|
|
<div class="block">Binds a native cursor.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/InputImplementation.html#setNativeCursor(java.lang.Object)">setNativeCursor(Object)</a></span> - Method in interface org.lwjgl.opengl.<a href="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</a></dt>
|
|
<dd>
|
|
<div class="block">Method to set the native cursor</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Quadric.html#setNormals(int)">setNormals(int)</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</a></dt>
|
|
<dd>
|
|
<div class="block">specifies what kind of normals are desired for quadrics.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Quadric.html#setOrientation(int)">setOrientation(int)</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</a></dt>
|
|
<dd>
|
|
<div class="block">specifies what kind of orientation is desired for.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#setParent(java.awt.Canvas)">setParent(Canvas)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Set the parent of the Display.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#setPixelFormat(org.lwjgl.opengl.PixelFormatLWJGL)">setPixelFormat(PixelFormatLWJGL)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#setPixelFormat(org.lwjgl.opengl.PixelFormatLWJGL, org.lwjgl.opengl.ContextAttribs)">setPixelFormat(PixelFormatLWJGL, ContextAttribs)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#setRed(int)">setRed(int)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Set the Red component</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#setRed(byte)">setRed(byte)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Set the Red component</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritableColor.html#setRed(int)">setRed(int)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Set the Red component</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritableColor.html#setRed(byte)">setRed(byte)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Set the Red component</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#setResizable(boolean)">setResizable(boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Enable or disable the Display window to be resized.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#setRumblerStrength(int, float)">setRumblerStrength(int, float)</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the vibration strength of the specified rumbler</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#setRumblerStrength(int, float)">setRumblerStrength(int, float)</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#setRXAxisDeadZone(float)">setRXAxisDeadZone(float)</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Set the dead zone for the RX axis</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#setRXAxisDeadZone(float)">setRXAxisDeadZone(float)</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Set the dead zone for the RX axis</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#setRYAxisDeadZone(float)">setRYAxisDeadZone(float)</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Set the dead zone for the RY axis</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#setRYAxisDeadZone(float)">setRYAxisDeadZone(float)</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Set the dead zone for the RY axis</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#setRZAxisDeadZone(float)">setRZAxisDeadZone(float)</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Set the dead zone for the RZ axis</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#setRZAxisDeadZone(float)">setRZAxisDeadZone(float)</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Set the dead zone for the RZ axis</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#setSize(java.awt.Dimension)">setSize(Dimension)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#setSize(int, int)">setSize(int, int)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Dimension.html#setSize(int, int)">setSize(int, int)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util">Dimension</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Dimension.html#setSize(org.lwjgl.util.ReadableDimension)">setSize(ReadableDimension)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util">Dimension</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#setSize(int, int)">setSize(int, int)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#setSize(org.lwjgl.util.ReadableDimension)">setSize(ReadableDimension)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritableDimension.html#setSize(int, int)">setSize(int, int)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritableDimension.html" title="interface in org.lwjgl.util">WritableDimension</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritableDimension.html#setSize(org.lwjgl.util.ReadableDimension)">setSize(ReadableDimension)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritableDimension.html" title="interface in org.lwjgl.util">WritableDimension</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#setState(int)">setState(int)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">set the state of applet loader</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PixelFormat.html#setSurfaceAttribs(org.lwjgl.opengles.EGLSurface)">setSurfaceAttribs(EGLSurface)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Applies this PixelFormat's surface attributes to the specified EGL surface.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#setSwapInterval(int)">setSwapInterval(int)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd>
|
|
<div class="block">Set swap interval.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#setSwapInterval(int)">setSwapInterval(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Set the buffer swap interval.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLDisplay.html#setSwapInterval(int)">setSwapInterval(int)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLDisplay.html" title="class in org.lwjgl.opengles">EGLDisplay</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Quadric.html#setTextureFlag(boolean)">setTextureFlag(boolean)</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</a></dt>
|
|
<dd>
|
|
<div class="block">specifies if texture coordinates should be generated for
|
|
quadrics rendered with qobj.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Cursor.html#setTimeout()">setTimeout()</a></span> - Method in class org.lwjgl.input.<a href="./org/lwjgl/input/Cursor.html" title="class in org.lwjgl.input">Cursor</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the timout property to the time it should be changed</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#setTitle(java.lang.String)">setTitle(String)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Set the title of the window.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#setup(org.lwjgl.util.mapped.MappedObject, java.nio.ByteBuffer, int, int)">setup(MappedObject, ByteBuffer, int, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObject.html#setViewAddress(long)">setViewAddress(long)</a></span> - Method in class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#setVSyncEnabled(boolean)">setVSyncEnabled(boolean)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd>
|
|
<div class="block">Enable vsync</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#setVSyncEnabled(boolean)">setVSyncEnabled(boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Enable or disable vertical monitor synchronization.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#setW(float)">setW(float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd>
|
|
<div class="block">Set W</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#setW(float)">setW(float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd>
|
|
<div class="block">Set W</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/WritableVector4f.html#setW(float)">setW(float)</a></span> - Method in interface org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/WritableVector4f.html" title="interface in org.lwjgl.util.vector">WritableVector4f</a></dt>
|
|
<dd>
|
|
<div class="block">Set the W value</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Dimension.html#setWidth(int)">setWidth(int)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util">Dimension</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the width.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#setWidth(int)">setWidth(int)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the width.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritableDimension.html#setWidth(int)">setWidth(int)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritableDimension.html" title="interface in org.lwjgl.util">WritableDimension</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the width.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Point.html#setX(int)">setX(int)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#setX(int)">setX(int)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the x.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#setX(float)">setX(float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd>
|
|
<div class="block">Set X</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector2f.html#setX(float)">setX(float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</a></dt>
|
|
<dd>
|
|
<div class="block">Set X</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#setX(float)">setX(float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</a></dt>
|
|
<dd>
|
|
<div class="block">Set X</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#setX(float)">setX(float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd>
|
|
<div class="block">Set X</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/WritableVector2f.html#setX(float)">setX(float)</a></span> - Method in interface org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/WritableVector2f.html" title="interface in org.lwjgl.util.vector">WritableVector2f</a></dt>
|
|
<dd>
|
|
<div class="block">Set the X value</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritablePoint.html#setX(int)">setX(int)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritablePoint.html" title="interface in org.lwjgl.util">WritablePoint</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#setXAxisDeadZone(float)">setXAxisDeadZone(float)</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Set the dead zone for the X axis</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#setXAxisDeadZone(float)">setXAxisDeadZone(float)</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Set the dead zone for the X axis</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Point.html#setY(int)">setY(int)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#setY(int)">setY(int)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Sets the y.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#setY(float)">setY(float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd>
|
|
<div class="block">Set Y</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector2f.html#setY(float)">setY(float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</a></dt>
|
|
<dd>
|
|
<div class="block">Set Y</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#setY(float)">setY(float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</a></dt>
|
|
<dd>
|
|
<div class="block">Set Y</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#setY(float)">setY(float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd>
|
|
<div class="block">Set Y</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/WritableVector2f.html#setY(float)">setY(float)</a></span> - Method in interface org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/WritableVector2f.html" title="interface in org.lwjgl.util.vector">WritableVector2f</a></dt>
|
|
<dd>
|
|
<div class="block">Set the Y value</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/WritablePoint.html#setY(int)">setY(int)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/WritablePoint.html" title="interface in org.lwjgl.util">WritablePoint</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#setYAxisDeadZone(float)">setYAxisDeadZone(float)</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Set the dead zone for the Y axis</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#setYAxisDeadZone(float)">setYAxisDeadZone(float)</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Set the dead zone for the Y axis</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#setZ(float)">setZ(float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd>
|
|
<div class="block">Set Z</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#setZ(float)">setZ(float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</a></dt>
|
|
<dd>
|
|
<div class="block">Set Z</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#setZ(float)">setZ(float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd>
|
|
<div class="block">Set Z</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/WritableVector3f.html#setZ(float)">setZ(float)</a></span> - Method in interface org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/WritableVector3f.html" title="interface in org.lwjgl.util.vector">WritableVector3f</a></dt>
|
|
<dd>
|
|
<div class="block">Set the Z value</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Controller.html#setZAxisDeadZone(float)">setZAxisDeadZone(float)</a></span> - Method in interface org.lwjgl.input.<a href="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</a></dt>
|
|
<dd>
|
|
<div class="block">Set the dead zone for the Z axis</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/input/ControllerAdapter.html#setZAxisDeadZone(float)">setZAxisDeadZone(float)</a></span> - Method in class org.lwjgl.util.input.<a href="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</a></dt>
|
|
<dd>
|
|
<div class="block">Set the dead zone for the Z axis</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix.html#setZero()">setZero()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix.html" title="class in org.lwjgl.util.vector">Matrix</a></dt>
|
|
<dd>
|
|
<div class="block">Set this matrix to 0.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#setZero()">setZero()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</a></dt>
|
|
<dd>
|
|
<div class="block">Set this matrix to 0.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#setZero(org.lwjgl.util.vector.Matrix2f)">setZero(Matrix2f)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#setZero()">setZero()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</a></dt>
|
|
<dd>
|
|
<div class="block">Set this matrix to 0.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#setZero(org.lwjgl.util.vector.Matrix3f)">setZero(Matrix3f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Set the matrix matrix to 0.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#setZero()">setZero()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd>
|
|
<div class="block">Set this matrix to 0.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#setZero(org.lwjgl.util.vector.Matrix4f)">setZero(Matrix4f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Set the given matrix to 0.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#sget(long)">sget(long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#sget(org.lwjgl.util.mapped.MappedObject, int)">sget(MappedObject, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/SGISGenerateMipmap.html" title="class in org.lwjgl.opengl"><span class="strong">SGISGenerateMipmap</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/SGISTextureLOD.html" title="class in org.lwjgl.opengl"><span class="strong">SGISTextureLOD</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/SharedDrawable.html" title="class in org.lwjgl.opengl"><span class="strong">SharedDrawable</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block">A Drawable implementation that shares its context with another Drawable.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/SharedDrawable.html#SharedDrawable(org.lwjgl.opengl.Drawable)">SharedDrawable(Drawable)</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/SharedDrawable.html" title="class in org.lwjgl.opengl">SharedDrawable</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLESync.html#SIGNALED_APPLE">SIGNALED_APPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned in <values> for GetSyncivAPPLE <pname> SYNC_STATUS_APPLE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Quadric.html#sin(float)">sin(float)</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObject.html#SIZEOF">SIZEOF</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">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.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#sleep(long)">sleep(long)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Utility method for sleeping</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#slice()">slice()</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Creates a new pointer buffer whose content is a shared subsequence of
|
|
this buffer's content.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#slice(org.lwjgl.util.mapped.MappedObject, org.lwjgl.util.mapped.MappedObject)">slice(MappedObject, MappedObject)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObject.html#slice()">slice()</a></span> - Method in class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</a></dt>
|
|
<dd>
|
|
<div class="block">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>.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/glu/Sphere.html" title="class in org.lwjgl.util.glu"><span class="strong">Sphere</span></a> - Class in <a href="./org/lwjgl/util/glu/package-summary.html">org.lwjgl.util.glu</a></dt>
|
|
<dd>
|
|
<div class="block">Sphere.java
|
|
|
|
|
|
Created 23-dec-2003</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Sphere.html#Sphere()">Sphere()</a></span> - Constructor for class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/Sphere.html" title="class in org.lwjgl.util.glu">Sphere</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#sput(short, long)">sput(short, long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#sput(org.lwjgl.util.mapped.MappedObject, short, int)">sput(MappedObject, short, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#start()">start()</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#state">state</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">state of applet loader</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#STATE_CHECK_JRE_VERSION">STATE_CHECK_JRE_VERSION</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">checking version of jre</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#STATE_CHECKING_CACHE">STATE_CHECKING_CACHE</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">checking for already downloaded files</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#STATE_CHECKING_FOR_UPDATES">STATE_CHECKING_FOR_UPDATES</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">checking if any updates are available for cache files</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#STATE_DETERMINING_PACKAGES">STATE_DETERMINING_PACKAGES</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">determining which packages that are required</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#STATE_DONE">STATE_DONE</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">done</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#STATE_DOWNLOADING">STATE_DOWNLOADING</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">downloading packages</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#STATE_EXTRACTING_PACKAGES">STATE_EXTRACTING_PACKAGES</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">extracting packages</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#STATE_INIT">STATE_INIT</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">initializing</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#STATE_INITIALIZE_REAL_APPLET">STATE_INITIALIZE_REAL_APPLET</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">initializing real applet</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#STATE_START_REAL_APPLET">STATE_START_REAL_APPLET</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">stating real applet</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#STATE_SWITCHING_APPLET">STATE_SWITCHING_APPLET</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">switching to real applet</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#STATE_UPDATING_CLASSPATH">STATE_UPDATING_CLASSPATH</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">updating the classpath</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#STATE_VALIDATING_PACKAGES">STATE_VALIDATING_PACKAGES</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">validating packages</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/APPLEContextLoggingUtil.html#STD_ERR_CALLBACK">STD_ERR_CALLBACK</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/APPLEContextLoggingUtil.html" title="class in org.lwjgl.opencl">APPLEContextLoggingUtil</a></dt>
|
|
<dd>
|
|
<div class="block">Sends all log messages to the file descriptor stderr.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/APPLEContextLoggingUtil.html#STD_OUT_CALLBACK">STD_OUT_CALLBACK</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/APPLEContextLoggingUtil.html" title="class in org.lwjgl.opencl">APPLEContextLoggingUtil</a></dt>
|
|
<dd>
|
|
<div class="block">Sends all log messages to the file descriptor stdout.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#stop()">stop()</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix.html#store(java.nio.FloatBuffer)">store(FloatBuffer)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix.html" title="class in org.lwjgl.util.vector">Matrix</a></dt>
|
|
<dd>
|
|
<div class="block">Store this matrix in a float buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#store(java.nio.FloatBuffer)">store(FloatBuffer)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</a></dt>
|
|
<dd>
|
|
<div class="block">Store this matrix in a float buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#store(java.nio.FloatBuffer)">store(FloatBuffer)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</a></dt>
|
|
<dd>
|
|
<div class="block">Store this matrix in a float buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#store(java.nio.FloatBuffer)">store(FloatBuffer)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd>
|
|
<div class="block">Store this matrix in a float buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#store(java.nio.FloatBuffer)">store(FloatBuffer)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/ReadableVector.html#store(java.nio.FloatBuffer)">store(FloatBuffer)</a></span> - Method in interface org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/ReadableVector.html" title="interface in org.lwjgl.util.vector">ReadableVector</a></dt>
|
|
<dd>
|
|
<div class="block">Store this vector in a FloatBuffer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector.html#store(java.nio.FloatBuffer)">store(FloatBuffer)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector.html" title="class in org.lwjgl.util.vector">Vector</a></dt>
|
|
<dd>
|
|
<div class="block">Store this vector in a FloatBuffer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector2f.html#store(java.nio.FloatBuffer)">store(FloatBuffer)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</a></dt>
|
|
<dd>
|
|
<div class="block">Store this vector in a FloatBuffer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#store(java.nio.FloatBuffer)">store(FloatBuffer)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#store(java.nio.FloatBuffer)">store(FloatBuffer)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#store3f(java.nio.FloatBuffer)">store3f(FloatBuffer)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd>
|
|
<div class="block">Store the rotation portion of this matrix in a float buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix.html#storeTranspose(java.nio.FloatBuffer)">storeTranspose(FloatBuffer)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix.html" title="class in org.lwjgl.util.vector">Matrix</a></dt>
|
|
<dd>
|
|
<div class="block">Store this matrix in a float buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#storeTranspose(java.nio.FloatBuffer)">storeTranspose(FloatBuffer)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</a></dt>
|
|
<dd>
|
|
<div class="block">Store this matrix in a float buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#storeTranspose(java.nio.FloatBuffer)">storeTranspose(FloatBuffer)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</a></dt>
|
|
<dd>
|
|
<div class="block">Store this matrix in a float buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#storeTranspose(java.nio.FloatBuffer)">storeTranspose(FloatBuffer)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd>
|
|
<div class="block">Store this matrix in a float buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/api/CLBufferRegion.html#STRUCT_SIZE">STRUCT_SIZE</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">The cl_buffer_region struct size in bytes.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/api/CLImageFormat.html#STRUCT_SIZE">STRUCT_SIZE</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">The cl_image_format struct size in bytes.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#sub(org.lwjgl.util.vector.Matrix2f, org.lwjgl.util.vector.Matrix2f, org.lwjgl.util.vector.Matrix2f)">sub(Matrix2f, Matrix2f, Matrix2f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Subtract the right matrix from the left and place the result in a third matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#sub(org.lwjgl.util.vector.Matrix3f, org.lwjgl.util.vector.Matrix3f, org.lwjgl.util.vector.Matrix3f)">sub(Matrix3f, Matrix3f, Matrix3f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Subtract the right matrix from the left and place the result in a third matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#sub(org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Matrix4f)">sub(Matrix4f, Matrix4f, Matrix4f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Subtract the right matrix from the left and place the result in a third matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector2f.html#sub(org.lwjgl.util.vector.Vector2f, org.lwjgl.util.vector.Vector2f, org.lwjgl.util.vector.Vector2f)">sub(Vector2f, Vector2f, Vector2f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Subtract a vector from another vector and place the result in a destination
|
|
vector.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#sub(org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Vector3f)">sub(Vector3f, Vector3f, Vector3f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Subtract a vector from another vector and place the result in a destination
|
|
vector.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#sub(org.lwjgl.util.vector.Vector4f, org.lwjgl.util.vector.Vector4f, org.lwjgl.util.vector.Vector4f)">sub(Vector4f, Vector4f, Vector4f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Subtract a vector from another vector and place the result in a destination
|
|
vector.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#subtaskMessage">subtaskMessage</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">String to display as a subtask</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/SUNSliceAccum.html" title="class in org.lwjgl.opengl"><span class="strong">SUNSliceAccum</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#svget(long)">svget(long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#svget(org.lwjgl.util.mapped.MappedObject, int)">svget(MappedObject, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#svput(short, long)">svput(short, long)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedHelper.html#svput(org.lwjgl.util.mapped.MappedObject, short, int)">svput(MappedObject, short, int)</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#swapBuffers()">swapBuffers()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd>
|
|
<div class="block">Swap the canvas' buffer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#swapBuffers()">swapBuffers()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Swap the display buffers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLSurface.html#swapBuffers()">swapBuffers()</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLSurface.html" title="class in org.lwjgl.opengles">EGLSurface</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#switchApplet()">switchApplet()</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">replace the current applet with the lwjgl applet
|
|
using AppletStub and initialise and start it</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#sync(int)">sync(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">An accurate sync method that will attempt to run at a constant frame rate.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLESync.html#SYNC_CONDITION_APPLE">SYNC_CONDITION_APPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <pname> parameter of GetSyncivAPPLE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLESync.html#SYNC_FLAGS_APPLE">SYNC_FLAGS_APPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <pname> parameter of GetSyncivAPPLE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLESync.html#SYNC_STATUS_APPLE">SYNC_STATUS_APPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as the <pname> parameter of GetSyncivAPPLE:</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/Sys.html" title="class in org.lwjgl"><span class="strong">Sys</span></a> - Class in <a href="./org/lwjgl/package-summary.html">org.lwjgl</a></dt>
|
|
<dd>
|
|
<div class="block">
|
|
System class (named Sys so as not to conflict with java.lang.System)</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/APPLEContextLoggingUtil.html#SYSTEM_LOG_CALLBACK">SYSTEM_LOG_CALLBACK</a></span> - Static variable in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/APPLEContextLoggingUtil.html" title="class in org.lwjgl.opencl">APPLEContextLoggingUtil</a></dt>
|
|
<dd>
|
|
<div class="block">Sends all log messages to the Apple System Logger.</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="_T_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">T</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLDisplay.html#terminate()">terminate()</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLDisplay.html" title="class in org.lwjgl.opengles">EGLDisplay</a></dt>
|
|
<dd>
|
|
<div class="block">Release the resources associated with this EGL display.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#TESS_MAX_CACHE">TESS_MAX_CACHE</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLU.html#TESS_MAX_COORD">TESS_MAX_COORD</a></span> - 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></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Pbuffer.html#TEXTURE_CUBE_MAP_NEGATIVE_X">TEXTURE_CUBE_MAP_NEGATIVE_X</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">The render-to-texture cube map negative X face value.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Pbuffer.html#TEXTURE_CUBE_MAP_NEGATIVE_Y">TEXTURE_CUBE_MAP_NEGATIVE_Y</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">The render-to-texture cube map negative Y face value.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Pbuffer.html#TEXTURE_CUBE_MAP_NEGATIVE_Z">TEXTURE_CUBE_MAP_NEGATIVE_Z</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">The render-to-texture cube map negative Z face value.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Pbuffer.html#TEXTURE_CUBE_MAP_POSITIVE_X">TEXTURE_CUBE_MAP_POSITIVE_X</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">The render-to-texture cube map positive X face value.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Pbuffer.html#TEXTURE_CUBE_MAP_POSITIVE_Y">TEXTURE_CUBE_MAP_POSITIVE_Y</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">The render-to-texture cube map positive Y face value.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Pbuffer.html#TEXTURE_CUBE_MAP_POSITIVE_Z">TEXTURE_CUBE_MAP_POSITIVE_Z</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</a></dt>
|
|
<dd>
|
|
<div class="block">The render-to-texture cube map positive Z face value.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Quadric.html#textureFlag">textureFlag</a></span> - Variable in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Timer.html#tick()">tick()</a></span> - Static method in class org.lwjgl.util.<a href="./org/lwjgl/util/Timer.html" title="class in org.lwjgl.util">Timer</a></dt>
|
|
<dd>
|
|
<div class="block">Get the next time update from the system's hires timer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLESync.html#TIMEOUT_EXPIRED_APPLE">TIMEOUT_EXPIRED_APPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by ClientWaitSyncAPPLE:</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/Timer.html" title="class in org.lwjgl.util"><span class="strong">Timer</span></a> - Class in <a href="./org/lwjgl/util/package-summary.html">org.lwjgl.util</a></dt>
|
|
<dd>
|
|
<div class="block">A hires timer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Timer.html#Timer()">Timer()</a></span> - Constructor for class org.lwjgl.util.<a href="./org/lwjgl/util/Timer.html" title="class in org.lwjgl.util">Timer</a></dt>
|
|
<dd>
|
|
<div class="block">Constructs a timer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/LWJGLUtil.html#toHexString(int)">toHexString(int)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a string representation of the integer argument as an
|
|
unsigned integer in base 16.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#toHSB(float[])">toHSB(float[])</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">RGB to HSB conversion, pinched from java.awt.Color.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLDeviceCapabilities.html#toString()">toString()</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opencl/CLPlatformCapabilities.html#toString()">toString()</a></span> - Method in class org.lwjgl.opencl.<a href="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextAttribs.html#toString()">toString()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/DisplayMode.html#toString()">toString()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/DisplayMode.html" title="class in org.lwjgl.opengl">DisplayMode</a></dt>
|
|
<dd>
|
|
<div class="block">Retrieves a String representation of this <code>DisplayMode</code></div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/XRandR.Screen.html#toString()">toString()</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/XRandR.Screen.html" title="class in org.lwjgl.opengl">XRandR.Screen</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/ContextAttribs.html#toString()">toString()</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/ContextAttribs.html" title="class in org.lwjgl.opengles">ContextAttribs</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/EGLConfig.html#toString()">toString()</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/EGLConfig.html" title="class in org.lwjgl.opengles">EGLConfig</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#toString()">toString()</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a string summarizing the state of this buffer.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerWrapperAbstract.html#toString()">toString()</a></span> - Method in class org.lwjgl.<a href="./org/lwjgl/PointerWrapperAbstract.html" title="class in org.lwjgl">PointerWrapperAbstract</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#toString()">toString()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd>
|
|
<div class="block">Stringify</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Dimension.html#toString()">toString()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util">Dimension</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a string representation of the values of this
|
|
<code>Dimension</code> object's <code>height</code> and
|
|
<code>width</code> fields.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Point.html#toString()">toString()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a string representation of this point and its location
|
|
in the (<i>x</i>, <i>y</i>) coordinate space.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#toString()">toString()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Debugging</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Timer.html#toString()">toString()</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Timer.html" title="class in org.lwjgl.util">Timer</a></dt>
|
|
<dd>
|
|
<div class="block">Debug output.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#toString()">toString()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a string representation of this matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#toString()">toString()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a string representation of this matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#toString()">toString()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a string representation of this matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#toString()">toString()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector2f.html#toString()">toString()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#toString()">toString()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#toString()">toString()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#totalDownloadSize">totalDownloadSize</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">total size of download in bytes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#totalSizeExtract">totalSizeExtract</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">total size of extracted in bytes</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#transform(org.lwjgl.util.vector.Matrix2f, org.lwjgl.util.vector.Vector2f, org.lwjgl.util.vector.Vector2f)">transform(Matrix2f, Vector2f, Vector2f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Transform a Vector by a matrix and return the result in a destination
|
|
vector.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#transform(org.lwjgl.util.vector.Matrix3f, org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Vector3f)">transform(Matrix3f, Vector3f, Vector3f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Transform a Vector by a matrix and return the result in a destination
|
|
vector.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#transform(org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Vector4f, org.lwjgl.util.vector.Vector4f)">transform(Matrix4f, Vector4f, Vector4f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Transform a Vector by a matrix and return the result in a destination
|
|
vector.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Point.html#translate(int, int)">translate(int, int)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</a></dt>
|
|
<dd>
|
|
<div class="block">Translate a point.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Point.html#translate(org.lwjgl.util.ReadablePoint)">translate(ReadablePoint)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</a></dt>
|
|
<dd>
|
|
<div class="block">Translate a point.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#translate(int, int)">translate(int, int)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Translate the rectangle by an amount.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#translate(org.lwjgl.util.ReadablePoint)">translate(ReadablePoint)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Translate the rectangle by an amount.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#translate(org.lwjgl.util.vector.Vector2f)">translate(Vector2f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd>
|
|
<div class="block">Translate this matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#translate(org.lwjgl.util.vector.Vector3f)">translate(Vector3f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd>
|
|
<div class="block">Translate this matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#translate(org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Matrix4f)">translate(Vector3f, Matrix4f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd>
|
|
<div class="block">Translate this matrix and stash the result in another matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#translate(org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Matrix4f)">translate(Vector3f, Matrix4f, Matrix4f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Translate the source matrix and stash the result in the destination matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#translate(org.lwjgl.util.vector.Vector2f, org.lwjgl.util.vector.Matrix4f)">translate(Vector2f, Matrix4f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd>
|
|
<div class="block">Translate this matrix and stash the result in another matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#translate(org.lwjgl.util.vector.Vector2f, org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Matrix4f)">translate(Vector2f, Matrix4f, Matrix4f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Translate the source matrix and stash the result in the destination matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector2f.html#translate(float, float)">translate(float, float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</a></dt>
|
|
<dd>
|
|
<div class="block">Translate a vector</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#translate(float, float, float)">translate(float, float, float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</a></dt>
|
|
<dd>
|
|
<div class="block">Translate a vector</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#translate(float, float, float, float)">translate(float, float, float, float)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd>
|
|
<div class="block">Translate a vector</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Util.html#translateGLErrorString(int)">translateGLErrorString(int)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Util.html" title="class in org.lwjgl.opengl">Util</a></dt>
|
|
<dd>
|
|
<div class="block">Translate a GL error code to a String describing the error</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/Util.html#translateGLErrorString(int)">translateGLErrorString(int)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/Util.html" title="class in org.lwjgl.opengles">Util</a></dt>
|
|
<dd>
|
|
<div class="block">Translates a GL error code to a String describing the error.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix.html#transpose()">transpose()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix.html" title="class in org.lwjgl.util.vector">Matrix</a></dt>
|
|
<dd>
|
|
<div class="block">Transpose this matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#transpose()">transpose()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</a></dt>
|
|
<dd>
|
|
<div class="block">Transpose this matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#transpose(org.lwjgl.util.vector.Matrix2f)">transpose(Matrix2f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</a></dt>
|
|
<dd>
|
|
<div class="block">Transpose this matrix and place the result in another matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix2f.html#transpose(org.lwjgl.util.vector.Matrix2f, org.lwjgl.util.vector.Matrix2f)">transpose(Matrix2f, Matrix2f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Transpose the source matrix and place the result in the destination matrix.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#transpose()">transpose()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</a></dt>
|
|
<dd>
|
|
<div class="block">Transpose this matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#transpose(org.lwjgl.util.vector.Matrix3f)">transpose(Matrix3f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</a></dt>
|
|
<dd>
|
|
<div class="block">Transpose this matrix and place the result in another matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix3f.html#transpose(org.lwjgl.util.vector.Matrix3f, org.lwjgl.util.vector.Matrix3f)">transpose(Matrix3f, Matrix3f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Transpose the source matrix and place the result into the destination matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#transpose()">transpose()</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd>
|
|
<div class="block">Transpose this matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#transpose(org.lwjgl.util.vector.Matrix4f)">transpose(Matrix4f)</a></span> - Method in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</a></dt>
|
|
<dd>
|
|
<div class="block">Transpose this matrix and place the result in another matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Matrix4f.html#transpose(org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Matrix4f)">transpose(Matrix4f, Matrix4f)</a></span> - 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></dt>
|
|
<dd>
|
|
<div class="block">Transpose the source matrix and place the result in the destination matrix</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#trimExtensionByCapabilities(java.lang.String)">trimExtensionByCapabilities(String)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Trims the passed file string based on the available capabilities</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Quadric.html#TXTR_COORD(float, float)">TXTR_COORD(float, float)</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</a></dt>
|
|
<dd> </dd>
|
|
</dl>
|
|
<a name="_U_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">U</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#union(org.lwjgl.util.ReadableRectangle, org.lwjgl.util.WritableRectangle)">union(ReadableRectangle, WritableRectangle)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Computes the union of this <code>Rectangle</code> with the
|
|
specified <code>Rectangle</code>.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GLContext.html#unloadOpenGLLibrary()">unloadOpenGLLibrary()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GLContext.html" title="class in org.lwjgl.opengl">GLContext</a></dt>
|
|
<dd>
|
|
<div class="block">The OpenGL library reference count is decremented, and if it reaches 0, the library is unloaded.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLContext.html#unloadOpenGLLibrary()">unloadOpenGLLibrary()</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLContext.html" title="class in org.lwjgl.opengles">GLContext</a></dt>
|
|
<dd>
|
|
<div class="block">The OpenGL library reference count is decremented, and if it reaches 0, the library is unloaded.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Point.html#untranslate(org.lwjgl.util.ReadablePoint)">untranslate(ReadablePoint)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</a></dt>
|
|
<dd>
|
|
<div class="block">Un-translate a point.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Rectangle.html#untranslate(org.lwjgl.util.ReadablePoint)">untranslate(ReadablePoint)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</a></dt>
|
|
<dd>
|
|
<div class="block">Un-translate the rectangle by an amount.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/AWTGLCanvas.html#update(java.awt.Graphics)">update(Graphics)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</a></dt>
|
|
<dd>
|
|
<div class="block">override update to avoid clearing</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#update()">update()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Update the window.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#update(boolean)">update(boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd>
|
|
<div class="block">Update the window.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#update(java.awt.Graphics)">update(Graphics)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#updateClassPath(java.lang.String)">updateClassPath(String)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Edits the ClassPath at runtime to include the jars
|
|
that have just been downloaded and then adds the
|
|
lwjgl natives folder property.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/input/Mouse.html#updateCursor()">updateCursor()</a></span> - Static method in class org.lwjgl.input.<a href="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</a></dt>
|
|
<dd>
|
|
<div class="block">Updates the cursor, so that animation can be changed if needed.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#urlList">urlList</a></span> - Variable in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">urls of the jars to download</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GLContext.html#useContext(java.lang.Object)">useContext(Object)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GLContext.html" title="class in org.lwjgl.opengl">GLContext</a></dt>
|
|
<dd>
|
|
<div class="block">Makes a GL context the current LWJGL context by loading GL function pointers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/GLContext.html#useContext(java.lang.Object, boolean)">useContext(Object, boolean)</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/GLContext.html" title="class in org.lwjgl.opengl">GLContext</a></dt>
|
|
<dd>
|
|
<div class="block">Makes a GL context the current LWJGL context by loading GL function pointers.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/GLContext.html#useContext(java.lang.Object)">useContext(Object)</a></span> - Static method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/GLContext.html" title="class in org.lwjgl.opengles">GLContext</a></dt>
|
|
<dd>
|
|
<div class="block">Makes a GL context the current LWJGL context by loading GL function pointers.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/openal/Util.html" title="class in org.lwjgl.openal"><span class="strong">Util</span></a> - Class in <a href="./org/lwjgl/openal/package-summary.html">org.lwjgl.openal</a></dt>
|
|
<dd>
|
|
<div class="block">Simple utility class for checking AL/ALC errors</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opencl/Util.html" title="class in org.lwjgl.opencl"><span class="strong">Util</span></a> - Class in <a href="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</a></dt>
|
|
<dd>
|
|
<div class="block">Utility methods for OpenCL</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/Util.html" title="class in org.lwjgl.opengl"><span class="strong">Util</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block">Simple utility class.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengles/Util.html" title="class in org.lwjgl.opengles"><span class="strong">Util</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd>
|
|
<div class="block">Simple utility class.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/glu/Util.html" title="class in org.lwjgl.util.glu"><span class="strong">Util</span></a> - Class in <a href="./org/lwjgl/util/glu/package-summary.html">org.lwjgl.util.glu</a></dt>
|
|
<dd>
|
|
<div class="block">Util.java
|
|
<p/>
|
|
<p/>
|
|
Created 7-jan-2004</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/Util.html#Util()">Util()</a></span> - Constructor for class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/Util.html" title="class in org.lwjgl.util.glu">Util</a></dt>
|
|
<dd> </dd>
|
|
</dl>
|
|
<a name="_V_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">V</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#validateJars(java.lang.String)">validateJars(String)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">Check and validate jars which will be loaded into the classloader to make
|
|
sure that they are not corrupt.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PixelFormat.Attrib.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PixelFormat.Attrib.html" title="enum in org.lwjgl.opengles">PixelFormat.Attrib</a></dt>
|
|
<dd>
|
|
<div class="block">Returns the enum constant of this type with the specified name.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PixelFormat.Attrib.html#values()">values()</a></span> - Static method in enum org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PixelFormat.Attrib.html" title="enum in org.lwjgl.opengles">PixelFormat.Attrib</a></dt>
|
|
<dd>
|
|
<div class="block">Returns an array containing the constants of this enum type, in
|
|
the order they are declared.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/vector/Vector.html" title="class in org.lwjgl.util.vector"><span class="strong">Vector</span></a> - Class in <a href="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</a></dt>
|
|
<dd>
|
|
<div class="block">Base class for vectors.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector.html#Vector()">Vector()</a></span> - Constructor for class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector.html" title="class in org.lwjgl.util.vector">Vector</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for Vector.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector"><span class="strong">Vector2f</span></a> - Class in <a href="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</a></dt>
|
|
<dd>
|
|
<div class="block">Holds a 2-tuple vector.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector2f.html#Vector2f()">Vector2f()</a></span> - Constructor for class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for Vector3f.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector2f.html#Vector2f(org.lwjgl.util.vector.ReadableVector2f)">Vector2f(ReadableVector2f)</a></span> - Constructor for class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector2f.html#Vector2f(float, float)">Vector2f(float, float)</a></span> - Constructor for class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector"><span class="strong">Vector3f</span></a> - Class in <a href="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</a></dt>
|
|
<dd>
|
|
<div class="block">Holds a 3-tuple vector.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#Vector3f()">Vector3f()</a></span> - Constructor for class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for Vector3f.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#Vector3f(org.lwjgl.util.vector.ReadableVector3f)">Vector3f(ReadableVector3f)</a></span> - Constructor for class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#Vector3f(float, float, float)">Vector3f(float, float, float)</a></span> - Constructor for class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector"><span class="strong">Vector4f</span></a> - Class in <a href="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</a></dt>
|
|
<dd>
|
|
<div class="block">Holds a 4-tuple vector.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#Vector4f()">Vector4f()</a></span> - Constructor for class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor for Vector4f.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#Vector4f(org.lwjgl.util.vector.ReadableVector4f)">Vector4f(ReadableVector4f)</a></span> - Constructor for class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#Vector4f(float, float, float, float)">Vector4f(float, float, float, float)</a></span> - Constructor for class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd>
|
|
<div class="block">Constructor</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellatorCallback.html#vertex(java.lang.Object)">vertex(Object)</a></span> - Method in interface org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellatorCallback.html" title="interface in org.lwjgl.util.glu">GLUtessellatorCallback</a></dt>
|
|
<dd>
|
|
<div class="block">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.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html#vertex(java.lang.Object)">vertex(Object)</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu">GLUtessellatorCallbackAdapter</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellatorCallback.html#vertexData(java.lang.Object, java.lang.Object)">vertexData(Object, Object)</a></span> - Method in interface org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellatorCallback.html" title="interface in org.lwjgl.util.glu">GLUtessellatorCallback</a></dt>
|
|
<dd>
|
|
<div class="block">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.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html#vertexData(java.lang.Object, java.lang.Object)">vertexData(Object, Object)</a></span> - Method in class org.lwjgl.util.glu.<a href="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu">GLUtessellatorCallbackAdapter</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#view">view</a></span> - Variable in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObject.html#view">view</a></span> - Variable in class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</a></dt>
|
|
<dd>
|
|
<div class="block">The mapped object view offset, in elements.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedSet2.html#view">view</a></span> - Variable in class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedSet2.html" title="class in org.lwjgl.util.mapped">MappedSet2</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedSet3.html#view">view</a></span> - Variable in class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedSet3.html" title="class in org.lwjgl.util.mapped">MappedSet3</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedSet4.html#view">view</a></span> - Variable in class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedSet4.html" title="class in org.lwjgl.util.mapped">MappedSet4</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#view32">view32</a></span> - Variable in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/PointerBuffer.html#view64">view64</a></span> - Variable in class org.lwjgl.<a href="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/mapped/MappedObject.html#viewAddress">viewAddress</a></span> - Variable in class org.lwjgl.util.mapped.<a href="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</a></dt>
|
|
<dd>
|
|
<div class="block">The mapped object view memory address, in bytes.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengles/VIVShaderBinary.html" title="class in org.lwjgl.opengles"><span class="strong">VIVShaderBinary</span></a> - Class in <a href="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</a></dt>
|
|
<dd> </dd>
|
|
</dl>
|
|
<a name="_W_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">W</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#w">w</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#w">w</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/APPLESync.html#WAIT_FAILED_APPLE">WAIT_FAILED_APPLE</a></span> - Static variable in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</a></dt>
|
|
<dd>
|
|
<div class="block">Returned by ClientWaitSyncAPPLE:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/Display.html#wasResized()">wasResized()</a></span> - Static method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/WaveData.html" title="class in org.lwjgl.util"><span class="strong">WaveData</span></a> - Class in <a href="./org/lwjgl/util/package-summary.html">org.lwjgl.util</a></dt>
|
|
<dd>
|
|
<div class="block">Utitlity class for loading wavefiles.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBFramebufferSRGB.html#WGL_FRAMEBUFFER_SRGB_CAPABLE_ARB">WGL_FRAMEBUFFER_SRGB_CAPABLE_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBFramebufferSRGB.html" title="class in org.lwjgl.opengl">ARBFramebufferSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <piAttributes> parameter of
|
|
wglGetPixelFormatAttribivEXT, wglGetPixelFormatAttribfvEXT, and
|
|
the <piAttribIList> and <pfAttribIList> of wglChoosePixelFormatEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTFramebufferSRGB.html#WGL_FRAMEBUFFER_SRGB_CAPABLE_EXT">WGL_FRAMEBUFFER_SRGB_CAPABLE_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTFramebufferSRGB.html" title="class in org.lwjgl.opengl">EXTFramebufferSRGB</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted by the <piAttributes> parameter of
|
|
wglGetPixelFormatAttribivEXT, wglGetPixelFormatAttribfvEXT, and
|
|
the <piAttribIList> and <pfAttribIList> of wglChoosePixelFormatEXT:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ARBColorBufferFloat.html#WGL_TYPE_RGBA_FLOAT_ARB">WGL_TYPE_RGBA_FLOAT_ARB</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ARBColorBufferFloat.html" title="class in org.lwjgl.opengl">ARBColorBufferFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a value in the <piAttribIList> and <pfAttribFList>
|
|
parameter arrays of wglChoosePixelFormatARB, and returned in the
|
|
<piValues> parameter array of wglGetPixelFormatAttribivARB, and the
|
|
<pfValues> parameter array of wglGetPixelFormatAttribfvARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/EXTPackedFloat.html#WGL_TYPE_RGBA_UNSIGNED_FLOAT_EXT">WGL_TYPE_RGBA_UNSIGNED_FLOAT_EXT</a></span> - Static variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/EXTPackedFloat.html" title="class in org.lwjgl.opengl">EXTPackedFloat</a></dt>
|
|
<dd>
|
|
<div class="block">Accepted as a value in the <piAttribIList> and <pfAttribFList>
|
|
parameter arrays of wglChoosePixelFormatARB, and returned in the
|
|
<piValues> parameter array of wglGetPixelFormatAttribivARB, and the
|
|
<pfValues> parameter array of wglGetPixelFormatAttribfvARB:</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableColor.html#WHITE">WHITE</a></span> - Static variable in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/XRandR.Screen.html#width">width</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/XRandR.Screen.html" title="class in org.lwjgl.opengl">XRandR.Screen</a></dt>
|
|
<dd>
|
|
<div class="block">Width in pixels</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#withAccumulationAlpha(int)">withAccumulationAlpha(int)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat object with the same properties as this PixelFormat and the new alpha bits in the accumulation buffer value.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#withAccumulationBitsPerPixel(int)">withAccumulationBitsPerPixel(int)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat object with the same properties as this PixelFormat and the new bits per pixel in the accumulation buffer value.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#withAlphaBits(int)">withAlphaBits(int)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat object with the same properties as this PixelFormat and the new alpha bits value.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PixelFormat.html#withAlphaSize(int)">withAlphaSize(int)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat with the specified EGL_ALPHA_SIZE.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#withAuxBuffers(int)">withAuxBuffers(int)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat object with the same properties as this PixelFormat and the new auxiliary buffers value.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#withBitsPerPixel(int)">withBitsPerPixel(int)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat object with the same properties as this PixelFormat and the new bits per pixel value.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextAttribs.html#withContextResetIsolation(boolean)">withContextResetIsolation(boolean)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#withCoverageSamples(int)">withCoverageSamples(int)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat object with the same properties as this PixelFormat and the new color samples values.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#withCoverageSamples(int, int)">withCoverageSamples(int, int)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat object with the same properties as this PixelFormat and the new color samples
|
|
and coverage samples values.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PixelFormat.html#withCoverageSamplesNV(int)">withCoverageSamplesNV(int)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat with the specified number of EGL_COVERAGE_SAMPLES_NV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextAttribs.html#withDebug(boolean)">withDebug(boolean)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#withDepthBits(int)">withDepthBits(int)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat object with the same properties as this PixelFormat and the new depth bits value.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PixelFormat.html#withDepthEncodingNonlinearNV(int)">withDepthEncodingNonlinearNV(int)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat with the specified EGL_DEPTH_ENCODING_NONLINEAR_NV.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PixelFormat.html#withDepthSize(int)">withDepthSize(int)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat with the specified EGL_DEPTH_SIZE.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#withFloatingPoint(boolean)">withFloatingPoint(boolean)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat object with the same properties as this PixelFormat and the new floating point value.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#withFloatingPointPacked(boolean)">withFloatingPointPacked(boolean)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat object with the same properties as this PixelFormat and the new packed floating point value.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextAttribs.html#withForwardCompatible(boolean)">withForwardCompatible(boolean)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextAttribs.html#withLayer(int)">withLayer(int)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextAttribs.html#withLoseContextOnReset(boolean)">withLoseContextOnReset(boolean)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a ContextAttribs instance with CONTEXT_RESET_NOTIFICATION_STRATEGY set
|
|
to LOSE_CONTEXT_ON_RESET if the parameter is true or to NO_RESET_NOTIFICATION
|
|
if the parameter is false.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PixelFormat.html#withLuminanceSize(int)">withLuminanceSize(int)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat with the specified EGL_LUMINANCE_SIZE.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PixelFormat.html#withMaxSwapInterval(int)">withMaxSwapInterval(int)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat with the specified EGL_MAX_SWAP_INTERVAL.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PixelFormat.html#withMinSwapInterval(int)">withMinSwapInterval(int)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat with the specified EGL_MIN_SWAP_INTERVAL.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PixelFormat.html#withMultisampleResolve(int)">withMultisampleResolve(int)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat with the specified EGL_MULTISAMPLE_RESOLVE value.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextAttribs.html#withProfileCompatibility(boolean)">withProfileCompatibility(boolean)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextAttribs.html#withProfileCore(boolean)">withProfileCore(boolean)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/ContextAttribs.html#withProfileES(boolean)">withProfileES(boolean)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PixelFormat.html#withRGBSize(int)">withRGBSize(int)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat with the specified RGB sizes.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PixelFormat.html#withRGBSize(int, int, int)">withRGBSize(int, int, int)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat with the specified EGL_RED_SIZE, EGL_GREEN_SIZE and EGL_BLUE_SIZE.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#withSamples(int)">withSamples(int)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat object with the same properties as this PixelFormat and the new samples value.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PixelFormat.html#withSamples(int)">withSamples(int)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat with the specified number of EGL_SAMPLES.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#withSRGB(boolean)">withSRGB(boolean)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat object with the same properties as this PixelFormat and the new sRGB value.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#withStencilBits(int)">withStencilBits(int)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat object with the same properties as this PixelFormat and the new stencil bits value.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PixelFormat.html#withStencilSize(int)">withStencilSize(int)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat with the specified EGL_STENCIL_SIZE.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/PixelFormat.html#withStereo(boolean)">withStereo(boolean)</a></span> - Method in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat object with the same properties as this PixelFormat and the new stereo value.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PixelFormat.html#withSwapBehavior(int)">withSwapBehavior(int)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat with the specified EGL_SWAP_BEHAVIOR value.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengles/PixelFormat.html#withTransparentType(int, int, int, int)">withTransparentType(int, int, int, int)</a></span> - Method in class org.lwjgl.opengles.<a href="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</a></dt>
|
|
<dd>
|
|
<div class="block">Returns a new PixelFormat with the specified EGL_TRANSPARENT_TYPE and
|
|
the specified transparent RGB values.</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util"><span class="strong">WritableColor</span></a> - Interface in <a href="./org/lwjgl/util/package-summary.html">org.lwjgl.util</a></dt>
|
|
<dd>
|
|
<div class="block">Write interface for Colors</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/WritableDimension.html" title="interface in org.lwjgl.util"><span class="strong">WritableDimension</span></a> - Interface in <a href="./org/lwjgl/util/package-summary.html">org.lwjgl.util</a></dt>
|
|
<dd>
|
|
<div class="block">Write interface for Dimensions</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/WritablePoint.html" title="interface in org.lwjgl.util"><span class="strong">WritablePoint</span></a> - Interface in <a href="./org/lwjgl/util/package-summary.html">org.lwjgl.util</a></dt>
|
|
<dd>
|
|
<div class="block">Write interface for Points</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/WritableRectangle.html" title="interface in org.lwjgl.util"><span class="strong">WritableRectangle</span></a> - Interface in <a href="./org/lwjgl/util/package-summary.html">org.lwjgl.util</a></dt>
|
|
<dd>
|
|
<div class="block">Write interface for Rectangles</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/vector/WritableVector2f.html" title="interface in org.lwjgl.util.vector"><span class="strong">WritableVector2f</span></a> - Interface in <a href="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</a></dt>
|
|
<dd>
|
|
<div class="block">Writable interface to Vector2fs</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/vector/WritableVector3f.html" title="interface in org.lwjgl.util.vector"><span class="strong">WritableVector3f</span></a> - Interface in <a href="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</a></dt>
|
|
<dd>
|
|
<div class="block">Writable interface to Vector3fs</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/util/vector/WritableVector4f.html" title="interface in org.lwjgl.util.vector"><span class="strong">WritableVector4f</span></a> - Interface in <a href="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</a></dt>
|
|
<dd>
|
|
<div class="block">Writable interface to Vector4fs</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#writeABGR(java.nio.ByteBuffer)">writeABGR(ByteBuffer)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableColor.html#writeABGR(java.nio.ByteBuffer)">writeABGR(ByteBuffer)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Write the ABGR color directly out to a ByteBuffer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#writeARGB(java.nio.ByteBuffer)">writeARGB(ByteBuffer)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableColor.html#writeARGB(java.nio.ByteBuffer)">writeARGB(ByteBuffer)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Write the ARGB color directly out to a ByteBuffer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#writeBGR(java.nio.ByteBuffer)">writeBGR(ByteBuffer)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableColor.html#writeBGR(java.nio.ByteBuffer)">writeBGR(ByteBuffer)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Write the BGR color directly out to a ByteBuffer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#writeBGRA(java.nio.ByteBuffer)">writeBGRA(ByteBuffer)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableColor.html#writeBGRA(java.nio.ByteBuffer)">writeBGRA(ByteBuffer)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Write the BGRA color directly out to a ByteBuffer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/applet/AppletLoader.html#writeObjectFile(java.io.File, java.lang.Object)">writeObjectFile(File, Object)</a></span> - Method in class org.lwjgl.util.applet.<a href="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</a></dt>
|
|
<dd>
|
|
<div class="block">write object to specified File</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#writeRGB(java.nio.ByteBuffer)">writeRGB(ByteBuffer)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableColor.html#writeRGB(java.nio.ByteBuffer)">writeRGB(ByteBuffer)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Write the RGB color directly out to a ByteBuffer</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/Color.html#writeRGBA(java.nio.ByteBuffer)">writeRGBA(ByteBuffer)</a></span> - Method in class org.lwjgl.util.<a href="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableColor.html#writeRGBA(java.nio.ByteBuffer)">writeRGBA(ByteBuffer)</a></span> - Method in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</a></dt>
|
|
<dd>
|
|
<div class="block">Write the RGBA color directly out to a ByteBuffer</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="_X_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">X</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#x">x</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector2f.html#x">x</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#x">x</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#x">x</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/util/XPMFile.html" title="class in org.lwjgl.util"><span class="strong">XPMFile</span></a> - Class in <a href="./org/lwjgl/util/package-summary.html">org.lwjgl.util</a></dt>
|
|
<dd>
|
|
<div class="block">
|
|
NOTE: This simple XPM reader does not support extensions nor hotspots</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/XRandR.Screen.html#xPos">xPos</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/XRandR.Screen.html" title="class in org.lwjgl.opengl">XRandR.Screen</a></dt>
|
|
<dd>
|
|
<div class="block">Position on the x-axis, in pixels</div>
|
|
</dd>
|
|
<dt><a href="./org/lwjgl/opengl/XRandR.html" title="class in org.lwjgl.opengl"><span class="strong">XRandR</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block">Utility for working with the xrandr commmand-line utility.</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/XRandR.html#XRandR()">XRandR()</a></span> - Constructor for class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/XRandR.html" title="class in org.lwjgl.opengl">XRandR</a></dt>
|
|
<dd> </dd>
|
|
<dt><a href="./org/lwjgl/opengl/XRandR.Screen.html" title="class in org.lwjgl.opengl"><span class="strong">XRandR.Screen</span></a> - Class in <a href="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</a></dt>
|
|
<dd>
|
|
<div class="block">Encapsulates the configuration of a monitor.</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="_Y_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">Y</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#y">y</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector2f.html#y">y</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#y">y</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#y">y</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/ReadableColor.html#YELLOW">YELLOW</a></span> - Static variable in interface org.lwjgl.util.<a href="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/opengl/XRandR.Screen.html#yPos">yPos</a></span> - Variable in class org.lwjgl.opengl.<a href="./org/lwjgl/opengl/XRandR.Screen.html" title="class in org.lwjgl.opengl">XRandR.Screen</a></dt>
|
|
<dd>
|
|
<div class="block">Position on the y-axis, in pixels</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="_Z_">
|
|
<!-- -->
|
|
</a>
|
|
<h2 class="title">Z</h2>
|
|
<dl>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Quaternion.html#z">z</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector3f.html#z">z</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/util/vector/Vector4f.html#z">z</a></span> - Variable in class org.lwjgl.util.vector.<a href="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</a></dt>
|
|
<dd> </dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferUtils.html#zeroBuffer(java.nio.ByteBuffer)">zeroBuffer(ByteBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</a></dt>
|
|
<dd>
|
|
<div class="block">Fill buffer with zeros from position to remaining</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferUtils.html#zeroBuffer(java.nio.ShortBuffer)">zeroBuffer(ShortBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</a></dt>
|
|
<dd>
|
|
<div class="block">Fill buffer with zeros from position to remaining</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferUtils.html#zeroBuffer(java.nio.CharBuffer)">zeroBuffer(CharBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</a></dt>
|
|
<dd>
|
|
<div class="block">Fill buffer with zeros from position to remaining</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferUtils.html#zeroBuffer(java.nio.IntBuffer)">zeroBuffer(IntBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</a></dt>
|
|
<dd>
|
|
<div class="block">Fill buffer with zeros from position to remaining</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferUtils.html#zeroBuffer(java.nio.FloatBuffer)">zeroBuffer(FloatBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</a></dt>
|
|
<dd>
|
|
<div class="block">Fill buffer with zeros from position to remaining</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferUtils.html#zeroBuffer(java.nio.LongBuffer)">zeroBuffer(LongBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</a></dt>
|
|
<dd>
|
|
<div class="block">Fill buffer with zeros from position to remaining</div>
|
|
</dd>
|
|
<dt><span class="strong"><a href="./org/lwjgl/BufferUtils.html#zeroBuffer(java.nio.DoubleBuffer)">zeroBuffer(DoubleBuffer)</a></span> - Static method in class org.lwjgl.<a href="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</a></dt>
|
|
<dd>
|
|
<div class="block">Fill buffer with zeros from position to remaining</div>
|
|
</dd>
|
|
</dl>
|
|
<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> </div>
|
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
<div class="bottomNav"><a name="navbar_bottom">
|
|
<!-- -->
|
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="./overview-summary.html">Overview</a></li>
|
|
<li>Package</li>
|
|
<li>Class</li>
|
|
<li>Use</li>
|
|
<li><a href="./overview-tree.html">Tree</a></li>
|
|
<li><a href="./deprecated-list.html">Deprecated</a></li>
|
|
<li class="navBarCell1Rev">Index</li>
|
|
<li><a href="./help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li>Prev</li>
|
|
<li>Next</li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
|
|
<li><a href="index-all.html" target="_top">No Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_bottom">
|
|
<li><a href="./allclasses-noframe.html">All Classes</a></li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<a name="skip-navbar_bottom">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
<p class="legalCopy"><small><i>Copyright © 2002-2009 lwjgl.org. All Rights Reserved.</i></small></p>
|
|
</body>
|
|
</html>
|