A B C D E F G H I K L M N O P Q R S T U V W X Y Z

A

add(int, int) - Method in class org.lwjgl.util.Rectangle
Adds a point, specified by the integer arguments newx and newy, to this Rectangle.
add(ReadablePoint) - Method in class org.lwjgl.util.Rectangle
Adds the specified Point to this Rectangle.
add(ReadableRectangle) - Method in class org.lwjgl.util.Rectangle
Adds a Rectangle to this Rectangle.
add(Matrix2f, Matrix2f, Matrix2f) - Static method in class org.lwjgl.util.vector.Matrix2f
Add two matrices together and place the result in a third matrix.
add(Matrix3f, Matrix3f, Matrix3f) - Static method in class org.lwjgl.util.vector.Matrix3f
Add two matrices together and place the result in a third matrix.
add(Matrix4f, Matrix4f, Matrix4f) - Static method in class org.lwjgl.util.vector.Matrix4f
Add two matrices together and place the result in a third matrix.
add(Vector2f, Vector2f, Vector2f) - Static method in class org.lwjgl.util.vector.Vector2f
Add a vector to another vector and place the result in a destination vector.
add(Vector3f, Vector3f, Vector3f) - Static method in class org.lwjgl.util.vector.Vector3f
Add a vector to another vector and place the result in a destination vector.
add(Vector4f, Vector4f, Vector4f) - Static method in class org.lwjgl.util.vector.Vector4f
Add a vector to another vector and place the result in a destination vector.
addNotify() - Method in class org.lwjgl.opengl.AWTGLCanvas
 
AL - Class in org.lwjgl.openal
The AL class implements the actual creation code for linking to the native library OpenAL.
AL10 - Class in org.lwjgl.openal
 
AL11 - Class in org.lwjgl.openal
 
AL_BITS - Static variable in class org.lwjgl.openal.AL10
Sound buffers: frequency, in units of Hertz [Hz].
AL_BUFFER - Static variable in class org.lwjgl.openal.AL10
Indicate the buffer to provide sound samples.
AL_BUFFERS_PROCESSED - Static variable in class org.lwjgl.openal.AL10
Buffer Queue params
AL_BUFFERS_QUEUED - Static variable in class org.lwjgl.openal.AL10
Buffer Queue params
AL_BYTE_OFFSET - Static variable in class org.lwjgl.openal.AL11
Source buffer position information in bytes
AL_CHANNEL_MASK - Static variable in class org.lwjgl.openal.AL10
Specify the channel mask.
AL_CHANNELS - Static variable in class org.lwjgl.openal.AL10
Sound buffers: frequency, in units of Hertz [Hz].
AL_CONE_INNER_ANGLE - Static variable in class org.lwjgl.openal.AL10
Directional source, inner cone angle, in degrees Range: [0-360] Default: 360
AL_CONE_OUTER_ANGLE - Static variable in class org.lwjgl.openal.AL10
Directional source, outer cone angle, in degrees.
AL_CONE_OUTER_GAIN - Static variable in class org.lwjgl.openal.AL10
Indicate the gain (volume amplification) applied.
AL_DATA - Static variable in class org.lwjgl.openal.AL10
Sound buffers: frequency, in units of Hertz [Hz].
AL_DIRECTION - Static variable in class org.lwjgl.openal.AL10
Specify the current direction as forward vector.
AL_DISTANCE_MODEL - Static variable in class org.lwjgl.openal.AL10
Distance model.
AL_DOPPLER_FACTOR - Static variable in class org.lwjgl.openal.AL10
Doppler scale.
AL_DOPPLER_VELOCITY - Static variable in class org.lwjgl.openal.AL10
Doppler velocity.
AL_EXPONENT_DISTANCE - Static variable in class org.lwjgl.openal.AL11
 
AL_EXPONENT_DISTANCE_CLAMPED - Static variable in class org.lwjgl.openal.AL11
 
AL_EXTENSIONS - Static variable in class org.lwjgl.openal.AL10
Context strings: Extensions
AL_FALSE - Static variable in class org.lwjgl.openal.AL10
Boolean False
AL_FORMAT_MONO16 - Static variable in class org.lwjgl.openal.AL10
Sound buffers: format specifier.
AL_FORMAT_MONO8 - Static variable in class org.lwjgl.openal.AL10
Sound buffers: format specifier.
AL_FORMAT_STEREO16 - Static variable in class org.lwjgl.openal.AL10
Sound buffers: format specifier.
AL_FORMAT_STEREO8 - Static variable in class org.lwjgl.openal.AL10
Sound buffers: format specifier.
AL_FORMAT_VORBIS_EXT - Static variable in class org.lwjgl.openal.AL10
Ogg Vorbis format specifier.
AL_FREQUENCY - Static variable in class org.lwjgl.openal.AL10
Sound buffers: frequency, in units of Hertz [Hz].
AL_GAIN - Static variable in class org.lwjgl.openal.AL10
Indicate the gain (volume amplification) applied.
AL_ILLEGAL_COMMAND - Static variable in class org.lwjgl.openal.AL11
 
AL_INITIAL - Static variable in class org.lwjgl.openal.AL10
Source state information
AL_INVALID - Static variable in class org.lwjgl.openal.AL10
Bad value
AL_INVALID_ENUM - Static variable in class org.lwjgl.openal.AL10
Illegal enum passed as an argument to an AL call.
AL_INVALID_NAME - Static variable in class org.lwjgl.openal.AL10
Illegal name passed as an argument to an AL call.
AL_INVALID_OPERATION - Static variable in class org.lwjgl.openal.AL10
A function was called at inappropriate time, or in an inappropriate way, causing an illegal state.
AL_INVALID_VALUE - Static variable in class org.lwjgl.openal.AL10
Illegal value passed as an argument to an AL call.
AL_INVERSE_DISTANCE - Static variable in class org.lwjgl.openal.AL10
Distance model
AL_INVERSE_DISTANCE_CLAMPED - Static variable in class org.lwjgl.openal.AL10
Distance model
AL_LINEAR_DISTANCE - Static variable in class org.lwjgl.openal.AL11
 
AL_LINEAR_DISTANCE_CLAMPED - Static variable in class org.lwjgl.openal.AL11
 
AL_LOOPING - Static variable in class org.lwjgl.openal.AL10
Indicate whether source has to loop infinite.
AL_MAX_DISTANCE - Static variable in class org.lwjgl.openal.AL10
Specify the maximum distance.
AL_MAX_GAIN - Static variable in class org.lwjgl.openal.AL10
Indicate maximum source attenuation.
AL_MIN_GAIN - Static variable in class org.lwjgl.openal.AL10
Indicate minimum source attenuation.
AL_NO_ERROR - Static variable in class org.lwjgl.openal.AL10
Errors: No Error.
AL_NONE - Static variable in class org.lwjgl.openal.AL10
Disable value
AL_ORIENTATION - Static variable in class org.lwjgl.openal.AL10
Specify the current orientation.
AL_OUT_OF_MEMORY - Static variable in class org.lwjgl.openal.AL10
A function could not be completed, because there is not enough memory available.
AL_PAUSED - Static variable in class org.lwjgl.openal.AL10
Source state information
AL_PENDING - Static variable in class org.lwjgl.openal.AL10
Buffer state.
AL_PITCH - Static variable in class org.lwjgl.openal.AL10
Specify the pitch to be applied, either at source, or on mixer results, at listener.
AL_PLAYING - Static variable in class org.lwjgl.openal.AL10
Source state information
AL_POSITION - Static variable in class org.lwjgl.openal.AL10
Specify the current location in three dimensional space.
AL_PROCESSED - Static variable in class org.lwjgl.openal.AL10
Buffer state.
AL_REFERENCE_DISTANCE - Static variable in class org.lwjgl.openal.AL10
 
AL_RENDERER - Static variable in class org.lwjgl.openal.AL10
Context strings: Renderer
AL_ROLLOFF_FACTOR - Static variable in class org.lwjgl.openal.AL10
Indicate the rolloff factor for the source.
AL_SAMPLE_OFFSET - Static variable in class org.lwjgl.openal.AL11
Source buffer position information in samples
AL_SEC_OFFSET - Static variable in class org.lwjgl.openal.AL11
Source buffer position information in seconds
AL_SIZE - Static variable in class org.lwjgl.openal.AL10
Sound buffers: frequency, in units of Hertz [Hz].
AL_SOURCE_ABSOLUTE - Static variable in class org.lwjgl.openal.AL10
Indicate source has absolute coordinates
AL_SOURCE_RELATIVE - Static variable in class org.lwjgl.openal.AL10
Indicate Source has listener relative coordinates
AL_SOURCE_STATE - Static variable in class org.lwjgl.openal.AL10
Source state information
AL_SOURCE_TYPE - Static variable in class org.lwjgl.openal.AL10
Indicate the type of SOURCE.
AL_SPEED_OF_SOUND - Static variable in class org.lwjgl.openal.AL11
Speed of Sound in units per second
AL_STATIC - Static variable in class org.lwjgl.openal.AL11
Type of source: Buffer has been attached using AL_BUFFER
AL_STOPPED - Static variable in class org.lwjgl.openal.AL10
Source state information
AL_STREAMING - Static variable in class org.lwjgl.openal.AL11
Type of source: if one or more Buffers have been attached using alSourceQueueBuffers
AL_TRUE - Static variable in class org.lwjgl.openal.AL10
Boolean True
AL_UNDETERMINED - Static variable in class org.lwjgl.openal.AL11
Type of source: when it has the NULL buffer attached
AL_UNUSED - Static variable in class org.lwjgl.openal.AL10
Buffer state.
AL_VELOCITY - Static variable in class org.lwjgl.openal.AL10
Specify the current velocity in three dimensional space.
AL_VENDOR - Static variable in class org.lwjgl.openal.AL10
Context strings: Vendor
AL_VERSION - Static variable in class org.lwjgl.openal.AL10
Context strings: Version
alBuffer(int, int, FloatBuffer) - Static method in class org.lwjgl.openal.AL11
This function sets a floating point property of a buffer.
alBuffer(int, int, IntBuffer) - Static method in class org.lwjgl.openal.AL11
This function sets an integer property of a buffer.
alBuffer3f(int, int, float, float, float) - Static method in class org.lwjgl.openal.AL11
This function sets a floating point property of a buffer.
alBuffer3i(int, int, int, int, int) - Static method in class org.lwjgl.openal.AL11
This function sets an integer property of a buffer.
alBufferData(int, int, ByteBuffer, int) - Static method in class org.lwjgl.openal.AL10
A special case of Buffer state is the actual sound sample data stored in asociation with the Buffer.
alBufferData(int, int, IntBuffer, int) - Static method in class org.lwjgl.openal.AL10
A special case of Buffer state is the actual sound sample data stored in asociation with the Buffer.
alBufferData(int, int, ShortBuffer, int) - Static method in class org.lwjgl.openal.AL10
A special case of Buffer state is the actual sound sample data stored in asociation with the Buffer.
alBufferf(int, int, float) - Static method in class org.lwjgl.openal.AL11
This function sets a floating point property of a buffer.
alBufferi(int, int, int) - Static method in class org.lwjgl.openal.AL11
This function sets an integer property of a buffer.
ALC10 - Class in org.lwjgl.openal
ALC introduces the notion of a Device.
ALC10() - Constructor for class org.lwjgl.openal.ALC10
 
ALC11 - Class in org.lwjgl.openal
The ALC11 class implements features in OpenAL 1.1, specifically ALC methods and properties.
ALC11() - Constructor for class org.lwjgl.openal.ALC11
 
ALC_ALL_ATTRIBUTES - Static variable in class org.lwjgl.openal.ALC10
Expects a destination of ALC_CURRENT_ATTRIBUTES_SIZE, and provides the attribute list for the current context of the specified device.
ALC_ALL_DEVICES_SPECIFIER - Static variable in class org.lwjgl.openal.ALC11
 
ALC_ATTRIBUTES_SIZE - Static variable in class org.lwjgl.openal.ALC10
The size required for the zero-terminated attributes list, for the current context.
ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER - Static variable in class org.lwjgl.openal.ALC11
 
ALC_CAPTURE_DEVICE_SPECIFIER - Static variable in class org.lwjgl.openal.ALC11
 
ALC_CAPTURE_SAMPLES - Static variable in class org.lwjgl.openal.ALC11
 
ALC_DEFAULT_ALL_DEVICES_SPECIFIER - Static variable in class org.lwjgl.openal.ALC11
 
ALC_DEFAULT_DEVICE_SPECIFIER - Static variable in class org.lwjgl.openal.ALC10
The specifier string for the default device
ALC_DEVICE_SPECIFIER - Static variable in class org.lwjgl.openal.ALC10
The specifier string for the device
ALC_EXTENSIONS - Static variable in class org.lwjgl.openal.ALC10
The extensions string for diagnostics and printing
ALC_FALSE - Static variable in class org.lwjgl.openal.ALC10
Boolean False
ALC_FREQUENCY - Static variable in class org.lwjgl.openal.ALC10
Frequency for mixing output buffer, in units of Hz.
ALC_INVALID - Static variable in class org.lwjgl.openal.ALC10
Bad value
ALC_INVALID_CONTEXT - Static variable in class org.lwjgl.openal.ALC10
The context argument does not name a valid context
ALC_INVALID_DEVICE - Static variable in class org.lwjgl.openal.ALC10
The device argument does not name a valid device
ALC_INVALID_ENUM - Static variable in class org.lwjgl.openal.ALC10
A function was called at inappropriate time, or in an inappropriate way, causing an illegal state.
ALC_INVALID_VALUE - Static variable in class org.lwjgl.openal.ALC10
Illegal value passed as an argument to an AL call.
ALC_MAJOR_VERSION - Static variable in class org.lwjgl.openal.ALC10
Major version query.
ALC_MINOR_VERSION - Static variable in class org.lwjgl.openal.ALC10
Minor version query.
ALC_NO_ERROR - Static variable in class org.lwjgl.openal.ALC10
Errors: No Error
ALC_OUT_OF_MEMORY - Static variable in class org.lwjgl.openal.ALC10
A function could not be completed, because there is not enough memory available.
ALC_REFRESH - Static variable in class org.lwjgl.openal.ALC10
Refresh intervalls, in units of Hz.
ALC_SYNC - Static variable in class org.lwjgl.openal.ALC10
Flag, indicating a synchronous context.
ALC_TRUE - Static variable in class org.lwjgl.openal.ALC10
Boolean True
alcCaptureCloseDevice(ALCdevice) - Static method in class org.lwjgl.openal.ALC11
The alcCaptureCloseDevice function allows the application to disconnect from a capture device.
alcCaptureOpenDevice(String, int, int, int) - Static method in class org.lwjgl.openal.ALC11
The alcCaptureOpenDevice function allows the application to connect to a capture device.
alcCaptureSamples(ALCdevice, ByteBuffer, int) - Static method in class org.lwjgl.openal.ALC11
When the application feels there are enough samples available to process, it can obtain them from the AL via the alcCaptureSamples entry point.
alcCaptureStart(ALCdevice) - Static method in class org.lwjgl.openal.ALC11
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.
alcCaptureStop(ALCdevice) - Static method in class org.lwjgl.openal.ALC11
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.
alcCloseDevice(ALCdevice) - Static method in class org.lwjgl.openal.ALC10
The alcCloseDevice function allows the application (i.e. the client program) to disconnect from a device (i.e. the server).
ALCcontext - Class in org.lwjgl.openal
The ALCcontext class represents a context opened in OpenAL space.
alcCreateContext(ALCdevice, IntBuffer) - Static method in class org.lwjgl.openal.ALC10
A context is created using alcCreateContext.
alcDestroyContext(ALCcontext) - Static method in class org.lwjgl.openal.ALC10
The correct way to destroy a context is to first release it using alcMakeCurrent and null.
ALCdevice - Class in org.lwjgl.openal
The ALCdevice class represents a device opened in OpenAL space.
alcGetContextsDevice(ALCcontext) - Static method in class org.lwjgl.openal.ALC10
The application can query for, and obtain an handle to, the device of a given context.
alcGetCurrentContext() - Static method in class org.lwjgl.openal.ALC10
The application can query for, and obtain an handle to, the current context for the application.
alcGetEnumValue(ALCdevice, String) - Static method in class org.lwjgl.openal.ALC10
Enumeration/token values are device independend, but tokens defined for extensions might not be present for a given device.
alcGetError(ALCdevice) - Static method in class org.lwjgl.openal.ALC10
ALC uses the same conventions and mechanisms as AL for error handling.
alcGetInteger(ALCdevice, int, IntBuffer) - Static method in class org.lwjgl.openal.ALC10
The application can query ALC for information using an integer query function.
alcGetString(ALCdevice, int) - Static method in class org.lwjgl.openal.ALC10
The application can obtain certain strings from ALC.
alcIsExtensionPresent(ALCdevice, String) - Static method in class org.lwjgl.openal.ALC10
Verify that a given extension is available for the current context and the device it is associated with.
alcMakeContextCurrent(ALCcontext) - Static method in class org.lwjgl.openal.ALC10
To make a Context current with respect to AL Operation (state changes by issueing commands), alcMakeContextCurrent is used.
alcOpenDevice(String) - Static method in class org.lwjgl.openal.ALC10
The alcOpenDevice function allows the application (i.e. the client program) to connect to a device (i.e. the server).
alcProcessContext(ALCcontext) - Static method in class org.lwjgl.openal.ALC10
The current context is the only context accessible to state changes by AL commands (aside from state changes affecting shared objects).
alcSuspendContext(ALCcontext) - Static method in class org.lwjgl.openal.ALC10
The application can suspend any context from processing (including the current one).
alDeleteBuffers(IntBuffer) - Static method in class org.lwjgl.openal.AL10
The application requests deletion of a number of Buffers by calling DeleteBuffers.
alDeleteSources(IntBuffer) - Static method in class org.lwjgl.openal.AL10
The application requests deletion of a number of Sources by DeleteSources.
alDisable(int) - Static method in class org.lwjgl.openal.AL10
The application can temporarily disable certain AL capabilities on a per Context basis.
alDistanceModel(int) - Static method in class org.lwjgl.openal.AL10
Samples usually use the entire dynamic range of the chosen format/encoding, independent of their real world intensity.
alDopplerFactor(float) - Static method in class org.lwjgl.openal.AL10
The Doppler Effect depends on the velocities of Source and Listener relative to the medium, and the propagation speed of sound in that medium.
alDopplerVelocity(float) - Static method in class org.lwjgl.openal.AL10
The Doppler Effect depends on the velocities of Source and Listener relative to the medium, and the propagation speed of sound in that medium.
alEnable(int) - Static method in class org.lwjgl.openal.AL10
The application can temporarily disable certain AL capabilities on a per Context basis.
alert(String, String) - Static method in class org.lwjgl.Sys
Attempt to display a modal alert to the user.
alGenBuffers(IntBuffer) - Static method in class org.lwjgl.openal.AL10
The application requests a number of Buffers using GenBuffers.
alGenSources(IntBuffer) - Static method in class org.lwjgl.openal.AL10
The application requests a number of Sources using GenSources.
alGetBoolean(int) - Static method in class org.lwjgl.openal.AL10
Like OpenGL, AL uses a simplified interface for querying global state.
alGetBuffer(int, int, IntBuffer) - Static method in class org.lwjgl.openal.AL11
This function retrieves an integer property of a buffer.
alGetBuffer(int, int, FloatBuffer) - Static method in class org.lwjgl.openal.AL11
This function retrieves a floating point property of a buffer.
alGetBufferf(int, int) - Static method in class org.lwjgl.openal.AL10
Buffer state is maintained inside the AL implementation and can be queried in full.
alGetBufferf(int, int) - Static method in class org.lwjgl.openal.AL11
This function retrieves a floating point property of a buffer.
alGetBufferi(int, int) - Static method in class org.lwjgl.openal.AL10
Buffer state is maintained inside the AL implementation and can be queried in full.
alGetBufferi(int, int) - Static method in class org.lwjgl.openal.AL11
This function retrieves an integer property of a buffer.
alGetDouble(int) - Static method in class org.lwjgl.openal.AL10
Like OpenGL, AL uses a simplified interface for querying global state.
alGetDouble(int, DoubleBuffer) - Static method in class org.lwjgl.openal.AL10
Like OpenGL, AL uses a simplified interface for querying global state.
alGetEnumValue(String) - Static method in class org.lwjgl.openal.AL10
To obtain enumeration values for extensions, the application has to use GetEnumValue of an extension token.
alGetError() - Static method in class org.lwjgl.openal.AL10
The AL detects only a subset of those conditions that could be considered errors.
alGetFloat(int) - Static method in class org.lwjgl.openal.AL10
Like OpenGL, AL uses a simplified interface for querying global state.
alGetFloat(int, FloatBuffer) - Static method in class org.lwjgl.openal.AL10
Like OpenGL, AL uses a simplified interface for querying global state.
alGetInteger(int) - Static method in class org.lwjgl.openal.AL10
Like OpenGL, AL uses a simplified interface for querying global state.
alGetInteger(int, IntBuffer) - Static method in class org.lwjgl.openal.AL10
Like OpenGL, AL uses a simplified interface for querying global state.
alGetListener(int, FloatBuffer) - Static method in class org.lwjgl.openal.AL10
Listener state is maintained inside the AL implementation and can be queried in full.
alGetListenerf(int) - Static method in class org.lwjgl.openal.AL10
Listener state is maintained inside the AL implementation and can be queried in full.
alGetListeneri(int) - Static method in class org.lwjgl.openal.AL10
Listener state is maintained inside the AL implementation and can be queried in full.
alGetListeneri(int, FloatBuffer) - Static method in class org.lwjgl.openal.AL11
Listener state is maintained inside the AL implementation and can be queried in full.
alGetSource(int, int, FloatBuffer) - Static method in class org.lwjgl.openal.AL10
Source state is maintained inside the AL implementation, and the current attributes can be queried.
alGetSourcef(int, int) - Static method in class org.lwjgl.openal.AL10
Source state is maintained inside the AL implementation, and the current attributes can be queried.
alGetSourcei(int, int) - Static method in class org.lwjgl.openal.AL10
Source state is maintained inside the AL implementation, and the current attributes can be queried.
alGetString(int) - Static method in class org.lwjgl.openal.AL10
The application can retrieve state information global to the current AL Context.
alIsBuffer(int) - Static method in class org.lwjgl.openal.AL10
The application can verify whether a buffer Name is valid using the IsBuffer query.
alIsEnabled(int) - Static method in class org.lwjgl.openal.AL10
The application can also query whether a given capability is currently enabled or not.
alIsExtensionPresent(String) - Static method in class org.lwjgl.openal.AL10
To verify that a given extension is available for the current context and the device it is associated with, use this method.
alIsSource(int) - Static method in class org.lwjgl.openal.AL10
The application can verify whether a source name is valid using the IsSource query.
alListener(int, FloatBuffer) - Static method in class org.lwjgl.openal.AL10
Listener attributes are changed using the Listener group of commands.
alListener3f(int, float, float, float) - Static method in class org.lwjgl.openal.AL10
Listener attributes are changed using the Listener group of commands.
alListener3i(int, int, int, int) - Static method in class org.lwjgl.openal.AL11
Listener attributes are changed using the Listener group of commands.
alListenerf(int, float) - Static method in class org.lwjgl.openal.AL10
Listener attributes are changed using the Listener group of commands.
alListeneri(int, int) - Static method in class org.lwjgl.openal.AL10
Listener attributes are changed using the Listener group of commands.
alSource(int, int, FloatBuffer) - Static method in class org.lwjgl.openal.AL10
Specifies the position and other properties as taken into account during sound processing.
alSource(int, int, IntBuffer) - Static method in class org.lwjgl.openal.AL11
Specifies the position and other properties as taken into account during sound processing.
alSource3f(int, int, float, float, float) - Static method in class org.lwjgl.openal.AL10
Specifies the position and other properties as taken into account during sound processing.
alSource3i(int, int, int, int, int) - Static method in class org.lwjgl.openal.AL11
Specifies the position and other properties as taken into account during sound processing.
alSourcef(int, int, float) - Static method in class org.lwjgl.openal.AL10
Specifies the position and other properties as taken into account during sound processing.
alSourcei(int, int, int) - Static method in class org.lwjgl.openal.AL10
Specifies the position and other properties as taken into account during sound processing.
alSourcePause(IntBuffer) - Static method in class org.lwjgl.openal.AL10
Pause() applied to an AL_INITIAL Source is a legal NOP.
alSourcePause(int) - Static method in class org.lwjgl.openal.AL10
Pause() applied to an AL_INITIAL Source is a legal NOP.
alSourcePlay(IntBuffer) - Static method in class org.lwjgl.openal.AL10
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.
alSourcePlay(int) - Static method in class org.lwjgl.openal.AL10
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.
alSourceQueueBuffers(int, IntBuffer) - Static method in class org.lwjgl.openal.AL10
The application can queue up one or multiple buffer names using SourceQueueBuffers.
alSourceRewind(IntBuffer) - Static method in class org.lwjgl.openal.AL10
Rewind() applied to an AL_INITIAL Source is a legal NOP.
alSourceRewind(int) - Static method in class org.lwjgl.openal.AL10
Rewind() applied to an AL_INITIAL Source is a legal NOP.
alSourceStop(IntBuffer) - Static method in class org.lwjgl.openal.AL10
Stop() applied to an AL_INITIAL Source is a legal NOP.
alSourceStop(int) - Static method in class org.lwjgl.openal.AL10
Stop() applied to an AL_INITIAL Source is a legal NOP.
alSourceUnqueueBuffers(int, IntBuffer) - Static method in class org.lwjgl.openal.AL10
Once a queue entry for a buffer has been appended to a queue and is pending processing, it should not be changed.
alSpeedOfSound(float) - Static method in class org.lwjgl.openal.AL11
AL_SPEED_OF_SOUND allows the application to change the reference (propagation) speed used in the Doppler calculation.
angle(Vector2f, Vector2f) - Static method in class org.lwjgl.util.vector.Vector2f
Calculate the angle between two vectors, in radians
angle(Vector3f, Vector3f) - Static method in class org.lwjgl.util.vector.Vector3f
Calculate the angle between two vectors, in radians
angle(Vector4f, Vector4f) - Static method in class org.lwjgl.util.vector.Vector4f
Calculate the angle between two vectors, in radians
animationThread - Variable in class org.lwjgl.util.applet.AppletLoader
animation thread that renders our load screen while loading
AppletLoader - Class in org.lwjgl.util.applet
The AppletLoader enables deployment of LWJGL to applets in an easy and polished way.
AppletLoader() - Constructor for class org.lwjgl.util.applet.AppletLoader
 
