Package org.lwjgl.opengl
Class GL32
java.lang.Object
org.lwjgl.opengl.GL32
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Returned by ClientWaitSync:static final int
Returned by ClientWaitSync:static final int
static final int
static final int
static final int
Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:static final int
Accepted by the <mode> parameter of ProvokingVertex:static final int
Accepted by the <pname> parameter of GetFramebufferAttachment- ParameterivEXT:static final int
Returned by CheckFramebufferStatusEXT:static final int
Accepted by the <pname> parameter of ProgramParameteriEXT and GetProgramiv:static final int
Accepted by the <pname> parameter of ProgramParameteriEXT and GetProgramiv:static final int
Accepted by the <type> parameter of CreateShader and returned by the <params> parameter of GetShaderiv:static final int
Accepted by the <pname> parameter of ProgramParameteriEXT and GetProgramiv:static final int
Returned by the <type> parameter of GetActiveUniform:static final int
Returned by the <type> parameter of GetActiveUniform:static final int
Accepted by the <mode> parameter of ProvokingVertex:static final int
Accepted by the <mode> parameter of Begin, DrawArrays, MultiDrawArrays, DrawElements, MultiDrawElements, and DrawRangeElements:static final int
Accepted by the <mode> parameter of Begin, DrawArrays, MultiDrawArrays, DrawElements, MultiDrawElements, and DrawRangeElements:static final int
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv:static final int
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv:static final int
static final int
static final int
static final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:static final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:static final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:static final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:static final int
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv:static final int
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv:static final int
Accepted as the <pname> parameter of GetInteger64v:static final int
static final int
Accepted as the <pname> parameter of GetSynciv:static final int
Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, and by the <pname> parameter of GetIntegerv, GetFloatv, GetDoublev, and GetBooleanv:static final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:static final int
Accepted by the <target> parameter of TexImage2DMultisample:static final int
Accepted by the <target> parameter of TexImage3DMultisample:static final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:static final int
Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:static final int
Accepted by the <target> parameter of GetBooleani_v and GetIntegeri_v:static final int
Accepted by the <pname> parameter of GetMultisamplefv:static final int
Returned by the <type> parameter of GetActiveUniform:static final int
Returned by the <type> parameter of GetActiveUniform:static final int
Returned in <values> for GetSynciv <pname> SYNC_STATUS:static final int
Accepted as the <pname> parameter of GetSynciv:static final int
Returned in <values> for GetSynciv <pname> OBJECT_TYPE:static final int
Accepted as the <pname> parameter of GetSynciv:static final int
Accepted in the <flags> parameter of ClientWaitSync:static final int
Returned in <values> for GetSynciv <pname> SYNC_CONDITION:static final int
Accepted as the <pname> parameter of GetSynciv:static final int
Accepted by the <target> parameter of BindTexture and TexImage2DMultisample:static final int
Accepted by the <target> parameter of BindTexture and TexImage3DMultisample:static final int
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv:static final int
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv:static final int
Accepted by the <cap> parameter of Enable, Disable and IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv and GetDoublev:static final int
Accepted by the <pname> parameter of GetTexLevelParameterstatic final int
Accepted by the <pname> parameter of GetTexLevelParameterstatic final int
Returned by ClientWaitSync:static final long
Accepted in the <timeout> parameter of WaitSync:static final int
Accepted by the <mode> parameter of Begin, DrawArrays, MultiDrawArrays, DrawElements, MultiDrawElements, and DrawRangeElements:static final int
Accepted by the <mode> parameter of Begin, DrawArrays, MultiDrawArrays, DrawElements, MultiDrawElements, and DrawRangeElements:static final int
Returned in <values> for GetSynciv <pname> SYNC_STATUS:static final int
Returned by the <type> parameter of GetActiveUniform:static final int
Returned by the <type> parameter of GetActiveUniform:static final int
Returned by ClientWaitSync: -
Method Summary
Modifier and TypeMethodDescriptionstatic int
glClientWaitSync
(GLSync sync, int flags, long timeout) static void
glDeleteSync
(GLSync sync) static void
glDrawElementsBaseVertex
(int mode, int indices_count, int type, long indices_buffer_offset, int basevertex) static void
glDrawElementsBaseVertex
(int mode, ByteBuffer indices, int basevertex) static void
glDrawElementsBaseVertex
(int mode, IntBuffer indices, int basevertex) static void
glDrawElementsBaseVertex
(int mode, ShortBuffer indices, int basevertex) static void
glDrawElementsInstancedBaseVertex
(int mode, int indices_count, int type, long indices_buffer_offset, int primcount, int basevertex) static void
glDrawElementsInstancedBaseVertex
(int mode, ByteBuffer indices, int primcount, int basevertex) static void
glDrawElementsInstancedBaseVertex
(int mode, IntBuffer indices, int primcount, int basevertex) static void
glDrawElementsInstancedBaseVertex
(int mode, ShortBuffer indices, int primcount, int basevertex) static void
glDrawRangeElementsBaseVertex
(int mode, int start, int end, int indices_count, int type, long indices_buffer_offset, int basevertex) static void
glDrawRangeElementsBaseVertex
(int mode, int start, int end, ByteBuffer indices, int basevertex) static void
glDrawRangeElementsBaseVertex
(int mode, int start, int end, IntBuffer indices, int basevertex) static void
glDrawRangeElementsBaseVertex
(int mode, int start, int end, ShortBuffer indices, int basevertex) static GLSync
glFenceSync
(int condition, int flags) static void
glFramebufferTexture
(int target, int attachment, int texture, int level) static long
glGetBufferParameter
(int target, int pname) Deprecated.Will be removed in 3.0.static void
glGetBufferParameter
(int target, int pname, LongBuffer params) static long
glGetBufferParameteri64
(int target, int pname) Overloads glGetBufferParameteri64v.static long
glGetInteger64
(int pname) Overloads glGetInteger64v.static long
glGetInteger64
(int value, int index) Overloads glGetInteger64i_v.static void
glGetInteger64
(int value, int index, LongBuffer data) static void
glGetInteger64
(int pname, LongBuffer data) static void
glGetMultisample
(int pname, int index, FloatBuffer val) static int
Deprecated.Will be removed in 3.0.static void
static int
glGetSynci
(GLSync sync, int pname) Overloads glGetSynciv.static boolean
static void
glProvokingVertex
(int mode) static void
glSampleMaski
(int index, int mask) static void
glTexImage2DMultisample
(int target, int samples, int internalformat, int width, int height, boolean fixedsamplelocations) static void
glTexImage3DMultisample
(int target, int samples, int internalformat, int width, int height, int depth, boolean fixedsamplelocations) static void
glWaitSync
(GLSync sync, int flags, long timeout)
-
Field Details
-
GL_CONTEXT_PROFILE_MASK
public static final int GL_CONTEXT_PROFILE_MASK- See Also:
-
GL_CONTEXT_CORE_PROFILE_BIT
public static final int GL_CONTEXT_CORE_PROFILE_BIT- See Also:
-
GL_CONTEXT_COMPATIBILITY_PROFILE_BIT
public static final int GL_CONTEXT_COMPATIBILITY_PROFILE_BIT- See Also:
-
GL_MAX_VERTEX_OUTPUT_COMPONENTS
public static final int GL_MAX_VERTEX_OUTPUT_COMPONENTS- See Also:
-
GL_MAX_GEOMETRY_INPUT_COMPONENTS
public static final int GL_MAX_GEOMETRY_INPUT_COMPONENTS- See Also:
-
GL_MAX_GEOMETRY_OUTPUT_COMPONENTS
public static final int GL_MAX_GEOMETRY_OUTPUT_COMPONENTS- See Also:
-
GL_MAX_FRAGMENT_INPUT_COMPONENTS
public static final int GL_MAX_FRAGMENT_INPUT_COMPONENTS- See Also:
-
GL_FIRST_VERTEX_CONVENTION
public static final int GL_FIRST_VERTEX_CONVENTIONAccepted by the <mode> parameter of ProvokingVertex:- See Also:
-
GL_LAST_VERTEX_CONVENTION
public static final int GL_LAST_VERTEX_CONVENTIONAccepted by the <mode> parameter of ProvokingVertex:- See Also:
-
GL_PROVOKING_VERTEX
public static final int GL_PROVOKING_VERTEXAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
-
GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION
public static final int GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
-
GL_TEXTURE_CUBE_MAP_SEAMLESS
public static final int GL_TEXTURE_CUBE_MAP_SEAMLESSAccepted by the <cap> parameter of Enable, Disable and IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv and GetDoublev:- See Also:
-
GL_SAMPLE_POSITION
public static final int GL_SAMPLE_POSITIONAccepted by the <pname> parameter of GetMultisamplefv:- See Also:
-
GL_SAMPLE_MASK
public static final int GL_SAMPLE_MASKAccepted by the <cap> parameter of Enable, Disable, and IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
-
GL_SAMPLE_MASK_VALUE
public static final int GL_SAMPLE_MASK_VALUEAccepted by the <target> parameter of GetBooleani_v and GetIntegeri_v:- See Also:
-
GL_TEXTURE_2D_MULTISAMPLE
public static final int GL_TEXTURE_2D_MULTISAMPLEAccepted by the <target> parameter of BindTexture and TexImage2DMultisample:- See Also:
-
GL_PROXY_TEXTURE_2D_MULTISAMPLE
public static final int GL_PROXY_TEXTURE_2D_MULTISAMPLEAccepted by the <target> parameter of TexImage2DMultisample:- See Also:
-
GL_TEXTURE_2D_MULTISAMPLE_ARRAY
public static final int GL_TEXTURE_2D_MULTISAMPLE_ARRAYAccepted by the <target> parameter of BindTexture and TexImage3DMultisample:- See Also:
-
GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY
public static final int GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAYAccepted by the <target> parameter of TexImage3DMultisample:- See Also:
-
GL_MAX_SAMPLE_MASK_WORDS
public static final int GL_MAX_SAMPLE_MASK_WORDSAccepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv:- See Also:
-
GL_MAX_COLOR_TEXTURE_SAMPLES
public static final int GL_MAX_COLOR_TEXTURE_SAMPLESAccepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv:- See Also:
-
GL_MAX_DEPTH_TEXTURE_SAMPLES
public static final int GL_MAX_DEPTH_TEXTURE_SAMPLESAccepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv:- See Also:
-
GL_MAX_INTEGER_SAMPLES
public static final int GL_MAX_INTEGER_SAMPLESAccepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv:- See Also:
-
GL_TEXTURE_BINDING_2D_MULTISAMPLE
public static final int GL_TEXTURE_BINDING_2D_MULTISAMPLEAccepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv:- See Also:
-
GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY
public static final int GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAYAccepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv:- See Also:
-
GL_TEXTURE_SAMPLES
public static final int GL_TEXTURE_SAMPLESAccepted by the <pname> parameter of GetTexLevelParameter- See Also:
-
GL_TEXTURE_FIXED_SAMPLE_LOCATIONS
public static final int GL_TEXTURE_FIXED_SAMPLE_LOCATIONSAccepted by the <pname> parameter of GetTexLevelParameter- See Also:
-
GL_SAMPLER_2D_MULTISAMPLE
public static final int GL_SAMPLER_2D_MULTISAMPLEReturned by the <type> parameter of GetActiveUniform:- See Also:
-
GL_INT_SAMPLER_2D_MULTISAMPLE
public static final int GL_INT_SAMPLER_2D_MULTISAMPLEReturned by the <type> parameter of GetActiveUniform:- See Also:
-
GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE
public static final int GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLEReturned by the <type> parameter of GetActiveUniform:- See Also:
-
GL_SAMPLER_2D_MULTISAMPLE_ARRAY
public static final int GL_SAMPLER_2D_MULTISAMPLE_ARRAYReturned by the <type> parameter of GetActiveUniform:- See Also:
-
GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY
public static final int GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAYReturned by the <type> parameter of GetActiveUniform:- See Also:
-
GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY
public static final int GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAYReturned by the <type> parameter of GetActiveUniform:- See Also:
-
GL_DEPTH_CLAMP
public static final int GL_DEPTH_CLAMPAccepted by the <cap> parameter of Enable, Disable, and IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
-
GL_GEOMETRY_SHADER
public static final int GL_GEOMETRY_SHADERAccepted by the <type> parameter of CreateShader and returned by the <params> parameter of GetShaderiv:- See Also:
-
GL_GEOMETRY_VERTICES_OUT
public static final int GL_GEOMETRY_VERTICES_OUTAccepted by the <pname> parameter of ProgramParameteriEXT and GetProgramiv:- See Also:
-
GL_GEOMETRY_INPUT_TYPE
public static final int GL_GEOMETRY_INPUT_TYPEAccepted by the <pname> parameter of ProgramParameteriEXT and GetProgramiv:- See Also:
-
GL_GEOMETRY_OUTPUT_TYPE
public static final int GL_GEOMETRY_OUTPUT_TYPEAccepted by the <pname> parameter of ProgramParameteriEXT and GetProgramiv:- See Also:
-
GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS
public static final int GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITSAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
-
GL_MAX_GEOMETRY_UNIFORM_COMPONENTS
public static final int GL_MAX_GEOMETRY_UNIFORM_COMPONENTSAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
-
GL_MAX_GEOMETRY_OUTPUT_VERTICES
public static final int GL_MAX_GEOMETRY_OUTPUT_VERTICESAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
-
GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS
public static final int GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTSAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
-
GL_LINES_ADJACENCY
public static final int GL_LINES_ADJACENCYAccepted by the <mode> parameter of Begin, DrawArrays, MultiDrawArrays, DrawElements, MultiDrawElements, and DrawRangeElements:- See Also:
-
GL_LINE_STRIP_ADJACENCY
public static final int GL_LINE_STRIP_ADJACENCYAccepted by the <mode> parameter of Begin, DrawArrays, MultiDrawArrays, DrawElements, MultiDrawElements, and DrawRangeElements:- See Also:
-
GL_TRIANGLES_ADJACENCY
public static final int GL_TRIANGLES_ADJACENCYAccepted by the <mode> parameter of Begin, DrawArrays, MultiDrawArrays, DrawElements, MultiDrawElements, and DrawRangeElements:- See Also:
-
GL_TRIANGLE_STRIP_ADJACENCY
public static final int GL_TRIANGLE_STRIP_ADJACENCYAccepted by the <mode> parameter of Begin, DrawArrays, MultiDrawArrays, DrawElements, MultiDrawElements, and DrawRangeElements:- See Also:
-
GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS
public static final int GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETSReturned by CheckFramebufferStatusEXT:- See Also:
-
GL_FRAMEBUFFER_ATTACHMENT_LAYERED
public static final int GL_FRAMEBUFFER_ATTACHMENT_LAYEREDAccepted by the <pname> parameter of GetFramebufferAttachment- ParameterivEXT:- See Also:
-
GL_PROGRAM_POINT_SIZE
public static final int GL_PROGRAM_POINT_SIZEAccepted by the <cap> parameter of Enable, Disable, and IsEnabled, and by the <pname> parameter of GetIntegerv, GetFloatv, GetDoublev, and GetBooleanv:- See Also:
-
GL_MAX_SERVER_WAIT_TIMEOUT
public static final int GL_MAX_SERVER_WAIT_TIMEOUTAccepted as the <pname> parameter of GetInteger64v:- See Also:
-
GL_OBJECT_TYPE
public static final int GL_OBJECT_TYPEAccepted as the <pname> parameter of GetSynciv:- See Also:
-
GL_SYNC_CONDITION
public static final int GL_SYNC_CONDITIONAccepted as the <pname> parameter of GetSynciv:- See Also:
-
GL_SYNC_STATUS
public static final int GL_SYNC_STATUSAccepted as the <pname> parameter of GetSynciv:- See Also:
-
GL_SYNC_FLAGS
public static final int GL_SYNC_FLAGSAccepted as the <pname> parameter of GetSynciv:- See Also:
-
GL_SYNC_FENCE
public static final int GL_SYNC_FENCEReturned in <values> for GetSynciv <pname> OBJECT_TYPE:- See Also:
-
GL_SYNC_GPU_COMMANDS_COMPLETE
public static final int GL_SYNC_GPU_COMMANDS_COMPLETEReturned in <values> for GetSynciv <pname> SYNC_CONDITION:- See Also:
-
GL_UNSIGNALED
public static final int GL_UNSIGNALEDReturned in <values> for GetSynciv <pname> SYNC_STATUS:- See Also:
-
GL_SIGNALED
public static final int GL_SIGNALEDReturned in <values> for GetSynciv <pname> SYNC_STATUS:- See Also:
-
GL_SYNC_FLUSH_COMMANDS_BIT
public static final int GL_SYNC_FLUSH_COMMANDS_BITAccepted in the <flags> parameter of ClientWaitSync:- See Also:
-
GL_TIMEOUT_IGNORED
public static final long GL_TIMEOUT_IGNOREDAccepted in the <timeout> parameter of WaitSync:- See Also:
-
GL_ALREADY_SIGNALED
public static final int GL_ALREADY_SIGNALEDReturned by ClientWaitSync:- See Also:
-
GL_TIMEOUT_EXPIRED
public static final int GL_TIMEOUT_EXPIREDReturned by ClientWaitSync:- See Also:
-
GL_CONDITION_SATISFIED
public static final int GL_CONDITION_SATISFIEDReturned by ClientWaitSync:- See Also:
-
GL_WAIT_FAILED
public static final int GL_WAIT_FAILEDReturned by ClientWaitSync:- See Also:
-
-
Method Details
-
glGetBufferParameter
-
glGetBufferParameter
Deprecated.Will be removed in 3.0. UseglGetBufferParameteri64(int, int)
instead.Overloads glGetBufferParameteri64v. -
glGetBufferParameteri64
public static long glGetBufferParameteri64(int target, int pname) Overloads glGetBufferParameteri64v. -
glDrawElementsBaseVertex
-
glDrawElementsBaseVertex
-
glDrawElementsBaseVertex
-
glDrawElementsBaseVertex
public static void glDrawElementsBaseVertex(int mode, int indices_count, int type, long indices_buffer_offset, int basevertex) -
glDrawRangeElementsBaseVertex
public static void glDrawRangeElementsBaseVertex(int mode, int start, int end, ByteBuffer indices, int basevertex) -
glDrawRangeElementsBaseVertex
public static void glDrawRangeElementsBaseVertex(int mode, int start, int end, IntBuffer indices, int basevertex) -
glDrawRangeElementsBaseVertex
public static void glDrawRangeElementsBaseVertex(int mode, int start, int end, ShortBuffer indices, int basevertex) -
glDrawRangeElementsBaseVertex
public static void glDrawRangeElementsBaseVertex(int mode, int start, int end, int indices_count, int type, long indices_buffer_offset, int basevertex) -
glDrawElementsInstancedBaseVertex
public static void glDrawElementsInstancedBaseVertex(int mode, ByteBuffer indices, int primcount, int basevertex) -
glDrawElementsInstancedBaseVertex
public static void glDrawElementsInstancedBaseVertex(int mode, IntBuffer indices, int primcount, int basevertex) -
glDrawElementsInstancedBaseVertex
public static void glDrawElementsInstancedBaseVertex(int mode, ShortBuffer indices, int primcount, int basevertex) -
glDrawElementsInstancedBaseVertex
public static void glDrawElementsInstancedBaseVertex(int mode, int indices_count, int type, long indices_buffer_offset, int primcount, int basevertex) -
glProvokingVertex
public static void glProvokingVertex(int mode) -
glTexImage2DMultisample
public static void glTexImage2DMultisample(int target, int samples, int internalformat, int width, int height, boolean fixedsamplelocations) -
glTexImage3DMultisample
public static void glTexImage3DMultisample(int target, int samples, int internalformat, int width, int height, int depth, boolean fixedsamplelocations) -
glGetMultisample
-
glSampleMaski
public static void glSampleMaski(int index, int mask) -
glFramebufferTexture
public static void glFramebufferTexture(int target, int attachment, int texture, int level) -
glFenceSync
-
glIsSync
-
glDeleteSync
-
glClientWaitSync
-
glWaitSync
-
glGetInteger64
-
glGetInteger64
public static long glGetInteger64(int pname) Overloads glGetInteger64v. -
glGetInteger64
-
glGetInteger64
public static long glGetInteger64(int value, int index) Overloads glGetInteger64i_v. -
glGetSync
-
glGetSync
Deprecated.Will be removed in 3.0. UseglGetSynci(org.lwjgl.opengl.GLSync, int)
instead.Overloads glGetSynciv. -
glGetSynci
Overloads glGetSynciv.
-