bindbc.opengl.bind.arb.arb_01

Undocumented in source.

Members

Aliases

GLDEBUGPROCAMD
alias GLDEBUGPROCAMD = void function(GLuint, GLenum, GLenum, GLsizei, in GLchar*, GLvoid*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
GLDEBUGPROCARB
alias GLDEBUGPROCARB = void function(GLenum, GLenum, GLuint, GLenum, GLsizei, in GLchar*, GLvoid*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglCreateSyncFromCLeventARB
alias pglCreateSyncFromCLeventARB = GLsync function(_cl_context*, _cl_event*, GLbitfield)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglDebugMessageCallbackARB
alias pglDebugMessageCallbackARB = void function(GLDEBUGPROCARB, const(GLvoid)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglDebugMessageControlARB
alias pglDebugMessageControlARB = void function(GLenum, GLenum, GLenum, GLsizei, const(GLuint)*, GLboolean)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglDebugMessageInsertARB
alias pglDebugMessageInsertARB = void function(GLenum, GLenum, GLuint, GLenum, GLsizei, const(GLchar)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglDispatchComputeGroupSizeARB
alias pglDispatchComputeGroupSizeARB = GLsync function(GLuint, GLuint, GLuint, GLuint, GLuint, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglFramebufferTextureARB
alias pglFramebufferTextureARB = void function(GLuint, GLenum, GLuint, GLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglFramebufferTextureFaceARB
alias pglFramebufferTextureFaceARB = void function(GLuint, GLenum, GLuint, GLint, GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglFramebufferTextureLayerARB
alias pglFramebufferTextureLayerARB = void function(GLuint, GLenum, GLuint, GLint, GLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglGetDebugMessageLogARB
alias pglGetDebugMessageLogARB = void function(GLuint, GLsizei, GLenum*, GLenum*, GLuint*, GLenum*, GLsizei*, GLchar*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglGetImageHandleARB
alias pglGetImageHandleARB = GLuint64 function(GLuint, GLint, GLboolean, GLint, GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglGetTextureHandleARB
alias pglGetTextureHandleARB = GLuint64 function(GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglGetTextureSamplerHandleARB
alias pglGetTextureSamplerHandleARB = GLuint64 function(GLuint, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglGetUniformi64vARB
alias pglGetUniformi64vARB = void function(GLuint, GLint, GLint64*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglGetUniformui64vARB
alias pglGetUniformui64vARB = void function(GLuint, GLint, GLuint64*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglGetVertexAttribLui64vARB
alias pglGetVertexAttribLui64vARB = void function(GLuint, GLenum, GLuint64*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglGetnUniformi64vARB
alias pglGetnUniformi64vARB = void function(GLuint, GLint, GLsizei, GLint64*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglGetnUniformui64vARB
alias pglGetnUniformui64vARB = void function(GLuint, GLint, GLsizei, GLuint64*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglIsImageHandleResidentARB
alias pglIsImageHandleResidentARB = GLboolean function(GLuint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglIsTextureHandleResidentARB
alias pglIsTextureHandleResidentARB = GLboolean function(GLuint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglMakeImageHandleNonResidentARB
alias pglMakeImageHandleNonResidentARB = void function(GLuint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglMakeImageHandleResidentARB
alias pglMakeImageHandleResidentARB = void function(GLuint64, GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglMakeTextureHandleNonResidentARB
alias pglMakeTextureHandleNonResidentARB = void function(GLuint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglMakeTextureHandleResidentARB
alias pglMakeTextureHandleResidentARB = void function(GLuint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglMinSampleShadingARB
alias pglMinSampleShadingARB = void function(GLclampf)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglMultiDrawArraysIndirectCountARB
alias pglMultiDrawArraysIndirectCountARB = void function(GLenum, const(void)*, GLintptr, GLsizei, GLsizei)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglMultiDrawElementsIndirectCountARB
alias pglMultiDrawElementsIndirectCountARB = void function(GLenum, GLenum, const(void)*, GLintptr, GLsizei, GLsizei)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglProgramParameteriARB
alias pglProgramParameteriARB = void function(GLuint, GLenum, GLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglProgramUniform1i64ARB
alias pglProgramUniform1i64ARB = void function(GLuint, GLint, GLint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglProgramUniform1i64vARB
alias pglProgramUniform1i64vARB = void function(GLuint, GLint, GLsizei, const(GLint64)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglProgramUniform1ui64ARB
alias pglProgramUniform1ui64ARB = void function(GLuint, GLint, GLsizei, GLuint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglProgramUniform1ui64vARB
alias pglProgramUniform1ui64vARB = void function(GLuint, GLint, GLsizei, const(GLuint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglProgramUniform2i64ARB
alias pglProgramUniform2i64ARB = void function(GLuint, GLint, GLint64, GLint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglProgramUniform2i64vARB
alias pglProgramUniform2i64vARB = void function(GLuint, GLint, GLsizei, const(GLint64)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglProgramUniform2ui64ARB
alias pglProgramUniform2ui64ARB = void function(GLuint, GLint, GLsizei, GLuint64, GLuint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglProgramUniform2ui64vARB
alias pglProgramUniform2ui64vARB = void function(GLuint, GLint, GLsizei, const(GLuint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglProgramUniform3i64ARB
alias pglProgramUniform3i64ARB = void function(GLuint, GLint, GLint64, GLint64, GLint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglProgramUniform3i64vARB
alias pglProgramUniform3i64vARB = void function(GLuint, GLint, GLsizei, const(GLint64)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglProgramUniform3ui64ARB
alias pglProgramUniform3ui64ARB = void function(GLuint, GLint, GLsizei, GLuint64, GLuint64, GLuint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglProgramUniform3ui64vARB
alias pglProgramUniform3ui64vARB = void function(GLuint, GLint, GLsizei, const(GLuint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglProgramUniform4i64ARB
alias pglProgramUniform4i64ARB = void function(GLuint, GLint, GLint64, GLint64, GLint64, GLint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglProgramUniform4i64vARB
alias pglProgramUniform4i64vARB = void function(GLuint, GLint, GLsizei, const(GLint64)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglProgramUniform4ui64ARB
alias pglProgramUniform4ui64ARB = void function(GLuint, GLint, GLsizei, GLuint64, GLuint64, GLuint64, GLuint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglProgramUniform4ui64vARB
alias pglProgramUniform4ui64vARB = void function(GLuint, GLint, GLsizei, const(GLuint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglProgramUniformHandleui64ARB
alias pglProgramUniformHandleui64ARB = void function(GLuint, GLint, GLuint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglProgramUniformHandleui64vARB
alias pglProgramUniformHandleui64vARB = void function(GLuint, GLint, GLsizei, const(GLuint64)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglSpecializeShaderARB
alias pglSpecializeShaderARB = void function(GLuint, const(char)*, GLuint, const(GLuint)*, const(GLuint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglTexBufferARB
alias pglTexBufferARB = void function(GLenum, GLenum, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglTexPageCommitmentARB
alias pglTexPageCommitmentARB = void function(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLboolean)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglTexturePageCommitmentEXT
alias pglTexturePageCommitmentEXT = void function(GLuint, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLboolean)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniform1i64ARB
alias pglUniform1i64ARB = void function(GLint, GLint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniform1i64vARB
alias pglUniform1i64vARB = void function(GLint, GLsizei, const(GLint64)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniform1ui64ARB
alias pglUniform1ui64ARB = void function(GLint, GLuint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniform1ui64vARB
alias pglUniform1ui64vARB = void function(GLint, GLsizei, const(GLuint64)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniform2i64ARB
alias pglUniform2i64ARB = void function(GLint, GLint64, GLint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniform2i64vARB
alias pglUniform2i64vARB = void function(GLint, GLsizei, const(GLint64)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniform2ui64ARB
alias pglUniform2ui64ARB = void function(GLint, GLuint64, GLuint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniform2ui64vARB
alias pglUniform2ui64vARB = void function(GLint, GLsizei, const(GLuint64)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniform3i64ARB
alias pglUniform3i64ARB = void function(GLint, GLint64, GLint64, GLint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniform3i64vARB
alias pglUniform3i64vARB = void function(GLint, GLsizei, const(GLint64)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniform3ui64ARB
alias pglUniform3ui64ARB = void function(GLint, GLuint64, GLuint64, GLuint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniform3ui64vARB
alias pglUniform3ui64vARB = void function(GLint, GLsizei, const(GLuint64)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniform4i64ARB
alias pglUniform4i64ARB = void function(GLint, GLint64, GLint64, GLint64, GLint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniform4i64vARB
alias pglUniform4i64vARB = void function(GLint, GLsizei, const(GLint64)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniform4ui64ARB
alias pglUniform4ui64ARB = void function(GLint, GLuint64, GLuint64, GLuint64, GLuint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniform4ui64vARB
alias pglUniform4ui64vARB = void function(GLint, GLsizei, const(GLuint64)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniformHandleui64ARB
alias pglUniformHandleui64ARB = void function(GLint, GLuint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniformHandleui64vARB
alias pglUniformHandleui64vARB = void function(GLint, GLsizei, const(GLuint64)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglVertexArrayVertexAttribDivisorEXT
alias pglVertexArrayVertexAttribDivisorEXT = void function(GLuint, GLuint, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglVertexAttribDivisorARB
alias pglVertexAttribDivisorARB = void function(GLuint, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglVertexAttribL1ui64ARB
alias pglVertexAttribL1ui64ARB = void function(GLuint, GLuint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglVertexAttribL1ui64vARB
alias pglVertexAttribL1ui64vARB = void function(GLuint, const(GLuint64)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Enums

GL_COMPRESSED_RGBA_BPTC_UNORM_ARB
anonymousenum GL_COMPRESSED_RGBA_BPTC_UNORM_ARB
Undocumented in source.
GL_DEBUG_OUTPUT_SYNCHRONOUS_ARB
anonymousenum GL_DEBUG_OUTPUT_SYNCHRONOUS_ARB
Undocumented in source.
GL_INT64_ARB
anonymousenum GL_INT64_ARB
Undocumented in source.
GL_LINES_ADJACENCY_ARB
anonymousenum GL_LINES_ADJACENCY_ARB
Undocumented in source.
GL_MAX_COMPUTE_VARIABLE_GROUP_INVOCATIONS_ARB
anonymousenum GL_MAX_COMPUTE_VARIABLE_GROUP_INVOCATIONS_ARB
Undocumented in source.
GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_ARB
anonymousenum GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_ARB
Undocumented in source.
GL_PARAMETER_BUFFER_ARB
anonymousenum GL_PARAMETER_BUFFER_ARB
Undocumented in source.
GL_SAMPLE_SHADING_ARB
anonymousenum GL_SAMPLE_SHADING_ARB
Undocumented in source.
GL_SHADER_BINARY_FORMAT_SPIR_V_ARB
anonymousenum GL_SHADER_BINARY_FORMAT_SPIR_V_ARB
Undocumented in source.
GL_SYNC_CL_EVENT_ARB
anonymousenum GL_SYNC_CL_EVENT_ARB
Undocumented in source.
GL_TEXTURE_BUFFER_ARB
anonymousenum GL_TEXTURE_BUFFER_ARB
Undocumented in source.
GL_TEXTURE_CUBE_MAP_ARRAY_ARB
anonymousenum GL_TEXTURE_CUBE_MAP_ARRAY_ARB
Undocumented in source.
GL_TEXTURE_SPARSE_ARB
anonymousenum GL_TEXTURE_SPARSE_ARB
Undocumented in source.
GL_TRANSFORM_FEEDBACK_OVERFLOW_ARB
anonymousenum GL_TRANSFORM_FEEDBACK_OVERFLOW_ARB
Undocumented in source.
GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ARB
anonymousenum GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ARB
Undocumented in source.
GL_VERTICES_SUBMITTED_ARB
anonymousenum GL_VERTICES_SUBMITTED_ARB
Undocumented in source.

Functions

hasARBBindlessTexture
bool hasARBBindlessTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
hasARBCLEvent
bool hasARBCLEvent()
Undocumented in source. Be warned that the author may not have intended to support it.
hasARBComputeVariableGroupSize
bool hasARBComputeVariableGroupSize()
Undocumented in source. Be warned that the author may not have intended to support it.
hasARBDebugOutput
bool hasARBDebugOutput()
Undocumented in source. Be warned that the author may not have intended to support it.
hasARBFramebufferSRGB
bool hasARBFramebufferSRGB()
Undocumented in source. Be warned that the author may not have intended to support it.
hasARBGLSPIRV
bool hasARBGLSPIRV()
Undocumented in source. Be warned that the author may not have intended to support it.
hasARBGPUShaderInt64
bool hasARBGPUShaderInt64()
Undocumented in source. Be warned that the author may not have intended to support it.
hasARBGeometryShader4
bool hasARBGeometryShader4()
Undocumented in source. Be warned that the author may not have intended to support it.
hasARBIndirectParameters
bool hasARBIndirectParameters()
Undocumented in source. Be warned that the author may not have intended to support it.
hasARBInstancedArrays
bool hasARBInstancedArrays()
Undocumented in source. Be warned that the author may not have intended to support it.
hasARBPipelineStatisticsQuery
bool hasARBPipelineStatisticsQuery()
Undocumented in source. Be warned that the author may not have intended to support it.
hasARBRobustnessIsolation
bool hasARBRobustnessIsolation()
Undocumented in source. Be warned that the author may not have intended to support it.
hasARBSampleShading
bool hasARBSampleShading()
Undocumented in source. Be warned that the author may not have intended to support it.
hasARBSparseTexture
bool hasARBSparseTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
hasARBSparseTexture2
bool hasARBSparseTexture2()
Undocumented in source. Be warned that the author may not have intended to support it.
hasARBSparseTextureClamp
bool hasARBSparseTextureClamp()
Undocumented in source. Be warned that the author may not have intended to support it.
hasARBTextureBufferObject
bool hasARBTextureBufferObject()
Undocumented in source. Be warned that the author may not have intended to support it.
hasARBTextureCompressionBPTC
bool hasARBTextureCompressionBPTC()
Undocumented in source. Be warned that the author may not have intended to support it.
hasARBTextureCubeMapArray
bool hasARBTextureCubeMapArray()
Undocumented in source. Be warned that the author may not have intended to support it.
hasARBTextureGather
bool hasARBTextureGather()
Undocumented in source. Be warned that the author may not have intended to support it.
hasARBTransformFeedbackOverflowQuery
bool hasARBTransformFeedbackOverflowQuery()
Undocumented in source. Be warned that the author may not have intended to support it.
loadARB_01
void loadARB_01(SharedLib lib, GLSupport contextVersion)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

hasARBBindlessTexture
enum hasARBBindlessTexture;
Undocumented in source.
hasARBCLEvent
enum hasARBCLEvent;
Undocumented in source.
hasARBComputeVariableGroupSize
enum hasARBComputeVariableGroupSize;
Undocumented in source.
hasARBDebugOutput
enum hasARBDebugOutput;
Undocumented in source.
hasARBFramebufferSRGB
enum hasARBFramebufferSRGB;
Undocumented in source.
hasARBGLSPIRV
enum hasARBGLSPIRV;
Undocumented in source.
hasARBGPUShaderInt64
enum hasARBGPUShaderInt64;
Undocumented in source.
hasARBGeometryShader4
enum hasARBGeometryShader4;
Undocumented in source.
hasARBIndirectParameters
enum hasARBIndirectParameters;
Undocumented in source.
hasARBInstancedArrays
enum hasARBInstancedArrays;
Undocumented in source.
hasARBPipelineStatisticsQuery
enum hasARBPipelineStatisticsQuery;
Undocumented in source.
hasARBRobustnessIsolation
enum hasARBRobustnessIsolation;
Undocumented in source.
hasARBSampleShading
enum hasARBSampleShading;
Undocumented in source.
hasARBTextureBufferObject
enum hasARBTextureBufferObject;
Undocumented in source.
hasARBTextureCompressionBPTC
enum hasARBTextureCompressionBPTC;
Undocumented in source.
hasARBTextureCubeMapArray
enum hasARBTextureCubeMapArray;
Undocumented in source.
hasARBTextureGather
enum hasARBTextureGather;
Undocumented in source.
hasARBTransformFeedbackOverflowQuery
enum hasARBTransformFeedbackOverflowQuery;
Undocumented in source.
useARBBindlessTexture
enum useARBBindlessTexture;
Undocumented in source.
useARBBindlessTexture
enum useARBBindlessTexture;
Undocumented in source.
useARBBindlessTexture
enum useARBBindlessTexture;
Undocumented in source.
useARBCLEvent
enum useARBCLEvent;
Undocumented in source.
useARBCLEvent
enum useARBCLEvent;
Undocumented in source.
useARBCLEvent
enum useARBCLEvent;
Undocumented in source.
useARBComputeVariableGroupSize
enum useARBComputeVariableGroupSize;
Undocumented in source.
useARBComputeVariableGroupSize
enum useARBComputeVariableGroupSize;
Undocumented in source.
useARBComputeVariableGroupSize
enum useARBComputeVariableGroupSize;
Undocumented in source.
useARBDebugOutput
enum useARBDebugOutput;
Undocumented in source.
useARBDebugOutput
enum useARBDebugOutput;
Undocumented in source.
useARBDebugOutput
enum useARBDebugOutput;
Undocumented in source.
useARBFramebufferSRGB
enum useARBFramebufferSRGB;
Undocumented in source.
useARBFramebufferSRGB
enum useARBFramebufferSRGB;
Undocumented in source.
useARBFramebufferSRGB
enum useARBFramebufferSRGB;
Undocumented in source.
useARBGLSPIRV
enum useARBGLSPIRV;
Undocumented in source.
useARBGLSPIRV
enum useARBGLSPIRV;
Undocumented in source.
useARBGLSPIRV
enum useARBGLSPIRV;
Undocumented in source.
useARBGPUShaderInt64
enum useARBGPUShaderInt64;
Undocumented in source.
useARBGPUShaderInt64
enum useARBGPUShaderInt64;
Undocumented in source.
useARBGPUShaderInt64
enum useARBGPUShaderInt64;
Undocumented in source.
useARBGeometryShader4
enum useARBGeometryShader4;
Undocumented in source.
useARBGeometryShader4
enum useARBGeometryShader4;
Undocumented in source.
useARBGeometryShader4
enum useARBGeometryShader4;
Undocumented in source.
useARBIndirectParameters
enum useARBIndirectParameters;
Undocumented in source.
useARBIndirectParameters
enum useARBIndirectParameters;
Undocumented in source.
useARBIndirectParameters
enum useARBIndirectParameters;
Undocumented in source.
useARBInstancedArrays
enum useARBInstancedArrays;
Undocumented in source.
useARBInstancedArrays
enum useARBInstancedArrays;
Undocumented in source.
useARBInstancedArrays
enum useARBInstancedArrays;
Undocumented in source.
useARBPipelineStatisticsQuery
enum useARBPipelineStatisticsQuery;
Undocumented in source.
useARBPipelineStatisticsQuery
enum useARBPipelineStatisticsQuery;
Undocumented in source.
useARBPipelineStatisticsQuery
enum useARBPipelineStatisticsQuery;
Undocumented in source.
useARBRobustnessIsolation
enum useARBRobustnessIsolation;
Undocumented in source.
useARBRobustnessIsolation
enum useARBRobustnessIsolation;
Undocumented in source.
useARBRobustnessIsolation
enum useARBRobustnessIsolation;
Undocumented in source.
useARBSampleShading
enum useARBSampleShading;
Undocumented in source.
useARBSampleShading
enum useARBSampleShading;
Undocumented in source.
useARBSampleShading
enum useARBSampleShading;
Undocumented in source.
useARBSparseTexture
enum useARBSparseTexture;
Undocumented in source.
useARBSparseTexture
enum useARBSparseTexture;
Undocumented in source.
useARBSparseTexture
enum useARBSparseTexture;
Undocumented in source.
useARBSparseTexture2
enum useARBSparseTexture2;
Undocumented in source.
useARBSparseTexture2
enum useARBSparseTexture2;
Undocumented in source.
useARBSparseTexture2
enum useARBSparseTexture2;
Undocumented in source.
useARBSparseTextureClamp
enum useARBSparseTextureClamp;
Undocumented in source.
useARBSparseTextureClamp
enum useARBSparseTextureClamp;
Undocumented in source.
useARBSparseTextureClamp
enum useARBSparseTextureClamp;
Undocumented in source.
useARBTextureBufferObject
enum useARBTextureBufferObject;
Undocumented in source.
useARBTextureBufferObject
enum useARBTextureBufferObject;
Undocumented in source.
useARBTextureBufferObject
enum useARBTextureBufferObject;
Undocumented in source.
useARBTextureCompressionBPTC
enum useARBTextureCompressionBPTC;
Undocumented in source.
useARBTextureCompressionBPTC
enum useARBTextureCompressionBPTC;
Undocumented in source.
useARBTextureCompressionBPTC
enum useARBTextureCompressionBPTC;
Undocumented in source.
useARBTextureCubeMapArray
enum useARBTextureCubeMapArray;
Undocumented in source.
useARBTextureCubeMapArray
enum useARBTextureCubeMapArray;
Undocumented in source.
useARBTextureCubeMapArray
enum useARBTextureCubeMapArray;
Undocumented in source.
useARBTextureGather
enum useARBTextureGather;
Undocumented in source.
useARBTextureGather
enum useARBTextureGather;
Undocumented in source.
useARBTextureGather
enum useARBTextureGather;
Undocumented in source.
useARBTransformFeedbackOverflowQuery
enum useARBTransformFeedbackOverflowQuery;
Undocumented in source.
useARBTransformFeedbackOverflowQuery
enum useARBTransformFeedbackOverflowQuery;
Undocumented in source.
useARBTransformFeedbackOverflowQuery
enum useARBTransformFeedbackOverflowQuery;
Undocumented in source.

Static variables

glCreateSyncFromCLeventARB
pglCreateSyncFromCLeventARB glCreateSyncFromCLeventARB;
Undocumented in source.
glDebugMessageCallbackARB
pglDebugMessageCallbackARB glDebugMessageCallbackARB;
Undocumented in source.
glDebugMessageControlARB
pglDebugMessageControlARB glDebugMessageControlARB;
Undocumented in source.
glDebugMessageInsertARB
pglDebugMessageInsertARB glDebugMessageInsertARB;
Undocumented in source.
glDispatchComputeGroupSizeARB
pglDispatchComputeGroupSizeARB glDispatchComputeGroupSizeARB;
Undocumented in source.
glFramebufferTextureARB
pglFramebufferTextureARB glFramebufferTextureARB;
Undocumented in source.
glFramebufferTextureFaceARB
pglFramebufferTextureFaceARB glFramebufferTextureFaceARB;
Undocumented in source.
glFramebufferTextureLayerARB
pglFramebufferTextureLayerARB glFramebufferTextureLayerARB;
Undocumented in source.
glGetDebugMessageLogARB
pglGetDebugMessageLogARB glGetDebugMessageLogARB;
Undocumented in source.
glGetImageHandleARB
pglGetImageHandleARB glGetImageHandleARB;
Undocumented in source.
glGetTextureHandleARB
pglGetTextureHandleARB glGetTextureHandleARB;
Undocumented in source.
glGetTextureSamplerHandleARB
pglGetTextureSamplerHandleARB glGetTextureSamplerHandleARB;
Undocumented in source.
glGetUniformi64vARB
pglGetUniformi64vARB glGetUniformi64vARB;
Undocumented in source.
glGetUniformui64vARB
pglGetUniformui64vARB glGetUniformui64vARB;
Undocumented in source.
glGetVertexAttribLui64vARB
pglGetVertexAttribLui64vARB glGetVertexAttribLui64vARB;
Undocumented in source.
glGetnUniformi64vARB
pglGetnUniformi64vARB glGetnUniformi64vARB;
Undocumented in source.
glGetnUniformui64vARB
pglGetnUniformui64vARB glGetnUniformui64vARB;
Undocumented in source.
glIsImageHandleResidentARB
pglIsImageHandleResidentARB glIsImageHandleResidentARB;
Undocumented in source.
glIsTextureHandleResidentARB
pglIsTextureHandleResidentARB glIsTextureHandleResidentARB;
Undocumented in source.
glMakeImageHandleNonResidentARB
pglMakeImageHandleNonResidentARB glMakeImageHandleNonResidentARB;
Undocumented in source.
glMakeImageHandleResidentARB
pglMakeImageHandleResidentARB glMakeImageHandleResidentARB;
Undocumented in source.
glMakeTextureHandleNonResidentARB
pglMakeTextureHandleNonResidentARB glMakeTextureHandleNonResidentARB;
Undocumented in source.
glMakeTextureHandleResidentARB
pglMakeTextureHandleResidentARB glMakeTextureHandleResidentARB;
Undocumented in source.
glMinSampleShadingARB
pglMinSampleShadingARB glMinSampleShadingARB;
Undocumented in source.
glMultiDrawArraysIndirectCountARB
pglMultiDrawArraysIndirectCountARB glMultiDrawArraysIndirectCountARB;
Undocumented in source.
glMultiDrawElementsIndirectCountARB
pglMultiDrawElementsIndirectCountARB glMultiDrawElementsIndirectCountARB;
Undocumented in source.
glProgramParameteriARB
pglProgramParameteriARB glProgramParameteriARB;
Undocumented in source.
glProgramUniform1i64ARB
pglProgramUniform1i64ARB glProgramUniform1i64ARB;
Undocumented in source.
glProgramUniform1i64vARB
pglProgramUniform1i64vARB glProgramUniform1i64vARB;
Undocumented in source.
glProgramUniform1ui64ARB
pglProgramUniform1ui64ARB glProgramUniform1ui64ARB;
Undocumented in source.
glProgramUniform1ui64vARB
pglProgramUniform1ui64vARB glProgramUniform1ui64vARB;
Undocumented in source.
glProgramUniform2i64ARB
pglProgramUniform2i64ARB glProgramUniform2i64ARB;
Undocumented in source.
glProgramUniform2i64vARB
pglProgramUniform2i64vARB glProgramUniform2i64vARB;
Undocumented in source.
glProgramUniform2ui64ARB
pglProgramUniform2ui64ARB glProgramUniform2ui64ARB;
Undocumented in source.
glProgramUniform2ui64vARB
pglProgramUniform2ui64vARB glProgramUniform2ui64vARB;
Undocumented in source.
glProgramUniform3i64ARB
pglProgramUniform3i64ARB glProgramUniform3i64ARB;
Undocumented in source.
glProgramUniform3i64vARB
pglProgramUniform3i64vARB glProgramUniform3i64vARB;
Undocumented in source.
glProgramUniform3ui64ARB
pglProgramUniform3ui64ARB glProgramUniform3ui64ARB;
Undocumented in source.
glProgramUniform3ui64vARB
pglProgramUniform3ui64vARB glProgramUniform3ui64vARB;
Undocumented in source.
glProgramUniform4i64ARB
pglProgramUniform4i64ARB glProgramUniform4i64ARB;
Undocumented in source.
glProgramUniform4i64vARB
pglProgramUniform4i64vARB glProgramUniform4i64vARB;
Undocumented in source.
glProgramUniform4ui64ARB
pglProgramUniform4ui64ARB glProgramUniform4ui64ARB;
Undocumented in source.
glProgramUniform4ui64vARB
pglProgramUniform4ui64vARB glProgramUniform4ui64vARB;
Undocumented in source.
glProgramUniformHandleui64ARB
pglProgramUniformHandleui64ARB glProgramUniformHandleui64ARB;
Undocumented in source.
glProgramUniformHandleui64vARB
pglProgramUniformHandleui64vARB glProgramUniformHandleui64vARB;
Undocumented in source.
glSpecializeShaderARB
pglSpecializeShaderARB glSpecializeShaderARB;
Undocumented in source.
glTexBufferARB
pglTexBufferARB glTexBufferARB;
Undocumented in source.
glTexPageCommitmentARB
pglTexPageCommitmentARB glTexPageCommitmentARB;
Undocumented in source.
glTexturePageCommitmentEXT
pglTexturePageCommitmentEXT glTexturePageCommitmentEXT;
Undocumented in source.
glUniform1i64ARB
pglUniform1i64ARB glUniform1i64ARB;
Undocumented in source.
glUniform1i64vARB
pglUniform1i64vARB glUniform1i64vARB;
Undocumented in source.
glUniform1ui64ARB
pglUniform1ui64ARB glUniform1ui64ARB;
Undocumented in source.
glUniform1ui64vARB
pglUniform1ui64vARB glUniform1ui64vARB;
Undocumented in source.
glUniform2i64ARB
pglUniform2i64ARB glUniform2i64ARB;
Undocumented in source.
glUniform2i64vARB
pglUniform2i64vARB glUniform2i64vARB;
Undocumented in source.
glUniform2ui64ARB
pglUniform2ui64ARB glUniform2ui64ARB;
Undocumented in source.
glUniform2ui64vARB
pglUniform2ui64vARB glUniform2ui64vARB;
Undocumented in source.
glUniform3i64ARB
pglUniform3i64ARB glUniform3i64ARB;
Undocumented in source.
glUniform3i64vARB
pglUniform3i64vARB glUniform3i64vARB;
Undocumented in source.
glUniform3ui64ARB
pglUniform3ui64ARB glUniform3ui64ARB;
Undocumented in source.
glUniform3ui64vARB
pglUniform3ui64vARB glUniform3ui64vARB;
Undocumented in source.
glUniform4i64ARB
pglUniform4i64ARB glUniform4i64ARB;
Undocumented in source.
glUniform4i64vARB
pglUniform4i64vARB glUniform4i64vARB;
Undocumented in source.
glUniform4ui64ARB
pglUniform4ui64ARB glUniform4ui64ARB;
Undocumented in source.
glUniform4ui64vARB
pglUniform4ui64vARB glUniform4ui64vARB;
Undocumented in source.
glUniformHandleui64ARB
pglUniformHandleui64ARB glUniformHandleui64ARB;
Undocumented in source.
glUniformHandleui64vARB
pglUniformHandleui64vARB glUniformHandleui64vARB;
Undocumented in source.
glVertexArrayVertexAttribDivisorEXT
pglVertexArrayVertexAttribDivisorEXT glVertexArrayVertexAttribDivisorEXT;
Undocumented in source.
glVertexAttribDivisorARB
pglVertexAttribDivisorARB glVertexAttribDivisorARB;
Undocumented in source.
glVertexAttribL1ui64ARB
pglVertexAttribL1ui64ARB glVertexAttribL1ui64ARB;
Undocumented in source.
glVertexAttribL1ui64vARB
pglVertexAttribL1ui64vARB glVertexAttribL1ui64vARB;
Undocumented in source.

Structs

_cl_context
struct _cl_context
Undocumented in source.
_cl_event
struct _cl_event
Undocumented in source.

Variables

GL_FRAMEBUFFER_SRGB
enum uint GL_FRAMEBUFFER_SRGB;
Undocumented in source.
GL_UNSIGNED_INT64_ARB
enum uint GL_UNSIGNED_INT64_ARB;
Undocumented in source.

Meta