appletResize(int, int) - Method in class org.lwjgl.util.applet.AppletLoader
Transfers the call of AppletResize from the stub to the lwjglApplet.
ARBBufferObject - Class in org.lwjgl.opengl
 
ARBBufferObject() - Constructor for class org.lwjgl.opengl.ARBBufferObject
 
ARBColorBufferFloat - Class in org.lwjgl.opengl
 
ARBCopyBuffer - Class in org.lwjgl.opengl
 
ARBDepthBufferFloat - Class in org.lwjgl.opengl
 
ARBDepthClamp - Class in org.lwjgl.opengl
 
ARBDepthTexture - Class in org.lwjgl.opengl
 
ARBDrawBuffers - Class in org.lwjgl.opengl
 
ARBDrawBuffersBlend - Class in org.lwjgl.opengl
 
ARBDrawElementsBaseVertex - Class in org.lwjgl.opengl
 
ARBDrawInstanced - Class in org.lwjgl.opengl
 
ARBFragmentProgram - Class in org.lwjgl.opengl
 
ARBFragmentShader - Class in org.lwjgl.opengl
 
ARBFramebufferObject - Class in org.lwjgl.opengl
 
ARBFramebufferSRGB - Class in org.lwjgl.opengl
 
ARBGeometryShader4 - Class in org.lwjgl.opengl
 
ARBHalfFloatPixel - Class in org.lwjgl.opengl
 
ARBHalfFloatVertex - Class in org.lwjgl.opengl
 
ARBImaging - Class in org.lwjgl.opengl
 
ARBInstancedArrays - Class in org.lwjgl.opengl
 
ARBMapBufferRange - Class in org.lwjgl.opengl
 
ARBMatrixPalette - Class in org.lwjgl.opengl
 
ARBMultisample - Class in org.lwjgl.opengl
 
ARBMultitexture - Class in org.lwjgl.opengl
 
ARBOcclusionQuery - Class in org.lwjgl.opengl
 
ARBPixelBufferObject - Class in org.lwjgl.opengl
 
ARBPointParameters - Class in org.lwjgl.opengl
 
ARBPointSprite - Class in org.lwjgl.opengl
 
ARBProgram - Class in org.lwjgl.opengl
 
ARBProgram() - Constructor for class org.lwjgl.opengl.ARBProgram
 
ARBProvokingVertex - Class in org.lwjgl.opengl
 
ARBSampleShading - Class in org.lwjgl.opengl
 
ARBSeamlessCubeMap - Class in org.lwjgl.opengl
 
ARBShaderObjects - Class in org.lwjgl.opengl
 
ARBShadingLanguage100 - Class in org.lwjgl.opengl
 
ARBShadow - Class in org.lwjgl.opengl
 
ARBShadowAmbient - Class in org.lwjgl.opengl
 
ARBSync - Class in org.lwjgl.opengl
 
ARBTextureBorderClamp - Class in org.lwjgl.opengl
 
ARBTextureBufferObject - Class in org.lwjgl.opengl
 
ARBTextureCompression - Class in org.lwjgl.opengl
 
ARBTextureCompressionRGTC - Class in org.lwjgl.opengl
 
ARBTextureCubeMap - Class in org.lwjgl.opengl
 
ARBTextureCubeMapArray - Class in org.lwjgl.opengl
 
ARBTextureEnvCombine - Class in org.lwjgl.opengl
 
ARBTextureEnvDot3 - Class in org.lwjgl.opengl
 
ARBTextureFloat - Class in org.lwjgl.opengl
 
ARBTextureGather - Class in org.lwjgl.opengl
 
ARBTextureMirroredRepeat - Class in org.lwjgl.opengl
 
ARBTextureMultisample - Class in org.lwjgl.opengl
 
ARBTextureRectangle - Class in org.lwjgl.opengl
 
ARBTextureRg - Class in org.lwjgl.opengl
 
ARBTransposeMatrix - Class in org.lwjgl.opengl
 
ARBUniformBufferObject - Class in org.lwjgl.opengl
 
ARBVertexArrayBgra - Class in org.lwjgl.opengl
 
ARBVertexArrayObject - Class in org.lwjgl.opengl
 
ARBVertexBlend - Class in org.lwjgl.opengl
 
ARBVertexBufferObject - Class in org.lwjgl.opengl
 
ARBVertexProgram - Class in org.lwjgl.opengl
 
ARBVertexShader - Class in org.lwjgl.opengl
 
ARBWindowPos - Class in org.lwjgl.opengl
 
areRepeatEventsEnabled() - Static method in class org.lwjgl.input.Keyboard
Check whether repeat events are currently reported or not.
ATIDrawBuffers - Class in org.lwjgl.opengl
 
ATIElementArray - Class in org.lwjgl.opengl
 
ATIEnvmapBumpmap - Class in org.lwjgl.opengl
 
ATIFragmentShader - Class in org.lwjgl.opengl
 
ATIMapObjectBuffer - Class in org.lwjgl.opengl
 
ATIMeminfo - Class in org.lwjgl.opengl
 
ATIPnTriangles - Class in org.lwjgl.opengl
 
ATISeparateStencil - Class in org.lwjgl.opengl
 
ATITextFragmentShader - Class in org.lwjgl.opengl
 
ATITextureCompression3DC - Class in org.lwjgl.opengl
 
ATITextureFloat - Class in org.lwjgl.opengl
 
ATITextureMirrorOnce - Class in org.lwjgl.opengl
 
ATIVertexArrayObject - Class in org.lwjgl.opengl
 
ATIVertexAttribArrayObject - Class in org.lwjgl.opengl
 
ATIVertexStreams - Class in org.lwjgl.opengl
 
AWTGLCanvas - Class in org.lwjgl.opengl

An AWT rendering context.

AWTGLCanvas() - Constructor for class org.lwjgl.opengl.AWTGLCanvas
Constructor using the default PixelFormat.
AWTGLCanvas(PixelFormat) - Constructor for class org.lwjgl.opengl.AWTGLCanvas
Create an AWTGLCanvas with the requested PixelFormat on the default GraphicsDevice.
AWTGLCanvas(GraphicsDevice, PixelFormat) - Constructor for class org.lwjgl.opengl.AWTGLCanvas
Create an AWTGLCanvas with the requested PixelFormat on the default GraphicsDevice.
AWTGLCanvas(GraphicsDevice, PixelFormat, Drawable) - Constructor for class org.lwjgl.opengl.AWTGLCanvas
Create an AWTGLCanvas with the requested PixelFormat on the specified GraphicsDevice.
AWTGLCanvas(GraphicsDevice, PixelFormat, Drawable, ContextAttribs) - Constructor for class org.lwjgl.opengl.AWTGLCanvas
Create an AWTGLCanvas with the requested PixelFormat on the specified GraphicsDevice.

B

BACK_LEFT_BUFFER - Static variable in class org.lwjgl.opengl.Pbuffer
The Pbuffer back left buffer.
BACK_RIGHT_BUFFER - Static variable in class org.lwjgl.opengl.Pbuffer
The Pbuffer back right buffer.
begin(int) - Method in interface org.lwjgl.util.glu.GLUtessellatorCallback
The begin callback method is invoked like glBegin to indicate the start of a (triangle) primitive.
begin(int) - Method in class org.lwjgl.util.glu.GLUtessellatorCallbackAdapter
 
beginData(int, Object) - Method in interface org.lwjgl.util.glu.GLUtessellatorCallback
The same as the begin callback method except that it takes an additional reference argument.
beginData(int, Object) - Method in class org.lwjgl.util.glu.GLUtessellatorCallbackAdapter
 
bgColor - Variable in class org.lwjgl.util.applet.AppletLoader
background color of applet
bindTexImage(int) - Method in class org.lwjgl.opengl.Pbuffer
Binds the currently bound texture to the buffer specified.
BLACK - Static variable in interface org.lwjgl.util.ReadableColor
 
BLUE - Static variable in interface org.lwjgl.util.ReadableColor
 
BufferChecks - Class in org.lwjgl
A class to check buffer boundaries in general.
BufferUtils - Class in org.lwjgl
Some often-used Buffer code for creating native buffers of the appropriate size.
BufferUtils() - Constructor for class org.lwjgl.BufferUtils
 
bytesPerPixel(int, int) - Static method in class org.lwjgl.util.glu.Util
Method bytesPerPixel.

C

ceil(int, int) - Static method in class org.lwjgl.util.glu.Util
Return ceiling of integer division
certificateRefused - Variable in class org.lwjgl.util.applet.AppletLoader
whether a certificate refused error occured
certificateRefusedMessage - Variable in class org.lwjgl.util.applet.AppletLoader
error message to display if user refuses to accept certicate
CHAR_NONE - Static variable in class org.lwjgl.input.Keyboard
The special character meaning that no character was translated for the event.
checkALCError(ALCdevice) - Static method in class org.lwjgl.openal.Util
Checks for any ALC errors and throws an unchecked exception on errors
checkALCValidContext(ALCcontext) - Static method in class org.lwjgl.openal.Util
Checks for a valid context
checkALCValidDevice(ALCdevice) - Static method in class org.lwjgl.openal.Util
Checks for a valid device
checkALError() - Static method in class org.lwjgl.openal.Util
Checks for any AL errors and throws an unchecked exception on errors
checkBuffer(ByteBuffer, int) - Static method in class org.lwjgl.BufferChecks
 
checkBuffer(ShortBuffer, int) - Static method in class org.lwjgl.BufferChecks
 
checkBuffer(IntBuffer, int) - Static method in class org.lwjgl.BufferChecks
 
checkBuffer(LongBuffer, int) - Static method in class org.lwjgl.BufferChecks
 
checkBuffer(FloatBuffer, int) - Static method in class org.lwjgl.BufferChecks
 
checkBuffer(DoubleBuffer, int) - Static method in class org.lwjgl.BufferChecks
 
checkBufferSize(Buffer, int) - Static method in class org.lwjgl.BufferChecks
Helper method to ensure a buffer is big enough to receive data from a glGet* operation.
checkDirect(ByteBuffer) - Static method in class org.lwjgl.BufferChecks
Helper methods to ensure a buffer is direct (and, implicitly, non-null).
checkDirect(ShortBuffer) - Static method in class org.lwjgl.BufferChecks
 
checkDirect(IntBuffer) - Static method in class org.lwjgl.BufferChecks
 
checkDirect(LongBuffer) - Static method in class org.lwjgl.BufferChecks
 
checkDirect(FloatBuffer) - Static method in class org.lwjgl.BufferChecks
 
checkDirect(DoubleBuffer) - Static method in class org.lwjgl.BufferChecks
 
checkFunctionAddress(long) - Static method in class org.lwjgl.BufferChecks
Helper methods to ensure a function pointer is not-null (0)
checkGLError() - Static method in class org.lwjgl.opengl.Util
Throws OpenGLException if GL11.glGetError() returns anything else than GL11.GL_NO_ERROR
checkNotNull(Object) - Static method in class org.lwjgl.BufferChecks
 
checkNullTerminated(ByteBuffer) - Static method in class org.lwjgl.BufferChecks
Helper methods to ensure a ByteBuffer is null-terminated
checkNullTerminated(ByteBuffer, int) - Static method in class org.lwjgl.BufferChecks
 
classLoader - Variable in class org.lwjgl.util.applet.AppletLoader
classLoader used to add downloaded jars to the classpath
clearEvents() - Static method in class org.lwjgl.input.Controllers
Clear any events stored for the controllers in this set
Color - Class in org.lwjgl.util
A mutable Color class
Color() - Constructor for class org.lwjgl.util.Color
Constructor for Color.
Color(int, int, int) - Constructor for class org.lwjgl.util.Color
Constructor for Color.
Color(byte, byte, byte) - Constructor for class org.lwjgl.util.Color
Constructor for Color.
Color(int, int, int, int) - Constructor for class org.lwjgl.util.Color
Constructor for Color.
Color(byte, byte, byte, byte) - Constructor for class org.lwjgl.util.Color
Constructor for Color.
Color(ReadableColor) - Constructor for class org.lwjgl.util.Color
Constructor for Color
combine(double[], Object[], float[], Object[]) - Method in interface org.lwjgl.util.glu.GLUtessellatorCallback
The combine callback method is called to create a new vertex when the tessellation detects an intersection, or wishes to merge features.
combine(double[], Object[], float[], Object[]) - Method in class org.lwjgl.util.glu.GLUtessellatorCallbackAdapter
 
combineData(double[], Object[], float[], Object[], Object) - Method in interface org.lwjgl.util.glu.GLUtessellatorCallback
The same as the combine callback method except that it takes an additional reference argument.
combineData(double[], Object[], float[], Object[], Object) - Method in class org.lwjgl.util.glu.GLUtessellatorCallbackAdapter
 
componentHidden(ComponentEvent) - Method in class org.lwjgl.opengl.AWTGLCanvas
 
componentMoved(ComponentEvent) - Method in class org.lwjgl.opengl.AWTGLCanvas
 
componentResized(ComponentEvent) - Method in class org.lwjgl.opengl.AWTGLCanvas
 
componentShown(ComponentEvent) - Method in class org.lwjgl.opengl.AWTGLCanvas
 
compPerPix(int) - Static method in class org.lwjgl.util.glu.Util
Method compPerPix.
contains(ReadablePoint) - Method in class org.lwjgl.util.Rectangle
Checks whether or not this Rectangle contains the specified Point.
contains(int, int) - Method in class org.lwjgl.util.Rectangle
Checks whether or not this Rectangle contains the point at the specified location (xy).
contains(ReadableRectangle) - Method in class org.lwjgl.util.Rectangle
Checks whether or not this Rectangle entirely contains the specified Rectangle.
contains(int, int, int, int) - Method in class org.lwjgl.util.Rectangle
Checks whether this Rectangle entirely contains the Rectangle at the specified location (XY) with the specified dimensions (WH).
context - Static variable in class org.lwjgl.openal.AL
Current ALCcontext.
ContextAttribs - Class in org.lwjgl.opengl
This class represents the context attributes passed to CreateContextAttribs of the XGL_create_context extension.
ContextAttribs() - Constructor for class org.lwjgl.opengl.ContextAttribs
 
ContextAttribs(int, int) - Constructor for class org.lwjgl.opengl.ContextAttribs
 
ContextCapabilities - Class in org.lwjgl.opengl
 
Controller - Interface in org.lwjgl.input
A game controller of some sort that will provide input.
ControllerAdapter - Class in org.lwjgl.util.input
Adapter for the Controller interface.
ControllerAdapter() - Constructor for class org.lwjgl.util.input.ControllerAdapter
 
Controllers - Class in org.lwjgl.input
The collection of controllers currently connected.
Controllers() - Constructor for class org.lwjgl.input.Controllers
 
copy(ByteBuffer, ByteBuffer) - Static method in class org.lwjgl.NondirectBufferWrapper
 
copy(ShortBuffer, ShortBuffer) - Static method in class org.lwjgl.NondirectBufferWrapper
 
copy(IntBuffer, IntBuffer) - Static method in class org.lwjgl.NondirectBufferWrapper
 
copy(FloatBuffer, FloatBuffer) - Static method in class org.lwjgl.NondirectBufferWrapper
 
copy(LongBuffer, LongBuffer) - Static method in class org.lwjgl.NondirectBufferWrapper
 
copy(DoubleBuffer, DoubleBuffer) - Static method in class org.lwjgl.NondirectBufferWrapper
 
cos(float) - Method in class org.lwjgl.util.glu.Quadric
 
create() - Static method in class org.lwjgl.input.Controllers
Initialise the controllers collection
create() - Static method in class org.lwjgl.input.Keyboard
"Create" the keyboard.
create() - Static method in class org.lwjgl.input.Mouse
"Create" the mouse.
create(String, int, int, boolean) - Static method in class org.lwjgl.openal.AL
Creates an OpenAL instance.
create(String, int, int, boolean, boolean) - Static method in class org.lwjgl.openal.AL
 
create() - Static method in class org.lwjgl.openal.AL
Creates an OpenAL instance.
create() - Static method in class org.lwjgl.opengl.Display
Create the OpenGL context.
create(PixelFormat) - Static method in class org.lwjgl.opengl.Display
Create the OpenGL context with the given minimum parameters.
create(PixelFormat, Drawable) - Static method in class org.lwjgl.opengl.Display
Create the OpenGL context with the given minimum parameters.
create(PixelFormat, ContextAttribs) - Static method in class org.lwjgl.opengl.Display
Create the OpenGL context with the given minimum parameters.
create(PixelFormat, Drawable, ContextAttribs) - Static method in class org.lwjgl.opengl.Display
Create the OpenGL context with the given minimum parameters.
create(URL) - Static method in class org.lwjgl.util.WaveData
Creates a WaveData container from the specified url
create(String) - Static method in class org.lwjgl.util.WaveData
Creates a WaveData container from the specified in the classpath
create(InputStream) - Static method in class org.lwjgl.util.WaveData
Creates a WaveData container from the specified inputstream
create(byte[]) - Static method in class org.lwjgl.util.WaveData
Creates a WaveData container from the specified bytes
create(ByteBuffer) - Static method in class org.lwjgl.util.WaveData
Creates a WaveData container from the specified ByetBuffer.
create(AudioInputStream) - Static method in class org.lwjgl.util.WaveData
Creates a WaveData container from the specified stream
createByteBuffer(int) - Static method in class org.lwjgl.BufferUtils
Construct a direct native-ordered bytebuffer with the specified size.
createCharBuffer(int) - Static method in class org.lwjgl.BufferUtils
Construct a direct native-order charbuffer with the specified number of elements.
createCursor(int, int, int, int, int, IntBuffer, IntBuffer) - Method in interface org.lwjgl.opengl.InputImplementation
Native cursor handles
createDoubleBuffer(int) - Static method in class org.lwjgl.BufferUtils
Construct a direct native-order doublebuffer with the specified number of elements.
createFloatBuffer(int) - Static method in class org.lwjgl.BufferUtils
Construct a direct native-order floatbuffer with the specified number of elements.
createIntBuffer(int) - Static method in class org.lwjgl.BufferUtils
Construct a direct native-order intbuffer with the specified number of elements.
createKeyboard() - Method in interface org.lwjgl.opengl.InputImplementation
Method to create the keyboard
createLongBuffer(int) - Static method in class org.lwjgl.BufferUtils
Construct a direct native-order longbuffer with the specified number of elements.
createMouse() - Method in interface org.lwjgl.opengl.InputImplementation
Method to create the mouse.
createShortBuffer(int) - Static method in class org.lwjgl.BufferUtils
Construct a direct native-order shortbuffer with the specified number of elements.
cross(float[], float[], float[]) - Static method in class org.lwjgl.util.glu.Util
Calculate cross-product
cross(Vector3f, Vector3f, Vector3f) - Static method in class org.lwjgl.util.vector.Vector3f
The cross product of two vectors.
CUBE_MAP_FACE - Static variable in class org.lwjgl.opengl.Pbuffer
The render-to-texture cube map face attribute.
currentSizeDownload - Variable in class org.lwjgl.util.applet.AppletLoader
current size of download in bytes
currentSizeExtract - Variable in class org.lwjgl.util.applet.AppletLoader
current size of extracted in bytes
Cursor - Class in org.lwjgl.input
A class representing a native cursor.
Cursor(int, int, int, int, int, IntBuffer, IntBuffer) - Constructor for class org.lwjgl.input.Cursor
Constructs a new Cursor, with the given parameters.
CURSOR_8_BIT_ALPHA - Static variable in class org.lwjgl.input.Cursor
8 bit alhpa native cursor
CURSOR_ANIMATION - Static variable in class org.lwjgl.input.Cursor
animation native cursor
CURSOR_ONE_BIT_TRANSPARENCY - Static variable in class org.lwjgl.input.Cursor
1 bit transparency for native cursor
CYAN - Static variable in interface org.lwjgl.util.ReadableColor
 
Cylinder - Class in org.lwjgl.util.glu
Cylinder.java Created 23-dec-2003
Cylinder() - Constructor for class org.lwjgl.util.glu.Cylinder
Constructor for Cylinder.

D

data - Variable in class org.lwjgl.util.WaveData
actual wave data
DEBUG - Static variable in class org.lwjgl.LWJGLUtil
Debug flag.
debug_sleep(long) - Method in class org.lwjgl.util.applet.AppletLoader
Utility method for sleeping Will only really sleep if debug has been enabled
debugMode - Variable in class org.lwjgl.util.applet.AppletLoader
whether we're running in debug mode
DEPTH_BUFFER - Static variable in class org.lwjgl.opengl.Pbuffer
The Pbuffer depth buffer.
destroy() - Static method in class org.lwjgl.input.Controllers
Destroys any resources used by the controllers
destroy() - Method in class org.lwjgl.input.Cursor
Destroy the native cursor.
destroy() - Static method in class org.lwjgl.input.Keyboard
"Destroy" the keyboard
destroy() - Static method in class org.lwjgl.input.Mouse
"Destroy" the mouse.
destroy() - Static method in class org.lwjgl.openal.AL
Exit cleanly by calling destroy.
destroy() - Static method in class org.lwjgl.opengl.Display
Destroy the Display.
destroy() - Method in class org.lwjgl.opengl.Pbuffer
Destroys the Pbuffer.
destroy() - Method in class org.lwjgl.util.applet.AppletLoader
 
destroyCursor(Object) - Method in interface org.lwjgl.opengl.InputImplementation
 
destroyKeyboard() - Method in interface org.lwjgl.opengl.InputImplementation
Method to destroy the keyboard
destroyMouse() - Method in interface org.lwjgl.opengl.InputImplementation
Method the destroy the mouse
determinant() - Method in class org.lwjgl.util.vector.Matrix
 
determinant() - Method in class org.lwjgl.util.vector.Matrix2f
 
determinant() - Method in class org.lwjgl.util.vector.Matrix3f
 
determinant() - Method in class org.lwjgl.util.vector.Matrix4f
 
device - Static variable in class org.lwjgl.openal.AL
ALCdevice instance.
Dimension - Class in org.lwjgl.util
A 2D integer Dimension class, which looks remarkably like an AWT one.
Dimension() - Constructor for class org.lwjgl.util.Dimension
Constructor for Dimension.
Dimension(int, int) - Constructor for class org.lwjgl.util.Dimension
Constructor for Dimension.
Dimension(ReadableDimension) - Constructor for class org.lwjgl.util.Dimension
Constructor for Dimension.
Disk - Class in org.lwjgl.util.glu
Disk.java Created 23-dec-2003
Disk() - Constructor for class org.lwjgl.util.glu.Disk
Constructor for Disk.
Display - Class in org.lwjgl.opengl
 
Display - Class in org.lwjgl.util
Display initialization utility, that can be used to find display modes and pick one for you based on your criteria.
Display() - Constructor for class org.lwjgl.util.Display
 
DisplayMode - Class in org.lwjgl.opengl
This class encapsulates the properties for a given display mode.
DisplayMode(int, int) - Constructor for class org.lwjgl.opengl.DisplayMode
Construct a display mode.
dispose() - Method in class org.lwjgl.util.WaveData
Disposes the wavedata
DKGREY - Static variable in interface org.lwjgl.util.ReadableColor
 
dot(Quaternion, Quaternion) - Static method in class org.lwjgl.util.vector.Quaternion
The dot product of two quaternions
dot(Vector2f, Vector2f) - Static method in class org.lwjgl.util.vector.Vector2f
The dot product of two vectors is calculated as v1.x * v2.x + v1.y * v2.y + v1.z * v2.z
dot(Vector3f, Vector3f) - Static method in class org.lwjgl.util.vector.Vector3f
The dot product of two vectors is calculated as v1.x * v2.x + v1.y * v2.y + v1.z * v2.z
dot(Vector4f, Vector4f) - Static method in class org.lwjgl.util.vector.Vector4f
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
downloadJars(String) - Method in class org.lwjgl.util.applet.AppletLoader
Will download the jars from the server using the list of urls in urlList, while at the same time updating progress bar
draw(float, float, float, int, int) - Method in class org.lwjgl.util.glu.Cylinder
draws a cylinder oriented along the z axis.
draw(float, float, int, int) - Method in class org.lwjgl.util.glu.Disk
renders a disk on the z = 0 plane.
draw(float, float, int, int, float, float) - Method in class org.lwjgl.util.glu.PartialDisk
renders a partial disk on the z=0 plane.
draw(float, int, int) - Method in class org.lwjgl.util.glu.Sphere
draws a sphere of the given radius centered around the origin.
Drawable - Interface in org.lwjgl.opengl
The Drawable interface describes an OpenGL drawable with an associated Context.
drawStyle - Variable in class org.lwjgl.util.glu.Quadric
 

E

edgeFlag(boolean) - Method in interface org.lwjgl.util.glu.GLUtessellatorCallback
The edgeFlag callback method is similar to glEdgeFlag.
edgeFlag(boolean) - Method in class org.lwjgl.util.glu.GLUtessellatorCallbackAdapter
 
edgeFlagData(boolean, Object) - Method in interface org.lwjgl.util.glu.GLUtessellatorCallback
The same as the edgeFlage callback method except that it takes an additional reference argument.
edgeFlagData(boolean, Object) - Method in class org.lwjgl.util.glu.GLUtessellatorCallbackAdapter
 
enableRepeatEvents(boolean) - Static method in class org.lwjgl.input.Keyboard
Controls whether repeat events are reported or not.
end() - Method in interface org.lwjgl.util.glu.GLUtessellatorCallback
The end callback serves the same purpose as glEnd.
end() - Method in class org.lwjgl.util.glu.GLUtessellatorCallbackAdapter
 
endData(Object) - Method in interface org.lwjgl.util.glu.GLUtessellatorCallback
The same as the end callback method except that it takes an additional reference argument.
endData(Object) - Method in class org.lwjgl.util.glu.GLUtessellatorCallbackAdapter
 
equals(Object) - Method in class org.lwjgl.openal.ALCcontext
 
equals(Object) - Method in class org.lwjgl.openal.ALCdevice
 
equals(Object) - Method in class org.lwjgl.opengl.DisplayMode
Tests for DisplayMode equality
equals(Object) - Method in class org.lwjgl.util.Color
Equals
equals(Object) - Method in class org.lwjgl.util.Dimension
Checks whether two dimension objects have equal values.
equals(Object) - Method in class org.lwjgl.util.Point
Determines whether an instance of Point2D is equal to this point.
equals(Object) - Method in class org.lwjgl.util.Rectangle
Checks whether two rectangles are equal.
error(int) - Method in interface org.lwjgl.util.glu.GLUtessellatorCallback
The error callback method is called when an error is encountered.
error(int) - Method in class org.lwjgl.util.glu.GLUtessellatorCallbackAdapter
 
errorColor - Variable in class org.lwjgl.util.applet.AppletLoader
Color to write errors in
errorData(int, Object) - Method in interface org.lwjgl.util.glu.GLUtessellatorCallback
The same as the error callback method except that it takes an additional reference argument.
errorData(int, Object) - Method in class org.lwjgl.util.glu.GLUtessellatorCallbackAdapter
 
EVENT_SIZE - Static variable in class org.lwjgl.input.Keyboard
Internal use - event size in bytes
EVENT_SIZE - Static variable in class org.lwjgl.input.Mouse
Internal use - event size in bytes
exceptionOccurred(LWJGLException) - Method in class org.lwjgl.opengl.AWTGLCanvas
This method will be called if an unhandled LWJGLException occurs in paint().
EXTAbgr - Class in org.lwjgl.opengl
 
EXTBgra - Class in org.lwjgl.opengl
 
EXTBindableUniform - Class in org.lwjgl.opengl
 
EXTBlendColor - Class in org.lwjgl.opengl
 
EXTBlendEquationSeparate - Class in org.lwjgl.opengl
 
EXTBlendFuncSeparate - Class in org.lwjgl.opengl
 
EXTBlendMinmax - Class in org.lwjgl.opengl
 
EXTBlendSubtract - Class in org.lwjgl.opengl
 
EXTCgShader - Class in org.lwjgl.opengl
 
EXTCompiledVertexArray - Class in org.lwjgl.opengl
 
EXTDepthBoundsTest - Class in org.lwjgl.opengl
 
EXTDirectStateAccess - Class in org.lwjgl.opengl
 
EXTDrawBuffers2 - Class in org.lwjgl.opengl
 
EXTDrawInstanced - Class in org.lwjgl.opengl
 
EXTDrawRangeElements - Class in org.lwjgl.opengl
 
EXTFogCoord - Class in org.lwjgl.opengl
 
EXTFramebufferBlit - Class in org.lwjgl.opengl
 
EXTFramebufferMultisample - Class in org.lwjgl.opengl
 
EXTFramebufferObject - Class in org.lwjgl.opengl
 
EXTFramebufferSRGB - Class in org.lwjgl.opengl
 
EXTGeometryShader4 - Class in org.lwjgl.opengl
 
EXTGpuProgramParameters - Class in org.lwjgl.opengl
 
EXTGpuShader4 - Class in org.lwjgl.opengl
 
EXTMultiDrawArrays - Class in org.lwjgl.opengl
 
EXTPackedDepthStencil - Class in org.lwjgl.opengl
 
EXTPackedFloat - Class in org.lwjgl.opengl
 
EXTPackedPixels - Class in org.lwjgl.opengl
 
EXTPalettedTexture - Class in org.lwjgl.opengl
 
EXTPixelBufferObject - Class in org.lwjgl.opengl
 
EXTPointParameters - Class in org.lwjgl.opengl
 
EXTProvokingVertex - Class in org.lwjgl.opengl
 
extractJars(String) - Method in class org.lwjgl.util.applet.AppletLoader
Extract all jars from any lzma/pack files
extractLZMA(String, String) - Method in class org.lwjgl.util.applet.AppletLoader
Extract LZMA File
extractNatives(String) - Method in class org.lwjgl.util.applet.AppletLoader
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
extractPack(String, String) - Method in class org.lwjgl.util.applet.AppletLoader
Extract Pack File
EXTRescaleNormal - Class in org.lwjgl.opengl
 
EXTSecondaryColor - Class in org.lwjgl.opengl
 
EXTSeparateShaderObjects - Class in org.lwjgl.opengl
 
EXTSeparateSpecularColor - Class in org.lwjgl.opengl
 
EXTSharedTexturePalette - Class in org.lwjgl.opengl
 
EXTStencilClearTag - Class in org.lwjgl.opengl
 
EXTStencilTwoSide - Class in org.lwjgl.opengl
 
EXTStencilWrap - Class in org.lwjgl.opengl
 
EXTTextureArray - Class in org.lwjgl.opengl
 
EXTTextureBufferObject - Class in org.lwjgl.opengl
 
EXTTextureCompressionLATC - Class in org.lwjgl.opengl
 
EXTTextureCompressionRGTC - Class in org.lwjgl.opengl
 
EXTTextureCompressionS3TC - Class in org.lwjgl.opengl
 
EXTTextureEnvCombine - Class in org.lwjgl.opengl
 
EXTTextureEnvDot3 - Class in org.lwjgl.opengl
 
EXTTextureFilterAnisotropic - Class in org.lwjgl.opengl
 
EXTTextureInteger - Class in org.lwjgl.opengl
 
EXTTextureLODBias - Class in org.lwjgl.opengl
 
EXTTextureMirrorClamp - Class in org.lwjgl.opengl
 
EXTTextureRectangle - Class in org.lwjgl.opengl
 
EXTTextureSharedExponent - Class in org.lwjgl.opengl
 
EXTTextureSnorm - Class in org.lwjgl.opengl
 
EXTTextureSRGB - Class in org.lwjgl.opengl
 
EXTTextureSwizzle - Class in org.lwjgl.opengl
 
EXTTimerQuery - Class in org.lwjgl.opengl
 
EXTTransformFeedback - Class in org.lwjgl.opengl
 
EXTVertexArrayBgra - Class in org.lwjgl.opengl
 
EXTVertexShader - Class in org.lwjgl.opengl
 
EXTVertexWeighting - Class in org.lwjgl.opengl
 

F

fatalError - Variable in class org.lwjgl.util.applet.AppletLoader
whether a fatal error occured
fatalErrorDescription - Variable in class org.lwjgl.util.applet.AppletLoader
fatal error that occured
fatalErrorOccured(String, Exception) - Method in class org.lwjgl.util.applet.AppletLoader
Sets the state of the loaded and prints some debug information
fgColor - Variable in class org.lwjgl.util.applet.AppletLoader
color to write foreground in
FOG_COORD_SRC - Static variable in class org.lwjgl.opengl.GL15
 
format - Variable in class org.lwjgl.util.WaveData
format type of data
fromHSB(float, float, float) - Method in class org.lwjgl.util.Color
HSB to RGB conversion, pinched from java.awt.Color.
FRONT_LEFT_BUFFER - Static variable in class org.lwjgl.opengl.Pbuffer
The Pbuffer front left buffer.
FRONT_RIGHT_BUFFER - Static variable in class org.lwjgl.opengl.Pbuffer
The Pbuffer front right buffer.

G

genericErrorMessage - Variable in class org.lwjgl.util.applet.AppletLoader
generic error message to display on error
getAccumulationAlpha() - Method in class org.lwjgl.opengl.PixelFormat
 
getAccumulationBitsPerPixel() - Method in class org.lwjgl.opengl.PixelFormat
 
getAdapter() - Static method in class org.lwjgl.opengl.Display
Get the driver adapter string.
getAlpha() - Method in class org.lwjgl.util.Color
Accessor
getAlpha() - Method in interface org.lwjgl.util.ReadableColor
Return the red component (0..255)
getAlphaBits() - Method in class org.lwjgl.opengl.PixelFormat
 
getAlphaByte() - Method in class org.lwjgl.util.Color
 
getAlphaByte() - Method in interface org.lwjgl.util.ReadableColor
Return the red component
getApplet() - Method in class org.lwjgl.util.applet.AppletLoader
Retrieves the applet that has been loaded.
getAuxBuffers() - Method in class org.lwjgl.opengl.PixelFormat
 
getAvailableDisplayModes() - Static method in class org.lwjgl.opengl.Display
Returns the entire list of possible fullscreen display modes as an array, in no particular order.
getAvailableDisplayModes(int, int, int, int, int, int, int, int) - Static method in class org.lwjgl.util.Display
Determine the available display modes that match the specified minimum and maximum criteria.
getAxisCount() - Method in interface org.lwjgl.input.Controller
Retrieve the number of axes available on this controller.
getAxisCount() - Method in class org.lwjgl.util.input.ControllerAdapter
Retrieve the number of axes available on this controller.
getAxisName(int) - Method in interface org.lwjgl.input.Controller
Get the name that's given to the specified axis
getAxisName(int) - Method in class org.lwjgl.util.input.ControllerAdapter
Get the name that's given to the specified axis
getAxisValue(int) - Method in interface org.lwjgl.input.Controller
Retrieve the value thats currently available on a specified axis.
getAxisValue(int) - Method in class org.lwjgl.util.input.ControllerAdapter
Retrieve the value thats currently available on a specified axis.
getBitsPerPixel() - Method in class org.lwjgl.opengl.DisplayMode
 
getBitsPerPixel() - Method in class org.lwjgl.opengl.PixelFormat
 
getBlue() - Method in class org.lwjgl.util.Color
Accessor
getBlue() - Method in interface org.lwjgl.util.ReadableColor
Return the red component (0..255)
getBlueByte() - Method in class org.lwjgl.util.Color
 
getBlueByte() - Method in interface org.lwjgl.util.ReadableColor
Return the red component
getBooleanParameter(String, boolean) - Method in class org.lwjgl.util.applet.AppletLoader
Retrieves the boolean value for the applet
getBounds(WritableRectangle) - Method in interface org.lwjgl.util.ReadableRectangle
Copy this readable rectangle's bounds into a destination Rectangle
getBounds(WritableRectangle) - Method in class org.lwjgl.util.Rectangle
 
getButtonCount() - Method in interface org.lwjgl.input.Controller
Retrieve the number of buttons available on this controller
getButtonCount() - Static method in class org.lwjgl.input.Mouse
 
getButtonCount() - Method in interface org.lwjgl.opengl.InputImplementation
Query of button count
getButtonCount() - Method in class org.lwjgl.util.input.ControllerAdapter
Retrieve the number of buttons available on this controller
getButtonIndex(String) - Static method in class org.lwjgl.input.Mouse
Get's a button's index.
getButtonName(int) - Method in interface org.lwjgl.input.Controller
Get the name of the specified button.
getButtonName(int) - Static method in class org.lwjgl.input.Mouse
Gets a button's name
getButtonName(int) - Method in class org.lwjgl.util.input.ControllerAdapter
Get the name of the specified button.
getBytes() - Method in class org.lwjgl.util.XPMFile
 
getCapabilities() - Static method in class org.lwjgl.input.Cursor
Get the capabilities of the native cursor.
getCapabilities() - Static method in class org.lwjgl.opengl.GLContext
Get the current capabilities instance.
getCapabilities() - Static method in class org.lwjgl.opengl.Pbuffer
Gets the Pbuffer capabilities.
getClipboard() - Static method in class org.lwjgl.Sys
Get the contents of the system clipboard.
getColor(String, Color) - Method in class org.lwjgl.util.applet.AppletLoader
Retrieves the color
getContext() - Static method in class org.lwjgl.openal.AL
 
getContext() - Method in class org.lwjgl.opengl.AWTGLCanvas
This method should only be called internally.
getContext() - Method in interface org.lwjgl.opengl.Drawable
 
getContext() - Method in class org.lwjgl.opengl.Pbuffer
 
getController(int) - Static method in class org.lwjgl.input.Controllers
Get a controller from the collection
getControllerCount() - Static method in class org.lwjgl.input.Controllers
Retrieve a count of the number of controllers
getControllers() - Method in class org.lwjgl.util.jinput.LWJGLEnvironmentPlugin
 
getDeadZone(int) - Method in interface org.lwjgl.input.Controller
Get the dead zone for a specified axis
getDeadZone(int) - Method in class org.lwjgl.util.input.ControllerAdapter
Get the dead zone for a specified axis
getDepthBits() - Method in class org.lwjgl.opengl.PixelFormat
 
getDescriptionForState() - Method in class org.lwjgl.util.applet.AppletLoader
 
getDesktopDisplayMode() - Static method in class org.lwjgl.opengl.Display
Return the initial desktop display mode.
getDevice() - Static method in class org.lwjgl.openal.AL
 
getDisplayMode() - Static method in class org.lwjgl.opengl.Display
Return the current display mode, as set by setDisplayMode().
getDrawable() - Static method in class org.lwjgl.opengl.Display
Fetch the Drawable from the Display.
getDrawStyle() - Method in class org.lwjgl.util.glu.Quadric
Returns the drawStyle.
getDWheel() - Static method in class org.lwjgl.input.Mouse
 
getDX() - Static method in class org.lwjgl.input.Mouse
 
getDY() - Static method in class org.lwjgl.input.Mouse
 
getElementSizeExponent(Buffer) - Static method in class org.lwjgl.BufferUtils
 
getEventButton() - Static method in class org.lwjgl.input.Mouse
 
getEventButtonState() - Static method in class org.lwjgl.input.Mouse
Get the current events button state.
getEventCharacter() - Static method in class org.lwjgl.input.Keyboard
 
getEventControlIndex() - Static method in class org.lwjgl.input.Controllers
Get the index of the control that caused the current event
getEventDWheel() - Static method in class org.lwjgl.input.Mouse
 
getEventDX() - Static method in class org.lwjgl.input.Mouse
 
getEventDY() - Static method in class org.lwjgl.input.Mouse
 
getEventKey() - Static method in class org.lwjgl.input.Keyboard
Please note that the key code returned is NOT valid against the current keyboard layout.
getEventKeyState() - Static method in class org.lwjgl.input.Keyboard
Gets the state of the tkey that generated the current event
getEventNanoseconds() - Static method in class org.lwjgl.input.Controllers
Get the timestamp assigned to the current event
getEventNanoseconds() - Static method in class org.lwjgl.input.Keyboard
Gets the time in nanoseconds of the current event.
getEventNanoseconds() - Static method in class org.lwjgl.input.Mouse
Gets the time in nanoseconds of the current event.
getEventSource() - Static method in class org.lwjgl.input.Controllers
Get the source of the current event
getEventX() - Static method in class org.lwjgl.input.Mouse
 
getEventY() - Static method in class org.lwjgl.input.Mouse
 
getFileName(URL) - Method in class org.lwjgl.util.applet.AppletLoader
Get file name portion of URL.
getFrequency() - Method in class org.lwjgl.opengl.DisplayMode
 
getGreen() - Method in class org.lwjgl.util.Color
Accessor
getGreen() - Method in interface org.lwjgl.util.ReadableColor
Return the red component (0..255)
getGreenByte() - Method in class org.lwjgl.util.Color
 
getGreenByte() - Method in interface org.lwjgl.util.ReadableColor
Return the red component
getHeight() - Method in class org.lwjgl.opengl.DisplayMode
 
getHeight() - Method in interface org.lwjgl.opengl.InputImplementation
 
getHeight() - Method in class org.lwjgl.opengl.Pbuffer
 
getHeight() - Method in class org.lwjgl.util.Dimension
Gets the height.
getHeight() - Method in interface org.lwjgl.util.ReadableDimension
Get the height
getHeight() - Method in class org.lwjgl.util.Rectangle
Gets the height.
getHeight() - Method in class org.lwjgl.util.XPMFile
 
getImage(String) - Method in class org.lwjgl.util.applet.AppletLoader
Get Image from path provided
getIndex() - Method in interface org.lwjgl.input.Controller
Get the index of this controller in the collection
getIndex() - Method in class org.lwjgl.util.input.ControllerAdapter
Get the index of this controller in the collection
getJarInputStream(String, URLConnection) - Method in class org.lwjgl.util.applet.AppletLoader
Retrieves a jar files input stream.
getJarName(URL) - Method in class org.lwjgl.util.applet.AppletLoader
Get jar name from URL.
getKeyCount() - Static method in class org.lwjgl.input.Keyboard
 
getKeyIndex(String) - Static method in class org.lwjgl.input.Keyboard
Get's a key's index.
getKeyName(int) - Static method in class org.lwjgl.input.Keyboard
Gets a key's name
getLayerPlane() - Method in class org.lwjgl.opengl.ContextAttribs
 
getLibraryPaths(String, String, ClassLoader) - Static method in class org.lwjgl.LWJGLUtil
Locates the paths required by a library.
getLibraryPaths(String, String[], ClassLoader) - Static method in class org.lwjgl.LWJGLUtil
Locates the paths required by a library.
getLocation(WritablePoint) - Method in class org.lwjgl.util.Point
 
getLocation(WritablePoint) - Method in interface org.lwjgl.util.ReadablePoint
Copy this ReadablePoint into a destination Point
getLocation(WritablePoint) - Method in class org.lwjgl.util.Rectangle
 
getMajorVersion() - Method in class org.lwjgl.opengl.ContextAttribs
 
getMaxCursorSize() - Static method in class org.lwjgl.input.Cursor
Gets the maximum size of a native cursor.
getMaxCursorSize() - Method in interface org.lwjgl.opengl.InputImplementation
Method returning the maximum cursor size
getMinCursorSize() - Static method in class org.lwjgl.input.Cursor
Gets the minimum size of a native cursor.
getMinCursorSize() - Method in interface org.lwjgl.opengl.InputImplementation
Method returning the minimum cursor size
getMinorVersion() - Method in class org.lwjgl.opengl.ContextAttribs
 
getName() - Method in interface org.lwjgl.input.Controller
Get the name assigned to this controller.
getName() - Method in class org.lwjgl.util.input.ControllerAdapter
Get the name assigned to this controller.
getNativeCursor() - Static method in class org.lwjgl.input.Mouse
Gets the currently bound native cursor, if any.
getNativeCursorCapabilities() - Method in interface org.lwjgl.opengl.InputImplementation
Function to determine native cursor support
getNormals() - Method in class org.lwjgl.util.glu.Quadric
Returns the normals.
getNumKeyboardEvents() - Static method in class org.lwjgl.input.Keyboard
Gets the number of keyboard events waiting after doing a buffer enabled poll().
getOffset(Buffer) - Static method in class org.lwjgl.BufferUtils
A helper function which is used to get the byte offset in an arbitrary buffer based on its position
getOrientation() - Method in class org.lwjgl.util.glu.Quadric
Returns the orientation.
getParent() - Static method in class org.lwjgl.opengl.Display
Return the last parent set with setParent().
getPlatform() - Static method in class org.lwjgl.LWJGLUtil
 
getPlatformName() - Static method in class org.lwjgl.LWJGLUtil
 
getPointer() - Method in class org.lwjgl.opengl.GLSync
 
getPointer() - Method in interface org.lwjgl.opengl.PointerWrapper
 
getPovX() - Method in interface org.lwjgl.input.Controller
Get the X-Axis value of the POV on this controller
getPovX() - Method in class org.lwjgl.util.input.ControllerAdapter
Get the X-Axis value of the POV on this controller
getPovY() - Method in interface org.lwjgl.input.Controller
Get the Y-Axis value of the POV on this controller
getPovY() - Method in class org.lwjgl.util.input.ControllerAdapter
Get the Y-Axis value of the POV on this controller
getRed() - Method in class org.lwjgl.util.Color
Accessor
getRed() - Method in interface org.lwjgl.util.ReadableColor
Return the red component (0..255)
getRedByte() - Method in class org.lwjgl.util.Color
 
getRedByte() - Method in interface org.lwjgl.util.ReadableColor
Return the red component
getRXAxisDeadZone() - Method in interface org.lwjgl.input.Controller
Get the dead zone for the RX axis.
getRXAxisDeadZone() - Method in class org.lwjgl.util.input.ControllerAdapter
Get the dead zone for the RX axis.
getRXAxisValue() - Method in interface org.lwjgl.input.Controller
Get the value from the RX axis if there is one.
getRXAxisValue() - Method in class org.lwjgl.util.input.ControllerAdapter
Get the value from the RX axis if there is one.
getRYAxisDeadZone() - Method in interface org.lwjgl.input.Controller
Get the dead zone for the RY axis.
getRYAxisDeadZone() - Method in class org.lwjgl.util.input.ControllerAdapter
Get the dead zone for the RY axis.
getRYAxisValue() - Method in interface org.lwjgl.input.Controller
Get the value from the RY axis if there is one.
getRYAxisValue() - Method in class org.lwjgl.util.input.ControllerAdapter
Get the value from the RY axis if there is one.
getRZAxisDeadZone() - Method in interface org.lwjgl.input.Controller
Get the dead zone for the RZ axis.
getRZAxisDeadZone() - Method in class org.lwjgl.util.input.ControllerAdapter
Get the dead zone for the RZ axis.
getRZAxisValue() - Method in interface org.lwjgl.input.Controller
Get the value from the RZ axis if there is one.
getRZAxisValue() - Method in class org.lwjgl.util.input.ControllerAdapter
Get the value from the RZ axis if there is one.
getSamples() - Method in class org.lwjgl.opengl.PixelFormat
 
getSize(WritableDimension) - Method in class org.lwjgl.util.Dimension
 
getSize(WritableDimension) - Method in interface org.lwjgl.util.ReadableDimension
Copy this ReadableDimension into a destination Dimension
getSize(WritableDimension) - Method in class org.lwjgl.util.Rectangle
 
getStencilBits() - Method in class org.lwjgl.opengl.PixelFormat
 
getTextureFlag() - Method in class org.lwjgl.util.glu.Quadric
Returns the textureFlag.
getTime() - Static method in class org.lwjgl.Sys
Gets the current value of the hires timer, in ticks.
getTime() - Method in class org.lwjgl.util.Timer
 
getTimerResolution() - Static method in class org.lwjgl.Sys
Obtains the number of ticks that the hires timer does in a second.
getTitle() - Static method in class org.lwjgl.opengl.Display
 
getVersion() - Static method in class org.lwjgl.opengl.Display
Get the driver version.
getVersion() - Static method in class org.lwjgl.Sys
Return the version of the core LWJGL libraries as a String.
getW() - Method in class org.lwjgl.util.vector.Quaternion
 
getW() - Method in interface org.lwjgl.util.vector.ReadableVector4f
 
getW() - Method in class org.lwjgl.util.vector.Vector4f
 
getWidth() - Method in class org.lwjgl.opengl.DisplayMode
 
getWidth() - Method in interface org.lwjgl.opengl.InputImplementation
 
getWidth() - Method in class org.lwjgl.opengl.Pbuffer
 
getWidth() - Method in class org.lwjgl.util.Dimension
Gets the width.
getWidth() - Method in interface org.lwjgl.util.ReadableDimension
Get the width
getWidth() - Method in class org.lwjgl.util.Rectangle
Gets the width.
getWidth() - Method in class org.lwjgl.util.XPMFile
 
getX() - Static method in class org.lwjgl.input.Mouse
Retrieves the absolute position.
getX() - Method in class org.lwjgl.util.Point
 
getX() - Method in interface org.lwjgl.util.ReadablePoint
 
getX() - Method in class org.lwjgl.util.Rectangle
Gets the x.
getX() - Method in class org.lwjgl.util.vector.Quaternion
 
getX() - Method in interface org.lwjgl.util.vector.ReadableVector2f
 
getX() - Method in class org.lwjgl.util.vector.Vector2f
 
getX() - Method in class org.lwjgl.util.vector.Vector3f
 
getX() - Method in class org.lwjgl.util.vector.Vector4f
 
getXAxisDeadZone() - Method in interface org.lwjgl.input.Controller
Get the dead zone for the X axis.
getXAxisDeadZone() - Method in class org.lwjgl.util.input.ControllerAdapter
Get the dead zone for the X axis.
getXAxisValue() - Method in interface org.lwjgl.input.Controller
Get the value from the X axis if there is one.
getXAxisValue() - Method in class org.lwjgl.util.input.ControllerAdapter
Get the value from the X axis if there is one.
getY() - Static method in class org.lwjgl.input.Mouse
Retrieves the absolute position.
getY() - Method in class org.lwjgl.util.Point
 
getY() - Method in interface org.lwjgl.util.ReadablePoint
 
getY() - Method in class org.lwjgl.util.Rectangle
Gets the y.
getY() - Method in class org.lwjgl.util.vector.Quaternion
 
getY() - Method in interface org.lwjgl.util.vector.ReadableVector2f
 
getY() - Method in class org.lwjgl.util.vector.Vector2f
 
getY() - Method in class org.lwjgl.util.vector.Vector3f
 
getY() - Method in class org.lwjgl.util.vector.Vector4f
 
getYAxisDeadZone() - Method in interface org.lwjgl.input.Controller
Get the dead zone for the Y axis.
getYAxisDeadZone() - Method in class org.lwjgl.util.input.ControllerAdapter
Get the dead zone for the Y axis.
getYAxisValue() - Method in interface org.lwjgl.input.Controller
Get the value from the Y axis if there is one.
getYAxisValue() - Method in class org.lwjgl.util.input.ControllerAdapter
Get the value from the Y axis if there is one.
getZ() - Method in class org.lwjgl.util.vector.Quaternion
 
getZ() - Method in interface org.lwjgl.util.vector.ReadableVector3f
 
getZ() - Method in class org.lwjgl.util.vector.Vector3f
 
getZ() - Method in class org.lwjgl.util.vector.Vector4f
 
getZAxisDeadZone() - Method in interface org.lwjgl.input.Controller
Get the dead zone for the Z axis.
getZAxisDeadZone() - Method in class org.lwjgl.util.input.ControllerAdapter
Get the dead zone for the Z axis.
getZAxisValue() - Method in interface org.lwjgl.input.Controller
Get the value from the Z axis if there is one.
getZAxisValue() - Method in class org.lwjgl.util.input.ControllerAdapter
Get the value from the Z axis if there is one.
GL11 - Class in org.lwjgl.opengl
 
GL12 - Class in org.lwjgl.opengl
 
GL13 - Class in org.lwjgl.opengl
 
GL14 - Class in org.lwjgl.opengl
 
GL15 - Class in org.lwjgl.opengl
 
GL20 - Class in org.lwjgl.opengl
 
GL21 - Class in org.lwjgl.opengl
 
GL30 - Class in org.lwjgl.opengl
 
GL31 - Class in org.lwjgl.opengl
 
GL32 - Class in org.lwjgl.opengl
 
GL_2_BYTES - Static variable in class org.lwjgl.opengl.GL11
 
GL_2D - Static variable in class org.lwjgl.opengl.GL11
 
GL_2X_BIT_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_3_BYTES - Static variable in class org.lwjgl.opengl.GL11
 
GL_3D - Static variable in class org.lwjgl.opengl.GL11
 
GL_3D_COLOR - Static variable in class org.lwjgl.opengl.GL11
 
GL_3D_COLOR_TEXTURE - Static variable in class org.lwjgl.opengl.GL11
 
GL_4_BYTES - Static variable in class org.lwjgl.opengl.GL11
 
GL_4D_COLOR_TEXTURE - Static variable in class org.lwjgl.opengl.GL11
 
GL_4X_BIT_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_8X_BIT_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_ABGR_EXT - Static variable in class org.lwjgl.opengl.EXTAbgr
 
GL_ACCUM - Static variable in class org.lwjgl.opengl.GL11
 
GL_ACCUM_ALPHA_BITS - Static variable in class org.lwjgl.opengl.GL11
 
GL_ACCUM_BLUE_BITS - Static variable in class org.lwjgl.opengl.GL11
 
GL_ACCUM_BUFFER_BIT - Static variable in class org.lwjgl.opengl.GL11
 
GL_ACCUM_CLEAR_VALUE - Static variable in class org.lwjgl.opengl.GL11
 
GL_ACCUM_GREEN_BITS - Static variable in class org.lwjgl.opengl.GL11
 
GL_ACCUM_RED_BITS - Static variable in class org.lwjgl.opengl.GL11
 
GL_ACTIVE_ATTRIBUTE_MAX_LENGTH - Static variable in class org.lwjgl.opengl.GL20
 
GL_ACTIVE_ATTRIBUTES - Static variable in class org.lwjgl.opengl.GL20
 
GL_ACTIVE_PROGRAM_EXT - Static variable in class org.lwjgl.opengl.EXTSeparateShaderObjects
Accepted by <type> parameter to GetIntegerv and GetFloatv:
GL_ACTIVE_STENCIL_FACE_EXT - Static variable in class org.lwjgl.opengl.EXTStencilTwoSide
 
GL_ACTIVE_TEXTURE - Static variable in class org.lwjgl.opengl.GL13
 
GL_ACTIVE_TEXTURE_ARB - Static variable in class org.lwjgl.opengl.ARBMultitexture
 
GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH - Static variable in class org.lwjgl.opengl.ARBUniformBufferObject
Accepted by the <pname> parameter of GetProgramiv:
GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH - Static variable in class org.lwjgl.opengl.GL31
Accepted by the <pname> parameter of GetProgramiv:
GL_ACTIVE_UNIFORM_BLOCKS - Static variable in class org.lwjgl.opengl.ARBUniformBufferObject
 
GL_ACTIVE_UNIFORM_BLOCKS - Static variable in class org.lwjgl.opengl.GL31
 
GL_ACTIVE_UNIFORM_MAX_LENGTH - Static variable in class org.lwjgl.opengl.GL20
 
GL_ACTIVE_UNIFORMS - Static variable in class org.lwjgl.opengl.GL20
 
GL_ACTIVE_VARYING_MAX_LENGTH_NV - Static variable in class org.lwjgl.opengl.NVTransformFeedback
 
GL_ACTIVE_VARYINGS_NV - Static variable in class org.lwjgl.opengl.NVTransformFeedback
Accepted by the <pname> parameter of GetProgramiv:
GL_ACTIVE_VERTEX_UNITS_ARB - Static variable in class org.lwjgl.opengl.ARBVertexBlend
 
GL_ADD - Static variable in class org.lwjgl.opengl.GL11
 
GL_ADD_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_ADD_SIGNED - Static variable in class org.lwjgl.opengl.GL13
 
GL_ADD_SIGNED_ARB - Static variable in class org.lwjgl.opengl.ARBTextureEnvCombine
 
GL_ADD_SIGNED_EXT - Static variable in class org.lwjgl.opengl.EXTTextureEnvCombine
 
GL_ALIASED_LINE_WIDTH_RANGE - Static variable in class org.lwjgl.opengl.GL12
 
GL_ALIASED_POINT_SIZE_RANGE - Static variable in class org.lwjgl.opengl.GL12
 
GL_ALL_ATTRIB_BITS - Static variable in class org.lwjgl.opengl.GL11
 
GL_ALL_CLIENT_ATTRIB_BITS - Static variable in class org.lwjgl.opengl.GL11
 
GL_ALL_COMPLETED_NV - Static variable in class org.lwjgl.opengl.NVFence
 
GL_ALPHA - Static variable in class org.lwjgl.opengl.GL11
 
GL_ALPHA12 - Static variable in class org.lwjgl.opengl.GL11
 
GL_ALPHA16 - Static variable in class org.lwjgl.opengl.GL11
 
GL_ALPHA16_SNORM - Static variable in class org.lwjgl.opengl.EXTTextureSnorm
 
GL_ALPHA16F - Static variable in class org.lwjgl.opengl.GL30
 
GL_ALPHA16F_ARB - Static variable in class org.lwjgl.opengl.ARBTextureFloat
 
GL_ALPHA16I - Static variable in class org.lwjgl.opengl.GL30
 
GL_ALPHA16I_EXT - Static variable in class org.lwjgl.opengl.EXTTextureInteger
 
GL_ALPHA16UI - Static variable in class org.lwjgl.opengl.GL30
 
GL_ALPHA16UI_EXT - Static variable in class org.lwjgl.opengl.EXTTextureInteger
 
GL_ALPHA32F - Static variable in class org.lwjgl.opengl.GL30
 
GL_ALPHA32F_ARB - Static variable in class org.lwjgl.opengl.ARBTextureFloat
 
GL_ALPHA32I - Static variable in class org.lwjgl.opengl.GL30
 
GL_ALPHA32I_EXT - Static variable in class org.lwjgl.opengl.EXTTextureInteger
 
GL_ALPHA32UI - Static variable in class org.lwjgl.opengl.GL30
 
GL_ALPHA32UI_EXT - Static variable in class org.lwjgl.opengl.EXTTextureInteger
 
GL_ALPHA4 - Static variable in class org.lwjgl.opengl.GL11
 
GL_ALPHA8 - Static variable in class org.lwjgl.opengl.GL11
 
GL_ALPHA8_SNORM - Static variable in class org.lwjgl.opengl.EXTTextureSnorm
 
GL_ALPHA8I - Static variable in class org.lwjgl.opengl.GL30
 
GL_ALPHA8I_EXT - Static variable in class org.lwjgl.opengl.EXTTextureInteger
 
GL_ALPHA8UI - Static variable in class org.lwjgl.opengl.GL30
 
GL_ALPHA8UI_EXT - Static variable in class org.lwjgl.opengl.EXTTextureInteger
 
GL_ALPHA_BIAS - Static variable in class org.lwjgl.opengl.GL11
 
GL_ALPHA_BITS - Static variable in class org.lwjgl.opengl.GL11
 
GL_ALPHA_FLOAT16_ATI - Static variable in class org.lwjgl.opengl.ATITextureFloat
 
GL_ALPHA_FLOAT32_ATI - Static variable in class org.lwjgl.opengl.ATITextureFloat
 
GL_ALPHA_INTEGER - Static variable in class org.lwjgl.opengl.GL30
 
GL_ALPHA_INTEGER_EXT - Static variable in class org.lwjgl.opengl.EXTTextureInteger
 
GL_ALPHA_SCALE - Static variable in class org.lwjgl.opengl.GL11
 
GL_ALPHA_SNORM - Static variable in class org.lwjgl.opengl.EXTTextureSnorm
 
GL_ALPHA_TEST - Static variable in class org.lwjgl.opengl.GL11
 
GL_ALPHA_TEST_FUNC - Static variable in class org.lwjgl.opengl.GL11
 
GL_ALPHA_TEST_REF - Static variable in class org.lwjgl.opengl.GL11
 
GL_ALREADY_SIGNALED - Static variable in class org.lwjgl.opengl.ARBSync
Returned by ClientWaitSync:
GL_ALREADY_SIGNALED - Static variable in class org.lwjgl.opengl.GL32
Returned by ClientWaitSync:
GL_ALWAYS - Static variable in class org.lwjgl.opengl.GL11
 
GL_AMBIENT - Static variable in class org.lwjgl.opengl.GL11
 
GL_AMBIENT_AND_DIFFUSE - Static variable in class org.lwjgl.opengl.GL11
 
GL_AND - Static variable in class org.lwjgl.opengl.GL11
 
GL_AND_INVERTED - Static variable in class org.lwjgl.opengl.GL11
 
GL_AND_REVERSE - Static variable in class org.lwjgl.opengl.GL11
 
GL_ARB_color_buffer_float - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_compatibility - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_copy_buffer - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_depth_buffer_float - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_depth_clamp - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_depth_texture - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_draw_buffers - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_draw_buffers_blend - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_draw_elements_base_vertex - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_draw_instanced - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_fragment_coord_conventions - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_fragment_program - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_fragment_program_shadow - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_fragment_shader - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_framebuffer_object - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_framebuffer_sRGB - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_geometry_shader4 - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_half_float_pixel - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_half_float_vertex - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_imaging - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_instanced_arrays - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_map_buffer_range - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_matrix_palette - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_multisample - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_multitexture - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_occlusion_query - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_pixel_buffer_object - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_point_parameters - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_point_sprite - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_provoking_vertex - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_sample_shading - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_seamless_cube_map - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_shader_objects - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_shader_texture_lod - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_shading_language_100 - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_shadow - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_shadow_ambient - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_sync - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_texture_border_clamp - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_texture_buffer_object - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_texture_compression - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_texture_compression_rgtc - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_texture_cube_map - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_texture_cube_map_array - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_texture_env_add - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_texture_env_combine - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_texture_env_crossbar - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_texture_env_dot3 - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_texture_float - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_texture_gather - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_texture_mirrored_repeat - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_texture_multisample - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_texture_non_power_of_two - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_texture_query_lod - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_texture_rectangle - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_texture_rg - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_transpose_matrix - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_uniform_buffer_object - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_vertex_array_bgra - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_vertex_array_object - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_vertex_blend - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_vertex_buffer_object - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_vertex_program - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_vertex_shader - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARB_window_pos - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ARRAY_BUFFER - Static variable in class org.lwjgl.opengl.GL15
 
GL_ARRAY_BUFFER_ARB - Static variable in class org.lwjgl.opengl.ARBVertexBufferObject
Accepted by the <target> parameters of BindBufferARB, BufferDataARB, BufferSubDataARB, MapBufferARB, UnmapBufferARB, GetBufferSubDataARB, GetBufferParameterivARB, and GetBufferPointervARB:
GL_ARRAY_BUFFER_BINDING - Static variable in class org.lwjgl.opengl.GL15
 
GL_ARRAY_BUFFER_BINDING_ARB - Static variable in class org.lwjgl.opengl.ARBVertexBufferObject
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
GL_ARRAY_ELEMENT_LOCK_COUNT_EXT - Static variable in class org.lwjgl.opengl.EXTCompiledVertexArray
 
GL_ARRAY_ELEMENT_LOCK_FIRST_EXT - Static variable in class org.lwjgl.opengl.EXTCompiledVertexArray
 
GL_ARRAY_OBJECT_BUFFER_ATI - Static variable in class org.lwjgl.opengl.ATIVertexArrayObject
 
GL_ARRAY_OBJECT_OFFSET_ATI - Static variable in class org.lwjgl.opengl.ATIVertexArrayObject
 
GL_ATI_draw_buffers - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ATI_element_array - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ATI_envmap_bumpmap - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ATI_fragment_shader - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ATI_map_object_buffer - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ATI_meminfo - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ATI_pn_triangles - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ATI_separate_stencil - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ATI_shader_texture_lod - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ATI_text_fragment_shader - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ATI_texture_compression_3dc - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ATI_texture_float - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ATI_texture_mirror_once - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ATI_vertex_array_object - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ATI_vertex_attrib_array_object - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ATI_vertex_streams - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_ATTACHED_SHADERS - Static variable in class org.lwjgl.opengl.GL20
 
GL_ATTRIB_ARRAY_POINTER_NV - Static variable in class org.lwjgl.opengl.NVVertexProgram
Accepted by the <pname> parameter of GetVertexAttribPointervNV:
GL_ATTRIB_ARRAY_SIZE_NV - Static variable in class org.lwjgl.opengl.NVVertexProgram
Accepted by the <pname> parameter of GetVertexAttrib[dfi]vNV:
GL_ATTRIB_ARRAY_STRIDE_NV - Static variable in class org.lwjgl.opengl.NVVertexProgram
 
GL_ATTRIB_ARRAY_TYPE_NV - Static variable in class org.lwjgl.opengl.NVVertexProgram
 
GL_ATTRIB_STACK_DEPTH - Static variable in class org.lwjgl.opengl.GL11
 
GL_AUTO_NORMAL - Static variable in class org.lwjgl.opengl.GL11
 
GL_AUX0 - Static variable in class org.lwjgl.opengl.GL11
 
GL_AUX1 - Static variable in class org.lwjgl.opengl.GL11
 
GL_AUX2 - Static variable in class org.lwjgl.opengl.GL11
 
GL_AUX3 - Static variable in class org.lwjgl.opengl.GL11
 
GL_AUX_BUFFERS - Static variable in class org.lwjgl.opengl.GL11
 
GL_BACK - Static variable in class org.lwjgl.opengl.GL11
 
GL_BACK_LEFT - Static variable in class org.lwjgl.opengl.GL11
 
GL_BACK_PRIMARY_COLOR_NV - Static variable in class org.lwjgl.opengl.NVTransformFeedback
Accepted by the <attribs> parameter of TransformFeedbackAttribsNV:
GL_BACK_RIGHT - Static variable in class org.lwjgl.opengl.GL11
 
GL_BACK_SECONDARY_COLOR_NV - Static variable in class org.lwjgl.opengl.NVTransformFeedback
 
GL_BGR - Static variable in class org.lwjgl.opengl.GL12
 
GL_BGR_EXT - Static variable in class org.lwjgl.opengl.EXTBgra
 
GL_BGR_INTEGER - Static variable in class org.lwjgl.opengl.GL30
 
GL_BGR_INTEGER_EXT - Static variable in class org.lwjgl.opengl.EXTTextureInteger
 
GL_BGRA - Static variable in class org.lwjgl.opengl.ARBVertexArrayBgra
Accepted by the <size> parameter of ColorPointer, SecondaryColorPointer, and VertexAttribPointer:
GL_BGRA - Static variable in class org.lwjgl.opengl.EXTVertexArrayBgra
Accepted by the <size> parameter of ColorPointer, SecondaryColorPointer, and VertexAttribPointer:
GL_BGRA - Static variable in class org.lwjgl.opengl.GL12
 
GL_BGRA - Static variable in class org.lwjgl.opengl.GL32
 
GL_BGRA_EXT - Static variable in class org.lwjgl.opengl.EXTBgra
 
GL_BGRA_INTEGER - Static variable in class org.lwjgl.opengl.GL30
 
GL_BGRA_INTEGER_EXT - Static variable in class org.lwjgl.opengl.EXTTextureInteger
 
GL_BIAS_BIT_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_BIAS_BY_NEGATIVE_ONE_HALF_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_BITMAP - Static variable in class org.lwjgl.opengl.GL11
 
GL_BITMAP_TOKEN - Static variable in class org.lwjgl.opengl.GL11
 
GL_BLEND - Static variable in class org.lwjgl.opengl.GL11
 
GL_BLEND_COLOR - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_BLEND_COLOR - Static variable in class org.lwjgl.opengl.GL14
 
GL_BLEND_COLOR_EXT - Static variable in class org.lwjgl.opengl.EXTBlendColor
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
GL_BLEND_DST - Static variable in class org.lwjgl.opengl.GL11
 
GL_BLEND_DST_ALPHA - Static variable in class org.lwjgl.opengl.GL14
 
GL_BLEND_DST_ALPHA_EXT - Static variable in class org.lwjgl.opengl.EXTBlendFuncSeparate
 
GL_BLEND_DST_RGB - Static variable in class org.lwjgl.opengl.GL14
 
GL_BLEND_DST_RGB_EXT - Static variable in class org.lwjgl.opengl.EXTBlendFuncSeparate
 
GL_BLEND_EQUATION - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_BLEND_EQUATION - Static variable in class org.lwjgl.opengl.GL14
 
GL_BLEND_EQUATION_ALPHA - Static variable in class org.lwjgl.opengl.GL20
 
GL_BLEND_EQUATION_ALPHA_EXT - Static variable in class org.lwjgl.opengl.EXTBlendEquationSeparate
 
GL_BLEND_EQUATION_EXT - Static variable in class org.lwjgl.opengl.EXTBlendMinmax
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
GL_BLEND_EQUATION_RGB - Static variable in class org.lwjgl.opengl.GL20
 
GL_BLEND_EQUATION_RGB_EXT - Static variable in class org.lwjgl.opengl.EXTBlendEquationSeparate
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
GL_BLEND_SRC - Static variable in class org.lwjgl.opengl.GL11
 
GL_BLEND_SRC_ALPHA - Static variable in class org.lwjgl.opengl.GL14
 
GL_BLEND_SRC_ALPHA_EXT - Static variable in class org.lwjgl.opengl.EXTBlendFuncSeparate
 
GL_BLEND_SRC_RGB - Static variable in class org.lwjgl.opengl.GL14
 
GL_BLEND_SRC_RGB_EXT - Static variable in class org.lwjgl.opengl.EXTBlendFuncSeparate
 
GL_BLUE - Static variable in class org.lwjgl.opengl.GL11
 
GL_BLUE_BIAS - Static variable in class org.lwjgl.opengl.GL11
 
GL_BLUE_BIT_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_BLUE_BITS - Static variable in class org.lwjgl.opengl.GL11
 
GL_BLUE_INTEGER - Static variable in class org.lwjgl.opengl.GL30
 
GL_BLUE_INTEGER_EXT - Static variable in class org.lwjgl.opengl.EXTTextureInteger
 
GL_BLUE_SCALE - Static variable in class org.lwjgl.opengl.GL11
 
GL_BOOL - Static variable in class org.lwjgl.opengl.GL20
 
GL_BOOL_ARB - Static variable in class org.lwjgl.opengl.ARBShaderObjects
 
GL_BOOL_VEC2 - Static variable in class org.lwjgl.opengl.GL20
 
GL_BOOL_VEC2_ARB - Static variable in class org.lwjgl.opengl.ARBShaderObjects
 
GL_BOOL_VEC3 - Static variable in class org.lwjgl.opengl.GL20
 
GL_BOOL_VEC3_ARB - Static variable in class org.lwjgl.opengl.ARBShaderObjects
 
GL_BOOL_VEC4 - Static variable in class org.lwjgl.opengl.GL20
 
GL_BOOL_VEC4_ARB - Static variable in class org.lwjgl.opengl.ARBShaderObjects
 
GL_BUFFER_ACCESS - Static variable in class org.lwjgl.opengl.GL15
 
GL_BUFFER_ACCESS_ARB - Static variable in class org.lwjgl.opengl.ARBBufferObject
 
GL_BUFFER_GPU_ADDRESS_NV - Static variable in class org.lwjgl.opengl.NVShaderBufferLoad
Accepted by the <pname> parameter of GetBufferParameterui64vNV, GetNamedBufferParameterui64vNV:
GL_BUFFER_MAP_POINTER - Static variable in class org.lwjgl.opengl.GL15
 
GL_BUFFER_MAP_POINTER_ARB - Static variable in class org.lwjgl.opengl.ARBBufferObject
 
GL_BUFFER_MAPPED - Static variable in class org.lwjgl.opengl.GL15
 
GL_BUFFER_MAPPED_ARB - Static variable in class org.lwjgl.opengl.ARBBufferObject
 
GL_BUFFER_SIZE - Static variable in class org.lwjgl.opengl.GL15
 
GL_BUFFER_SIZE_ARB - Static variable in class org.lwjgl.opengl.ARBBufferObject
Accepted by the <pname> parameter of GetBufferParameterivARB:
GL_BUFFER_USAGE - Static variable in class org.lwjgl.opengl.GL15
 
GL_BUFFER_USAGE_ARB - Static variable in class org.lwjgl.opengl.ARBBufferObject
 
GL_BUMP_ENVMAP_ATI - Static variable in class org.lwjgl.opengl.ATIEnvmapBumpmap
 
GL_BUMP_NUM_TEX_UNITS_ATI - Static variable in class org.lwjgl.opengl.ATIEnvmapBumpmap
 
GL_BUMP_ROT_MATRIX_ATI - Static variable in class org.lwjgl.opengl.ATIEnvmapBumpmap
 
GL_BUMP_ROT_MATRIX_SIZE_ATI - Static variable in class org.lwjgl.opengl.ATIEnvmapBumpmap
 
GL_BUMP_TARGET_ATI - Static variable in class org.lwjgl.opengl.ATIEnvmapBumpmap
 
GL_BUMP_TEX_UNITS_ATI - Static variable in class org.lwjgl.opengl.ATIEnvmapBumpmap
 
GL_BYTE - Static variable in class org.lwjgl.opengl.GL11
 
GL_C3F_V3F - Static variable in class org.lwjgl.opengl.GL11
 
GL_C4F_N3F_V3F - Static variable in class org.lwjgl.opengl.GL11
 
GL_C4UB_V2F - Static variable in class org.lwjgl.opengl.GL11
 
GL_C4UB_V3F - Static variable in class org.lwjgl.opengl.GL11
 
GL_CCW - Static variable in class org.lwjgl.opengl.GL11
 
GL_CG_FRAGMENT_SHADER_EXT - Static variable in class org.lwjgl.opengl.EXTCgShader
 
GL_CG_VERTEX_SHADER_EXT - Static variable in class org.lwjgl.opengl.EXTCgShader
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.
GL_CLAMP - Static variable in class org.lwjgl.opengl.GL11
 
GL_CLAMP_FRAGMENT_COLOR - Static variable in class org.lwjgl.opengl.GL30
 
GL_CLAMP_FRAGMENT_COLOR_ARB - Static variable in class org.lwjgl.opengl.ARBColorBufferFloat
 
GL_CLAMP_READ_COLOR - Static variable in class org.lwjgl.opengl.GL30
 
GL_CLAMP_READ_COLOR_ARB - Static variable in class org.lwjgl.opengl.ARBColorBufferFloat
 
GL_CLAMP_TO_BORDER - Static variable in class org.lwjgl.opengl.GL13
 
GL_CLAMP_TO_BORDER_ARB - Static variable in class org.lwjgl.opengl.ARBTextureBorderClamp
 
GL_CLAMP_TO_EDGE - Static variable in class org.lwjgl.opengl.GL12
 
GL_CLAMP_VERTEX_COLOR - Static variable in class org.lwjgl.opengl.GL30
Accepted by the <target> parameter of ClampColor and the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
GL_CLAMP_VERTEX_COLOR_ARB - Static variable in class org.lwjgl.opengl.ARBColorBufferFloat
Accepted by the <target> parameter of ClampColorARB and the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
GL_CLEAR - Static variable in class org.lwjgl.opengl.GL11
 
GL_CLIENT_ACTIVE_TEXTURE - Static variable in class org.lwjgl.opengl.GL13
 
GL_CLIENT_ACTIVE_TEXTURE_ARB - Static variable in class org.lwjgl.opengl.ARBMultitexture
 
GL_CLIENT_ATTRIB_STACK_DEPTH - Static variable in class org.lwjgl.opengl.GL11
 
GL_CLIENT_PIXEL_STORE_BIT - Static variable in class org.lwjgl.opengl.GL11
 
GL_CLIENT_VERTEX_ARRAY_BIT - Static variable in class org.lwjgl.opengl.GL11
 
GL_CLIP_DISTANCE0 - Static variable in class org.lwjgl.opengl.GL30
 
GL_CLIP_DISTANCE1 - Static variable in class org.lwjgl.opengl.GL30
 
GL_CLIP_DISTANCE2 - Static variable in class org.lwjgl.opengl.GL30
 
GL_CLIP_DISTANCE3 - Static variable in class org.lwjgl.opengl.GL30
 
GL_CLIP_DISTANCE4 - Static variable in class org.lwjgl.opengl.GL30
 
GL_CLIP_DISTANCE5 - Static variable in class org.lwjgl.opengl.GL30
 
GL_CLIP_DISTANCE_NV - Static variable in class org.lwjgl.opengl.NVTransformFeedback
 
GL_CLIP_PLANE0 - Static variable in class org.lwjgl.opengl.GL11
 
GL_CLIP_PLANE1 - Static variable in class org.lwjgl.opengl.GL11
 
GL_CLIP_PLANE2 - Static variable in class org.lwjgl.opengl.GL11
 
GL_CLIP_PLANE3 - Static variable in class org.lwjgl.opengl.GL11
 
GL_CLIP_PLANE4 - Static variable in class org.lwjgl.opengl.GL11
 
GL_CLIP_PLANE5 - Static variable in class org.lwjgl.opengl.GL11
 
GL_CND0_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CND_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_COEFF - Static variable in class org.lwjgl.opengl.GL11
 
GL_COLOR - Static variable in class org.lwjgl.opengl.GL11
 
GL_COLOR_ALPHA_PAIRING_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_COLOR_ARRAY - Static variable in class org.lwjgl.opengl.GL11
 
GL_COLOR_ARRAY_ADDRESS_NV - Static variable in class org.lwjgl.opengl.NVVertexBufferUnifiedMemory
 
GL_COLOR_ARRAY_BUFFER_BINDING - Static variable in class org.lwjgl.opengl.GL15
 
GL_COLOR_ARRAY_BUFFER_BINDING_ARB - Static variable in class org.lwjgl.opengl.ARBVertexBufferObject
 
GL_COLOR_ARRAY_LENGTH_NV - Static variable in class org.lwjgl.opengl.NVVertexBufferUnifiedMemory
 
GL_COLOR_ARRAY_POINTER - Static variable in class org.lwjgl.opengl.GL11
 
GL_COLOR_ARRAY_SIZE - Static variable in class org.lwjgl.opengl.GL11
 
GL_COLOR_ARRAY_STRIDE - Static variable in class org.lwjgl.opengl.GL11
 
GL_COLOR_ARRAY_TYPE - Static variable in class org.lwjgl.opengl.GL11
 
GL_COLOR_ATTACHMENT0 - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
Accepted by the <attachment> parameter of FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and GetFramebufferAttachmentParameteriv
GL_COLOR_ATTACHMENT0 - Static variable in class org.lwjgl.opengl.GL30
Accepted by the <attachment> parameter of FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and GetFramebufferAttachmentParameteriv
GL_COLOR_ATTACHMENT0_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
Accepted by the <attachment> parameter of FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and GetFramebufferAttachmentParameterivEXT
GL_COLOR_ATTACHMENT1 - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_COLOR_ATTACHMENT1 - Static variable in class org.lwjgl.opengl.GL30
 
GL_COLOR_ATTACHMENT10 - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_COLOR_ATTACHMENT10 - Static variable in class org.lwjgl.opengl.GL30
 
GL_COLOR_ATTACHMENT10_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
 
GL_COLOR_ATTACHMENT11 - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_COLOR_ATTACHMENT11 - Static variable in class org.lwjgl.opengl.GL30
 
GL_COLOR_ATTACHMENT11_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
 
GL_COLOR_ATTACHMENT12 - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_COLOR_ATTACHMENT12 - Static variable in class org.lwjgl.opengl.GL30
 
GL_COLOR_ATTACHMENT12_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
 
GL_COLOR_ATTACHMENT13 - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_COLOR_ATTACHMENT13 - Static variable in class org.lwjgl.opengl.GL30
 
GL_COLOR_ATTACHMENT13_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
 
GL_COLOR_ATTACHMENT14 - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_COLOR_ATTACHMENT14 - Static variable in class org.lwjgl.opengl.GL30
 
GL_COLOR_ATTACHMENT14_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
 
GL_COLOR_ATTACHMENT15 - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_COLOR_ATTACHMENT15 - Static variable in class org.lwjgl.opengl.GL30
 
GL_COLOR_ATTACHMENT15_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
 
GL_COLOR_ATTACHMENT1_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
 
GL_COLOR_ATTACHMENT2 - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_COLOR_ATTACHMENT2 - Static variable in class org.lwjgl.opengl.GL30
 
GL_COLOR_ATTACHMENT2_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
 
GL_COLOR_ATTACHMENT3 - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_COLOR_ATTACHMENT3 - Static variable in class org.lwjgl.opengl.GL30
 
GL_COLOR_ATTACHMENT3_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
 
GL_COLOR_ATTACHMENT4 - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_COLOR_ATTACHMENT4 - Static variable in class org.lwjgl.opengl.GL30
 
GL_COLOR_ATTACHMENT4_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
 
GL_COLOR_ATTACHMENT5 - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_COLOR_ATTACHMENT5 - Static variable in class org.lwjgl.opengl.GL30
 
GL_COLOR_ATTACHMENT5_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
 
GL_COLOR_ATTACHMENT6 - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_COLOR_ATTACHMENT6 - Static variable in class org.lwjgl.opengl.GL30
 
GL_COLOR_ATTACHMENT6_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
 
GL_COLOR_ATTACHMENT7 - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_COLOR_ATTACHMENT7 - Static variable in class org.lwjgl.opengl.GL30
 
GL_COLOR_ATTACHMENT7_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
 
GL_COLOR_ATTACHMENT8 - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_COLOR_ATTACHMENT8 - Static variable in class org.lwjgl.opengl.GL30
 
GL_COLOR_ATTACHMENT8_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
 
GL_COLOR_ATTACHMENT9 - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_COLOR_ATTACHMENT9 - Static variable in class org.lwjgl.opengl.GL30
 
GL_COLOR_ATTACHMENT9_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
 
GL_COLOR_BUFFER_BIT - Static variable in class org.lwjgl.opengl.GL11
 
GL_COLOR_CLEAR_VALUE - Static variable in class org.lwjgl.opengl.GL11
 
GL_COLOR_INDEX - Static variable in class org.lwjgl.opengl.GL11
 
GL_COLOR_INDEX12_EXT - Static variable in class org.lwjgl.opengl.EXTPalettedTexture
 
GL_COLOR_INDEX16_EXT - Static variable in class org.lwjgl.opengl.EXTPalettedTexture
 
GL_COLOR_INDEX1_EXT - Static variable in class org.lwjgl.opengl.EXTPalettedTexture
Accepted by the internalformat parameter of TexImage1D, TexImage2D and TexImage3DEXT:
GL_COLOR_INDEX2_EXT - Static variable in class org.lwjgl.opengl.EXTPalettedTexture
 
GL_COLOR_INDEX4_EXT - Static variable in class org.lwjgl.opengl.EXTPalettedTexture
 
GL_COLOR_INDEX8_EXT - Static variable in class org.lwjgl.opengl.EXTPalettedTexture
 
GL_COLOR_INDEXES - Static variable in class org.lwjgl.opengl.GL11
 
GL_COLOR_LOGIC_OP - Static variable in class org.lwjgl.opengl.GL11
 
GL_COLOR_MATERIAL - Static variable in class org.lwjgl.opengl.GL11
 
GL_COLOR_MATERIAL_FACE - Static variable in class org.lwjgl.opengl.GL11
 
GL_COLOR_MATERIAL_PARAMETER - Static variable in class org.lwjgl.opengl.GL11
 
GL_COLOR_MATRIX - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_COLOR_MATRIX_STACK_DEPTH - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_COLOR_SUM - Static variable in class org.lwjgl.opengl.GL14
 
GL_COLOR_SUM_ARB - Static variable in class org.lwjgl.opengl.ARBVertexProgram
 
GL_COLOR_SUM_CLAMP_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_COLOR_SUM_EXT - Static variable in class org.lwjgl.opengl.EXTSecondaryColor
 
GL_COLOR_TABLE - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_COLOR_TABLE_ALPHA_SIZE - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_COLOR_TABLE_ALPHA_SIZE_EXT - Static variable in class org.lwjgl.opengl.EXTPalettedTexture
 
GL_COLOR_TABLE_BIAS - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_COLOR_TABLE_BLUE_SIZE - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_COLOR_TABLE_BLUE_SIZE_EXT - Static variable in class org.lwjgl.opengl.EXTPalettedTexture
 
GL_COLOR_TABLE_FORMAT - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_COLOR_TABLE_FORMAT_EXT - Static variable in class org.lwjgl.opengl.EXTPalettedTexture
Accepted by the pname parameter of GetColorTableParameterivEXT and GetColorTableParameterfvEXT:
GL_COLOR_TABLE_GREEN_SIZE - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_COLOR_TABLE_GREEN_SIZE_EXT - Static variable in class org.lwjgl.opengl.EXTPalettedTexture
 
GL_COLOR_TABLE_INTENSITY_SIZE - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_COLOR_TABLE_INTENSITY_SIZE_EXT - Static variable in class org.lwjgl.opengl.EXTPalettedTexture
 
GL_COLOR_TABLE_LUMINANCE_SIZE - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_COLOR_TABLE_LUMINANCE_SIZE_EXT - Static variable in class org.lwjgl.opengl.EXTPalettedTexture
 
GL_COLOR_TABLE_RED_SIZE - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_COLOR_TABLE_RED_SIZE_EXT - Static variable in class org.lwjgl.opengl.EXTPalettedTexture
 
GL_COLOR_TABLE_SCALE - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_COLOR_TABLE_WIDTH - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_COLOR_TABLE_WIDTH_EXT - Static variable in class org.lwjgl.opengl.EXTPalettedTexture
 
GL_COLOR_WRITEMASK - Static variable in class org.lwjgl.opengl.GL11
 
GL_COMBINE - Static variable in class org.lwjgl.opengl.GL13
 
GL_COMBINE4_NV - Static variable in class org.lwjgl.opengl.NVTextureEnvCombine4
 
GL_COMBINE_ALPHA - Static variable in class org.lwjgl.opengl.GL13
 
GL_COMBINE_ALPHA_ARB - Static variable in class org.lwjgl.opengl.ARBTextureEnvCombine
 
GL_COMBINE_ALPHA_EXT - Static variable in class org.lwjgl.opengl.EXTTextureEnvCombine
 
GL_COMBINE_ARB - Static variable in class org.lwjgl.opengl.ARBTextureEnvCombine
 
GL_COMBINE_EXT - Static variable in class org.lwjgl.opengl.EXTTextureEnvCombine
 
GL_COMBINE_RGB - Static variable in class org.lwjgl.opengl.GL13
 
GL_COMBINE_RGB_ARB - Static variable in class org.lwjgl.opengl.ARBTextureEnvCombine
 
GL_COMBINE_RGB_EXT - Static variable in class org.lwjgl.opengl.EXTTextureEnvCombine
 
GL_COMBINER0_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_COMBINER1_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_COMBINER2_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_COMBINER3_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_COMBINER4_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_COMBINER5_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_COMBINER6_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_COMBINER7_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_COMBINER_AB_DOT_PRODUCT_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_COMBINER_AB_OUTPUT_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_COMBINER_BIAS_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_COMBINER_CD_DOT_PRODUCT_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_COMBINER_CD_OUTPUT_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_COMBINER_COMPONENT_USAGE_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_COMBINER_INPUT_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_COMBINER_MAPPING_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_COMBINER_MUX_SUM_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_COMBINER_SCALE_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_COMBINER_SUM_OUTPUT_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_COMP_BIT_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_COMPARE_R_TO_TEXTURE - Static variable in class org.lwjgl.opengl.GL14
 
GL_COMPARE_R_TO_TEXTURE_ARB - Static variable in class org.lwjgl.opengl.ARBShadow
 
GL_COMPARE_REF_DEPTH_TO_TEXTURE - Static variable in class org.lwjgl.opengl.GL30
Accepted by the <param> parameter of TexParameterf, TexParameteri, TexParameterfv, and TexParameteriv when the <pname> parameter is TEXTURE_COMPARE_MODE_ARB:
GL_COMPARE_REF_DEPTH_TO_TEXTURE_EXT - Static variable in class org.lwjgl.opengl.EXTTextureArray
Accepted by the <param> parameter of TexParameterf, TexParameteri, TexParameterfv, and TexParameteriv when the <pname> parameter is TEXTURE_COMPARE_MODE_ARB:
GL_COMPARE_REF_TO_TEXTURE - Static variable in class org.lwjgl.opengl.GL30
 
GL_COMPILE - Static variable in class org.lwjgl.opengl.GL11
 
GL_COMPILE_AND_EXECUTE - Static variable in class org.lwjgl.opengl.GL11
 
GL_COMPILE_STATUS - Static variable in class org.lwjgl.opengl.GL20
 
GL_COMPRESSED_ALPHA - Static variable in class org.lwjgl.opengl.GL13
 
GL_COMPRESSED_ALPHA_ARB - Static variable in class org.lwjgl.opengl.ARBTextureCompression
 
GL_COMPRESSED_INTENSITY - Static variable in class org.lwjgl.opengl.GL13
 
GL_COMPRESSED_INTENSITY_ARB - Static variable in class org.lwjgl.opengl.ARBTextureCompression
 
GL_COMPRESSED_LUMINANCE - Static variable in class org.lwjgl.opengl.GL13
 
GL_COMPRESSED_LUMINANCE_ALPHA - Static variable in class org.lwjgl.opengl.GL13
 
GL_COMPRESSED_LUMINANCE_ALPHA_3DC_ATI - Static variable in class org.lwjgl.opengl.ATITextureCompression3DC
 
GL_COMPRESSED_LUMINANCE_ALPHA_ARB - Static variable in class org.lwjgl.opengl.ARBTextureCompression
 
GL_COMPRESSED_LUMINANCE_ALPHA_LATC2_EXT - Static variable in class org.lwjgl.opengl.EXTTextureCompressionLATC
 
GL_COMPRESSED_LUMINANCE_ARB - Static variable in class org.lwjgl.opengl.ARBTextureCompression
 
GL_COMPRESSED_LUMINANCE_LATC1_EXT - Static variable in class org.lwjgl.opengl.EXTTextureCompressionLATC
Accepted by the <internalformat> parameter of TexImage2D, CopyTexImage2D, and CompressedTexImage2D and the <format> parameter of CompressedTexSubImage2D:
GL_COMPRESSED_RED - Static variable in class org.lwjgl.opengl.GL30
 
GL_COMPRESSED_RED_GREEN_RGTC2 - Static variable in class org.lwjgl.opengl.ARBTextureCompressionRGTC
 
GL_COMPRESSED_RED_GREEN_RGTC2 - Static variable in class org.lwjgl.opengl.GL30
 
GL_COMPRESSED_RED_GREEN_RGTC2_EXT - Static variable in class org.lwjgl.opengl.EXTTextureCompressionRGTC
 
GL_COMPRESSED_RED_RGTC1 - Static variable in class org.lwjgl.opengl.ARBTextureCompressionRGTC
Accepted by the <internalformat> parameter of TexImage2D, CopyTexImage2D, and CompressedTexImage2D and the <format> parameter of CompressedTexSubImage2D:
GL_COMPRESSED_RED_RGTC1 - Static variable in class org.lwjgl.opengl.GL30
Accepted by the <internalformat> parameter of TexImage2D, CopyTexImage2D, and CompressedTexImage2D and the <format> parameter of CompressedTexSubImage2D:
GL_COMPRESSED_RED_RGTC1_EXT - Static variable in class org.lwjgl.opengl.EXTTextureCompressionRGTC
Accepted by the <internalformat> parameter of TexImage2D, CopyTexImage2D, and CompressedTexImage2D and the <format> parameter of CompressedTexSubImage2D:
GL_COMPRESSED_RG - Static variable in class org.lwjgl.opengl.GL30
 
GL_COMPRESSED_RGB - Static variable in class org.lwjgl.opengl.GL13
 
GL_COMPRESSED_RGB_ARB - Static variable in class org.lwjgl.opengl.ARBTextureCompression
 
GL_COMPRESSED_RGB_S3TC_DXT1_EXT - Static variable in class org.lwjgl.opengl.EXTTextureCompressionS3TC
 
GL_COMPRESSED_RGB_S3TC_DXT1_EXT - Static variable in class org.lwjgl.opengl.NVTextureCompressionVTC
Accepted by the <internalformat> parameter of TexImage3D and CompressedTexImage3DARB and the <format> parameter of CompressedTexSubImage2DARB:
GL_COMPRESSED_RGBA - Static variable in class org.lwjgl.opengl.GL13
 
GL_COMPRESSED_RGBA_ARB - Static variable in class org.lwjgl.opengl.ARBTextureCompression
 
GL_COMPRESSED_RGBA_S3TC_DXT1_EXT - Static variable in class org.lwjgl.opengl.EXTTextureCompressionS3TC
 
GL_COMPRESSED_RGBA_S3TC_DXT1_EXT - Static variable in class org.lwjgl.opengl.NVTextureCompressionVTC
 
GL_COMPRESSED_RGBA_S3TC_DXT3_EXT - Static variable in class org.lwjgl.opengl.EXTTextureCompressionS3TC
 
GL_COMPRESSED_RGBA_S3TC_DXT3_EXT - Static variable in class org.lwjgl.opengl.NVTextureCompressionVTC
 
GL_COMPRESSED_RGBA_S3TC_DXT5_EXT - Static variable in class org.lwjgl.opengl.EXTTextureCompressionS3TC
 
GL_COMPRESSED_RGBA_S3TC_DXT5_EXT - Static variable in class org.lwjgl.opengl.NVTextureCompressionVTC
 
GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT - Static variable in class org.lwjgl.opengl.EXTTextureCompressionLATC
 
GL_COMPRESSED_SIGNED_LUMINANCE_LATC1_EXT - Static variable in class org.lwjgl.opengl.EXTTextureCompressionLATC
 
GL_COMPRESSED_SIGNED_RED_GREEN_RGTC2 - Static variable in class org.lwjgl.opengl.ARBTextureCompressionRGTC
 
GL_COMPRESSED_SIGNED_RED_GREEN_RGTC2 - Static variable in class org.lwjgl.opengl.GL30
 
GL_COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT - Static variable in class org.lwjgl.opengl.EXTTextureCompressionRGTC
 
GL_COMPRESSED_SIGNED_RED_RGTC1 - Static variable in class org.lwjgl.opengl.ARBTextureCompressionRGTC
 
GL_COMPRESSED_SIGNED_RED_RGTC1 - Static variable in class org.lwjgl.opengl.GL30
 
GL_COMPRESSED_SIGNED_RED_RGTC1_EXT - Static variable in class org.lwjgl.opengl.EXTTextureCompressionRGTC
 
GL_COMPRESSED_SLUMINANCE - Static variable in class org.lwjgl.opengl.GL21
 
GL_COMPRESSED_SLUMINANCE_ALPHA - Static variable in class org.lwjgl.opengl.GL21
 
GL_COMPRESSED_SLUMINANCE_ALPHA_EXT - Static variable in class org.lwjgl.opengl.EXTTextureSRGB
 
GL_COMPRESSED_SLUMINANCE_EXT - Static variable in class org.lwjgl.opengl.EXTTextureSRGB
 
GL_COMPRESSED_SRGB - Static variable in class org.lwjgl.opengl.GL21
 
GL_COMPRESSED_SRGB_ALPHA - Static variable in class org.lwjgl.opengl.GL21
 
GL_COMPRESSED_SRGB_ALPHA_EXT - Static variable in class org.lwjgl.opengl.EXTTextureSRGB
 
GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT - Static variable in class org.lwjgl.opengl.EXTTextureSRGB
 
GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT - Static variable in class org.lwjgl.opengl.EXTTextureSRGB
 
GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT - Static variable in class org.lwjgl.opengl.EXTTextureSRGB
 
GL_COMPRESSED_SRGB_EXT - Static variable in class org.lwjgl.opengl.EXTTextureSRGB
 
GL_COMPRESSED_SRGB_S3TC_DXT1_EXT - Static variable in class org.lwjgl.opengl.EXTTextureSRGB
Accepted by the <internalformat> parameter of TexImage2D, CopyTexImage2D, and CompressedTexImage2DARB and the <format> parameter of CompressedTexSubImage2DARB.
GL_COMPRESSED_TEXTURE_FORMATS - Static variable in class org.lwjgl.opengl.GL13
 
GL_COMPRESSED_TEXTURE_FORMATS_ARB - Static variable in class org.lwjgl.opengl.ARBTextureCompression
 
GL_CON_0_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_10_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_11_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_12_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_13_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_14_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_15_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_16_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_17_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_18_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_19_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_1_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_20_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_21_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_22_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_23_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_24_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_25_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_26_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_27_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_28_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_29_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_2_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_30_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_31_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_3_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_4_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_5_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_6_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_7_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_8_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CON_9_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_CONDITION_SATISFIED - Static variable in class org.lwjgl.opengl.ARBSync
 
GL_CONDITION_SATISFIED - Static variable in class org.lwjgl.opengl.GL32
 
GL_CONST_EYE_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
 
GL_CONSTANT - Static variable in class org.lwjgl.opengl.GL13
 
GL_CONSTANT_ALPHA - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_CONSTANT_ALPHA - Static variable in class org.lwjgl.opengl.GL11
 
GL_CONSTANT_ALPHA_EXT - Static variable in class org.lwjgl.opengl.EXTBlendColor
 
GL_CONSTANT_ARB - Static variable in class org.lwjgl.opengl.ARBTextureEnvCombine
 
GL_CONSTANT_ATTENUATION - Static variable in class org.lwjgl.opengl.GL11
 
GL_CONSTANT_BORDER - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_CONSTANT_COLOR - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_CONSTANT_COLOR - Static variable in class org.lwjgl.opengl.GL11
 
GL_CONSTANT_COLOR0_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_CONSTANT_COLOR1_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_CONSTANT_COLOR_EXT - Static variable in class org.lwjgl.opengl.EXTBlendColor
Accepted by the <sfactor> and <dfactor> parameters of BlendFunc.
GL_CONSTANT_EXT - Static variable in class org.lwjgl.opengl.EXTTextureEnvCombine
 
GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT - Static variable in class org.lwjgl.opengl.GL30
 
GL_CONTEXT_FLAGS - Static variable in class org.lwjgl.opengl.GL30
 
GL_CONVOLUTION_1D - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_CONVOLUTION_2D - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_CONVOLUTION_BORDER_COLOR - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_CONVOLUTION_BORDER_MODE - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_CONVOLUTION_FILTER_BIAS - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_CONVOLUTION_FILTER_SCALE - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_CONVOLUTION_FORMAT - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_CONVOLUTION_HEIGHT - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_CONVOLUTION_WIDTH - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_COORD_REPLACE - Static variable in class org.lwjgl.opengl.GL20
When the <target> parameter of TexEnvf, TexEnvfv, TexEnvi, TexEnviv, GetTexEnvfv, or GetTexEnviv is POINT_SPRITE, then the value of <pname> may be:
GL_COORD_REPLACE_ARB - Static variable in class org.lwjgl.opengl.ARBPointSprite
When the <target> parameter of TexEnvf, TexEnvfv, TexEnvi, TexEnviv, GetTexEnvfv, or GetTexEnviv is POINT_SPRITE_ARB, then the value of <pname> may be:
GL_COORD_REPLACE_NV - Static variable in class org.lwjgl.opengl.NVPointSprite
 
GL_COPY - Static variable in class org.lwjgl.opengl.GL11
 
GL_COPY_INVERTED - Static variable in class org.lwjgl.opengl.GL11
 
GL_COPY_PIXEL_TOKEN - Static variable in class org.lwjgl.opengl.GL11
 
GL_COPY_READ_BUFFER - Static variable in class org.lwjgl.opengl.ARBCopyBuffer
Accepted by the target parameters of BindBuffer, BufferData, BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, GetBufferPointerv, MapBufferRange, FlushMappedBufferRange, GetBufferParameteriv, BindBufferRange, BindBufferBase, and CopyBufferSubData:
GL_COPY_READ_BUFFER - Static variable in class org.lwjgl.opengl.GL31
 
GL_COPY_WRITE_BUFFER - Static variable in class org.lwjgl.opengl.ARBCopyBuffer
 
GL_COPY_WRITE_BUFFER - Static variable in class org.lwjgl.opengl.GL31
 
GL_CULL_FACE - Static variable in class org.lwjgl.opengl.GL11
 
GL_CULL_FACE_MODE - Static variable in class org.lwjgl.opengl.GL11
 
GL_CULL_FRAGMENT_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
 
GL_CULL_MODES_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
When the <target> parameter of TexEnvfv, TexEnviv, GetTexEnvfv, and GetTexEnviv is TEXTURE_SHADER_NV, then the value of <pname> may be:
GL_CURRENT_ATTRIB_NV - Static variable in class org.lwjgl.opengl.NVVertexProgram
 
GL_CURRENT_BIT - Static variable in class org.lwjgl.opengl.GL11
 
GL_CURRENT_COLOR - Static variable in class org.lwjgl.opengl.GL11
 
GL_CURRENT_FOG_COORD - Static variable in class org.lwjgl.opengl.GL15
 
GL_CURRENT_FOG_COORDINATE - Static variable in class org.lwjgl.opengl.GL14
 
GL_CURRENT_FOG_COORDINATE_EXT - Static variable in class org.lwjgl.opengl.EXTFogCoord
 
GL_CURRENT_INDEX - Static variable in class org.lwjgl.opengl.GL11
 
GL_CURRENT_MATRIX_ARB - Static variable in class org.lwjgl.opengl.ARBProgram
 
GL_CURRENT_MATRIX_INDEX_ARB - Static variable in class org.lwjgl.opengl.ARBMatrixPalette
 
GL_CURRENT_MATRIX_NV - Static variable in class org.lwjgl.opengl.NVVertexProgram
 
GL_CURRENT_MATRIX_STACK_DEPTH_ARB - Static variable in class org.lwjgl.opengl.ARBProgram
 
GL_CURRENT_MATRIX_STACK_DEPTH_NV - Static variable in class org.lwjgl.opengl.NVVertexProgram
 
GL_CURRENT_NORMAL - Static variable in class org.lwjgl.opengl.GL11
 
GL_CURRENT_OCCLUSION_QUERY_ID_NV - Static variable in class org.lwjgl.opengl.NVOcclusionQuery
 
GL_CURRENT_PALETTE_MATRIX_ARB - Static variable in class org.lwjgl.opengl.ARBMatrixPalette
 
GL_CURRENT_PROGRAM - Static variable in class org.lwjgl.opengl.GL20
Accepted by the <pname> argument of GetInteger:
GL_CURRENT_QUERY - Static variable in class org.lwjgl.opengl.GL15
 
GL_CURRENT_QUERY_ARB - Static variable in class org.lwjgl.opengl.ARBOcclusionQuery
 
GL_CURRENT_RASTER_COLOR - Static variable in class org.lwjgl.opengl.GL11
 
GL_CURRENT_RASTER_DISTANCE - Static variable in class org.lwjgl.opengl.GL11
 
GL_CURRENT_RASTER_INDEX - Static variable in class org.lwjgl.opengl.GL11
 
GL_CURRENT_RASTER_POSITION - Static variable in class org.lwjgl.opengl.GL11
 
GL_CURRENT_RASTER_POSITION_VALID - Static variable in class org.lwjgl.opengl.GL11
 
GL_CURRENT_RASTER_SECONDARY_COLOR - Static variable in class org.lwjgl.opengl.GL21
Accepted by the <pname> parameter of GetIntegerv and GetFloatv.
GL_CURRENT_RASTER_TEXTURE_COORDS - Static variable in class org.lwjgl.opengl.GL11
 
GL_CURRENT_SECONDARY_COLOR - Static variable in class org.lwjgl.opengl.GL14
 
GL_CURRENT_SECONDARY_COLOR_EXT - Static variable in class org.lwjgl.opengl.EXTSecondaryColor
 
GL_CURRENT_TEXTURE_COORDS - Static variable in class org.lwjgl.opengl.GL11
 
GL_CURRENT_VERTEX_ATTRIB - Static variable in class org.lwjgl.opengl.GL20
 
GL_CURRENT_VERTEX_ATTRIB_ARB - Static variable in class org.lwjgl.opengl.ARBVertexProgram
 
GL_CURRENT_VERTEX_ATTRIB_ARB - Static variable in class org.lwjgl.opengl.ARBVertexShader
 
GL_CURRENT_VERTEX_EXT - Static variable in class org.lwjgl.opengl.EXTVertexShader
 
GL_CURRENT_VERTEX_WEIGHT_EXT - Static variable in class org.lwjgl.opengl.EXTVertexWeighting
 
GL_CURRENT_WEIGHT_ARB - Static variable in class org.lwjgl.opengl.ARBVertexBlend
 
GL_CW - Static variable in class org.lwjgl.opengl.GL11
 
GL_DECAL - Static variable in class org.lwjgl.opengl.GL11
 
GL_DECR - Static variable in class org.lwjgl.opengl.GL11
 
GL_DECR_WRAP - Static variable in class org.lwjgl.opengl.GL14
 
GL_DECR_WRAP_EXT - Static variable in class org.lwjgl.opengl.EXTStencilWrap
 
GL_DELETE_STATUS - Static variable in class org.lwjgl.opengl.GL20
 
GL_DEPENDENT_AR_TEXTURE_2D_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
 
GL_DEPENDENT_GB_TEXTURE_2D_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
 
GL_DEPENDENT_HILO_TEXTURE_2D_NV - Static variable in class org.lwjgl.opengl.NVTextureShader3
 
GL_DEPENDENT_RGB_TEXTURE_3D_NV - Static variable in class org.lwjgl.opengl.NVTextureShader3
 
GL_DEPENDENT_RGB_TEXTURE_CUBE_MAP_NV - Static variable in class org.lwjgl.opengl.NVTextureShader3
 
GL_DEPTH - Static variable in class org.lwjgl.opengl.GL11
 
GL_DEPTH24_STENCIL8 - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
Accepted by the <internalformat> parameter of TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and RenderbufferStorage, and returned in the <data> parameter of GetTexLevelParameter and GetRenderbufferParameteriv:
GL_DEPTH24_STENCIL8 - Static variable in class org.lwjgl.opengl.GL30
Accepted by the <internalformat> parameter of TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and RenderbufferStorage, and returned in the <data> parameter of GetTexLevelParameter and GetRenderbufferParameteriv.
GL_DEPTH24_STENCIL8_EXT - Static variable in class org.lwjgl.opengl.EXTPackedDepthStencil
Accepted by the <internalformat> parameter of TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and RenderbufferStorageEXT, and returned in the <data> parameter of GetTexLevelParameter and GetRenderbufferParameterivEXT.
GL_DEPTH32F_STENCIL8 - Static variable in class org.lwjgl.opengl.ARBDepthBufferFloat
 
GL_DEPTH32F_STENCIL8 - Static variable in class org.lwjgl.opengl.GL30
 
GL_DEPTH32F_STENCIL8_NV - Static variable in class org.lwjgl.opengl.NVDepthBufferFloat
 
GL_DEPTH_ATTACHMENT - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_DEPTH_ATTACHMENT - Static variable in class org.lwjgl.opengl.GL30
 
GL_DEPTH_ATTACHMENT_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
 
GL_DEPTH_BIAS - Static variable in class org.lwjgl.opengl.GL11
 
GL_DEPTH_BITS - Static variable in class org.lwjgl.opengl.GL11
 
GL_DEPTH_BOUNDS_EXT - Static variable in class org.lwjgl.opengl.EXTDepthBoundsTest
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
GL_DEPTH_BOUNDS_TEST_EXT - Static variable in class org.lwjgl.opengl.EXTDepthBoundsTest
Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
GL_DEPTH_BUFFER - Static variable in class org.lwjgl.opengl.GL30
 
GL_DEPTH_BUFFER_BIT - Static variable in class org.lwjgl.opengl.GL11
 
GL_DEPTH_BUFFER_FLOAT_MODE_NV - Static variable in class org.lwjgl.opengl.NVDepthBufferFloat
Accepted by the <pname> parameters of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
GL_DEPTH_CLAMP - Static variable in class org.lwjgl.opengl.ARBDepthClamp
Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
GL_DEPTH_CLAMP - Static variable in class org.lwjgl.opengl.GL32
Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
GL_DEPTH_CLAMP_NV - Static variable in class org.lwjgl.opengl.NVDepthClamp
 
GL_DEPTH_CLEAR_VALUE - Static variable in class org.lwjgl.opengl.GL11
 
GL_DEPTH_COMPONENT - Static variable in class org.lwjgl.opengl.GL11
 
GL_DEPTH_COMPONENT16 - Static variable in class org.lwjgl.opengl.GL14
 
GL_DEPTH_COMPONENT16_ARB - Static variable in class org.lwjgl.opengl.ARBDepthTexture
Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D, CopyTexImage1D and CopyTexImage2D:
GL_DEPTH_COMPONENT24 - Static variable in class org.lwjgl.opengl.GL14
 
GL_DEPTH_COMPONENT24_ARB - Static variable in class org.lwjgl.opengl.ARBDepthTexture
 
GL_DEPTH_COMPONENT32 - Static variable in class org.lwjgl.opengl.GL14
 
GL_DEPTH_COMPONENT32_ARB - Static variable in class org.lwjgl.opengl.ARBDepthTexture
 
GL_DEPTH_COMPONENT32F - Static variable in class org.lwjgl.opengl.ARBDepthBufferFloat
Accepted by the <internalformat> parameter of TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and RenderbufferStorageEXT, and returned in the <data> parameter of GetTexLevelParameter and GetRenderbufferParameterivEXT:
GL_DEPTH_COMPONENT32F - Static variable in class org.lwjgl.opengl.GL30
Accepted by the <internalformat> parameter of TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and RenderbufferStorageEXT, and returned in the <data> parameter of GetTexLevelParameter and GetRenderbufferParameterivEXT:
GL_DEPTH_COMPONENT32F_NV - Static variable in class org.lwjgl.opengl.NVDepthBufferFloat
Accepted by the <internalformat> parameter of TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and RenderbufferStorageEXT, and returned in the <data> parameter of GetTexLevelParameter and GetRenderbufferParameterivEXT:
GL_DEPTH_FUNC - Static variable in class org.lwjgl.opengl.GL11
 
GL_DEPTH_RANGE - Static variable in class org.lwjgl.opengl.GL11
 
GL_DEPTH_SCALE - Static variable in class org.lwjgl.opengl.GL11
 
GL_DEPTH_STENCIL - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
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:
GL_DEPTH_STENCIL - Static variable in class org.lwjgl.opengl.GL30
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.
GL_DEPTH_STENCIL_ATTACHMENT - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_DEPTH_STENCIL_EXT - Static variable in class org.lwjgl.opengl.EXTPackedDepthStencil
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.
GL_DEPTH_STENCIL_NV - Static variable in class org.lwjgl.opengl.NVPackedDepthStencil
 
GL_DEPTH_STENCIL_TO_BGRA_NV - Static variable in class org.lwjgl.opengl.NVCopyDepthToColor
 
GL_DEPTH_STENCIL_TO_RGBA_NV - Static variable in class org.lwjgl.opengl.NVCopyDepthToColor
 
GL_DEPTH_TEST - Static variable in class org.lwjgl.opengl.GL11
 
GL_DEPTH_TEXTURE_MODE - Static variable in class org.lwjgl.opengl.GL14
 
GL_DEPTH_TEXTURE_MODE_ARB - Static variable in class org.lwjgl.opengl.ARBDepthTexture
Accepted by the <pname> parameter of TexParameterf, TexParameteri, TexParameterfv, TexParameteriv, GetTexParameterfv, and GetTexParameteriv:
GL_DEPTH_WRITEMASK - Static variable in class org.lwjgl.opengl.GL11
 
GL_DIFFUSE - Static variable in class org.lwjgl.opengl.GL11
 
GL_DISCARD_ATI - Static variable in class org.lwjgl.opengl.ATIVertexArrayObject
 
GL_DISCARD_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_DISTANCE_ATTENUATION_EXT - Static variable in class org.lwjgl.opengl.EXTPointParameters
 
GL_DITHER - Static variable in class org.lwjgl.opengl.GL11
 
GL_DOMAIN - Static variable in class org.lwjgl.opengl.GL11
 
GL_DONT_CARE - Static variable in class org.lwjgl.opengl.GL11
 
GL_DOT2_ADD_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_DOT3_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_DOT3_RGB - Static variable in class org.lwjgl.opengl.GL13
 
GL_DOT3_RGB_ARB - Static variable in class org.lwjgl.opengl.ARBTextureEnvDot3
 
GL_DOT3_RGB_EXT - Static variable in class org.lwjgl.opengl.EXTTextureEnvDot3
 
GL_DOT3_RGBA - Static variable in class org.lwjgl.opengl.GL13
 
GL_DOT3_RGBA_ARB - Static variable in class org.lwjgl.opengl.ARBTextureEnvDot3
 
GL_DOT3_RGBA_EXT - Static variable in class org.lwjgl.opengl.EXTTextureEnvDot3
 
GL_DOT4_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_DOT_PRODUCT_AFFINE_DEPTH_REPLACE_NV - Static variable in class org.lwjgl.opengl.NVTextureShader3
 
GL_DOT_PRODUCT_CONST_EYE_REFLECT_CUBE_MAP_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
 
GL_DOT_PRODUCT_DEPTH_REPLACE_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
 
GL_DOT_PRODUCT_DIFFUSE_CUBE_MAP_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
 
GL_DOT_PRODUCT_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
 
GL_DOT_PRODUCT_PASS_THROUGH_NV - Static variable in class org.lwjgl.opengl.NVTextureShader3
 
GL_DOT_PRODUCT_REFLECT_CUBE_MAP_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
 
GL_DOT_PRODUCT_TEXTURE_1D_NV - Static variable in class org.lwjgl.opengl.NVTextureShader3
 
GL_DOT_PRODUCT_TEXTURE_2D_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
 
GL_DOT_PRODUCT_TEXTURE_3D_NV - Static variable in class org.lwjgl.opengl.NVTextureShader2
 
GL_DOT_PRODUCT_TEXTURE_CUBE_MAP_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
 
GL_DOT_PRODUCT_TEXTURE_RECTANGLE_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
 
GL_DOUBLE - Static variable in class org.lwjgl.opengl.GL11
 
GL_DOUBLEBUFFER - Static variable in class org.lwjgl.opengl.GL11
 
GL_DRAW_BUFFER - Static variable in class org.lwjgl.opengl.GL11
 
GL_DRAW_BUFFER0 - Static variable in class org.lwjgl.opengl.GL20
 
GL_DRAW_BUFFER0_ARB - Static variable in class org.lwjgl.opengl.ARBDrawBuffers
 
GL_DRAW_BUFFER0_ATI - Static variable in class org.lwjgl.opengl.ATIDrawBuffers
 
GL_DRAW_BUFFER1 - Static variable in class org.lwjgl.opengl.GL20
 
GL_DRAW_BUFFER10 - Static variable in class org.lwjgl.opengl.GL20
 
GL_DRAW_BUFFER10_ARB - Static variable in class org.lwjgl.opengl.ARBDrawBuffers
 
GL_DRAW_BUFFER10_ATI - Static variable in class org.lwjgl.opengl.ATIDrawBuffers
 
GL_DRAW_BUFFER11 - Static variable in class org.lwjgl.opengl.GL20
 
GL_DRAW_BUFFER11_ARB - Static variable in class org.lwjgl.opengl.ARBDrawBuffers
 
GL_DRAW_BUFFER11_ATI - Static variable in class org.lwjgl.opengl.ATIDrawBuffers
 
GL_DRAW_BUFFER12 - Static variable in class org.lwjgl.opengl.GL20
 
GL_DRAW_BUFFER12_ARB - Static variable in class org.lwjgl.opengl.ARBDrawBuffers
 
GL_DRAW_BUFFER12_ATI - Static variable in class org.lwjgl.opengl.ATIDrawBuffers
 
GL_DRAW_BUFFER13 - Static variable in class org.lwjgl.opengl.GL20
 
GL_DRAW_BUFFER13_ARB - Static variable in class org.lwjgl.opengl.ARBDrawBuffers
 
GL_DRAW_BUFFER13_ATI - Static variable in class org.lwjgl.opengl.ATIDrawBuffers
 
GL_DRAW_BUFFER14 - Static variable in class org.lwjgl.opengl.GL20
 
GL_DRAW_BUFFER14_ARB - Static variable in class org.lwjgl.opengl.ARBDrawBuffers
 
GL_DRAW_BUFFER14_ATI - Static variable in class org.lwjgl.opengl.ATIDrawBuffers
 
GL_DRAW_BUFFER15 - Static variable in class org.lwjgl.opengl.GL20
 
GL_DRAW_BUFFER15_ARB - Static variable in class org.lwjgl.opengl.ARBDrawBuffers
 
GL_DRAW_BUFFER15_ATI - Static variable in class org.lwjgl.opengl.ATIDrawBuffers
 
GL_DRAW_BUFFER1_ARB - Static variable in class org.lwjgl.opengl.ARBDrawBuffers
 
GL_DRAW_BUFFER1_ATI - Static variable in class org.lwjgl.opengl.ATIDrawBuffers
 
GL_DRAW_BUFFER2 - Static variable in class org.lwjgl.opengl.GL20
 
GL_DRAW_BUFFER2_ARB - Static variable in class org.lwjgl.opengl.ARBDrawBuffers
 
GL_DRAW_BUFFER2_ATI - Static variable in class org.lwjgl.opengl.ATIDrawBuffers
 
GL_DRAW_BUFFER3 - Static variable in class org.lwjgl.opengl.GL20
 
GL_DRAW_BUFFER3_ARB - Static variable in class org.lwjgl.opengl.ARBDrawBuffers
 
GL_DRAW_BUFFER3_ATI - Static variable in class org.lwjgl.opengl.ATIDrawBuffers
 
GL_DRAW_BUFFER4 - Static variable in class org.lwjgl.opengl.GL20
 
GL_DRAW_BUFFER4_ARB - Static variable in class org.lwjgl.opengl.ARBDrawBuffers
 
GL_DRAW_BUFFER4_ATI - Static variable in class org.lwjgl.opengl.ATIDrawBuffers
 
GL_DRAW_BUFFER5 - Static variable in class org.lwjgl.opengl.GL20
 
GL_DRAW_BUFFER5_ARB - Static variable in class org.lwjgl.opengl.ARBDrawBuffers
 
GL_DRAW_BUFFER5_ATI - Static variable in class org.lwjgl.opengl.ATIDrawBuffers
 
GL_DRAW_BUFFER6 - Static variable in class org.lwjgl.opengl.GL20
 
GL_DRAW_BUFFER6_ARB - Static variable in class org.lwjgl.opengl.ARBDrawBuffers
 
GL_DRAW_BUFFER6_ATI - Static variable in class org.lwjgl.opengl.ATIDrawBuffers
 
GL_DRAW_BUFFER7 - Static variable in class org.lwjgl.opengl.GL20
 
GL_DRAW_BUFFER7_ARB - Static variable in class org.lwjgl.opengl.ARBDrawBuffers
 
GL_DRAW_BUFFER7_ATI - Static variable in class org.lwjgl.opengl.ATIDrawBuffers
 
GL_DRAW_BUFFER8 - Static variable in class org.lwjgl.opengl.GL20
 
GL_DRAW_BUFFER8_ARB - Static variable in class org.lwjgl.opengl.ARBDrawBuffers
 
GL_DRAW_BUFFER8_ATI - Static variable in class org.lwjgl.opengl.ATIDrawBuffers
 
GL_DRAW_BUFFER9 - Static variable in class org.lwjgl.opengl.GL20
 
GL_DRAW_BUFFER9_ARB - Static variable in class org.lwjgl.opengl.ARBDrawBuffers
 
GL_DRAW_BUFFER9_ATI - Static variable in class org.lwjgl.opengl.ATIDrawBuffers
 
GL_DRAW_FRAMEBUFFER - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_DRAW_FRAMEBUFFER - Static variable in class org.lwjgl.opengl.GL30
 
GL_DRAW_FRAMEBUFFER_BINDING - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_DRAW_FRAMEBUFFER_BINDING - Static variable in class org.lwjgl.opengl.GL30
Accepted by the <pname> parameters of GetIntegerv, GetFloatv, and GetDoublev.
GL_DRAW_FRAMEBUFFER_BINDING_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferBlit
Accepted by the <pname> parameters of GetIntegerv, GetFloatv, and GetDoublev.
GL_DRAW_FRAMEBUFFER_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferBlit
 
GL_DRAW_PIXEL_TOKEN - Static variable in class org.lwjgl.opengl.GL11
 
GL_DS_BIAS_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
 
GL_DS_SCALE_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
 
GL_DSDT8_MAG8_INTENSITY8_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
 
GL_DSDT8_MAG8_INTENSITY8_NV - Static variable in class org.lwjgl.opengl.NVTextureShader2
 
GL_DSDT8_MAG8_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
 
GL_DSDT8_MAG8_NV - Static variable in class org.lwjgl.opengl.NVTextureShader2
 
GL_DSDT8_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
 
GL_DSDT8_NV - Static variable in class org.lwjgl.opengl.NVTextureShader2
 
GL_DSDT_MAG_INTENSITY_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
 
GL_DSDT_MAG_INTENSITY_NV - Static variable in class org.lwjgl.opengl.NVTextureShader2
 
GL_DSDT_MAG_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
 
GL_DSDT_MAG_NV - Static variable in class org.lwjgl.opengl.NVTextureShader2
 
GL_DSDT_MAG_VIB_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
 
GL_DSDT_MAG_VIB_NV - Static variable in class org.lwjgl.opengl.NVTextureShader2
 
GL_DSDT_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
 
GL_DSDT_NV - Static variable in class org.lwjgl.opengl.NVTextureShader2
 
GL_DST_ALPHA - Static variable in class org.lwjgl.opengl.GL11
 
GL_DST_COLOR - Static variable in class org.lwjgl.opengl.GL11
 
GL_DT_BIAS_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
 
GL_DT_SCALE_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
 
GL_DU8DV8_ATI - Static variable in class org.lwjgl.opengl.ATIEnvmapBumpmap
 
GL_DUDV_ATI - Static variable in class org.lwjgl.opengl.ATIEnvmapBumpmap
 
GL_DYNAMIC_ATI - Static variable in class org.lwjgl.opengl.ATIVertexArrayObject
 
GL_DYNAMIC_COPY - Static variable in class org.lwjgl.opengl.GL15
 
GL_DYNAMIC_COPY_ARB - Static variable in class org.lwjgl.opengl.ARBBufferObject
 
GL_DYNAMIC_DRAW - Static variable in class org.lwjgl.opengl.GL15
 
GL_DYNAMIC_DRAW_ARB - Static variable in class org.lwjgl.opengl.ARBBufferObject
 
GL_DYNAMIC_READ - Static variable in class org.lwjgl.opengl.GL15
 
GL_DYNAMIC_READ_ARB - Static variable in class org.lwjgl.opengl.ARBBufferObject
 
GL_E_TIMES_F_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_EDGE_FLAG - Static variable in class org.lwjgl.opengl.GL11
 
GL_EDGE_FLAG_ARRAY - Static variable in class org.lwjgl.opengl.GL11
 
GL_EDGE_FLAG_ARRAY_ADDRESS_NV - Static variable in class org.lwjgl.opengl.NVVertexBufferUnifiedMemory
 
GL_EDGE_FLAG_ARRAY_BUFFER_BINDING - Static variable in class org.lwjgl.opengl.GL15
 
GL_EDGE_FLAG_ARRAY_BUFFER_BINDING_ARB - Static variable in class org.lwjgl.opengl.ARBVertexBufferObject
 
GL_EDGE_FLAG_ARRAY_LENGTH_NV - Static variable in class org.lwjgl.opengl.NVVertexBufferUnifiedMemory
 
GL_EDGE_FLAG_ARRAY_POINTER - Static variable in class org.lwjgl.opengl.GL11
 
GL_EDGE_FLAG_ARRAY_STRIDE - Static variable in class org.lwjgl.opengl.GL11
 
GL_EIGHTH_BIT_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_ELEMENT_ARRAY_ADDRESS_NV - Static variable in class org.lwjgl.opengl.NVVertexBufferUnifiedMemory
 
GL_ELEMENT_ARRAY_ATI - Static variable in class org.lwjgl.opengl.ATIElementArray
 
GL_ELEMENT_ARRAY_BUFFER - Static variable in class org.lwjgl.opengl.GL15
 
GL_ELEMENT_ARRAY_BUFFER_ARB - Static variable in class org.lwjgl.opengl.ARBVertexBufferObject
 
GL_ELEMENT_ARRAY_BUFFER_BINDING - Static variable in class org.lwjgl.opengl.GL15
 
GL_ELEMENT_ARRAY_BUFFER_BINDING_ARB - Static variable in class org.lwjgl.opengl.ARBVertexBufferObject
 
GL_ELEMENT_ARRAY_LENGTH_NV - Static variable in class org.lwjgl.opengl.NVVertexBufferUnifiedMemory
 
GL_ELEMENT_ARRAY_POINTER_ATI - Static variable in class org.lwjgl.opengl.ATIElementArray
 
GL_ELEMENT_ARRAY_TYPE_ATI - Static variable in class org.lwjgl.opengl.ATIElementArray
 
GL_ELEMENT_ARRAY_UNIFIED_NV - Static variable in class org.lwjgl.opengl.NVVertexBufferUnifiedMemory
 
GL_EMISSION - Static variable in class org.lwjgl.opengl.GL11
 
GL_ENABLE_BIT - Static variable in class org.lwjgl.opengl.GL11
 
GL_EQUAL - Static variable in class org.lwjgl.opengl.GL11
 
GL_EQUIV - Static variable in class org.lwjgl.opengl.GL11
 
GL_EVAL_2D_NV - Static variable in class org.lwjgl.opengl.NVEvaluators
 
GL_EVAL_BIT - Static variable in class org.lwjgl.opengl.GL11
 
GL_EVAL_FRACTIONAL_TESSELLATION_NV - Static variable in class org.lwjgl.opengl.NVEvaluators
 
GL_EVAL_TRIANGULAR_2D_NV - Static variable in class org.lwjgl.opengl.NVEvaluators
 
GL_EVAL_VERTEX_ATTRIB0_NV - Static variable in class org.lwjgl.opengl.NVEvaluators
 
GL_EVAL_VERTEX_ATTRIB10_NV - Static variable in class org.lwjgl.opengl.NVEvaluators
 
GL_EVAL_VERTEX_ATTRIB11_NV - Static variable in class org.lwjgl.opengl.NVEvaluators
 
GL_EVAL_VERTEX_ATTRIB12_NV - Static variable in class org.lwjgl.opengl.NVEvaluators
 
GL_EVAL_VERTEX_ATTRIB13_NV - Static variable in class org.lwjgl.opengl.NVEvaluators
 
GL_EVAL_VERTEX_ATTRIB14_NV - Static variable in class org.lwjgl.opengl.NVEvaluators
 
GL_EVAL_VERTEX_ATTRIB15_NV - Static variable in class org.lwjgl.opengl.NVEvaluators
 
GL_EVAL_VERTEX_ATTRIB1_NV - Static variable in class org.lwjgl.opengl.NVEvaluators
 
GL_EVAL_VERTEX_ATTRIB2_NV - Static variable in class org.lwjgl.opengl.NVEvaluators
 
GL_EVAL_VERTEX_ATTRIB3_NV - Static variable in class org.lwjgl.opengl.NVEvaluators
 
GL_EVAL_VERTEX_ATTRIB4_NV - Static variable in class org.lwjgl.opengl.NVEvaluators
 
GL_EVAL_VERTEX_ATTRIB5_NV - Static variable in class org.lwjgl.opengl.NVEvaluators
 
GL_EVAL_VERTEX_ATTRIB6_NV - Static variable in class org.lwjgl.opengl.NVEvaluators
 
GL_EVAL_VERTEX_ATTRIB7_NV - Static variable in class org.lwjgl.opengl.NVEvaluators
 
GL_EVAL_VERTEX_ATTRIB8_NV - Static variable in class org.lwjgl.opengl.NVEvaluators
 
GL_EVAL_VERTEX_ATTRIB9_NV - Static variable in class org.lwjgl.opengl.NVEvaluators
 
GL_EXP - Static variable in class org.lwjgl.opengl.GL11
 
GL_EXP2 - Static variable in class org.lwjgl.opengl.GL11
 
GL_EXPAND_NEGATE_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_EXPAND_NORMAL_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_EXT_abgr - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_bgra - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_bindable_uniform - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_blend_color - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_blend_equation_separate - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_blend_func_separate - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_blend_minmax - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_blend_subtract - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_Cg_shader - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_compiled_vertex_array - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_depth_bounds_test - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_direct_state_access - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_draw_buffers2 - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_draw_instanced - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_draw_range_elements - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_fog_coord - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_framebuffer_blit - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_framebuffer_multisample - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_framebuffer_object - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_framebuffer_sRGB - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_geometry_shader4 - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_gpu_program_parameters - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_gpu_shader4 - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_multi_draw_arrays - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_packed_depth_stencil - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_packed_float - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_packed_pixels - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_paletted_texture - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_pixel_buffer_object - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_point_parameters - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_provoking_vertex - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_rescale_normal - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_secondary_color - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_separate_shader_objects - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_separate_specular_color - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_shadow_funcs - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_shared_texture_palette - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_stencil_clear_tag - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_stencil_two_side - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_stencil_wrap - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_texture_3d - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_texture_array - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_texture_buffer_object - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_texture_compression_latc - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_texture_compression_rgtc - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_texture_compression_s3tc - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_texture_env_combine - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_texture_env_dot3 - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_texture_filter_anisotropic - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_texture_integer - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_texture_lod_bias - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_texture_mirror_clamp - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_texture_rectangle - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_texture_shared_exponent - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_texture_snorm - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_texture_sRGB - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_texture_swizzle - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_timer_query - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_transform_feedback - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_vertex_array_bgra - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_vertex_shader - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXT_vertex_weighting - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_EXTENSIONS - Static variable in class org.lwjgl.opengl.GL11
 
GL_EYE_LINEAR - Static variable in class org.lwjgl.opengl.GL11
 
GL_EYE_PLANE - Static variable in class org.lwjgl.opengl.GL11
 
GL_EYE_PLANE_ABSOLUTE_NV - Static variable in class org.lwjgl.opengl.NVFogDistance
 
GL_EYE_RADIAL_NV - Static variable in class org.lwjgl.opengl.NVFogDistance
 
GL_FALSE - Static variable in class org.lwjgl.opengl.GL11
 
GL_FASTEST - Static variable in class org.lwjgl.opengl.GL11
 
GL_FEEDBACK - Static variable in class org.lwjgl.opengl.GL11
 
GL_FEEDBACK_BUFFER_POINTER - Static variable in class org.lwjgl.opengl.GL11
 
GL_FEEDBACK_BUFFER_SIZE - Static variable in class org.lwjgl.opengl.GL11
 
GL_FEEDBACK_BUFFER_TYPE - Static variable in class org.lwjgl.opengl.GL11
 
GL_FENCE_CONDITION_NV - Static variable in class org.lwjgl.opengl.NVFence
 
GL_FENCE_STATUS_NV - Static variable in class org.lwjgl.opengl.NVFence
 
GL_FILL - Static variable in class org.lwjgl.opengl.GL11
 
GL_FIRST_VERTEX_CONVENTION - Static variable in class org.lwjgl.opengl.ARBProvokingVertex
Accepted by the <mode> parameter of ProvokingVertex:
GL_FIRST_VERTEX_CONVENTION - Static variable in class org.lwjgl.opengl.GL32
Accepted by the <mode> parameter of ProvokingVertex:
GL_FIRST_VERTEX_CONVENTION_EXT - Static variable in class org.lwjgl.opengl.EXTProvokingVertex
Accepted by the <mode> parameter of ProvokingVertexEXT:
GL_FIXED_ONLY - Static variable in class org.lwjgl.opengl.GL30
Accepted by the <clamp> parameter of ClampColor.
GL_FIXED_ONLY_ARB - Static variable in class org.lwjgl.opengl.ARBColorBufferFloat
Accepted by the <clamp> parameter of ClampColorARB.
GL_FLAT - Static variable in class org.lwjgl.opengl.GL11
 
GL_FLOAT - Static variable in class org.lwjgl.opengl.ARBShaderObjects
Returned by the <type> parameter of GetActiveUniformARB:
GL_FLOAT - Static variable in class org.lwjgl.opengl.ARBVertexShader
Returned by the <type> parameter of GetActiveAttribARB:
GL_FLOAT - Static variable in class org.lwjgl.opengl.GL11
 
GL_FLOAT_32_UNSIGNED_INT_24_8_REV - Static variable in class org.lwjgl.opengl.ARBDepthBufferFloat
Accepted by the <type> parameter of DrawPixels, ReadPixels, TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, and GetTexImage:
GL_FLOAT_32_UNSIGNED_INT_24_8_REV - Static variable in class org.lwjgl.opengl.GL30
Accepted by the <type> parameter of DrawPixels, ReadPixels, TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, and GetTexImage:
GL_FLOAT_32_UNSIGNED_INT_24_8_REV_NV - Static variable in class org.lwjgl.opengl.NVDepthBufferFloat
Accepted by the <type> parameter of DrawPixels, ReadPixels, TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, and GetTexImage:
GL_FLOAT_CLEAR_COLOR_VALUE_NV - Static variable in class org.lwjgl.opengl.NVFloatBuffer
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
GL_FLOAT_MAT2 - Static variable in class org.lwjgl.opengl.GL20
 
GL_FLOAT_MAT2_ARB - Static variable in class org.lwjgl.opengl.ARBShaderObjects
 
GL_FLOAT_MAT2_ARB - Static variable in class org.lwjgl.opengl.ARBVertexShader
 
GL_FLOAT_MAT2x3 - Static variable in class org.lwjgl.opengl.GL21
Returned by the <type> parameter of GetActiveAttribARB.
GL_FLOAT_MAT2x4 - Static variable in class org.lwjgl.opengl.GL21
 
GL_FLOAT_MAT3 - Static variable in class org.lwjgl.opengl.GL20
 
GL_FLOAT_MAT3_ARB - Static variable in class org.lwjgl.opengl.ARBShaderObjects
 
GL_FLOAT_MAT3_ARB - Static variable in class org.lwjgl.opengl.ARBVertexShader
 
GL_FLOAT_MAT3x2 - Static variable in class org.lwjgl.opengl.GL21
 
GL_FLOAT_MAT3x4 - Static variable in class org.lwjgl.opengl.GL21
 
GL_FLOAT_MAT4 - Static variable in class org.lwjgl.opengl.GL20
 
GL_FLOAT_MAT4_ARB - Static variable in class org.lwjgl.opengl.ARBShaderObjects
 
GL_FLOAT_MAT4_ARB - Static variable in class org.lwjgl.opengl.ARBVertexShader
 
GL_FLOAT_MAT4x2 - Static variable in class org.lwjgl.opengl.GL21
 
GL_FLOAT_MAT4x3 - Static variable in class org.lwjgl.opengl.GL21
 
GL_FLOAT_R16_NV - Static variable in class org.lwjgl.opengl.NVFloatBuffer
 
GL_FLOAT_R32_NV - Static variable in class org.lwjgl.opengl.NVFloatBuffer
 
GL_FLOAT_R_NV - Static variable in class org.lwjgl.opengl.NVFloatBuffer
Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D:
GL_FLOAT_RG16_NV - Static variable in class org.lwjgl.opengl.NVFloatBuffer
 
GL_FLOAT_RG32_NV - Static variable in class org.lwjgl.opengl.NVFloatBuffer
 
GL_FLOAT_RG_NV - Static variable in class org.lwjgl.opengl.NVFloatBuffer
 
GL_FLOAT_RGB16_NV - Static variable in class org.lwjgl.opengl.NVFloatBuffer
 
GL_FLOAT_RGB32_NV - Static variable in class org.lwjgl.opengl.NVFloatBuffer
 
GL_FLOAT_RGB_NV - Static variable in class org.lwjgl.opengl.NVFloatBuffer
 
GL_FLOAT_RGBA16_NV - Static variable in class org.lwjgl.opengl.NVFloatBuffer
 
GL_FLOAT_RGBA32_NV - Static variable in class org.lwjgl.opengl.NVFloatBuffer
 
GL_FLOAT_RGBA_MODE_NV - Static variable in class org.lwjgl.opengl.NVFloatBuffer
 
GL_FLOAT_RGBA_NV - Static variable in class org.lwjgl.opengl.NVFloatBuffer
 
GL_FLOAT_VEC2 - Static variable in class org.lwjgl.opengl.GL20
Returned by the <type> parameter of GetActiveUniformARB:
GL_FLOAT_VEC2_ARB - Static variable in class org.lwjgl.opengl.ARBShaderObjects
 
GL_FLOAT_VEC2_ARB - Static variable in class org.lwjgl.opengl.ARBVertexShader
 
GL_FLOAT_VEC3 - Static variable in class org.lwjgl.opengl.GL20
 
GL_FLOAT_VEC3_ARB - Static variable in class org.lwjgl.opengl.ARBShaderObjects
 
GL_FLOAT_VEC3_ARB - Static variable in class org.lwjgl.opengl.ARBVertexShader
 
GL_FLOAT_VEC4 - Static variable in class org.lwjgl.opengl.GL20
 
GL_FLOAT_VEC4_ARB - Static variable in class org.lwjgl.opengl.ARBShaderObjects
 
GL_FLOAT_VEC4_ARB - Static variable in class org.lwjgl.opengl.ARBVertexShader
 
GL_FOG - Static variable in class org.lwjgl.opengl.GL11
 
GL_FOG_BIT - Static variable in class org.lwjgl.opengl.GL11
 
GL_FOG_COLOR - Static variable in class org.lwjgl.opengl.GL11
 
GL_FOG_COORD - Static variable in class org.lwjgl.opengl.GL15
 
GL_FOG_COORD_ARRAY - Static variable in class org.lwjgl.opengl.GL15
 
GL_FOG_COORD_ARRAY_ADDRESS_NV - Static variable in class org.lwjgl.opengl.NVVertexBufferUnifiedMemory
 
GL_FOG_COORD_ARRAY_BUFFER_BINDING - Static variable in class org.lwjgl.opengl.GL15
 
GL_FOG_COORD_ARRAY_LENGTH_NV - Static variable in class org.lwjgl.opengl.NVVertexBufferUnifiedMemory
 
GL_FOG_COORD_ARRAY_POINTER - Static variable in class org.lwjgl.opengl.GL15
 
GL_FOG_COORD_ARRAY_STRIDE - Static variable in class org.lwjgl.opengl.GL15
 
GL_FOG_COORD_ARRAY_TYPE - Static variable in class org.lwjgl.opengl.GL15
 
GL_FOG_COORDINATE - Static variable in class org.lwjgl.opengl.GL14
 
GL_FOG_COORDINATE_ARRAY - Static variable in class org.lwjgl.opengl.GL14
 
GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING - Static variable in class org.lwjgl.opengl.GL15
 
GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING_ARB - Static variable in class org.lwjgl.opengl.ARBVertexBufferObject
 
GL_FOG_COORDINATE_ARRAY_EXT - Static variable in class org.lwjgl.opengl.EXTFogCoord
 
GL_FOG_COORDINATE_ARRAY_POINTER - Static variable in class org.lwjgl.opengl.GL14
 
GL_FOG_COORDINATE_ARRAY_POINTER_EXT - Static variable in class org.lwjgl.opengl.EXTFogCoord
 
GL_FOG_COORDINATE_ARRAY_STRIDE - Static variable in class org.lwjgl.opengl.GL14
 
GL_FOG_COORDINATE_ARRAY_STRIDE_EXT - Static variable in class org.lwjgl.opengl.EXTFogCoord
 
GL_FOG_COORDINATE_ARRAY_TYPE - Static variable in class org.lwjgl.opengl.GL14
 
GL_FOG_COORDINATE_ARRAY_TYPE_EXT - Static variable in class org.lwjgl.opengl.EXTFogCoord
 
GL_FOG_COORDINATE_EXT - Static variable in class org.lwjgl.opengl.EXTFogCoord
 
GL_FOG_COORDINATE_SOURCE - Static variable in class org.lwjgl.opengl.GL14
 
GL_FOG_COORDINATE_SOURCE_EXT - Static variable in class org.lwjgl.opengl.EXTFogCoord
 
GL_FOG_DENSITY - Static variable in class org.lwjgl.opengl.GL11
 
GL_FOG_DISTANCE_MODE_NV - Static variable in class org.lwjgl.opengl.NVFogDistance
 
GL_FOG_END - Static variable in class org.lwjgl.opengl.GL11
 
GL_FOG_HINT - Static variable in class org.lwjgl.opengl.GL11
 
GL_FOG_INDEX - Static variable in class org.lwjgl.opengl.GL11
 
GL_FOG_MODE - Static variable in class org.lwjgl.opengl.GL11
 
GL_FOG_START - Static variable in class org.lwjgl.opengl.GL11
 
GL_FORCE_BLUE_TO_ONE_NV - Static variable in class org.lwjgl.opengl.NVTextureShader3
 
GL_FRAGMENT_DEPTH - Static variable in class org.lwjgl.opengl.GL14
 
GL_FRAGMENT_DEPTH_EXT - Static variable in class org.lwjgl.opengl.EXTFogCoord
 
GL_FRAGMENT_PROGRAM_ARB - Static variable in class org.lwjgl.opengl.ARBFragmentProgram
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.
GL_FRAGMENT_PROGRAM_BINDING_NV - Static variable in class org.lwjgl.opengl.NVFragmentProgram
 
GL_FRAGMENT_PROGRAM_NV - Static variable in class org.lwjgl.opengl.NVFragmentProgram
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:
GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NV - Static variable in class org.lwjgl.opengl.NVParameterBufferObject
 
GL_FRAGMENT_SHADER - Static variable in class org.lwjgl.opengl.GL20
Accepted by the <shaderType> argument of CreateShader and returned by the <params> parameter of GetShader{fi}vARB:
GL_FRAGMENT_SHADER_ARB - Static variable in class org.lwjgl.opengl.ARBFragmentShader
Accepted by the <shaderType> argument of CreateShaderObjectARB and returned by the <params> parameter of GetObjectParameter{fi}vARB:
GL_FRAGMENT_SHADER_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_FRAGMENT_SHADER_DERIVATIVE_HINT - Static variable in class org.lwjgl.opengl.GL20
Accepted by the <target> parameter of Hint and the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
GL_FRAGMENT_SHADER_DERIVATIVE_HINT_ARB - Static variable in class org.lwjgl.opengl.ARBFragmentShader
Accepted by the <target> parameter of Hint and the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
GL_FRAMEBUFFER - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
Accepted by the <target> parameter of BindFramebuffer, CheckFramebufferStatus, FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and GetFramebufferAttachmentParameteriv:
GL_FRAMEBUFFER - Static variable in class org.lwjgl.opengl.GL30
Accepted by the <target> parameter of BindFramebuffer, CheckFramebufferStatus, FramebufferTexture{1D|2D|3D}, and FramebufferRenderbuffer:
GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_FRAMEBUFFER_ATTACHMENT_LAYERED - Static variable in class org.lwjgl.opengl.GL32
Accepted by the <pname> parameter of GetFramebufferAttachment- ParameterivEXT:
GL_FRAMEBUFFER_ATTACHMENT_LAYERED_ARB - Static variable in class org.lwjgl.opengl.ARBGeometryShader4
Accepted by the <pname> parameter of GetFramebufferAttachment- ParameterivEXT:
GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT - Static variable in class org.lwjgl.opengl.EXTGeometryShader4
Accepted by the <pname> parameter of GetFramebufferAttachment- ParameterivEXT:
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME - Static variable in class org.lwjgl.opengl.GL30
 
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
 
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
Accepted by the <pname> parameter of GetFramebufferAttachmentParameteriv:
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE - Static variable in class org.lwjgl.opengl.GL30
Accepted by the <pname> parameter of GetFramebufferAttachmentParameteriv:
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
Accepted by the <pname> parameter of GetFramebufferAttachmentParameterivEXT:
GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET - Static variable in class org.lwjgl.opengl.GL30
 
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
 
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE - Static variable in class org.lwjgl.opengl.GL30
 
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
 
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER - Static variable in class org.lwjgl.opengl.GL30
Accepted by the <pname> parameter of GetFramebufferAttachmentParameteriv:
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER - Static variable in class org.lwjgl.opengl.GL32
 
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_ARB - Static variable in class org.lwjgl.opengl.ARBGeometryShader4
 
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT - Static variable in class org.lwjgl.opengl.EXTGeometryShader4
 
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT - Static variable in class org.lwjgl.opengl.EXTTextureArray
Accepted by the <pname> parameter of GetFramebufferAttachmentParameterivEXT:
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL - Static variable in class org.lwjgl.opengl.GL30
 
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
 
GL_FRAMEBUFFER_BINDING - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
Accepted by the <pname> parameters of GetIntegerv, GetFloatv, and GetDoublev:
GL_FRAMEBUFFER_BINDING - Static variable in class org.lwjgl.opengl.GL30
Accepted by GetIntegerv():
GL_FRAMEBUFFER_BINDING_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
Accepted by GetIntegerv():
GL_FRAMEBUFFER_COMPLETE - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
Returned by CheckFramebufferStatus():
GL_FRAMEBUFFER_COMPLETE - Static variable in class org.lwjgl.opengl.GL30
Returned by CheckFramebufferStatus():
GL_FRAMEBUFFER_COMPLETE_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
Returned by CheckFramebufferStatusEXT():
GL_FRAMEBUFFER_DEFAULT - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_FRAMEBUFFER_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
Accepted by the <target> parameter of BindFramebufferEXT, CheckFramebufferStatusEXT, FramebufferTexture{1D|2D|3D}EXT, and FramebufferRenderbufferEXT:
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT - Static variable in class org.lwjgl.opengl.GL30
 
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
 
GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS - Static variable in class org.lwjgl.opengl.GL30
 
GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
 
GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER - Static variable in class org.lwjgl.opengl.GL30
 
GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
 
GL_FRAMEBUFFER_INCOMPLETE_FORMATS - Static variable in class org.lwjgl.opengl.GL30
 
GL_FRAMEBUFFER_INCOMPLETE_FORMATS_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
 
GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT - Static variable in class org.lwjgl.opengl.GL32
 
GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_ARB - Static variable in class org.lwjgl.opengl.ARBGeometryShader4
 
GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_EXT - Static variable in class org.lwjgl.opengl.EXTGeometryShader4
 
GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS - Static variable in class org.lwjgl.opengl.GL32
Returned by CheckFramebufferStatusEXT:
GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_ARB - Static variable in class org.lwjgl.opengl.ARBGeometryShader4
Returned by CheckFramebufferStatusEXT:
GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT - Static variable in class org.lwjgl.opengl.EXTGeometryShader4
Returned by CheckFramebufferStatusEXT:
GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT - Static variable in class org.lwjgl.opengl.GL30
 
GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
 
GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE - Static variable in class org.lwjgl.opengl.GL30
Returned by CheckFramebufferStatus.
GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferMultisample
Returned by CheckFramebufferStatusEXT.
GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER - Static variable in class org.lwjgl.opengl.GL30
 
GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
 
GL_FRAMEBUFFER_SRGB - Static variable in class org.lwjgl.opengl.GL30
Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
GL_FRAMEBUFFER_SRGB_ARB - Static variable in class org.lwjgl.opengl.ARBFramebufferSRGB
Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
GL_FRAMEBUFFER_SRGB_CAPABLE - Static variable in class org.lwjgl.opengl.GL30
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
GL_FRAMEBUFFER_SRGB_CAPABLE_ARB - Static variable in class org.lwjgl.opengl.ARBFramebufferSRGB
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
GL_FRAMEBUFFER_SRGB_CAPABLE_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferSRGB
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
GL_FRAMEBUFFER_SRGB_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferSRGB
Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
GL_FRAMEBUFFER_UNDEFINED - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_FRAMEBUFFER_UNSUPPORTED - Static variable in class org.lwjgl.opengl.ARBFramebufferObject
 
GL_FRAMEBUFFER_UNSUPPORTED - Static variable in class org.lwjgl.opengl.GL30
 
GL_FRAMEBUFFER_UNSUPPORTED_EXT - Static variable in class org.lwjgl.opengl.EXTFramebufferObject
 
GL_FRONT - Static variable in class org.lwjgl.opengl.GL11
 
GL_FRONT_AND_BACK - Static variable in class org.lwjgl.opengl.GL11
 
GL_FRONT_FACE - Static variable in class org.lwjgl.opengl.GL11
 
GL_FRONT_LEFT - Static variable in class org.lwjgl.opengl.GL11
 
GL_FRONT_RIGHT - Static variable in class org.lwjgl.opengl.GL11
 
GL_FULL_RANGE_EXT - Static variable in class org.lwjgl.opengl.EXTVertexShader
 
GL_FUNC_ADD - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_FUNC_ADD - Static variable in class org.lwjgl.opengl.GL14
 
GL_FUNC_ADD_EXT - Static variable in class org.lwjgl.opengl.EXTBlendMinmax
Accepted by the <mode> parameter of BlendEquationEXT.
GL_FUNC_REVERSE_SUBTRACT - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_FUNC_REVERSE_SUBTRACT - Static variable in class org.lwjgl.opengl.GL14
 
GL_FUNC_REVERSE_SUBTRACT_EXT - Static variable in class org.lwjgl.opengl.EXTBlendSubtract
 
GL_FUNC_SUBTRACT - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_FUNC_SUBTRACT - Static variable in class org.lwjgl.opengl.GL14
 
GL_FUNC_SUBTRACT_EXT - Static variable in class org.lwjgl.opengl.EXTBlendSubtract
 
GL_GENERATE_MIPMAP - Static variable in class org.lwjgl.opengl.GL14
 
GL_GENERATE_MIPMAP_HINT - Static variable in class org.lwjgl.opengl.GL14
 
GL_GENERATE_MIPMAP_HINT_SGIS - Static variable in class org.lwjgl.opengl.SGISGenerateMipmap
Accepted by the <target> parameter of Hint, and by the parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
GL_GENERATE_MIPMAP_SGIS - Static variable in class org.lwjgl.opengl.SGISGenerateMipmap
Accepted by the <pname> parameter of TexParameteri, TexParameterf, TexParameteriv, TexParameterfv, GetTexParameteriv, and GetTexParameterfv.
GL_GENERIC_ATTRIB_NV - Static variable in class org.lwjgl.opengl.NVTransformFeedback
 
GL_GEOMETRY_INPUT_TYPE - Static variable in class org.lwjgl.opengl.GL32
 
GL_GEOMETRY_INPUT_TYPE_ARB - Static variable in class org.lwjgl.opengl.ARBGeometryShader4
 
GL_GEOMETRY_INPUT_TYPE_EXT - Static variable in class org.lwjgl.opengl.EXTGeometryShader4
 
GL_GEOMETRY_OUTPUT_TYPE - Static variable in class org.lwjgl.opengl.GL32
 
GL_GEOMETRY_OUTPUT_TYPE_ARB - Static variable in class org.lwjgl.opengl.ARBGeometryShader4
 
GL_GEOMETRY_OUTPUT_TYPE_EXT - Static variable in class org.lwjgl.opengl.EXTGeometryShader4
 
GL_GEOMETRY_PROGRAM_NV - Static variable in class org.lwjgl.opengl.NVGeometryProgram4
Accepted by the <cap> parameter of Disable, Enable, and IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NV - Static variable in class org.lwjgl.opengl.NVParameterBufferObject
 
GL_GEOMETRY_SHADER - Static variable in class org.lwjgl.opengl.GL32
Accepted by the <type> parameter of CreateShader and returned by the <params> parameter of GetShaderiv:
GL_GEOMETRY_SHADER_ARB - Static variable in class org.lwjgl.opengl.ARBGeometryShader4
Accepted by the <type> parameter of CreateShader and returned by the <params> parameter of GetShaderiv:
GL_GEOMETRY_SHADER_EXT - Static variable in class org.lwjgl.opengl.EXTGeometryShader4
Accepted by the <type> parameter of CreateShader and returned by the <params> parameter of GetShaderiv:
GL_GEOMETRY_VERTICES_OUT - Static variable in class org.lwjgl.opengl.GL32
Accepted by the <pname> parameter of ProgramParameteriEXT and GetProgramiv:
GL_GEOMETRY_VERTICES_OUT_ARB - Static variable in class org.lwjgl.opengl.ARBGeometryShader4
Accepted by the <pname> parameter of ProgramParameteriEXT and GetProgramiv:
GL_GEOMETRY_VERTICES_OUT_EXT - Static variable in class org.lwjgl.opengl.EXTGeometryShader4
Accepted by the <pname> parameter of ProgramParameteriEXT and GetProgramiv:
GL_GEQUAL - Static variable in class org.lwjgl.opengl.GL11
 
GL_GPU_ADDRESS_NV - Static variable in class org.lwjgl.opengl.NVShaderBufferLoad
Returned by the <type> parameter of GetActiveUniform:
GL_GREATER - Static variable in class org.lwjgl.opengl.GL11
 
GL_GREEN - Static variable in class org.lwjgl.opengl.GL11
 
GL_GREEN_BIAS - Static variable in class org.lwjgl.opengl.GL11
 
GL_GREEN_BIT_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_GREEN_BITS - Static variable in class org.lwjgl.opengl.GL11
 
GL_GREEN_INTEGER - Static variable in class org.lwjgl.opengl.GL30
 
GL_GREEN_INTEGER_EXT - Static variable in class org.lwjgl.opengl.EXTTextureInteger
 
GL_GREEN_SCALE - Static variable in class org.lwjgl.opengl.GL11
 
GL_GREMEDY_string_marker - Variable in class org.lwjgl.opengl.ContextCapabilities
 
GL_HALF_BIAS_NEGATE_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_HALF_BIAS_NORMAL_NV - Static variable in class org.lwjgl.opengl.NVRegisterCombiners
 
GL_HALF_BIT_ATI - Static variable in class org.lwjgl.opengl.ATIFragmentShader
 
GL_HALF_FLOAT - Static variable in class org.lwjgl.opengl.ARBHalfFloatVertex
Accepted by the <type> argument of VertexPointer, NormalPointer, ColorPointer, SecondaryColorPointer, FogCoordPointer, TexCoordPointer, and VertexAttribPointer:
GL_HALF_FLOAT - Static variable in class org.lwjgl.opengl.GL30
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:

Accepted by the <type> argument of VertexPointer, NormalPointer, ColorPointer, SecondaryColorPointer, FogCoordPointer, TexCoordPointer, and VertexAttribPointer:

GL_HALF_FLOAT_ARB - Static variable in class org.lwjgl.opengl.ARBHalfFloatPixel
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:
GL_HALF_FLOAT_NV - Static variable in class org.lwjgl.opengl.NVHalfFloat
Accepted by the <type> argument of VertexPointer, NormalPointer, ColorPointer, TexCoordPointer, FogCoordPointerEXT, SecondaryColorPointerEXT, VertexWeightPointerEXT, VertexAttribPointerNV, DrawPixels, ReadPixels, TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, and GetTexImage:
GL_HI_BIAS_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
 
GL_HI_SCALE_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, GetDoublev, PixelTransferf, and PixelTransferi.
GL_HILO16_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
Accepted by the <internalformat> parameter of TexImage1D and TexImage2D.
GL_HILO16_NV - Static variable in class org.lwjgl.opengl.NVTextureShader2
 
GL_HILO8_NV - Static variable in class org.lwjgl.opengl.NVTextureShader3
 
GL_HILO_NV - Static variable in class org.lwjgl.opengl.NVTextureShader
Accepted by the <format> parameter of GetTexImage, TexImage1D, TexImage2D, TexSubImage1D, and TexSubImage2D.
GL_HILO_NV - Static variable in class org.lwjgl.opengl.NVTextureShader2
 
GL_HINT_BIT - Static variable in class org.lwjgl.opengl.GL11
 
GL_HISTOGRAM - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_HISTOGRAM_ALPHA_SIZE - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_HISTOGRAM_BLUE_SIZE - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_HISTOGRAM_FORMAT - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_HISTOGRAM_GREEN_SIZE - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_HISTOGRAM_LUMINANCE_SIZE - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_HISTOGRAM_RED_SIZE - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_HISTOGRAM_SINK - Static variable in class org.lwjgl.opengl.ARBImaging
 
GL_HISTOGRA