gfx.bindings.opengl.gl

OpenGL bindings for D. Generated automatically by gldgen. See https://github.com/rtbo/gldgen

Members

Aliases

GLDEBUGPROC
alias GLDEBUGPROC = void function(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const(GLchar)* message, const(void)* userParam)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GLbitfield
alias GLbitfield = uint
Undocumented in source.
GLboolean
alias GLboolean = ubyte
Undocumented in source.
GLbyte
alias GLbyte = khronos_int8_t
Undocumented in source.
GLchar
alias GLchar = char
Undocumented in source.
GLclampd
alias GLclampd = double
Undocumented in source.
GLclampf
alias GLclampf = khronos_float_t
Undocumented in source.
GLdouble
alias GLdouble = double
Undocumented in source.
GLenum
alias GLenum = uint
Undocumented in source.
GLfloat
alias GLfloat = khronos_float_t
Undocumented in source.
GLhalf
alias GLhalf = khronos_uint16_t
Undocumented in source.
GLint
alias GLint = int
Undocumented in source.
GLint64
alias GLint64 = khronos_int64_t
Undocumented in source.
GLintptr
alias GLintptr = khronos_intptr_t
Undocumented in source.
GLshort
alias GLshort = khronos_int16_t
Undocumented in source.
GLsizei
alias GLsizei = int
Undocumented in source.
GLsizeiptr
alias GLsizeiptr = khronos_ssize_t
Undocumented in source.
GLsync
alias GLsync = __GLsync*
Undocumented in source.
GLubyte
alias GLubyte = khronos_uint8_t
Undocumented in source.
GLuint
alias GLuint = uint
Undocumented in source.
GLuint64
alias GLuint64 = khronos_uint64_t
Undocumented in source.
GLushort
alias GLushort = khronos_uint16_t
Undocumented in source.
GLvoid
alias GLvoid = void
Undocumented in source.
PFN_glActiveShaderProgram
alias PFN_glActiveShaderProgram = void function(GLuint pipeline, GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glActiveTexture
alias PFN_glActiveTexture = void function(GLenum texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glAttachShader
alias PFN_glAttachShader = void function(GLuint program, GLuint shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBeginConditionalRender
alias PFN_glBeginConditionalRender = void function(GLuint id, GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBeginQuery
alias PFN_glBeginQuery = void function(GLenum target, GLuint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBeginQueryIndexed
alias PFN_glBeginQueryIndexed = void function(GLenum target, GLuint index, GLuint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBeginTransformFeedback
alias PFN_glBeginTransformFeedback = void function(GLenum primitiveMode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBindAttribLocation
alias PFN_glBindAttribLocation = void function(GLuint program, GLuint index, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBindBuffer
alias PFN_glBindBuffer = void function(GLenum target, GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBindBufferBase
alias PFN_glBindBufferBase = void function(GLenum target, GLuint index, GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBindBufferRange
alias PFN_glBindBufferRange = void function(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBindBuffersBase
alias PFN_glBindBuffersBase = void function(GLenum target, GLuint first, GLsizei count, const(GLuint)* buffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBindBuffersRange
alias PFN_glBindBuffersRange = void function(GLenum target, GLuint first, GLsizei count, const(GLuint)* buffers, const(GLintptr)* offsets, const(GLsizeiptr)* sizes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBindFragDataLocation
alias PFN_glBindFragDataLocation = void function(GLuint program, GLuint color, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBindFragDataLocationIndexed
alias PFN_glBindFragDataLocationIndexed = void function(GLuint program, GLuint colorNumber, GLuint index, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBindFramebuffer
alias PFN_glBindFramebuffer = void function(GLenum target, GLuint framebuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBindImageTexture
alias PFN_glBindImageTexture = void function(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBindImageTextures
alias PFN_glBindImageTextures = void function(GLuint first, GLsizei count, const(GLuint)* textures)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBindProgramPipeline
alias PFN_glBindProgramPipeline = void function(GLuint pipeline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBindRenderbuffer
alias PFN_glBindRenderbuffer = void function(GLenum target, GLuint renderbuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBindSampler
alias PFN_glBindSampler = void function(GLuint unit, GLuint sampler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBindSamplers
alias PFN_glBindSamplers = void function(GLuint first, GLsizei count, const(GLuint)* samplers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBindTexture
alias PFN_glBindTexture = void function(GLenum target, GLuint texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBindTextureUnit
alias PFN_glBindTextureUnit = void function(GLuint unit, GLuint texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBindTextures
alias PFN_glBindTextures = void function(GLuint first, GLsizei count, const(GLuint)* textures)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBindTransformFeedback
alias PFN_glBindTransformFeedback = void function(GLenum target, GLuint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBindVertexArray
alias PFN_glBindVertexArray = void function(GLuint array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBindVertexBuffer
alias PFN_glBindVertexBuffer = void function(GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBindVertexBuffers
alias PFN_glBindVertexBuffers = void function(GLuint first, GLsizei count, const(GLuint)* buffers, const(GLintptr)* offsets, const(GLsizei)* strides)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBlendColor
alias PFN_glBlendColor = void function(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBlendEquation
alias PFN_glBlendEquation = void function(GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBlendEquationSeparate
alias PFN_glBlendEquationSeparate = void function(GLenum modeRGB, GLenum modeAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBlendEquationSeparatei
alias PFN_glBlendEquationSeparatei = void function(GLuint buf, GLenum modeRGB, GLenum modeAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBlendEquationi
alias PFN_glBlendEquationi = void function(GLuint buf, GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBlendFunc
alias PFN_glBlendFunc = void function(GLenum sfactor, GLenum dfactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBlendFuncSeparate
alias PFN_glBlendFuncSeparate = void function(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBlendFuncSeparatei
alias PFN_glBlendFuncSeparatei = void function(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBlendFunci
alias PFN_glBlendFunci = void function(GLuint buf, GLenum src, GLenum dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBlitFramebuffer
alias PFN_glBlitFramebuffer = void function(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBlitNamedFramebuffer
alias PFN_glBlitNamedFramebuffer = void function(GLuint readFramebuffer, GLuint drawFramebuffer, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBufferData
alias PFN_glBufferData = void function(GLenum target, GLsizeiptr size, const(void)* data, GLenum usage)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBufferStorage
alias PFN_glBufferStorage = void function(GLenum target, GLsizeiptr size, const(void)* data, GLbitfield flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glBufferSubData
alias PFN_glBufferSubData = void function(GLenum target, GLintptr offset, GLsizeiptr size, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCheckFramebufferStatus
alias PFN_glCheckFramebufferStatus = GLenum function(GLenum target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCheckNamedFramebufferStatus
alias PFN_glCheckNamedFramebufferStatus = GLenum function(GLuint framebuffer, GLenum target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glClampColor
alias PFN_glClampColor = void function(GLenum target, GLenum clamp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glClear
alias PFN_glClear = void function(GLbitfield mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glClearBufferData
alias PFN_glClearBufferData = void function(GLenum target, GLenum internalformat, GLenum format, GLenum type, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glClearBufferSubData
alias PFN_glClearBufferSubData = void function(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glClearBufferfi
alias PFN_glClearBufferfi = void function(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glClearBufferfv
alias PFN_glClearBufferfv = void function(GLenum buffer, GLint drawbuffer, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glClearBufferiv
alias PFN_glClearBufferiv = void function(GLenum buffer, GLint drawbuffer, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glClearBufferuiv
alias PFN_glClearBufferuiv = void function(GLenum buffer, GLint drawbuffer, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glClearColor
alias PFN_glClearColor = void function(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glClearDepth
alias PFN_glClearDepth = void function(GLdouble depth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glClearDepthf
alias PFN_glClearDepthf = void function(GLfloat d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glClearNamedBufferData
alias PFN_glClearNamedBufferData = void function(GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glClearNamedBufferSubData
alias PFN_glClearNamedBufferSubData = void function(GLuint buffer, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glClearNamedFramebufferfi
alias PFN_glClearNamedFramebufferfi = void function(GLuint framebuffer, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glClearNamedFramebufferfv
alias PFN_glClearNamedFramebufferfv = void function(GLuint framebuffer, GLenum buffer, GLint drawbuffer, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glClearNamedFramebufferiv
alias PFN_glClearNamedFramebufferiv = void function(GLuint framebuffer, GLenum buffer, GLint drawbuffer, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glClearNamedFramebufferuiv
alias PFN_glClearNamedFramebufferuiv = void function(GLuint framebuffer, GLenum buffer, GLint drawbuffer, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glClearStencil
alias PFN_glClearStencil = void function(GLint s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glClearTexImage
alias PFN_glClearTexImage = void function(GLuint texture, GLint level, GLenum format, GLenum type, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glClearTexSubImage
alias PFN_glClearTexSubImage = void function(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glClientWaitSync
alias PFN_glClientWaitSync = GLenum function(GLsync sync, GLbitfield flags, GLuint64 timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glClipControl
alias PFN_glClipControl = void function(GLenum origin, GLenum depth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glColorMask
alias PFN_glColorMask = void function(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glColorMaski
alias PFN_glColorMaski = void function(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCompileShader
alias PFN_glCompileShader = void function(GLuint shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCompressedTexImage1D
alias PFN_glCompressedTexImage1D = void function(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCompressedTexImage2D
alias PFN_glCompressedTexImage2D = void function(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCompressedTexImage3D
alias PFN_glCompressedTexImage3D = void function(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCompressedTexSubImage1D
alias PFN_glCompressedTexSubImage1D = void function(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCompressedTexSubImage2D
alias PFN_glCompressedTexSubImage2D = void function(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCompressedTexSubImage3D
alias PFN_glCompressedTexSubImage3D = void function(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCompressedTextureSubImage1D
alias PFN_glCompressedTextureSubImage1D = void function(GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCompressedTextureSubImage2D
alias PFN_glCompressedTextureSubImage2D = void function(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCompressedTextureSubImage3D
alias PFN_glCompressedTextureSubImage3D = void function(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCopyBufferSubData
alias PFN_glCopyBufferSubData = void function(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCopyImageSubData
alias PFN_glCopyImageSubData = void function(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCopyNamedBufferSubData
alias PFN_glCopyNamedBufferSubData = void function(GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCopyTexImage1D
alias PFN_glCopyTexImage1D = void function(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCopyTexImage2D
alias PFN_glCopyTexImage2D = void function(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCopyTexSubImage1D
alias PFN_glCopyTexSubImage1D = void function(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCopyTexSubImage2D
alias PFN_glCopyTexSubImage2D = void function(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCopyTexSubImage3D
alias PFN_glCopyTexSubImage3D = void function(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCopyTextureSubImage1D
alias PFN_glCopyTextureSubImage1D = void function(GLuint texture, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCopyTextureSubImage2D
alias PFN_glCopyTextureSubImage2D = void function(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCopyTextureSubImage3D
alias PFN_glCopyTextureSubImage3D = void function(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCreateBuffers
alias PFN_glCreateBuffers = void function(GLsizei n, GLuint* buffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCreateFramebuffers
alias PFN_glCreateFramebuffers = void function(GLsizei n, GLuint* framebuffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCreateProgram
alias PFN_glCreateProgram = GLuint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCreateProgramPipelines
alias PFN_glCreateProgramPipelines = void function(GLsizei n, GLuint* pipelines)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCreateQueries
alias PFN_glCreateQueries = void function(GLenum target, GLsizei n, GLuint* ids)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCreateRenderbuffers
alias PFN_glCreateRenderbuffers = void function(GLsizei n, GLuint* renderbuffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCreateSamplers
alias PFN_glCreateSamplers = void function(GLsizei n, GLuint* samplers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCreateShader
alias PFN_glCreateShader = GLuint function(GLenum type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCreateShaderProgramv
alias PFN_glCreateShaderProgramv = GLuint function(GLenum type, GLsizei count, const(GLchar*)* strings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCreateTextures
alias PFN_glCreateTextures = void function(GLenum target, GLsizei n, GLuint* textures)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCreateTransformFeedbacks
alias PFN_glCreateTransformFeedbacks = void function(GLsizei n, GLuint* ids)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCreateVertexArrays
alias PFN_glCreateVertexArrays = void function(GLsizei n, GLuint* arrays)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glCullFace
alias PFN_glCullFace = void function(GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDebugMessageCallback
alias PFN_glDebugMessageCallback = void function(GLDEBUGPROC callback, const(void)* userParam)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDebugMessageControl
alias PFN_glDebugMessageControl = void function(GLenum source, GLenum type, GLenum severity, GLsizei count, const(GLuint)* ids, GLboolean enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDebugMessageInsert
alias PFN_glDebugMessageInsert = void function(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const(GLchar)* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDeleteBuffers
alias PFN_glDeleteBuffers = void function(GLsizei n, const(GLuint)* buffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDeleteFramebuffers
alias PFN_glDeleteFramebuffers = void function(GLsizei n, const(GLuint)* framebuffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDeleteProgram
alias PFN_glDeleteProgram = void function(GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDeleteProgramPipelines
alias PFN_glDeleteProgramPipelines = void function(GLsizei n, const(GLuint)* pipelines)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDeleteQueries
alias PFN_glDeleteQueries = void function(GLsizei n, const(GLuint)* ids)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDeleteRenderbuffers
alias PFN_glDeleteRenderbuffers = void function(GLsizei n, const(GLuint)* renderbuffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDeleteSamplers
alias PFN_glDeleteSamplers = void function(GLsizei count, const(GLuint)* samplers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDeleteShader
alias PFN_glDeleteShader = void function(GLuint shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDeleteSync
alias PFN_glDeleteSync = void function(GLsync sync)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDeleteTextures
alias PFN_glDeleteTextures = void function(GLsizei n, const(GLuint)* textures)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDeleteTransformFeedbacks
alias PFN_glDeleteTransformFeedbacks = void function(GLsizei n, const(GLuint)* ids)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDeleteVertexArrays
alias PFN_glDeleteVertexArrays = void function(GLsizei n, const(GLuint)* arrays)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDepthFunc
alias PFN_glDepthFunc = void function(GLenum func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDepthMask
alias PFN_glDepthMask = void function(GLboolean flag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDepthRange
alias PFN_glDepthRange = void function(GLdouble n, GLdouble f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDepthRangeArrayv
alias PFN_glDepthRangeArrayv = void function(GLuint first, GLsizei count, const(GLdouble)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDepthRangeIndexed
alias PFN_glDepthRangeIndexed = void function(GLuint index, GLdouble n, GLdouble f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDepthRangef
alias PFN_glDepthRangef = void function(GLfloat n, GLfloat f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDetachShader
alias PFN_glDetachShader = void function(GLuint program, GLuint shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDisable
alias PFN_glDisable = void function(GLenum cap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDisableVertexArrayAttrib
alias PFN_glDisableVertexArrayAttrib = void function(GLuint vaobj, GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDisableVertexAttribArray
alias PFN_glDisableVertexAttribArray = void function(GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDisablei
alias PFN_glDisablei = void function(GLenum target, GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDispatchCompute
alias PFN_glDispatchCompute = void function(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDispatchComputeIndirect
alias PFN_glDispatchComputeIndirect = void function(GLintptr indirect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDrawArrays
alias PFN_glDrawArrays = void function(GLenum mode, GLint first, GLsizei count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDrawArraysIndirect
alias PFN_glDrawArraysIndirect = void function(GLenum mode, const(void)* indirect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDrawArraysInstanced
alias PFN_glDrawArraysInstanced = void function(GLenum mode, GLint first, GLsizei count, GLsizei instancecount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDrawArraysInstancedBaseInstance
alias PFN_glDrawArraysInstancedBaseInstance = void function(GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDrawBuffer
alias PFN_glDrawBuffer = void function(GLenum buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDrawBuffers
alias PFN_glDrawBuffers = void function(GLsizei n, const(GLenum)* bufs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDrawElements
alias PFN_glDrawElements = void function(GLenum mode, GLsizei count, GLenum type, const(void)* indices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDrawElementsBaseVertex
alias PFN_glDrawElementsBaseVertex = void function(GLenum mode, GLsizei count, GLenum type, const(void)* indices, GLint basevertex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDrawElementsIndirect
alias PFN_glDrawElementsIndirect = void function(GLenum mode, GLenum type, const(void)* indirect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDrawElementsInstanced
alias PFN_glDrawElementsInstanced = void function(GLenum mode, GLsizei count, GLenum type, const(void)* indices, GLsizei instancecount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDrawElementsInstancedBaseInstance
alias PFN_glDrawElementsInstancedBaseInstance = void function(GLenum mode, GLsizei count, GLenum type, const(void)* indices, GLsizei instancecount, GLuint baseinstance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDrawElementsInstancedBaseVertex
alias PFN_glDrawElementsInstancedBaseVertex = void function(GLenum mode, GLsizei count, GLenum type, const(void)* indices, GLsizei instancecount, GLint basevertex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDrawElementsInstancedBaseVertexBaseInstance
alias PFN_glDrawElementsInstancedBaseVertexBaseInstance = void function(GLenum mode, GLsizei count, GLenum type, const(void)* indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDrawRangeElements
alias PFN_glDrawRangeElements = void function(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const(void)* indices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDrawRangeElementsBaseVertex
alias PFN_glDrawRangeElementsBaseVertex = void function(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const(void)* indices, GLint basevertex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDrawTransformFeedback
alias PFN_glDrawTransformFeedback = void function(GLenum mode, GLuint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDrawTransformFeedbackInstanced
alias PFN_glDrawTransformFeedbackInstanced = void function(GLenum mode, GLuint id, GLsizei instancecount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDrawTransformFeedbackStream
alias PFN_glDrawTransformFeedbackStream = void function(GLenum mode, GLuint id, GLuint stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glDrawTransformFeedbackStreamInstanced
alias PFN_glDrawTransformFeedbackStreamInstanced = void function(GLenum mode, GLuint id, GLuint stream, GLsizei instancecount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glEnable
alias PFN_glEnable = void function(GLenum cap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glEnableVertexArrayAttrib
alias PFN_glEnableVertexArrayAttrib = void function(GLuint vaobj, GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glEnableVertexAttribArray
alias PFN_glEnableVertexAttribArray = void function(GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glEnablei
alias PFN_glEnablei = void function(GLenum target, GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glEndConditionalRender
alias PFN_glEndConditionalRender = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glEndQuery
alias PFN_glEndQuery = void function(GLenum target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glEndQueryIndexed
alias PFN_glEndQueryIndexed = void function(GLenum target, GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glEndTransformFeedback
alias PFN_glEndTransformFeedback = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glFenceSync
alias PFN_glFenceSync = GLsync function(GLenum condition, GLbitfield flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glFinish
alias PFN_glFinish = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glFlush
alias PFN_glFlush = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glFlushMappedBufferRange
alias PFN_glFlushMappedBufferRange = void function(GLenum target, GLintptr offset, GLsizeiptr length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glFlushMappedNamedBufferRange
alias PFN_glFlushMappedNamedBufferRange = void function(GLuint buffer, GLintptr offset, GLsizeiptr length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glFramebufferParameteri
alias PFN_glFramebufferParameteri = void function(GLenum target, GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glFramebufferRenderbuffer
alias PFN_glFramebufferRenderbuffer = void function(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glFramebufferTexture
alias PFN_glFramebufferTexture = void function(GLenum target, GLenum attachment, GLuint texture, GLint level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glFramebufferTexture1D
alias PFN_glFramebufferTexture1D = void function(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glFramebufferTexture2D
alias PFN_glFramebufferTexture2D = void function(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glFramebufferTexture3D
alias PFN_glFramebufferTexture3D = void function(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glFramebufferTextureLayer
alias PFN_glFramebufferTextureLayer = void function(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glFrontFace
alias PFN_glFrontFace = void function(GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGenBuffers
alias PFN_glGenBuffers = void function(GLsizei n, GLuint* buffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGenFramebuffers
alias PFN_glGenFramebuffers = void function(GLsizei n, GLuint* framebuffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGenProgramPipelines
alias PFN_glGenProgramPipelines = void function(GLsizei n, GLuint* pipelines)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGenQueries
alias PFN_glGenQueries = void function(GLsizei n, GLuint* ids)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGenRenderbuffers
alias PFN_glGenRenderbuffers = void function(GLsizei n, GLuint* renderbuffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGenSamplers
alias PFN_glGenSamplers = void function(GLsizei count, GLuint* samplers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGenTextures
alias PFN_glGenTextures = void function(GLsizei n, GLuint* textures)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGenTransformFeedbacks
alias PFN_glGenTransformFeedbacks = void function(GLsizei n, GLuint* ids)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGenVertexArrays
alias PFN_glGenVertexArrays = void function(GLsizei n, GLuint* arrays)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGenerateMipmap
alias PFN_glGenerateMipmap = void function(GLenum target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGenerateTextureMipmap
alias PFN_glGenerateTextureMipmap = void function(GLuint texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetActiveAtomicCounterBufferiv
alias PFN_glGetActiveAtomicCounterBufferiv = void function(GLuint program, GLuint bufferIndex, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetActiveAttrib
alias PFN_glGetActiveAttrib = void function(GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLint* size, GLenum* type, GLchar* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetActiveSubroutineName
alias PFN_glGetActiveSubroutineName = void function(GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei* length, GLchar* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetActiveSubroutineUniformName
alias PFN_glGetActiveSubroutineUniformName = void function(GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei* length, GLchar* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetActiveSubroutineUniformiv
alias PFN_glGetActiveSubroutineUniformiv = void function(GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint* values)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetActiveUniform
alias PFN_glGetActiveUniform = void function(GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLint* size, GLenum* type, GLchar* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetActiveUniformBlockName
alias PFN_glGetActiveUniformBlockName = void function(GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei* length, GLchar* uniformBlockName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetActiveUniformBlockiv
alias PFN_glGetActiveUniformBlockiv = void function(GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetActiveUniformName
alias PFN_glGetActiveUniformName = void function(GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei* length, GLchar* uniformName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetActiveUniformsiv
alias PFN_glGetActiveUniformsiv = void function(GLuint program, GLsizei uniformCount, const(GLuint)* uniformIndices, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetAttachedShaders
alias PFN_glGetAttachedShaders = void function(GLuint program, GLsizei maxCount, GLsizei* count, GLuint* shaders)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetAttribLocation
alias PFN_glGetAttribLocation = GLint function(GLuint program, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetBooleani_v
alias PFN_glGetBooleani_v = void function(GLenum target, GLuint index, GLboolean* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetBooleanv
alias PFN_glGetBooleanv = void function(GLenum pname, GLboolean* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetBufferParameteri64v
alias PFN_glGetBufferParameteri64v = void function(GLenum target, GLenum pname, GLint64* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetBufferParameteriv
alias PFN_glGetBufferParameteriv = void function(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetBufferPointerv
alias PFN_glGetBufferPointerv = void function(GLenum target, GLenum pname, void** params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetBufferSubData
alias PFN_glGetBufferSubData = void function(GLenum target, GLintptr offset, GLsizeiptr size, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetCompressedTexImage
alias PFN_glGetCompressedTexImage = void function(GLenum target, GLint level, void* img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetCompressedTextureImage
alias PFN_glGetCompressedTextureImage = void function(GLuint texture, GLint level, GLsizei bufSize, void* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetCompressedTextureSubImage
alias PFN_glGetCompressedTextureSubImage = void function(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei bufSize, void* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetDebugMessageLog
alias PFN_glGetDebugMessageLog = GLuint function(GLuint count, GLsizei bufSize, GLenum* sources, GLenum* types, GLuint* ids, GLenum* severities, GLsizei* lengths, GLchar* messageLog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetDoublei_v
alias PFN_glGetDoublei_v = void function(GLenum target, GLuint index, GLdouble* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetDoublev
alias PFN_glGetDoublev = void function(GLenum pname, GLdouble* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetError
alias PFN_glGetError = GLenum function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetFloati_v
alias PFN_glGetFloati_v = void function(GLenum target, GLuint index, GLfloat* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetFloatv
alias PFN_glGetFloatv = void function(GLenum pname, GLfloat* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetFragDataIndex
alias PFN_glGetFragDataIndex = GLint function(GLuint program, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetFragDataLocation
alias PFN_glGetFragDataLocation = GLint function(GLuint program, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetFramebufferAttachmentParameteriv
alias PFN_glGetFramebufferAttachmentParameteriv = void function(GLenum target, GLenum attachment, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetFramebufferParameteriv
alias PFN_glGetFramebufferParameteriv = void function(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetGraphicsResetStatus
alias PFN_glGetGraphicsResetStatus = GLenum function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetInteger64i_v
alias PFN_glGetInteger64i_v = void function(GLenum target, GLuint index, GLint64* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetInteger64v
alias PFN_glGetInteger64v = void function(GLenum pname, GLint64* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetIntegeri_v
alias PFN_glGetIntegeri_v = void function(GLenum target, GLuint index, GLint* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetIntegerv
alias PFN_glGetIntegerv = void function(GLenum pname, GLint* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetInternalformati64v
alias PFN_glGetInternalformati64v = void function(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetInternalformativ
alias PFN_glGetInternalformativ = void function(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetMultisamplefv
alias PFN_glGetMultisamplefv = void function(GLenum pname, GLuint index, GLfloat* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetNamedBufferParameteri64v
alias PFN_glGetNamedBufferParameteri64v = void function(GLuint buffer, GLenum pname, GLint64* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetNamedBufferParameteriv
alias PFN_glGetNamedBufferParameteriv = void function(GLuint buffer, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetNamedBufferPointerv
alias PFN_glGetNamedBufferPointerv = void function(GLuint buffer, GLenum pname, void** params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetNamedBufferSubData
alias PFN_glGetNamedBufferSubData = void function(GLuint buffer, GLintptr offset, GLsizeiptr size, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetNamedFramebufferAttachmentParameteriv
alias PFN_glGetNamedFramebufferAttachmentParameteriv = void function(GLuint framebuffer, GLenum attachment, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetNamedFramebufferParameteriv
alias PFN_glGetNamedFramebufferParameteriv = void function(GLuint framebuffer, GLenum pname, GLint* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetNamedRenderbufferParameteriv
alias PFN_glGetNamedRenderbufferParameteriv = void function(GLuint renderbuffer, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetObjectLabel
alias PFN_glGetObjectLabel = void function(GLenum identifier, GLuint name, GLsizei bufSize, GLsizei* length, GLchar* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetObjectPtrLabel
alias PFN_glGetObjectPtrLabel = void function(const(void)* ptr, GLsizei bufSize, GLsizei* length, GLchar* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetPointerv
alias PFN_glGetPointerv = void function(GLenum pname, void** params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetProgramBinary
alias PFN_glGetProgramBinary = void function(GLuint program, GLsizei bufSize, GLsizei* length, GLenum* binaryFormat, void* binary)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetProgramInfoLog
alias PFN_glGetProgramInfoLog = void function(GLuint program, GLsizei bufSize, GLsizei* length, GLchar* infoLog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetProgramInterfaceiv
alias PFN_glGetProgramInterfaceiv = void function(GLuint program, GLenum programInterface, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetProgramPipelineInfoLog
alias PFN_glGetProgramPipelineInfoLog = void function(GLuint pipeline, GLsizei bufSize, GLsizei* length, GLchar* infoLog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetProgramPipelineiv
alias PFN_glGetProgramPipelineiv = void function(GLuint pipeline, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetProgramResourceIndex
alias PFN_glGetProgramResourceIndex = GLuint function(GLuint program, GLenum programInterface, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetProgramResourceLocation
alias PFN_glGetProgramResourceLocation = GLint function(GLuint program, GLenum programInterface, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetProgramResourceLocationIndex
alias PFN_glGetProgramResourceLocationIndex = GLint function(GLuint program, GLenum programInterface, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetProgramResourceName
alias PFN_glGetProgramResourceName = void function(GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei* length, GLchar* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetProgramResourceiv
alias PFN_glGetProgramResourceiv = void function(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const(GLenum)* props, GLsizei bufSize, GLsizei* length, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetProgramStageiv
alias PFN_glGetProgramStageiv = void function(GLuint program, GLenum shadertype, GLenum pname, GLint* values)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetProgramiv
alias PFN_glGetProgramiv = void function(GLuint program, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetQueryBufferObjecti64v
alias PFN_glGetQueryBufferObjecti64v = void function(GLuint id, GLuint buffer, GLenum pname, GLintptr offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetQueryBufferObjectiv
alias PFN_glGetQueryBufferObjectiv = void function(GLuint id, GLuint buffer, GLenum pname, GLintptr offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetQueryBufferObjectui64v
alias PFN_glGetQueryBufferObjectui64v = void function(GLuint id, GLuint buffer, GLenum pname, GLintptr offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetQueryBufferObjectuiv
alias PFN_glGetQueryBufferObjectuiv = void function(GLuint id, GLuint buffer, GLenum pname, GLintptr offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetQueryIndexediv
alias PFN_glGetQueryIndexediv = void function(GLenum target, GLuint index, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetQueryObjecti64v
alias PFN_glGetQueryObjecti64v = void function(GLuint id, GLenum pname, GLint64* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetQueryObjectiv
alias PFN_glGetQueryObjectiv = void function(GLuint id, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetQueryObjectui64v
alias PFN_glGetQueryObjectui64v = void function(GLuint id, GLenum pname, GLuint64* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetQueryObjectuiv
alias PFN_glGetQueryObjectuiv = void function(GLuint id, GLenum pname, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetQueryiv
alias PFN_glGetQueryiv = void function(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetRenderbufferParameteriv
alias PFN_glGetRenderbufferParameteriv = void function(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetSamplerParameterIiv
alias PFN_glGetSamplerParameterIiv = void function(GLuint sampler, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetSamplerParameterIuiv
alias PFN_glGetSamplerParameterIuiv = void function(GLuint sampler, GLenum pname, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetSamplerParameterfv
alias PFN_glGetSamplerParameterfv = void function(GLuint sampler, GLenum pname, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetSamplerParameteriv
alias PFN_glGetSamplerParameteriv = void function(GLuint sampler, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetShaderInfoLog
alias PFN_glGetShaderInfoLog = void function(GLuint shader, GLsizei bufSize, GLsizei* length, GLchar* infoLog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetShaderPrecisionFormat
alias PFN_glGetShaderPrecisionFormat = void function(GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetShaderSource
alias PFN_glGetShaderSource = void function(GLuint shader, GLsizei bufSize, GLsizei* length, GLchar* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetShaderiv
alias PFN_glGetShaderiv = void function(GLuint shader, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetString
alias PFN_glGetString = const(GLubyte)* function(GLenum name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetStringi
alias PFN_glGetStringi = const(GLubyte)* function(GLenum name, GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetSubroutineIndex
alias PFN_glGetSubroutineIndex = GLuint function(GLuint program, GLenum shadertype, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetSubroutineUniformLocation
alias PFN_glGetSubroutineUniformLocation = GLint function(GLuint program, GLenum shadertype, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetSynciv
alias PFN_glGetSynciv = void function(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei* length, GLint* values)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetTexImage
alias PFN_glGetTexImage = void function(GLenum target, GLint level, GLenum format, GLenum type, void* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetTexLevelParameterfv
alias PFN_glGetTexLevelParameterfv = void function(GLenum target, GLint level, GLenum pname, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetTexLevelParameteriv
alias PFN_glGetTexLevelParameteriv = void function(GLenum target, GLint level, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetTexParameterIiv
alias PFN_glGetTexParameterIiv = void function(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetTexParameterIuiv
alias PFN_glGetTexParameterIuiv = void function(GLenum target, GLenum pname, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetTexParameterfv
alias PFN_glGetTexParameterfv = void function(GLenum target, GLenum pname, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetTexParameteriv
alias PFN_glGetTexParameteriv = void function(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetTextureImage
alias PFN_glGetTextureImage = void function(GLuint texture, GLint level, GLenum format, GLenum type, GLsizei bufSize, void* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetTextureLevelParameterfv
alias PFN_glGetTextureLevelParameterfv = void function(GLuint texture, GLint level, GLenum pname, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetTextureLevelParameteriv
alias PFN_glGetTextureLevelParameteriv = void function(GLuint texture, GLint level, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetTextureParameterIiv
alias PFN_glGetTextureParameterIiv = void function(GLuint texture, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetTextureParameterIuiv
alias PFN_glGetTextureParameterIuiv = void function(GLuint texture, GLenum pname, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetTextureParameterfv
alias PFN_glGetTextureParameterfv = void function(GLuint texture, GLenum pname, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetTextureParameteriv
alias PFN_glGetTextureParameteriv = void function(GLuint texture, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetTextureSubImage
alias PFN_glGetTextureSubImage = void function(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, void* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetTransformFeedbackVarying
alias PFN_glGetTransformFeedbackVarying = void function(GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLsizei* size, GLenum* type, GLchar* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetTransformFeedbacki64_v
alias PFN_glGetTransformFeedbacki64_v = void function(GLuint xfb, GLenum pname, GLuint index, GLint64* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetTransformFeedbacki_v
alias PFN_glGetTransformFeedbacki_v = void function(GLuint xfb, GLenum pname, GLuint index, GLint* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetTransformFeedbackiv
alias PFN_glGetTransformFeedbackiv = void function(GLuint xfb, GLenum pname, GLint* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetUniformBlockIndex
alias PFN_glGetUniformBlockIndex = GLuint function(GLuint program, const(GLchar)* uniformBlockName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetUniformIndices
alias PFN_glGetUniformIndices = void function(GLuint program, GLsizei uniformCount, const(GLchar*)* uniformNames, GLuint* uniformIndices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetUniformLocation
alias PFN_glGetUniformLocation = GLint function(GLuint program, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetUniformSubroutineuiv
alias PFN_glGetUniformSubroutineuiv = void function(GLenum shadertype, GLint location, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetUniformdv
alias PFN_glGetUniformdv = void function(GLuint program, GLint location, GLdouble* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetUniformfv
alias PFN_glGetUniformfv = void function(GLuint program, GLint location, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetUniformiv
alias PFN_glGetUniformiv = void function(GLuint program, GLint location, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetUniformuiv
alias PFN_glGetUniformuiv = void function(GLuint program, GLint location, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetVertexArrayIndexed64iv
alias PFN_glGetVertexArrayIndexed64iv = void function(GLuint vaobj, GLuint index, GLenum pname, GLint64* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetVertexArrayIndexediv
alias PFN_glGetVertexArrayIndexediv = void function(GLuint vaobj, GLuint index, GLenum pname, GLint* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetVertexArrayiv
alias PFN_glGetVertexArrayiv = void function(GLuint vaobj, GLenum pname, GLint* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetVertexAttribIiv
alias PFN_glGetVertexAttribIiv = void function(GLuint index, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetVertexAttribIuiv
alias PFN_glGetVertexAttribIuiv = void function(GLuint index, GLenum pname, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetVertexAttribLdv
alias PFN_glGetVertexAttribLdv = void function(GLuint index, GLenum pname, GLdouble* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetVertexAttribPointerv
alias PFN_glGetVertexAttribPointerv = void function(GLuint index, GLenum pname, void** pointer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetVertexAttribdv
alias PFN_glGetVertexAttribdv = void function(GLuint index, GLenum pname, GLdouble* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetVertexAttribfv
alias PFN_glGetVertexAttribfv = void function(GLuint index, GLenum pname, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetVertexAttribiv
alias PFN_glGetVertexAttribiv = void function(GLuint index, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetnCompressedTexImage
alias PFN_glGetnCompressedTexImage = void function(GLenum target, GLint lod, GLsizei bufSize, void* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetnTexImage
alias PFN_glGetnTexImage = void function(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, void* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetnUniformdv
alias PFN_glGetnUniformdv = void function(GLuint program, GLint location, GLsizei bufSize, GLdouble* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetnUniformfv
alias PFN_glGetnUniformfv = void function(GLuint program, GLint location, GLsizei bufSize, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetnUniformiv
alias PFN_glGetnUniformiv = void function(GLuint program, GLint location, GLsizei bufSize, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glGetnUniformuiv
alias PFN_glGetnUniformuiv = void function(GLuint program, GLint location, GLsizei bufSize, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glHint
alias PFN_glHint = void function(GLenum target, GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glInvalidateBufferData
alias PFN_glInvalidateBufferData = void function(GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glInvalidateBufferSubData
alias PFN_glInvalidateBufferSubData = void function(GLuint buffer, GLintptr offset, GLsizeiptr length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glInvalidateFramebuffer
alias PFN_glInvalidateFramebuffer = void function(GLenum target, GLsizei numAttachments, const(GLenum)* attachments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glInvalidateNamedFramebufferData
alias PFN_glInvalidateNamedFramebufferData = void function(GLuint framebuffer, GLsizei numAttachments, const(GLenum)* attachments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glInvalidateNamedFramebufferSubData
alias PFN_glInvalidateNamedFramebufferSubData = void function(GLuint framebuffer, GLsizei numAttachments, const(GLenum)* attachments, GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glInvalidateSubFramebuffer
alias PFN_glInvalidateSubFramebuffer = void function(GLenum target, GLsizei numAttachments, const(GLenum)* attachments, GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glInvalidateTexImage
alias PFN_glInvalidateTexImage = void function(GLuint texture, GLint level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glInvalidateTexSubImage
alias PFN_glInvalidateTexSubImage = void function(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glIsBuffer
alias PFN_glIsBuffer = GLboolean function(GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glIsEnabled
alias PFN_glIsEnabled = GLboolean function(GLenum cap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glIsEnabledi
alias PFN_glIsEnabledi = GLboolean function(GLenum target, GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glIsFramebuffer
alias PFN_glIsFramebuffer = GLboolean function(GLuint framebuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glIsProgram
alias PFN_glIsProgram = GLboolean function(GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glIsProgramPipeline
alias PFN_glIsProgramPipeline = GLboolean function(GLuint pipeline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glIsQuery
alias PFN_glIsQuery = GLboolean function(GLuint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glIsRenderbuffer
alias PFN_glIsRenderbuffer = GLboolean function(GLuint renderbuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glIsSampler
alias PFN_glIsSampler = GLboolean function(GLuint sampler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glIsShader
alias PFN_glIsShader = GLboolean function(GLuint shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glIsSync
alias PFN_glIsSync = GLboolean function(GLsync sync)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glIsTexture
alias PFN_glIsTexture = GLboolean function(GLuint texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glIsTransformFeedback
alias PFN_glIsTransformFeedback = GLboolean function(GLuint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glIsVertexArray
alias PFN_glIsVertexArray = GLboolean function(GLuint array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glLineWidth
alias PFN_glLineWidth = void function(GLfloat width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glLinkProgram
alias PFN_glLinkProgram = void function(GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glLogicOp
alias PFN_glLogicOp = void function(GLenum opcode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glMapBuffer
alias PFN_glMapBuffer = void* function(GLenum target, GLenum access)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glMapBufferRange
alias PFN_glMapBufferRange = void* function(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glMapNamedBuffer
alias PFN_glMapNamedBuffer = void* function(GLuint buffer, GLenum access)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glMapNamedBufferRange
alias PFN_glMapNamedBufferRange = void* function(GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glMemoryBarrier
alias PFN_glMemoryBarrier = void function(GLbitfield barriers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glMemoryBarrierByRegion
alias PFN_glMemoryBarrierByRegion = void function(GLbitfield barriers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glMinSampleShading
alias PFN_glMinSampleShading = void function(GLfloat value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glMultiDrawArrays
alias PFN_glMultiDrawArrays = void function(GLenum mode, const(GLint)* first, const(GLsizei)* count, GLsizei drawcount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glMultiDrawArraysIndirect
alias PFN_glMultiDrawArraysIndirect = void function(GLenum mode, const(void)* indirect, GLsizei drawcount, GLsizei stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glMultiDrawArraysIndirectCount
alias PFN_glMultiDrawArraysIndirectCount = void function(GLenum mode, const(void)* indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glMultiDrawElements
alias PFN_glMultiDrawElements = void function(GLenum mode, const(GLsizei)* count, GLenum type, const(void*)* indices, GLsizei drawcount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glMultiDrawElementsBaseVertex
alias PFN_glMultiDrawElementsBaseVertex = void function(GLenum mode, const(GLsizei)* count, GLenum type, const(void*)* indices, GLsizei drawcount, const(GLint)* basevertex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glMultiDrawElementsIndirect
alias PFN_glMultiDrawElementsIndirect = void function(GLenum mode, GLenum type, const(void)* indirect, GLsizei drawcount, GLsizei stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glMultiDrawElementsIndirectCount
alias PFN_glMultiDrawElementsIndirectCount = void function(GLenum mode, GLenum type, const(void)* indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glNamedBufferData
alias PFN_glNamedBufferData = void function(GLuint buffer, GLsizeiptr size, const(void)* data, GLenum usage)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glNamedBufferStorage
alias PFN_glNamedBufferStorage = void function(GLuint buffer, GLsizeiptr size, const(void)* data, GLbitfield flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glNamedBufferSubData
alias PFN_glNamedBufferSubData = void function(GLuint buffer, GLintptr offset, GLsizeiptr size, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glNamedFramebufferDrawBuffer
alias PFN_glNamedFramebufferDrawBuffer = void function(GLuint framebuffer, GLenum buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glNamedFramebufferDrawBuffers
alias PFN_glNamedFramebufferDrawBuffers = void function(GLuint framebuffer, GLsizei n, const(GLenum)* bufs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glNamedFramebufferParameteri
alias PFN_glNamedFramebufferParameteri = void function(GLuint framebuffer, GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glNamedFramebufferReadBuffer
alias PFN_glNamedFramebufferReadBuffer = void function(GLuint framebuffer, GLenum src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glNamedFramebufferRenderbuffer
alias PFN_glNamedFramebufferRenderbuffer = void function(GLuint framebuffer, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glNamedFramebufferTexture
alias PFN_glNamedFramebufferTexture = void function(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glNamedFramebufferTextureLayer
alias PFN_glNamedFramebufferTextureLayer = void function(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLint layer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glNamedRenderbufferStorage
alias PFN_glNamedRenderbufferStorage = void function(GLuint renderbuffer, GLenum internalformat, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glNamedRenderbufferStorageMultisample
alias PFN_glNamedRenderbufferStorageMultisample = void function(GLuint renderbuffer, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glObjectLabel
alias PFN_glObjectLabel = void function(GLenum identifier, GLuint name, GLsizei length, const(GLchar)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glObjectPtrLabel
alias PFN_glObjectPtrLabel = void function(const(void)* ptr, GLsizei length, const(GLchar)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glPatchParameterfv
alias PFN_glPatchParameterfv = void function(GLenum pname, const(GLfloat)* values)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glPatchParameteri
alias PFN_glPatchParameteri = void function(GLenum pname, GLint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glPauseTransformFeedback
alias PFN_glPauseTransformFeedback = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glPixelStoref
alias PFN_glPixelStoref = void function(GLenum pname, GLfloat param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glPixelStorei
alias PFN_glPixelStorei = void function(GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glPointParameterf
alias PFN_glPointParameterf = void function(GLenum pname, GLfloat param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glPointParameterfv
alias PFN_glPointParameterfv = void function(GLenum pname, const(GLfloat)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glPointParameteri
alias PFN_glPointParameteri = void function(GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glPointParameteriv
alias PFN_glPointParameteriv = void function(GLenum pname, const(GLint)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glPointSize
alias PFN_glPointSize = void function(GLfloat size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glPolygonMode
alias PFN_glPolygonMode = void function(GLenum face, GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glPolygonOffset
alias PFN_glPolygonOffset = void function(GLfloat factor, GLfloat units)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glPolygonOffsetClamp
alias PFN_glPolygonOffsetClamp = void function(GLfloat factor, GLfloat units, GLfloat clamp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glPopDebugGroup
alias PFN_glPopDebugGroup = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glPrimitiveRestartIndex
alias PFN_glPrimitiveRestartIndex = void function(GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramBinary
alias PFN_glProgramBinary = void function(GLuint program, GLenum binaryFormat, const(void)* binary, GLsizei length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramParameteri
alias PFN_glProgramParameteri = void function(GLuint program, GLenum pname, GLint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform1d
alias PFN_glProgramUniform1d = void function(GLuint program, GLint location, GLdouble v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform1dv
alias PFN_glProgramUniform1dv = void function(GLuint program, GLint location, GLsizei count, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform1f
alias PFN_glProgramUniform1f = void function(GLuint program, GLint location, GLfloat v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform1fv
alias PFN_glProgramUniform1fv = void function(GLuint program, GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform1i
alias PFN_glProgramUniform1i = void function(GLuint program, GLint location, GLint v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform1iv
alias PFN_glProgramUniform1iv = void function(GLuint program, GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform1ui
alias PFN_glProgramUniform1ui = void function(GLuint program, GLint location, GLuint v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform1uiv
alias PFN_glProgramUniform1uiv = void function(GLuint program, GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform2d
alias PFN_glProgramUniform2d = void function(GLuint program, GLint location, GLdouble v0, GLdouble v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform2dv
alias PFN_glProgramUniform2dv = void function(GLuint program, GLint location, GLsizei count, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform2f
alias PFN_glProgramUniform2f = void function(GLuint program, GLint location, GLfloat v0, GLfloat v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform2fv
alias PFN_glProgramUniform2fv = void function(GLuint program, GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform2i
alias PFN_glProgramUniform2i = void function(GLuint program, GLint location, GLint v0, GLint v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform2iv
alias PFN_glProgramUniform2iv = void function(GLuint program, GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform2ui
alias PFN_glProgramUniform2ui = void function(GLuint program, GLint location, GLuint v0, GLuint v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform2uiv
alias PFN_glProgramUniform2uiv = void function(GLuint program, GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform3d
alias PFN_glProgramUniform3d = void function(GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform3dv
alias PFN_glProgramUniform3dv = void function(GLuint program, GLint location, GLsizei count, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform3f
alias PFN_glProgramUniform3f = void function(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform3fv
alias PFN_glProgramUniform3fv = void function(GLuint program, GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform3i
alias PFN_glProgramUniform3i = void function(GLuint program, GLint location, GLint v0, GLint v1, GLint v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform3iv
alias PFN_glProgramUniform3iv = void function(GLuint program, GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform3ui
alias PFN_glProgramUniform3ui = void function(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform3uiv
alias PFN_glProgramUniform3uiv = void function(GLuint program, GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform4d
alias PFN_glProgramUniform4d = void function(GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2, GLdouble v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform4dv
alias PFN_glProgramUniform4dv = void function(GLuint program, GLint location, GLsizei count, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform4f
alias PFN_glProgramUniform4f = void function(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform4fv
alias PFN_glProgramUniform4fv = void function(GLuint program, GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform4i
alias PFN_glProgramUniform4i = void function(GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform4iv
alias PFN_glProgramUniform4iv = void function(GLuint program, GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform4ui
alias PFN_glProgramUniform4ui = void function(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniform4uiv
alias PFN_glProgramUniform4uiv = void function(GLuint program, GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniformMatrix2dv
alias PFN_glProgramUniformMatrix2dv = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniformMatrix2fv
alias PFN_glProgramUniformMatrix2fv = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniformMatrix2x3dv
alias PFN_glProgramUniformMatrix2x3dv = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniformMatrix2x3fv
alias PFN_glProgramUniformMatrix2x3fv = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniformMatrix2x4dv
alias PFN_glProgramUniformMatrix2x4dv = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniformMatrix2x4fv
alias PFN_glProgramUniformMatrix2x4fv = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniformMatrix3dv
alias PFN_glProgramUniformMatrix3dv = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniformMatrix3fv
alias PFN_glProgramUniformMatrix3fv = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniformMatrix3x2dv
alias PFN_glProgramUniformMatrix3x2dv = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniformMatrix3x2fv
alias PFN_glProgramUniformMatrix3x2fv = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniformMatrix3x4dv
alias PFN_glProgramUniformMatrix3x4dv = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniformMatrix3x4fv
alias PFN_glProgramUniformMatrix3x4fv = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniformMatrix4dv
alias PFN_glProgramUniformMatrix4dv = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniformMatrix4fv
alias PFN_glProgramUniformMatrix4fv = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniformMatrix4x2dv
alias PFN_glProgramUniformMatrix4x2dv = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniformMatrix4x2fv
alias PFN_glProgramUniformMatrix4x2fv = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniformMatrix4x3dv
alias PFN_glProgramUniformMatrix4x3dv = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProgramUniformMatrix4x3fv
alias PFN_glProgramUniformMatrix4x3fv = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glProvokingVertex
alias PFN_glProvokingVertex = void function(GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glPushDebugGroup
alias PFN_glPushDebugGroup = void function(GLenum source, GLuint id, GLsizei length, const(GLchar)* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glQueryCounter
alias PFN_glQueryCounter = void function(GLuint id, GLenum target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glReadBuffer
alias PFN_glReadBuffer = void function(GLenum src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glReadPixels
alias PFN_glReadPixels = void function(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glReadnPixels
alias PFN_glReadnPixels = void function(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glReleaseShaderCompiler
alias PFN_glReleaseShaderCompiler = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glRenderbufferStorage
alias PFN_glRenderbufferStorage = void function(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glRenderbufferStorageMultisample
alias PFN_glRenderbufferStorageMultisample = void function(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glResumeTransformFeedback
alias PFN_glResumeTransformFeedback = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glSampleCoverage
alias PFN_glSampleCoverage = void function(GLfloat value, GLboolean invert)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glSampleMaski
alias PFN_glSampleMaski = void function(GLuint maskNumber, GLbitfield mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glSamplerParameterIiv
alias PFN_glSamplerParameterIiv = void function(GLuint sampler, GLenum pname, const(GLint)* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glSamplerParameterIuiv
alias PFN_glSamplerParameterIuiv = void function(GLuint sampler, GLenum pname, const(GLuint)* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glSamplerParameterf
alias PFN_glSamplerParameterf = void function(GLuint sampler, GLenum pname, GLfloat param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glSamplerParameterfv
alias PFN_glSamplerParameterfv = void function(GLuint sampler, GLenum pname, const(GLfloat)* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glSamplerParameteri
alias PFN_glSamplerParameteri = void function(GLuint sampler, GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glSamplerParameteriv
alias PFN_glSamplerParameteriv = void function(GLuint sampler, GLenum pname, const(GLint)* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glScissor
alias PFN_glScissor = void function(GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glScissorArrayv
alias PFN_glScissorArrayv = void function(GLuint first, GLsizei count, const(GLint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glScissorIndexed
alias PFN_glScissorIndexed = void function(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glScissorIndexedv
alias PFN_glScissorIndexedv = void function(GLuint index, const(GLint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glShaderBinary
alias PFN_glShaderBinary = void function(GLsizei count, const(GLuint)* shaders, GLenum binaryformat, const(void)* binary, GLsizei length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glShaderSource
alias PFN_glShaderSource = void function(GLuint shader, GLsizei count, const(GLchar*)* string, const(GLint)* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glShaderStorageBlockBinding
alias PFN_glShaderStorageBlockBinding = void function(GLuint program, GLuint storageBlockIndex, GLuint storageBlockBinding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glSpecializeShader
alias PFN_glSpecializeShader = void function(GLuint shader, const(GLchar)* pEntryPoint, GLuint numSpecializationConstants, const(GLuint)* pConstantIndex, const(GLuint)* pConstantValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glStencilFunc
alias PFN_glStencilFunc = void function(GLenum func, GLint ref_, GLuint mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glStencilFuncSeparate
alias PFN_glStencilFuncSeparate = void function(GLenum face, GLenum func, GLint ref_, GLuint mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glStencilMask
alias PFN_glStencilMask = void function(GLuint mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glStencilMaskSeparate
alias PFN_glStencilMaskSeparate = void function(GLenum face, GLuint mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glStencilOp
alias PFN_glStencilOp = void function(GLenum fail, GLenum zfail, GLenum zpass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glStencilOpSeparate
alias PFN_glStencilOpSeparate = void function(GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTexBuffer
alias PFN_glTexBuffer = void function(GLenum target, GLenum internalformat, GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTexBufferRange
alias PFN_glTexBufferRange = void function(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTexImage1D
alias PFN_glTexImage1D = void function(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const(void)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTexImage2D
alias PFN_glTexImage2D = void function(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const(void)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTexImage2DMultisample
alias PFN_glTexImage2DMultisample = void function(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTexImage3D
alias PFN_glTexImage3D = void function(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const(void)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTexImage3DMultisample
alias PFN_glTexImage3DMultisample = void function(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTexParameterIiv
alias PFN_glTexParameterIiv = void function(GLenum target, GLenum pname, const(GLint)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTexParameterIuiv
alias PFN_glTexParameterIuiv = void function(GLenum target, GLenum pname, const(GLuint)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTexParameterf
alias PFN_glTexParameterf = void function(GLenum target, GLenum pname, GLfloat param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTexParameterfv
alias PFN_glTexParameterfv = void function(GLenum target, GLenum pname, const(GLfloat)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTexParameteri
alias PFN_glTexParameteri = void function(GLenum target, GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTexParameteriv
alias PFN_glTexParameteriv = void function(GLenum target, GLenum pname, const(GLint)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTexStorage1D
alias PFN_glTexStorage1D = void function(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTexStorage2D
alias PFN_glTexStorage2D = void function(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTexStorage2DMultisample
alias PFN_glTexStorage2DMultisample = void function(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTexStorage3D
alias PFN_glTexStorage3D = void function(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTexStorage3DMultisample
alias PFN_glTexStorage3DMultisample = void function(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTexSubImage1D
alias PFN_glTexSubImage1D = void function(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const(void)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTexSubImage2D
alias PFN_glTexSubImage2D = void function(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const(void)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTexSubImage3D
alias PFN_glTexSubImage3D = void function(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const(void)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTextureBarrier
alias PFN_glTextureBarrier = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTextureBuffer
alias PFN_glTextureBuffer = void function(GLuint texture, GLenum internalformat, GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTextureBufferRange
alias PFN_glTextureBufferRange = void function(GLuint texture, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTextureParameterIiv
alias PFN_glTextureParameterIiv = void function(GLuint texture, GLenum pname, const(GLint)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTextureParameterIuiv
alias PFN_glTextureParameterIuiv = void function(GLuint texture, GLenum pname, const(GLuint)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTextureParameterf
alias PFN_glTextureParameterf = void function(GLuint texture, GLenum pname, GLfloat param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTextureParameterfv
alias PFN_glTextureParameterfv = void function(GLuint texture, GLenum pname, const(GLfloat)* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTextureParameteri
alias PFN_glTextureParameteri = void function(GLuint texture, GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTextureParameteriv
alias PFN_glTextureParameteriv = void function(GLuint texture, GLenum pname, const(GLint)* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTextureStorage1D
alias PFN_glTextureStorage1D = void function(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTextureStorage2D
alias PFN_glTextureStorage2D = void function(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTextureStorage2DMultisample
alias PFN_glTextureStorage2DMultisample = void function(GLuint texture, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTextureStorage3D
alias PFN_glTextureStorage3D = void function(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTextureStorage3DMultisample
alias PFN_glTextureStorage3DMultisample = void function(GLuint texture, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTextureSubImage1D
alias PFN_glTextureSubImage1D = void function(GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const(void)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTextureSubImage2D
alias PFN_glTextureSubImage2D = void function(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const(void)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTextureSubImage3D
alias PFN_glTextureSubImage3D = void function(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const(void)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTextureView
alias PFN_glTextureView = void function(GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTransformFeedbackBufferBase
alias PFN_glTransformFeedbackBufferBase = void function(GLuint xfb, GLuint index, GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTransformFeedbackBufferRange
alias PFN_glTransformFeedbackBufferRange = void function(GLuint xfb, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glTransformFeedbackVaryings
alias PFN_glTransformFeedbackVaryings = void function(GLuint program, GLsizei count, const(GLchar*)* varyings, GLenum bufferMode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform1d
alias PFN_glUniform1d = void function(GLint location, GLdouble x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform1dv
alias PFN_glUniform1dv = void function(GLint location, GLsizei count, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform1f
alias PFN_glUniform1f = void function(GLint location, GLfloat v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform1fv
alias PFN_glUniform1fv = void function(GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform1i
alias PFN_glUniform1i = void function(GLint location, GLint v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform1iv
alias PFN_glUniform1iv = void function(GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform1ui
alias PFN_glUniform1ui = void function(GLint location, GLuint v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform1uiv
alias PFN_glUniform1uiv = void function(GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform2d
alias PFN_glUniform2d = void function(GLint location, GLdouble x, GLdouble y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform2dv
alias PFN_glUniform2dv = void function(GLint location, GLsizei count, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform2f
alias PFN_glUniform2f = void function(GLint location, GLfloat v0, GLfloat v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform2fv
alias PFN_glUniform2fv = void function(GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform2i
alias PFN_glUniform2i = void function(GLint location, GLint v0, GLint v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform2iv
alias PFN_glUniform2iv = void function(GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform2ui
alias PFN_glUniform2ui = void function(GLint location, GLuint v0, GLuint v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform2uiv
alias PFN_glUniform2uiv = void function(GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform3d
alias PFN_glUniform3d = void function(GLint location, GLdouble x, GLdouble y, GLdouble z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform3dv
alias PFN_glUniform3dv = void function(GLint location, GLsizei count, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform3f
alias PFN_glUniform3f = void function(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform3fv
alias PFN_glUniform3fv = void function(GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform3i
alias PFN_glUniform3i = void function(GLint location, GLint v0, GLint v1, GLint v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform3iv
alias PFN_glUniform3iv = void function(GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform3ui
alias PFN_glUniform3ui = void function(GLint location, GLuint v0, GLuint v1, GLuint v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform3uiv
alias PFN_glUniform3uiv = void function(GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform4d
alias PFN_glUniform4d = void function(GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform4dv
alias PFN_glUniform4dv = void function(GLint location, GLsizei count, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform4f
alias PFN_glUniform4f = void function(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform4fv
alias PFN_glUniform4fv = void function(GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform4i
alias PFN_glUniform4i = void function(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform4iv
alias PFN_glUniform4iv = void function(GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform4ui
alias PFN_glUniform4ui = void function(GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniform4uiv
alias PFN_glUniform4uiv = void function(GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniformBlockBinding
alias PFN_glUniformBlockBinding = void function(GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniformMatrix2dv
alias PFN_glUniformMatrix2dv = void function(GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniformMatrix2fv
alias PFN_glUniformMatrix2fv = void function(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniformMatrix2x3dv
alias PFN_glUniformMatrix2x3dv = void function(GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniformMatrix2x3fv
alias PFN_glUniformMatrix2x3fv = void function(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniformMatrix2x4dv
alias PFN_glUniformMatrix2x4dv = void function(GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniformMatrix2x4fv
alias PFN_glUniformMatrix2x4fv = void function(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniformMatrix3dv
alias PFN_glUniformMatrix3dv = void function(GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniformMatrix3fv
alias PFN_glUniformMatrix3fv = void function(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniformMatrix3x2dv
alias PFN_glUniformMatrix3x2dv = void function(GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniformMatrix3x2fv
alias PFN_glUniformMatrix3x2fv = void function(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniformMatrix3x4dv
alias PFN_glUniformMatrix3x4dv = void function(GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniformMatrix3x4fv
alias PFN_glUniformMatrix3x4fv = void function(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniformMatrix4dv
alias PFN_glUniformMatrix4dv = void function(GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniformMatrix4fv
alias PFN_glUniformMatrix4fv = void function(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniformMatrix4x2dv
alias PFN_glUniformMatrix4x2dv = void function(GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniformMatrix4x2fv
alias PFN_glUniformMatrix4x2fv = void function(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniformMatrix4x3dv
alias PFN_glUniformMatrix4x3dv = void function(GLint location, GLsizei count, GLboolean transpose, const(GLdouble)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniformMatrix4x3fv
alias PFN_glUniformMatrix4x3fv = void function(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUniformSubroutinesuiv
alias PFN_glUniformSubroutinesuiv = void function(GLenum shadertype, GLsizei count, const(GLuint)* indices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUnmapBuffer
alias PFN_glUnmapBuffer = GLboolean function(GLenum target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUnmapNamedBuffer
alias PFN_glUnmapNamedBuffer = GLboolean function(GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUseProgram
alias PFN_glUseProgram = void function(GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glUseProgramStages
alias PFN_glUseProgramStages = void function(GLuint pipeline, GLbitfield stages, GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glValidateProgram
alias PFN_glValidateProgram = void function(GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glValidateProgramPipeline
alias PFN_glValidateProgramPipeline = void function(GLuint pipeline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexArrayAttribBinding
alias PFN_glVertexArrayAttribBinding = void function(GLuint vaobj, GLuint attribindex, GLuint bindingindex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexArrayAttribFormat
alias PFN_glVertexArrayAttribFormat = void function(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexArrayAttribIFormat
alias PFN_glVertexArrayAttribIFormat = void function(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexArrayAttribLFormat
alias PFN_glVertexArrayAttribLFormat = void function(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexArrayBindingDivisor
alias PFN_glVertexArrayBindingDivisor = void function(GLuint vaobj, GLuint bindingindex, GLuint divisor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexArrayElementBuffer
alias PFN_glVertexArrayElementBuffer = void function(GLuint vaobj, GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexArrayVertexBuffer
alias PFN_glVertexArrayVertexBuffer = void function(GLuint vaobj, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexArrayVertexBuffers
alias PFN_glVertexArrayVertexBuffers = void function(GLuint vaobj, GLuint first, GLsizei count, const(GLuint)* buffers, const(GLintptr)* offsets, const(GLsizei)* strides)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib1d
alias PFN_glVertexAttrib1d = void function(GLuint index, GLdouble x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib1dv
alias PFN_glVertexAttrib1dv = void function(GLuint index, const(GLdouble)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib1f
alias PFN_glVertexAttrib1f = void function(GLuint index, GLfloat x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib1fv
alias PFN_glVertexAttrib1fv = void function(GLuint index, const(GLfloat)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib1s
alias PFN_glVertexAttrib1s = void function(GLuint index, GLshort x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib1sv
alias PFN_glVertexAttrib1sv = void function(GLuint index, const(GLshort)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib2d
alias PFN_glVertexAttrib2d = void function(GLuint index, GLdouble x, GLdouble y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib2dv
alias PFN_glVertexAttrib2dv = void function(GLuint index, const(GLdouble)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib2f
alias PFN_glVertexAttrib2f = void function(GLuint index, GLfloat x, GLfloat y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib2fv
alias PFN_glVertexAttrib2fv = void function(GLuint index, const(GLfloat)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib2s
alias PFN_glVertexAttrib2s = void function(GLuint index, GLshort x, GLshort y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib2sv
alias PFN_glVertexAttrib2sv = void function(GLuint index, const(GLshort)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib3d
alias PFN_glVertexAttrib3d = void function(GLuint index, GLdouble x, GLdouble y, GLdouble z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib3dv
alias PFN_glVertexAttrib3dv = void function(GLuint index, const(GLdouble)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib3f
alias PFN_glVertexAttrib3f = void function(GLuint index, GLfloat x, GLfloat y, GLfloat z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib3fv
alias PFN_glVertexAttrib3fv = void function(GLuint index, const(GLfloat)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib3s
alias PFN_glVertexAttrib3s = void function(GLuint index, GLshort x, GLshort y, GLshort z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib3sv
alias PFN_glVertexAttrib3sv = void function(GLuint index, const(GLshort)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib4Nbv
alias PFN_glVertexAttrib4Nbv = void function(GLuint index, const(GLbyte)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib4Niv
alias PFN_glVertexAttrib4Niv = void function(GLuint index, const(GLint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib4Nsv
alias PFN_glVertexAttrib4Nsv = void function(GLuint index, const(GLshort)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib4Nub
alias PFN_glVertexAttrib4Nub = void function(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib4Nubv
alias PFN_glVertexAttrib4Nubv = void function(GLuint index, const(GLubyte)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib4Nuiv
alias PFN_glVertexAttrib4Nuiv = void function(GLuint index, const(GLuint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib4Nusv
alias PFN_glVertexAttrib4Nusv = void function(GLuint index, const(GLushort)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib4bv
alias PFN_glVertexAttrib4bv = void function(GLuint index, const(GLbyte)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib4d
alias PFN_glVertexAttrib4d = void function(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib4dv
alias PFN_glVertexAttrib4dv = void function(GLuint index, const(GLdouble)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib4f
alias PFN_glVertexAttrib4f = void function(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib4fv
alias PFN_glVertexAttrib4fv = void function(GLuint index, const(GLfloat)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib4iv
alias PFN_glVertexAttrib4iv = void function(GLuint index, const(GLint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib4s
alias PFN_glVertexAttrib4s = void function(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib4sv
alias PFN_glVertexAttrib4sv = void function(GLuint index, const(GLshort)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib4ubv
alias PFN_glVertexAttrib4ubv = void function(GLuint index, const(GLubyte)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib4uiv
alias PFN_glVertexAttrib4uiv = void function(GLuint index, const(GLuint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttrib4usv
alias PFN_glVertexAttrib4usv = void function(GLuint index, const(GLushort)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribBinding
alias PFN_glVertexAttribBinding = void function(GLuint attribindex, GLuint bindingindex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribDivisor
alias PFN_glVertexAttribDivisor = void function(GLuint index, GLuint divisor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribFormat
alias PFN_glVertexAttribFormat = void function(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribI1i
alias PFN_glVertexAttribI1i = void function(GLuint index, GLint x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribI1iv
alias PFN_glVertexAttribI1iv = void function(GLuint index, const(GLint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribI1ui
alias PFN_glVertexAttribI1ui = void function(GLuint index, GLuint x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribI1uiv
alias PFN_glVertexAttribI1uiv = void function(GLuint index, const(GLuint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribI2i
alias PFN_glVertexAttribI2i = void function(GLuint index, GLint x, GLint y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribI2iv
alias PFN_glVertexAttribI2iv = void function(GLuint index, const(GLint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribI2ui
alias PFN_glVertexAttribI2ui = void function(GLuint index, GLuint x, GLuint y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribI2uiv
alias PFN_glVertexAttribI2uiv = void function(GLuint index, const(GLuint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribI3i
alias PFN_glVertexAttribI3i = void function(GLuint index, GLint x, GLint y, GLint z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribI3iv
alias PFN_glVertexAttribI3iv = void function(GLuint index, const(GLint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribI3ui
alias PFN_glVertexAttribI3ui = void function(GLuint index, GLuint x, GLuint y, GLuint z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribI3uiv
alias PFN_glVertexAttribI3uiv = void function(GLuint index, const(GLuint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribI4bv
alias PFN_glVertexAttribI4bv = void function(GLuint index, const(GLbyte)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribI4i
alias PFN_glVertexAttribI4i = void function(GLuint index, GLint x, GLint y, GLint z, GLint w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribI4iv
alias PFN_glVertexAttribI4iv = void function(GLuint index, const(GLint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribI4sv
alias PFN_glVertexAttribI4sv = void function(GLuint index, const(GLshort)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribI4ubv
alias PFN_glVertexAttribI4ubv = void function(GLuint index, const(GLubyte)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribI4ui
alias PFN_glVertexAttribI4ui = void function(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribI4uiv
alias PFN_glVertexAttribI4uiv = void function(GLuint index, const(GLuint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribI4usv
alias PFN_glVertexAttribI4usv = void function(GLuint index, const(GLushort)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribIFormat
alias PFN_glVertexAttribIFormat = void function(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribIPointer
alias PFN_glVertexAttribIPointer = void function(GLuint index, GLint size, GLenum type, GLsizei stride, const(void)* pointer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribL1d
alias PFN_glVertexAttribL1d = void function(GLuint index, GLdouble x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribL1dv
alias PFN_glVertexAttribL1dv = void function(GLuint index, const(GLdouble)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribL2d
alias PFN_glVertexAttribL2d = void function(GLuint index, GLdouble x, GLdouble y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribL2dv
alias PFN_glVertexAttribL2dv = void function(GLuint index, const(GLdouble)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribL3d
alias PFN_glVertexAttribL3d = void function(GLuint index, GLdouble x, GLdouble y, GLdouble z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribL3dv
alias PFN_glVertexAttribL3dv = void function(GLuint index, const(GLdouble)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribL4d
alias PFN_glVertexAttribL4d = void function(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribL4dv
alias PFN_glVertexAttribL4dv = void function(GLuint index, const(GLdouble)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribLFormat
alias PFN_glVertexAttribLFormat = void function(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribLPointer
alias PFN_glVertexAttribLPointer = void function(GLuint index, GLint size, GLenum type, GLsizei stride, const(void)* pointer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribP1ui
alias PFN_glVertexAttribP1ui = void function(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribP1uiv
alias PFN_glVertexAttribP1uiv = void function(GLuint index, GLenum type, GLboolean normalized, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribP2ui
alias PFN_glVertexAttribP2ui = void function(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribP2uiv
alias PFN_glVertexAttribP2uiv = void function(GLuint index, GLenum type, GLboolean normalized, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribP3ui
alias PFN_glVertexAttribP3ui = void function(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribP3uiv
alias PFN_glVertexAttribP3uiv = void function(GLuint index, GLenum type, GLboolean normalized, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribP4ui
alias PFN_glVertexAttribP4ui = void function(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribP4uiv
alias PFN_glVertexAttribP4uiv = void function(GLuint index, GLenum type, GLboolean normalized, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexAttribPointer
alias PFN_glVertexAttribPointer = void function(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const(void)* pointer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glVertexBindingDivisor
alias PFN_glVertexBindingDivisor = void function(GLuint bindingindex, GLuint divisor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glViewport
alias PFN_glViewport = void function(GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glViewportArrayv
alias PFN_glViewportArrayv = void function(GLuint first, GLsizei count, const(GLfloat)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glViewportIndexedf
alias PFN_glViewportIndexedf = void function(GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glViewportIndexedfv
alias PFN_glViewportIndexedfv = void function(GLuint index, const(GLfloat)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_glWaitSync
alias PFN_glWaitSync = void function(GLsync sync, GLbitfield flags, GLuint64 timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Classes

Gl
class Gl

OpenGL loader base class

Enums

GlVersion
enum GlVersion

GlVersion describes the version of OpenGL

Manifest constants

GL_ACTIVE_ATOMIC_COUNTER_BUFFERS
enum GL_ACTIVE_ATOMIC_COUNTER_BUFFERS;
Undocumented in source.
GL_ACTIVE_ATTRIBUTES
enum GL_ACTIVE_ATTRIBUTES;
Undocumented in source.
GL_ACTIVE_ATTRIBUTE_MAX_LENGTH
enum GL_ACTIVE_ATTRIBUTE_MAX_LENGTH;
Undocumented in source.
GL_ACTIVE_PROGRAM
enum GL_ACTIVE_PROGRAM;
Undocumented in source.
GL_ACTIVE_RESOURCES
enum GL_ACTIVE_RESOURCES;
Undocumented in source.
GL_ACTIVE_SUBROUTINES
enum GL_ACTIVE_SUBROUTINES;
Undocumented in source.
GL_ACTIVE_SUBROUTINE_MAX_LENGTH
enum GL_ACTIVE_SUBROUTINE_MAX_LENGTH;
Undocumented in source.
GL_ACTIVE_SUBROUTINE_UNIFORMS
enum GL_ACTIVE_SUBROUTINE_UNIFORMS;
Undocumented in source.
GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS
enum GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS;
Undocumented in source.
GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH
enum GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH;
Undocumented in source.
GL_ACTIVE_TEXTURE
enum GL_ACTIVE_TEXTURE;
Undocumented in source.
GL_ACTIVE_UNIFORMS
enum GL_ACTIVE_UNIFORMS;
Undocumented in source.
GL_ACTIVE_UNIFORM_BLOCKS
enum GL_ACTIVE_UNIFORM_BLOCKS;
Undocumented in source.
GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH
enum GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH;
Undocumented in source.
GL_ACTIVE_UNIFORM_MAX_LENGTH
enum GL_ACTIVE_UNIFORM_MAX_LENGTH;
Undocumented in source.
GL_ACTIVE_VARIABLES
enum GL_ACTIVE_VARIABLES;
Undocumented in source.
GL_ALIASED_LINE_WIDTH_RANGE
enum GL_ALIASED_LINE_WIDTH_RANGE;
Undocumented in source.
GL_ALL_BARRIER_BITS
enum GL_ALL_BARRIER_BITS;
Undocumented in source.
GL_ALL_SHADER_BITS
enum GL_ALL_SHADER_BITS;
Undocumented in source.
GL_ALPHA
enum GL_ALPHA;
Undocumented in source.
GL_ALREADY_SIGNALED
enum GL_ALREADY_SIGNALED;
Undocumented in source.
GL_ALWAYS
enum GL_ALWAYS;
Undocumented in source.
GL_AND
enum GL_AND;
Undocumented in source.
GL_AND_INVERTED
enum GL_AND_INVERTED;
Undocumented in source.
GL_AND_REVERSE
enum GL_AND_REVERSE;
Undocumented in source.
GL_ANY_SAMPLES_PASSED
enum GL_ANY_SAMPLES_PASSED;
Undocumented in source.
GL_ANY_SAMPLES_PASSED_CONSERVATIVE
enum GL_ANY_SAMPLES_PASSED_CONSERVATIVE;
Undocumented in source.
GL_ARRAY_BUFFER
enum GL_ARRAY_BUFFER;
Undocumented in source.
GL_ARRAY_BUFFER_BINDING
enum GL_ARRAY_BUFFER_BINDING;
Undocumented in source.
GL_ARRAY_SIZE
enum GL_ARRAY_SIZE;
Undocumented in source.
GL_ARRAY_STRIDE
enum GL_ARRAY_STRIDE;
Undocumented in source.
GL_ATOMIC_COUNTER_BARRIER_BIT
enum GL_ATOMIC_COUNTER_BARRIER_BIT;
Undocumented in source.
GL_ATOMIC_COUNTER_BUFFER
enum GL_ATOMIC_COUNTER_BUFFER;
Undocumented in source.
GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS
enum GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS;
Undocumented in source.
GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_INDICES
enum GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_INDICES;
Undocumented in source.
GL_ATOMIC_COUNTER_BUFFER_BINDING
enum GL_ATOMIC_COUNTER_BUFFER_BINDING;
Undocumented in source.
GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE
enum GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE;
Undocumented in source.
GL_ATOMIC_COUNTER_BUFFER_INDEX
enum GL_ATOMIC_COUNTER_BUFFER_INDEX;
Undocumented in source.
GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER
enum GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER;
Undocumented in source.
GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT_SHADER
enum GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT_SHADER;
Undocumented in source.
GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY_SHADER
enum GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY_SHADER;
Undocumented in source.
GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CONTROL_SHADER
enum GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CONTROL_SHADER;
Undocumented in source.
GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVALUATION_SHADER
enum GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVALUATION_SHADER;
Undocumented in source.
GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_SHADER
enum GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_SHADER;
Undocumented in source.
GL_ATOMIC_COUNTER_BUFFER_SIZE
enum GL_ATOMIC_COUNTER_BUFFER_SIZE;
Undocumented in source.
GL_ATOMIC_COUNTER_BUFFER_START
enum GL_ATOMIC_COUNTER_BUFFER_START;
Undocumented in source.
GL_ATTACHED_SHADERS
enum GL_ATTACHED_SHADERS;
Undocumented in source.
GL_AUTO_GENERATE_MIPMAP
enum GL_AUTO_GENERATE_MIPMAP;
Undocumented in source.
GL_BACK
enum GL_BACK;
Undocumented in source.
GL_BACK_LEFT
enum GL_BACK_LEFT;
Undocumented in source.
GL_BACK_RIGHT
enum GL_BACK_RIGHT;
Undocumented in source.
GL_BGR
enum GL_BGR;
Undocumented in source.
GL_BGRA
enum GL_BGRA;
Undocumented in source.
GL_BGRA_INTEGER
enum GL_BGRA_INTEGER;
Undocumented in source.
GL_BGR_INTEGER
enum GL_BGR_INTEGER;
Undocumented in source.
GL_BLEND
enum GL_BLEND;
Undocumented in source.
GL_BLEND_COLOR
enum GL_BLEND_COLOR;
Undocumented in source.
GL_BLEND_DST
enum GL_BLEND_DST;
Undocumented in source.
GL_BLEND_DST_ALPHA
enum GL_BLEND_DST_ALPHA;
Undocumented in source.
GL_BLEND_DST_RGB
enum GL_BLEND_DST_RGB;
Undocumented in source.
GL_BLEND_EQUATION
enum GL_BLEND_EQUATION;
Undocumented in source.
GL_BLEND_EQUATION_ALPHA
enum GL_BLEND_EQUATION_ALPHA;
Undocumented in source.
GL_BLEND_EQUATION_RGB
enum GL_BLEND_EQUATION_RGB;
Undocumented in source.
GL_BLEND_SRC
enum GL_BLEND_SRC;
Undocumented in source.
GL_BLEND_SRC_ALPHA
enum GL_BLEND_SRC_ALPHA;
Undocumented in source.
GL_BLEND_SRC_RGB
enum GL_BLEND_SRC_RGB;
Undocumented in source.
GL_BLOCK_INDEX
enum GL_BLOCK_INDEX;
Undocumented in source.
GL_BLUE
enum GL_BLUE;
Undocumented in source.
GL_BLUE_INTEGER
enum GL_BLUE_INTEGER;
Undocumented in source.
GL_BOOL
enum GL_BOOL;
Undocumented in source.
GL_BOOL_VEC2
enum GL_BOOL_VEC2;
Undocumented in source.
GL_BOOL_VEC3
enum GL_BOOL_VEC3;
Undocumented in source.
GL_BOOL_VEC4
enum GL_BOOL_VEC4;
Undocumented in source.
GL_BUFFER
enum GL_BUFFER;
Undocumented in source.
GL_BUFFER_ACCESS
enum GL_BUFFER_ACCESS;
Undocumented in source.
GL_BUFFER_ACCESS_FLAGS
enum GL_BUFFER_ACCESS_FLAGS;
Undocumented in source.
GL_BUFFER_BINDING
enum GL_BUFFER_BINDING;
Undocumented in source.
GL_BUFFER_DATA_SIZE
enum GL_BUFFER_DATA_SIZE;
Undocumented in source.
GL_BUFFER_IMMUTABLE_STORAGE
enum GL_BUFFER_IMMUTABLE_STORAGE;
Undocumented in source.
GL_BUFFER_MAPPED
enum GL_BUFFER_MAPPED;
Undocumented in source.
GL_BUFFER_MAP_LENGTH
enum GL_BUFFER_MAP_LENGTH;
Undocumented in source.
GL_BUFFER_MAP_OFFSET
enum GL_BUFFER_MAP_OFFSET;
Undocumented in source.
GL_BUFFER_MAP_POINTER
enum GL_BUFFER_MAP_POINTER;
Undocumented in source.
GL_BUFFER_SIZE
enum GL_BUFFER_SIZE;
Undocumented in source.
GL_BUFFER_STORAGE_FLAGS
enum GL_BUFFER_STORAGE_FLAGS;
Undocumented in source.
GL_BUFFER_UPDATE_BARRIER_BIT
enum GL_BUFFER_UPDATE_BARRIER_BIT;
Undocumented in source.
GL_BUFFER_USAGE
enum GL_BUFFER_USAGE;
Undocumented in source.
GL_BUFFER_VARIABLE
enum GL_BUFFER_VARIABLE;
Undocumented in source.
GL_BYTE
enum GL_BYTE;
Undocumented in source.
GL_CAVEAT_SUPPORT
enum GL_CAVEAT_SUPPORT;
Undocumented in source.
GL_CCW
enum GL_CCW;
Undocumented in source.
GL_CLAMP_READ_COLOR
enum GL_CLAMP_READ_COLOR;
Undocumented in source.
GL_CLAMP_TO_BORDER
enum GL_CLAMP_TO_BORDER;
Undocumented in source.
GL_CLAMP_TO_EDGE
enum GL_CLAMP_TO_EDGE;
Undocumented in source.
GL_CLEAR
enum GL_CLEAR;
Undocumented in source.
GL_CLEAR_BUFFER
enum GL_CLEAR_BUFFER;
Undocumented in source.
GL_CLEAR_TEXTURE
enum GL_CLEAR_TEXTURE;
Undocumented in source.
GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT
enum GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT;
Undocumented in source.
GL_CLIENT_STORAGE_BIT
enum GL_CLIENT_STORAGE_BIT;
Undocumented in source.
GL_CLIPPING_INPUT_PRIMITIVES
enum GL_CLIPPING_INPUT_PRIMITIVES;
Undocumented in source.
GL_CLIPPING_OUTPUT_PRIMITIVES
enum GL_CLIPPING_OUTPUT_PRIMITIVES;
Undocumented in source.
GL_CLIP_DEPTH_MODE
enum GL_CLIP_DEPTH_MODE;
Undocumented in source.
GL_CLIP_DISTANCE0
enum GL_CLIP_DISTANCE0;
Undocumented in source.
GL_CLIP_DISTANCE1
enum GL_CLIP_DISTANCE1;
Undocumented in source.
GL_CLIP_DISTANCE2
enum GL_CLIP_DISTANCE2;
Undocumented in source.
GL_CLIP_DISTANCE3
enum GL_CLIP_DISTANCE3;
Undocumented in source.
GL_CLIP_DISTANCE4
enum GL_CLIP_DISTANCE4;
Undocumented in source.
GL_CLIP_DISTANCE5
enum GL_CLIP_DISTANCE5;
Undocumented in source.
GL_CLIP_DISTANCE6
enum GL_CLIP_DISTANCE6;
Undocumented in source.
GL_CLIP_DISTANCE7
enum GL_CLIP_DISTANCE7;
Undocumented in source.
GL_CLIP_ORIGIN
enum GL_CLIP_ORIGIN;
Undocumented in source.
GL_COLOR
enum GL_COLOR;
Undocumented in source.
GL_COLOR_ATTACHMENT0
enum GL_COLOR_ATTACHMENT0;
Undocumented in source.
GL_COLOR_ATTACHMENT1
enum GL_COLOR_ATTACHMENT1;
Undocumented in source.
GL_COLOR_ATTACHMENT10
enum GL_COLOR_ATTACHMENT10;
Undocumented in source.
GL_COLOR_ATTACHMENT11
enum GL_COLOR_ATTACHMENT11;
Undocumented in source.
GL_COLOR_ATTACHMENT12
enum GL_COLOR_ATTACHMENT12;
Undocumented in source.
GL_COLOR_ATTACHMENT13
enum GL_COLOR_ATTACHMENT13;
Undocumented in source.
GL_COLOR_ATTACHMENT14
enum GL_COLOR_ATTACHMENT14;
Undocumented in source.
GL_COLOR_ATTACHMENT15
enum GL_COLOR_ATTACHMENT15;
Undocumented in source.
GL_COLOR_ATTACHMENT16
enum GL_COLOR_ATTACHMENT16;
Undocumented in source.
GL_COLOR_ATTACHMENT17
enum GL_COLOR_ATTACHMENT17;
Undocumented in source.
GL_COLOR_ATTACHMENT18
enum GL_COLOR_ATTACHMENT18;
Undocumented in source.
GL_COLOR_ATTACHMENT19
enum GL_COLOR_ATTACHMENT19;
Undocumented in source.
GL_COLOR_ATTACHMENT2
enum GL_COLOR_ATTACHMENT2;
Undocumented in source.
GL_COLOR_ATTACHMENT20
enum GL_COLOR_ATTACHMENT20;
Undocumented in source.
GL_COLOR_ATTACHMENT21
enum GL_COLOR_ATTACHMENT21;
Undocumented in source.
GL_COLOR_ATTACHMENT22
enum GL_COLOR_ATTACHMENT22;
Undocumented in source.
GL_COLOR_ATTACHMENT23
enum GL_COLOR_ATTACHMENT23;
Undocumented in source.
GL_COLOR_ATTACHMENT24
enum GL_COLOR_ATTACHMENT24;
Undocumented in source.
GL_COLOR_ATTACHMENT25
enum GL_COLOR_ATTACHMENT25;
Undocumented in source.
GL_COLOR_ATTACHMENT26
enum GL_COLOR_ATTACHMENT26;
Undocumented in source.
GL_COLOR_ATTACHMENT27
enum GL_COLOR_ATTACHMENT27;
Undocumented in source.
GL_COLOR_ATTACHMENT28
enum GL_COLOR_ATTACHMENT28;
Undocumented in source.
GL_COLOR_ATTACHMENT29
enum GL_COLOR_ATTACHMENT29;
Undocumented in source.
GL_COLOR_ATTACHMENT3
enum GL_COLOR_ATTACHMENT3;
Undocumented in source.
GL_COLOR_ATTACHMENT30
enum GL_COLOR_ATTACHMENT30;
Undocumented in source.
GL_COLOR_ATTACHMENT31
enum GL_COLOR_ATTACHMENT31;
Undocumented in source.
GL_COLOR_ATTACHMENT4
enum GL_COLOR_ATTACHMENT4;
Undocumented in source.
GL_COLOR_ATTACHMENT5
enum GL_COLOR_ATTACHMENT5;
Undocumented in source.
GL_COLOR_ATTACHMENT6
enum GL_COLOR_ATTACHMENT6;
Undocumented in source.
GL_COLOR_ATTACHMENT7
enum GL_COLOR_ATTACHMENT7;
Undocumented in source.
GL_COLOR_ATTACHMENT8
enum GL_COLOR_ATTACHMENT8;
Undocumented in source.
GL_COLOR_ATTACHMENT9
enum GL_COLOR_ATTACHMENT9;
Undocumented in source.
GL_COLOR_BUFFER_BIT
enum GL_COLOR_BUFFER_BIT;
Undocumented in source.
GL_COLOR_CLEAR_VALUE
enum GL_COLOR_CLEAR_VALUE;
Undocumented in source.
GL_COLOR_COMPONENTS
enum GL_COLOR_COMPONENTS;
Undocumented in source.
GL_COLOR_ENCODING
enum GL_COLOR_ENCODING;
Undocumented in source.
GL_COLOR_LOGIC_OP
enum GL_COLOR_LOGIC_OP;
Undocumented in source.
GL_COLOR_RENDERABLE
enum GL_COLOR_RENDERABLE;
Undocumented in source.
GL_COLOR_WRITEMASK
enum GL_COLOR_WRITEMASK;
Undocumented in source.
GL_COMMAND_BARRIER_BIT
enum GL_COMMAND_BARRIER_BIT;
Undocumented in source.
GL_COMPARE_REF_TO_TEXTURE
enum GL_COMPARE_REF_TO_TEXTURE;
Undocumented in source.
GL_COMPATIBLE_SUBROUTINES
enum GL_COMPATIBLE_SUBROUTINES;
Undocumented in source.
GL_COMPILE_STATUS
enum GL_COMPILE_STATUS;
Undocumented in source.
GL_COMPRESSED_R11_EAC
enum GL_COMPRESSED_R11_EAC;
Undocumented in source.
GL_COMPRESSED_RED
enum GL_COMPRESSED_RED;
Undocumented in source.
GL_COMPRESSED_RED_RGTC1
enum GL_COMPRESSED_RED_RGTC1;
Undocumented in source.
GL_COMPRESSED_RG
enum GL_COMPRESSED_RG;
Undocumented in source.
GL_COMPRESSED_RG11_EAC
enum GL_COMPRESSED_RG11_EAC;
Undocumented in source.
GL_COMPRESSED_RGB
enum GL_COMPRESSED_RGB;
Undocumented in source.
GL_COMPRESSED_RGB8_ETC2
enum GL_COMPRESSED_RGB8_ETC2;
Undocumented in source.
GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2
enum GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2;
Undocumented in source.
GL_COMPRESSED_RGBA
enum GL_COMPRESSED_RGBA;
Undocumented in source.
GL_COMPRESSED_RGBA8_ETC2_EAC
enum GL_COMPRESSED_RGBA8_ETC2_EAC;
Undocumented in source.
GL_COMPRESSED_RGBA_BPTC_UNORM
enum GL_COMPRESSED_RGBA_BPTC_UNORM;
Undocumented in source.
GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT
enum GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT;
Undocumented in source.
GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT
enum GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT;
Undocumented in source.
GL_COMPRESSED_RG_RGTC2
enum GL_COMPRESSED_RG_RGTC2;
Undocumented in source.
GL_COMPRESSED_SIGNED_R11_EAC
enum GL_COMPRESSED_SIGNED_R11_EAC;
Undocumented in source.
GL_COMPRESSED_SIGNED_RED_RGTC1
enum GL_COMPRESSED_SIGNED_RED_RGTC1;
Undocumented in source.
GL_COMPRESSED_SIGNED_RG11_EAC
enum GL_COMPRESSED_SIGNED_RG11_EAC;
Undocumented in source.
GL_COMPRESSED_SIGNED_RG_RGTC2
enum GL_COMPRESSED_SIGNED_RG_RGTC2;
Undocumented in source.
GL_COMPRESSED_SRGB
enum GL_COMPRESSED_SRGB;
Undocumented in source.
GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC
enum GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC;
Undocumented in source.
GL_COMPRESSED_SRGB8_ETC2
enum GL_COMPRESSED_SRGB8_ETC2;
Undocumented in source.
GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2
enum GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2;
Undocumented in source.
GL_COMPRESSED_SRGB_ALPHA
enum GL_COMPRESSED_SRGB_ALPHA;
Undocumented in source.
GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM
enum GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM;
Undocumented in source.
GL_COMPRESSED_TEXTURE_FORMATS
enum GL_COMPRESSED_TEXTURE_FORMATS;
Undocumented in source.
GL_COMPUTE_SHADER
enum GL_COMPUTE_SHADER;
Undocumented in source.
GL_COMPUTE_SHADER_BIT
enum GL_COMPUTE_SHADER_BIT;
Undocumented in source.
GL_COMPUTE_SHADER_INVOCATIONS
enum GL_COMPUTE_SHADER_INVOCATIONS;
Undocumented in source.
GL_COMPUTE_SUBROUTINE
enum GL_COMPUTE_SUBROUTINE;
Undocumented in source.
GL_COMPUTE_SUBROUTINE_UNIFORM
enum GL_COMPUTE_SUBROUTINE_UNIFORM;
Undocumented in source.
GL_COMPUTE_TEXTURE
enum GL_COMPUTE_TEXTURE;
Undocumented in source.
GL_COMPUTE_WORK_GROUP_SIZE
enum GL_COMPUTE_WORK_GROUP_SIZE;
Undocumented in source.
GL_CONDITION_SATISFIED
enum GL_CONDITION_SATISFIED;
Undocumented in source.
GL_CONSTANT_ALPHA
enum GL_CONSTANT_ALPHA;
Undocumented in source.
GL_CONSTANT_COLOR
enum GL_CONSTANT_COLOR;
Undocumented in source.
GL_CONTEXT_COMPATIBILITY_PROFILE_BIT
enum GL_CONTEXT_COMPATIBILITY_PROFILE_BIT;
Undocumented in source.
GL_CONTEXT_CORE_PROFILE_BIT
enum GL_CONTEXT_CORE_PROFILE_BIT;
Undocumented in source.
GL_CONTEXT_FLAGS
enum GL_CONTEXT_FLAGS;
Undocumented in source.
GL_CONTEXT_FLAG_DEBUG_BIT
enum GL_CONTEXT_FLAG_DEBUG_BIT;
Undocumented in source.
GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT
enum GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT;
Undocumented in source.
GL_CONTEXT_FLAG_NO_ERROR_BIT
enum GL_CONTEXT_FLAG_NO_ERROR_BIT;
Undocumented in source.
GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT
enum GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT;
Undocumented in source.
GL_CONTEXT_LOST
enum GL_CONTEXT_LOST;
Undocumented in source.
GL_CONTEXT_PROFILE_MASK
enum GL_CONTEXT_PROFILE_MASK;
Undocumented in source.
GL_CONTEXT_RELEASE_BEHAVIOR
enum GL_CONTEXT_RELEASE_BEHAVIOR;
Undocumented in source.
GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH
enum GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH;
Undocumented in source.
GL_COPY
enum GL_COPY;
Undocumented in source.
GL_COPY_INVERTED
enum GL_COPY_INVERTED;
Undocumented in source.
GL_COPY_READ_BUFFER
enum GL_COPY_READ_BUFFER;
Undocumented in source.
GL_COPY_READ_BUFFER_BINDING
enum GL_COPY_READ_BUFFER_BINDING;
Undocumented in source.
GL_COPY_WRITE_BUFFER
enum GL_COPY_WRITE_BUFFER;
Undocumented in source.
GL_COPY_WRITE_BUFFER_BINDING
enum GL_COPY_WRITE_BUFFER_BINDING;
Undocumented in source.
GL_CULL_FACE
enum GL_CULL_FACE;
Undocumented in source.
GL_CULL_FACE_MODE
enum GL_CULL_FACE_MODE;
Undocumented in source.
GL_CURRENT_PROGRAM
enum GL_CURRENT_PROGRAM;
Undocumented in source.
GL_CURRENT_QUERY
enum GL_CURRENT_QUERY;
Undocumented in source.
GL_CURRENT_VERTEX_ATTRIB
enum GL_CURRENT_VERTEX_ATTRIB;
Undocumented in source.
GL_CW
enum GL_CW;
Undocumented in source.
GL_DEBUG_CALLBACK_FUNCTION
enum GL_DEBUG_CALLBACK_FUNCTION;
Undocumented in source.
GL_DEBUG_CALLBACK_USER_PARAM
enum GL_DEBUG_CALLBACK_USER_PARAM;
Undocumented in source.
GL_DEBUG_GROUP_STACK_DEPTH
enum GL_DEBUG_GROUP_STACK_DEPTH;
Undocumented in source.
GL_DEBUG_LOGGED_MESSAGES
enum GL_DEBUG_LOGGED_MESSAGES;
Undocumented in source.
GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH
enum GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH;
Undocumented in source.
GL_DEBUG_OUTPUT
enum GL_DEBUG_OUTPUT;
Undocumented in source.
GL_DEBUG_OUTPUT_SYNCHRONOUS
enum GL_DEBUG_OUTPUT_SYNCHRONOUS;
Undocumented in source.
GL_DEBUG_SEVERITY_HIGH
enum GL_DEBUG_SEVERITY_HIGH;
Undocumented in source.
GL_DEBUG_SEVERITY_LOW
enum GL_DEBUG_SEVERITY_LOW;
Undocumented in source.
GL_DEBUG_SEVERITY_MEDIUM
enum GL_DEBUG_SEVERITY_MEDIUM;
Undocumented in source.
GL_DEBUG_SEVERITY_NOTIFICATION
enum GL_DEBUG_SEVERITY_NOTIFICATION;
Undocumented in source.
GL_DEBUG_SOURCE_API
enum GL_DEBUG_SOURCE_API;
Undocumented in source.
GL_DEBUG_SOURCE_APPLICATION
enum GL_DEBUG_SOURCE_APPLICATION;
Undocumented in source.
GL_DEBUG_SOURCE_OTHER
enum GL_DEBUG_SOURCE_OTHER;
Undocumented in source.
GL_DEBUG_SOURCE_SHADER_COMPILER
enum GL_DEBUG_SOURCE_SHADER_COMPILER;
Undocumented in source.
GL_DEBUG_SOURCE_THIRD_PARTY
enum GL_DEBUG_SOURCE_THIRD_PARTY;
Undocumented in source.
GL_DEBUG_SOURCE_WINDOW_SYSTEM
enum GL_DEBUG_SOURCE_WINDOW_SYSTEM;
Undocumented in source.
GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR
enum GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR;
Undocumented in source.
GL_DEBUG_TYPE_ERROR
enum GL_DEBUG_TYPE_ERROR;
Undocumented in source.
GL_DEBUG_TYPE_MARKER
enum GL_DEBUG_TYPE_MARKER;
Undocumented in source.
GL_DEBUG_TYPE_OTHER
enum GL_DEBUG_TYPE_OTHER;
Undocumented in source.
GL_DEBUG_TYPE_PERFORMANCE
enum GL_DEBUG_TYPE_PERFORMANCE;
Undocumented in source.
GL_DEBUG_TYPE_POP_GROUP
enum GL_DEBUG_TYPE_POP_GROUP;
Undocumented in source.
GL_DEBUG_TYPE_PORTABILITY
enum GL_DEBUG_TYPE_PORTABILITY;
Undocumented in source.
GL_DEBUG_TYPE_PUSH_GROUP
enum GL_DEBUG_TYPE_PUSH_GROUP;
Undocumented in source.
GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR
enum GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR;
Undocumented in source.
GL_DECR
enum GL_DECR;
Undocumented in source.
GL_DECR_WRAP
enum GL_DECR_WRAP;
Undocumented in source.
GL_DELETE_STATUS
enum GL_DELETE_STATUS;
Undocumented in source.
GL_DEPTH
enum GL_DEPTH;
Undocumented in source.
GL_DEPTH24_STENCIL8
enum GL_DEPTH24_STENCIL8;
Undocumented in source.
GL_DEPTH32F_STENCIL8
enum GL_DEPTH32F_STENCIL8;
Undocumented in source.
GL_DEPTH_ATTACHMENT
enum GL_DEPTH_ATTACHMENT;
Undocumented in source.
GL_DEPTH_BUFFER_BIT
enum GL_DEPTH_BUFFER_BIT;
Undocumented in source.
GL_DEPTH_CLAMP
enum GL_DEPTH_CLAMP;
Undocumented in source.
GL_DEPTH_CLEAR_VALUE
enum GL_DEPTH_CLEAR_VALUE;
Undocumented in source.
GL_DEPTH_COMPONENT
enum GL_DEPTH_COMPONENT;
Undocumented in source.
GL_DEPTH_COMPONENT16
enum GL_DEPTH_COMPONENT16;
Undocumented in source.
GL_DEPTH_COMPONENT24
enum GL_DEPTH_COMPONENT24;
Undocumented in source.
GL_DEPTH_COMPONENT32
enum GL_DEPTH_COMPONENT32;
Undocumented in source.
GL_DEPTH_COMPONENT32F
enum GL_DEPTH_COMPONENT32F;
Undocumented in source.
GL_DEPTH_COMPONENTS
enum GL_DEPTH_COMPONENTS;
Undocumented in source.
GL_DEPTH_FUNC
enum GL_DEPTH_FUNC;
Undocumented in source.
GL_DEPTH_RANGE
enum GL_DEPTH_RANGE;
Undocumented in source.
GL_DEPTH_RENDERABLE
enum GL_DEPTH_RENDERABLE;
Undocumented in source.
GL_DEPTH_STENCIL
enum GL_DEPTH_STENCIL;
Undocumented in source.
GL_DEPTH_STENCIL_ATTACHMENT
enum GL_DEPTH_STENCIL_ATTACHMENT;
Undocumented in source.
GL_DEPTH_STENCIL_TEXTURE_MODE
enum GL_DEPTH_STENCIL_TEXTURE_MODE;
Undocumented in source.
GL_DEPTH_TEST
enum GL_DEPTH_TEST;
Undocumented in source.
GL_DEPTH_WRITEMASK
enum GL_DEPTH_WRITEMASK;
Undocumented in source.
GL_DISPATCH_INDIRECT_BUFFER
enum GL_DISPATCH_INDIRECT_BUFFER;
Undocumented in source.
GL_DISPATCH_INDIRECT_BUFFER_BINDING
enum GL_DISPATCH_INDIRECT_BUFFER_BINDING;
Undocumented in source.
GL_DITHER
enum GL_DITHER;
Undocumented in source.
GL_DONT_CARE
enum GL_DONT_CARE;
Undocumented in source.
GL_DOUBLE
enum GL_DOUBLE;
Undocumented in source.
GL_DOUBLEBUFFER
enum GL_DOUBLEBUFFER;
Undocumented in source.
GL_DOUBLE_MAT2
enum GL_DOUBLE_MAT2;
Undocumented in source.
GL_DOUBLE_MAT2x3
enum GL_DOUBLE_MAT2x3;
Undocumented in source.
GL_DOUBLE_MAT2x4
enum GL_DOUBLE_MAT2x4;
Undocumented in source.
GL_DOUBLE_MAT3
enum GL_DOUBLE_MAT3;
Undocumented in source.
GL_DOUBLE_MAT3x2
enum GL_DOUBLE_MAT3x2;
Undocumented in source.
GL_DOUBLE_MAT3x4
enum GL_DOUBLE_MAT3x4;
Undocumented in source.
GL_DOUBLE_MAT4
enum GL_DOUBLE_MAT4;
Undocumented in source.
GL_DOUBLE_MAT4x2
enum GL_DOUBLE_MAT4x2;
Undocumented in source.
GL_DOUBLE_MAT4x3
enum GL_DOUBLE_MAT4x3;
Undocumented in source.
GL_DOUBLE_VEC2
enum GL_DOUBLE_VEC2;
Undocumented in source.
GL_DOUBLE_VEC3
enum GL_DOUBLE_VEC3;
Undocumented in source.
GL_DOUBLE_VEC4
enum GL_DOUBLE_VEC4;
Undocumented in source.
GL_DRAW_BUFFER
enum GL_DRAW_BUFFER;
Undocumented in source.
GL_DRAW_BUFFER0
enum GL_DRAW_BUFFER0;
Undocumented in source.
GL_DRAW_BUFFER1
enum GL_DRAW_BUFFER1;
Undocumented in source.
GL_DRAW_BUFFER10
enum GL_DRAW_BUFFER10;
Undocumented in source.
GL_DRAW_BUFFER11
enum GL_DRAW_BUFFER11;
Undocumented in source.
GL_DRAW_BUFFER12
enum GL_DRAW_BUFFER12;
Undocumented in source.
GL_DRAW_BUFFER13
enum GL_DRAW_BUFFER13;
Undocumented in source.
GL_DRAW_BUFFER14
enum GL_DRAW_BUFFER14;
Undocumented in source.
GL_DRAW_BUFFER15
enum GL_DRAW_BUFFER15;
Undocumented in source.
GL_DRAW_BUFFER2
enum GL_DRAW_BUFFER2;
Undocumented in source.
GL_DRAW_BUFFER3
enum GL_DRAW_BUFFER3;
Undocumented in source.
GL_DRAW_BUFFER4
enum GL_DRAW_BUFFER4;
Undocumented in source.
GL_DRAW_BUFFER5
enum GL_DRAW_BUFFER5;
Undocumented in source.
GL_DRAW_BUFFER6
enum GL_DRAW_BUFFER6;
Undocumented in source.
GL_DRAW_BUFFER7
enum GL_DRAW_BUFFER7;
Undocumented in source.
GL_DRAW_BUFFER8
enum GL_DRAW_BUFFER8;
Undocumented in source.
GL_DRAW_BUFFER9
enum GL_DRAW_BUFFER9;
Undocumented in source.
GL_DRAW_FRAMEBUFFER
enum GL_DRAW_FRAMEBUFFER;
Undocumented in source.
GL_DRAW_FRAMEBUFFER_BINDING
enum GL_DRAW_FRAMEBUFFER_BINDING;
Undocumented in source.
GL_DRAW_INDIRECT_BUFFER
enum GL_DRAW_INDIRECT_BUFFER;
Undocumented in source.
GL_DRAW_INDIRECT_BUFFER_BINDING
enum GL_DRAW_INDIRECT_BUFFER_BINDING;
Undocumented in source.
GL_DST_ALPHA
enum GL_DST_ALPHA;
Undocumented in source.
GL_DST_COLOR
enum GL_DST_COLOR;
Undocumented in source.
GL_DYNAMIC_COPY
enum GL_DYNAMIC_COPY;
Undocumented in source.
GL_DYNAMIC_DRAW
enum GL_DYNAMIC_DRAW;
Undocumented in source.
GL_DYNAMIC_READ
enum GL_DYNAMIC_READ;
Undocumented in source.
GL_DYNAMIC_STORAGE_BIT
enum GL_DYNAMIC_STORAGE_BIT;
Undocumented in source.
GL_ELEMENT_ARRAY_BARRIER_BIT
enum GL_ELEMENT_ARRAY_BARRIER_BIT;
Undocumented in source.
GL_ELEMENT_ARRAY_BUFFER
enum GL_ELEMENT_ARRAY_BUFFER;
Undocumented in source.
GL_ELEMENT_ARRAY_BUFFER_BINDING
enum GL_ELEMENT_ARRAY_BUFFER_BINDING;
Undocumented in source.
GL_EQUAL
enum GL_EQUAL;
Undocumented in source.
GL_EQUIV
enum GL_EQUIV;
Undocumented in source.
GL_EXTENSIONS
enum GL_EXTENSIONS;
Undocumented in source.
GL_FALSE
enum GL_FALSE;
Undocumented in source.
GL_FASTEST
enum GL_FASTEST;
Undocumented in source.
GL_FILL
enum GL_FILL;
Undocumented in source.
GL_FILTER
enum GL_FILTER;
Undocumented in source.
GL_FIRST_VERTEX_CONVENTION
enum GL_FIRST_VERTEX_CONVENTION;
Undocumented in source.
GL_FIXED
enum GL_FIXED;
Undocumented in source.
GL_FIXED_ONLY
enum GL_FIXED_ONLY;
Undocumented in source.
GL_FLOAT
enum GL_FLOAT;
Undocumented in source.
GL_FLOAT_32_UNSIGNED_INT_24_8_REV
enum GL_FLOAT_32_UNSIGNED_INT_24_8_REV;
Undocumented in source.
GL_FLOAT_MAT2
enum GL_FLOAT_MAT2;
Undocumented in source.
GL_FLOAT_MAT2x3
enum GL_FLOAT_MAT2x3;
Undocumented in source.
GL_FLOAT_MAT2x4
enum GL_FLOAT_MAT2x4;
Undocumented in source.
GL_FLOAT_MAT3
enum GL_FLOAT_MAT3;
Undocumented in source.
GL_FLOAT_MAT3x2
enum GL_FLOAT_MAT3x2;
Undocumented in source.
GL_FLOAT_MAT3x4
enum GL_FLOAT_MAT3x4;
Undocumented in source.
GL_FLOAT_MAT4
enum GL_FLOAT_MAT4;
Undocumented in source.
GL_FLOAT_MAT4x2
enum GL_FLOAT_MAT4x2;
Undocumented in source.
GL_FLOAT_MAT4x3
enum GL_FLOAT_MAT4x3;
Undocumented in source.
GL_FLOAT_VEC2
enum GL_FLOAT_VEC2;
Undocumented in source.
GL_FLOAT_VEC3
enum GL_FLOAT_VEC3;
Undocumented in source.
GL_FLOAT_VEC4
enum GL_FLOAT_VEC4;
Undocumented in source.
GL_FRACTIONAL_EVEN
enum GL_FRACTIONAL_EVEN;
Undocumented in source.
GL_FRACTIONAL_ODD
enum GL_FRACTIONAL_ODD;
Undocumented in source.
GL_FRAGMENT_INTERPOLATION_OFFSET_BITS
enum GL_FRAGMENT_INTERPOLATION_OFFSET_BITS;
Undocumented in source.
GL_FRAGMENT_SHADER
enum GL_FRAGMENT_SHADER;
Undocumented in source.
GL_FRAGMENT_SHADER_BIT
enum GL_FRAGMENT_SHADER_BIT;
Undocumented in source.
GL_FRAGMENT_SHADER_DERIVATIVE_HINT
enum GL_FRAGMENT_SHADER_DERIVATIVE_HINT;
Undocumented in source.
GL_FRAGMENT_SHADER_INVOCATIONS
enum GL_FRAGMENT_SHADER_INVOCATIONS;
Undocumented in source.
GL_FRAGMENT_SUBROUTINE
enum GL_FRAGMENT_SUBROUTINE;
Undocumented in source.
GL_FRAGMENT_SUBROUTINE_UNIFORM
enum GL_FRAGMENT_SUBROUTINE_UNIFORM;
Undocumented in source.
GL_FRAGMENT_TEXTURE
enum GL_FRAGMENT_TEXTURE;
Undocumented in source.
GL_FRAMEBUFFER
enum GL_FRAMEBUFFER;
Undocumented in source.
GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE
enum GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE;
Undocumented in source.
GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE
enum GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE;
Undocumented in source.
GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING
enum GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING;
Undocumented in source.
GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE
enum GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE;
Undocumented in source.
GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE
enum GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE;
Undocumented in source.
GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE
enum GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE;
Undocumented in source.
GL_FRAMEBUFFER_ATTACHMENT_LAYERED
enum GL_FRAMEBUFFER_ATTACHMENT_LAYERED;
Undocumented in source.
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME
enum GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME;
Undocumented in source.
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE
enum GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE;
Undocumented in source.
GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE
enum GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE;
Undocumented in source.
GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE
enum GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE;
Undocumented in source.
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE
enum GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE;
Undocumented in source.
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER
enum GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER;
Undocumented in source.
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL
enum GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL;
Undocumented in source.
GL_FRAMEBUFFER_BARRIER_BIT
enum GL_FRAMEBUFFER_BARRIER_BIT;
Undocumented in source.
GL_FRAMEBUFFER_BINDING
enum GL_FRAMEBUFFER_BINDING;
Undocumented in source.
GL_FRAMEBUFFER_BLEND
enum GL_FRAMEBUFFER_BLEND;
Undocumented in source.
GL_FRAMEBUFFER_COMPLETE
enum GL_FRAMEBUFFER_COMPLETE;
Undocumented in source.
GL_FRAMEBUFFER_DEFAULT
enum GL_FRAMEBUFFER_DEFAULT;
Undocumented in source.
GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS
enum GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS;
Undocumented in source.
GL_FRAMEBUFFER_DEFAULT_HEIGHT
enum GL_FRAMEBUFFER_DEFAULT_HEIGHT;
Undocumented in source.
GL_FRAMEBUFFER_DEFAULT_LAYERS
enum GL_FRAMEBUFFER_DEFAULT_LAYERS;
Undocumented in source.
GL_FRAMEBUFFER_DEFAULT_SAMPLES
enum GL_FRAMEBUFFER_DEFAULT_SAMPLES;
Undocumented in source.
GL_FRAMEBUFFER_DEFAULT_WIDTH
enum GL_FRAMEBUFFER_DEFAULT_WIDTH;
Undocumented in source.
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT
enum GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT;
Undocumented in source.
GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER
enum GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER;
Undocumented in source.
GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS
enum GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS;
Undocumented in source.
GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT
enum GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT;
Undocumented in source.
GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE
enum GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE;
Undocumented in source.
GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER
enum GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER;
Undocumented in source.
GL_FRAMEBUFFER_RENDERABLE
enum GL_FRAMEBUFFER_RENDERABLE;
Undocumented in source.
GL_FRAMEBUFFER_RENDERABLE_LAYERED
enum GL_FRAMEBUFFER_RENDERABLE_LAYERED;
Undocumented in source.
GL_FRAMEBUFFER_SRGB
enum GL_FRAMEBUFFER_SRGB;
Undocumented in source.
GL_FRAMEBUFFER_UNDEFINED
enum GL_FRAMEBUFFER_UNDEFINED;
Undocumented in source.
GL_FRAMEBUFFER_UNSUPPORTED
enum GL_FRAMEBUFFER_UNSUPPORTED;
Undocumented in source.
GL_FRONT
enum GL_FRONT;
Undocumented in source.
GL_FRONT_AND_BACK
enum GL_FRONT_AND_BACK;
Undocumented in source.
GL_FRONT_FACE
enum GL_FRONT_FACE;
Undocumented in source.
GL_FRONT_LEFT
enum GL_FRONT_LEFT;
Undocumented in source.
GL_FRONT_RIGHT
enum GL_FRONT_RIGHT;
Undocumented in source.
GL_FULL_SUPPORT
enum GL_FULL_SUPPORT;
Undocumented in source.
GL_FUNC_ADD
enum GL_FUNC_ADD;
Undocumented in source.
GL_FUNC_REVERSE_SUBTRACT
enum GL_FUNC_REVERSE_SUBTRACT;
Undocumented in source.
GL_FUNC_SUBTRACT
enum GL_FUNC_SUBTRACT;
Undocumented in source.
GL_GEOMETRY_INPUT_TYPE
enum GL_GEOMETRY_INPUT_TYPE;
Undocumented in source.
GL_GEOMETRY_OUTPUT_TYPE
enum GL_GEOMETRY_OUTPUT_TYPE;
Undocumented in source.
GL_GEOMETRY_SHADER
enum GL_GEOMETRY_SHADER;
Undocumented in source.
GL_GEOMETRY_SHADER_BIT
enum GL_GEOMETRY_SHADER_BIT;
Undocumented in source.
GL_GEOMETRY_SHADER_INVOCATIONS
enum GL_GEOMETRY_SHADER_INVOCATIONS;
Undocumented in source.
GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED
enum GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED;
Undocumented in source.
GL_GEOMETRY_SUBROUTINE
enum GL_GEOMETRY_SUBROUTINE;
Undocumented in source.
GL_GEOMETRY_SUBROUTINE_UNIFORM
enum GL_GEOMETRY_SUBROUTINE_UNIFORM;
Undocumented in source.
GL_GEOMETRY_TEXTURE
enum GL_GEOMETRY_TEXTURE;
Undocumented in source.
GL_GEOMETRY_VERTICES_OUT
enum GL_GEOMETRY_VERTICES_OUT;
Undocumented in source.
GL_GEQUAL
enum GL_GEQUAL;
Undocumented in source.
GL_GET_TEXTURE_IMAGE_FORMAT
enum GL_GET_TEXTURE_IMAGE_FORMAT;
Undocumented in source.
GL_GET_TEXTURE_IMAGE_TYPE
enum GL_GET_TEXTURE_IMAGE_TYPE;
Undocumented in source.
GL_GREATER
enum GL_GREATER;
Undocumented in source.
GL_GREEN
enum GL_GREEN;
Undocumented in source.
GL_GREEN_INTEGER
enum GL_GREEN_INTEGER;
Undocumented in source.
GL_GUILTY_CONTEXT_RESET
enum GL_GUILTY_CONTEXT_RESET;
Undocumented in source.
GL_HALF_FLOAT
enum GL_HALF_FLOAT;
Undocumented in source.
GL_HIGH_FLOAT
enum GL_HIGH_FLOAT;
Undocumented in source.
GL_HIGH_INT
enum GL_HIGH_INT;
Undocumented in source.
GL_IMAGE_1D
enum GL_IMAGE_1D;
Undocumented in source.
GL_IMAGE_1D_ARRAY
enum GL_IMAGE_1D_ARRAY;
Undocumented in source.
GL_IMAGE_2D
enum GL_IMAGE_2D;
Undocumented in source.
GL_IMAGE_2D_ARRAY
enum GL_IMAGE_2D_ARRAY;
Undocumented in source.
GL_IMAGE_2D_MULTISAMPLE
enum GL_IMAGE_2D_MULTISAMPLE;
Undocumented in source.
GL_IMAGE_2D_MULTISAMPLE_ARRAY
enum GL_IMAGE_2D_MULTISAMPLE_ARRAY;
Undocumented in source.
GL_IMAGE_2D_RECT
enum GL_IMAGE_2D_RECT;
Undocumented in source.
GL_IMAGE_3D
enum GL_IMAGE_3D;
Undocumented in source.
GL_IMAGE_BINDING_ACCESS
enum GL_IMAGE_BINDING_ACCESS;
Undocumented in source.
GL_IMAGE_BINDING_FORMAT
enum GL_IMAGE_BINDING_FORMAT;
Undocumented in source.
GL_IMAGE_BINDING_LAYER
enum GL_IMAGE_BINDING_LAYER;
Undocumented in source.
GL_IMAGE_BINDING_LAYERED
enum GL_IMAGE_BINDING_LAYERED;
Undocumented in source.
GL_IMAGE_BINDING_LEVEL
enum GL_IMAGE_BINDING_LEVEL;
Undocumented in source.
GL_IMAGE_BINDING_NAME
enum GL_IMAGE_BINDING_NAME;
Undocumented in source.
GL_IMAGE_BUFFER
enum GL_IMAGE_BUFFER;
Undocumented in source.
GL_IMAGE_CLASS_10_10_10_2
enum GL_IMAGE_CLASS_10_10_10_2;
Undocumented in source.
GL_IMAGE_CLASS_11_11_10
enum GL_IMAGE_CLASS_11_11_10;
Undocumented in source.
GL_IMAGE_CLASS_1_X_16
enum GL_IMAGE_CLASS_1_X_16;
Undocumented in source.
GL_IMAGE_CLASS_1_X_32
enum GL_IMAGE_CLASS_1_X_32;
Undocumented in source.
GL_IMAGE_CLASS_1_X_8
enum GL_IMAGE_CLASS_1_X_8;
Undocumented in source.
GL_IMAGE_CLASS_2_X_16
enum GL_IMAGE_CLASS_2_X_16;
Undocumented in source.
GL_IMAGE_CLASS_2_X_32
enum GL_IMAGE_CLASS_2_X_32;
Undocumented in source.
GL_IMAGE_CLASS_2_X_8
enum GL_IMAGE_CLASS_2_X_8;
Undocumented in source.
GL_IMAGE_CLASS_4_X_16
enum GL_IMAGE_CLASS_4_X_16;
Undocumented in source.
GL_IMAGE_CLASS_4_X_32
enum GL_IMAGE_CLASS_4_X_32;
Undocumented in source.
GL_IMAGE_CLASS_4_X_8
enum GL_IMAGE_CLASS_4_X_8;
Undocumented in source.
GL_IMAGE_COMPATIBILITY_CLASS
enum GL_IMAGE_COMPATIBILITY_CLASS;
Undocumented in source.
GL_IMAGE_CUBE
enum GL_IMAGE_CUBE;
Undocumented in source.
GL_IMAGE_CUBE_MAP_ARRAY
enum GL_IMAGE_CUBE_MAP_ARRAY;
Undocumented in source.
GL_IMAGE_FORMAT_COMPATIBILITY_BY_CLASS
enum GL_IMAGE_FORMAT_COMPATIBILITY_BY_CLASS;
Undocumented in source.
GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE
enum GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE;
Undocumented in source.
GL_IMAGE_FORMAT_COMPATIBILITY_TYPE
enum GL_IMAGE_FORMAT_COMPATIBILITY_TYPE;
Undocumented in source.
GL_IMAGE_PIXEL_FORMAT
enum GL_IMAGE_PIXEL_FORMAT;
Undocumented in source.
GL_IMAGE_PIXEL_TYPE
enum GL_IMAGE_PIXEL_TYPE;
Undocumented in source.
GL_IMAGE_TEXEL_SIZE
enum GL_IMAGE_TEXEL_SIZE;
Undocumented in source.
GL_IMPLEMENTATION_COLOR_READ_FORMAT
enum GL_IMPLEMENTATION_COLOR_READ_FORMAT;
Undocumented in source.
GL_IMPLEMENTATION_COLOR_READ_TYPE
enum GL_IMPLEMENTATION_COLOR_READ_TYPE;
Undocumented in source.
GL_INCR
enum GL_INCR;
Undocumented in source.
GL_INCR_WRAP
enum GL_INCR_WRAP;
Undocumented in source.
GL_INFO_LOG_LENGTH
enum GL_INFO_LOG_LENGTH;
Undocumented in source.
GL_INNOCENT_CONTEXT_RESET
enum GL_INNOCENT_CONTEXT_RESET;
Undocumented in source.
GL_INT
enum GL_INT;
Undocumented in source.
GL_INTERLEAVED_ATTRIBS
enum GL_INTERLEAVED_ATTRIBS;
Undocumented in source.
GL_INTERNALFORMAT_ALPHA_SIZE
enum GL_INTERNALFORMAT_ALPHA_SIZE;
Undocumented in source.
GL_INTERNALFORMAT_ALPHA_TYPE
enum GL_INTERNALFORMAT_ALPHA_TYPE;
Undocumented in source.
GL_INTERNALFORMAT_BLUE_SIZE
enum GL_INTERNALFORMAT_BLUE_SIZE;
Undocumented in source.
GL_INTERNALFORMAT_BLUE_TYPE
enum GL_INTERNALFORMAT_BLUE_TYPE;
Undocumented in source.
GL_INTERNALFORMAT_DEPTH_SIZE
enum GL_INTERNALFORMAT_DEPTH_SIZE;
Undocumented in source.
GL_INTERNALFORMAT_DEPTH_TYPE
enum GL_INTERNALFORMAT_DEPTH_TYPE;
Undocumented in source.
GL_INTERNALFORMAT_GREEN_SIZE
enum GL_INTERNALFORMAT_GREEN_SIZE;
Undocumented in source.
GL_INTERNALFORMAT_GREEN_TYPE
enum GL_INTERNALFORMAT_GREEN_TYPE;
Undocumented in source.
GL_INTERNALFORMAT_PREFERRED
enum GL_INTERNALFORMAT_PREFERRED;
Undocumented in source.
GL_INTERNALFORMAT_RED_SIZE
enum GL_INTERNALFORMAT_RED_SIZE;
Undocumented in source.
GL_INTERNALFORMAT_RED_TYPE
enum GL_INTERNALFORMAT_RED_TYPE;
Undocumented in source.
GL_INTERNALFORMAT_SHARED_SIZE
enum GL_INTERNALFORMAT_SHARED_SIZE;
Undocumented in source.
GL_INTERNALFORMAT_STENCIL_SIZE
enum GL_INTERNALFORMAT_STENCIL_SIZE;
Undocumented in source.
GL_INTERNALFORMAT_STENCIL_TYPE
enum GL_INTERNALFORMAT_STENCIL_TYPE;
Undocumented in source.
GL_INTERNALFORMAT_SUPPORTED
enum GL_INTERNALFORMAT_SUPPORTED;
Undocumented in source.
GL_INT_2_10_10_10_REV
enum GL_INT_2_10_10_10_REV;
Undocumented in source.
GL_INT_IMAGE_1D
enum GL_INT_IMAGE_1D;
Undocumented in source.
GL_INT_IMAGE_1D_ARRAY
enum GL_INT_IMAGE_1D_ARRAY;
Undocumented in source.
GL_INT_IMAGE_2D
enum GL_INT_IMAGE_2D;
Undocumented in source.
GL_INT_IMAGE_2D_ARRAY
enum GL_INT_IMAGE_2D_ARRAY;
Undocumented in source.
GL_INT_IMAGE_2D_MULTISAMPLE
enum GL_INT_IMAGE_2D_MULTISAMPLE;
Undocumented in source.
GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY
enum GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY;
Undocumented in source.
GL_INT_IMAGE_2D_RECT
enum GL_INT_IMAGE_2D_RECT;
Undocumented in source.
GL_INT_IMAGE_3D
enum GL_INT_IMAGE_3D;
Undocumented in source.
GL_INT_IMAGE_BUFFER
enum GL_INT_IMAGE_BUFFER;
Undocumented in source.
GL_INT_IMAGE_CUBE
enum GL_INT_IMAGE_CUBE;
Undocumented in source.
GL_INT_IMAGE_CUBE_MAP_ARRAY
enum GL_INT_IMAGE_CUBE_MAP_ARRAY;
Undocumented in source.
GL_INT_SAMPLER_1D
enum GL_INT_SAMPLER_1D;
Undocumented in source.
GL_INT_SAMPLER_1D_ARRAY
enum GL_INT_SAMPLER_1D_ARRAY;
Undocumented in source.
GL_INT_SAMPLER_2D
enum GL_INT_SAMPLER_2D;
Undocumented in source.
GL_INT_SAMPLER_2D_ARRAY
enum GL_INT_SAMPLER_2D_ARRAY;
Undocumented in source.
GL_INT_SAMPLER_2D_MULTISAMPLE
enum GL_INT_SAMPLER_2D_MULTISAMPLE;
Undocumented in source.
GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY
enum GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY;
Undocumented in source.
GL_INT_SAMPLER_2D_RECT
enum GL_INT_SAMPLER_2D_RECT;
Undocumented in source.
GL_INT_SAMPLER_3D
enum GL_INT_SAMPLER_3D;
Undocumented in source.
GL_INT_SAMPLER_BUFFER
enum GL_INT_SAMPLER_BUFFER;
Undocumented in source.
GL_INT_SAMPLER_CUBE
enum GL_INT_SAMPLER_CUBE;
Undocumented in source.
GL_INT_SAMPLER_CUBE_MAP_ARRAY
enum GL_INT_SAMPLER_CUBE_MAP_ARRAY;
Undocumented in source.
GL_INT_VEC2
enum GL_INT_VEC2;
Undocumented in source.
GL_INT_VEC3
enum GL_INT_VEC3;
Undocumented in source.
GL_INT_VEC4
enum GL_INT_VEC4;
Undocumented in source.
GL_INVALID_ENUM
enum GL_INVALID_ENUM;
Undocumented in source.
GL_INVALID_FRAMEBUFFER_OPERATION
enum GL_INVALID_FRAMEBUFFER_OPERATION;
Undocumented in source.
GL_INVALID_INDEX
enum GL_INVALID_INDEX;
Undocumented in source.
GL_INVALID_OPERATION
enum GL_INVALID_OPERATION;
Undocumented in source.
GL_INVALID_VALUE
enum GL_INVALID_VALUE;
Undocumented in source.
GL_INVERT
enum GL_INVERT;
Undocumented in source.
GL_ISOLINES
enum GL_ISOLINES;
Undocumented in source.
GL_IS_PER_PATCH
enum GL_IS_PER_PATCH;
Undocumented in source.
GL_IS_ROW_MAJOR
enum GL_IS_ROW_MAJOR;
Undocumented in source.
GL_KEEP
enum GL_KEEP;
Undocumented in source.
GL_LAST_VERTEX_CONVENTION
enum GL_LAST_VERTEX_CONVENTION;
Undocumented in source.
GL_LAYER_PROVOKING_VERTEX
enum GL_LAYER_PROVOKING_VERTEX;
Undocumented in source.
GL_LEFT
enum GL_LEFT;
Undocumented in source.
GL_LEQUAL
enum GL_LEQUAL;
Undocumented in source.
GL_LESS
enum GL_LESS;
Undocumented in source.
GL_LINE
enum GL_LINE;
Undocumented in source.
GL_LINEAR
enum GL_LINEAR;
Undocumented in source.
GL_LINEAR_MIPMAP_LINEAR
enum GL_LINEAR_MIPMAP_LINEAR;
Undocumented in source.
GL_LINEAR_MIPMAP_NEAREST
enum GL_LINEAR_MIPMAP_NEAREST;
Undocumented in source.
GL_LINES
enum GL_LINES;
Undocumented in source.
GL_LINES_ADJACENCY
enum GL_LINES_ADJACENCY;
Undocumented in source.
GL_LINE_LOOP
enum GL_LINE_LOOP;
Undocumented in source.
GL_LINE_SMOOTH
enum GL_LINE_SMOOTH;
Undocumented in source.
GL_LINE_SMOOTH_HINT
enum GL_LINE_SMOOTH_HINT;
Undocumented in source.
GL_LINE_STRIP
enum GL_LINE_STRIP;
Undocumented in source.
GL_LINE_STRIP_ADJACENCY
enum GL_LINE_STRIP_ADJACENCY;
Undocumented in source.
GL_LINE_WIDTH
enum GL_LINE_WIDTH;
Undocumented in source.
GL_LINE_WIDTH_GRANULARITY
enum GL_LINE_WIDTH_GRANULARITY;
Undocumented in source.
GL_LINE_WIDTH_RANGE
enum GL_LINE_WIDTH_RANGE;
Undocumented in source.
GL_LINK_STATUS
enum GL_LINK_STATUS;
Undocumented in source.
GL_LOCATION
enum GL_LOCATION;
Undocumented in source.
GL_LOCATION_COMPONENT
enum GL_LOCATION_COMPONENT;
Undocumented in source.
GL_LOCATION_INDEX
enum GL_LOCATION_INDEX;
Undocumented in source.
GL_LOGIC_OP_MODE
enum GL_LOGIC_OP_MODE;
Undocumented in source.
GL_LOSE_CONTEXT_ON_RESET
enum GL_LOSE_CONTEXT_ON_RESET;
Undocumented in source.
GL_LOWER_LEFT
enum GL_LOWER_LEFT;
Undocumented in source.
GL_LOW_FLOAT
enum GL_LOW_FLOAT;
Undocumented in source.
GL_LOW_INT
enum GL_LOW_INT;
Undocumented in source.
GL_MAJOR_VERSION
enum GL_MAJOR_VERSION;
Undocumented in source.
GL_MANUAL_GENERATE_MIPMAP
enum GL_MANUAL_GENERATE_MIPMAP;
Undocumented in source.
GL_MAP_COHERENT_BIT
enum GL_MAP_COHERENT_BIT;
Undocumented in source.
GL_MAP_FLUSH_EXPLICIT_BIT
enum GL_MAP_FLUSH_EXPLICIT_BIT;
Undocumented in source.
GL_MAP_INVALIDATE_BUFFER_BIT
enum GL_MAP_INVALIDATE_BUFFER_BIT;
Undocumented in source.
GL_MAP_INVALIDATE_RANGE_BIT
enum GL_MAP_INVALIDATE_RANGE_BIT;
Undocumented in source.
GL_MAP_PERSISTENT_BIT
enum GL_MAP_PERSISTENT_BIT;
Undocumented in source.
GL_MAP_READ_BIT
enum GL_MAP_READ_BIT;
Undocumented in source.
GL_MAP_UNSYNCHRONIZED_BIT
enum GL_MAP_UNSYNCHRONIZED_BIT;
Undocumented in source.
GL_MAP_WRITE_BIT
enum GL_MAP_WRITE_BIT;
Undocumented in source.
GL_MATRIX_STRIDE
enum GL_MATRIX_STRIDE;
Undocumented in source.
GL_MAX
enum GL_MAX;
Undocumented in source.
GL_MAX_3D_TEXTURE_SIZE
enum GL_MAX_3D_TEXTURE_SIZE;
Undocumented in source.
GL_MAX_ARRAY_TEXTURE_LAYERS
enum GL_MAX_ARRAY_TEXTURE_LAYERS;
Undocumented in source.
GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS
enum GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS;
Undocumented in source.
GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE
enum GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE;
Undocumented in source.
GL_MAX_CLIP_DISTANCES
enum GL_MAX_CLIP_DISTANCES;
Undocumented in source.
GL_MAX_COLOR_ATTACHMENTS
enum GL_MAX_COLOR_ATTACHMENTS;
Undocumented in source.
GL_MAX_COLOR_TEXTURE_SAMPLES
enum GL_MAX_COLOR_TEXTURE_SAMPLES;
Undocumented in source.
GL_MAX_COMBINED_ATOMIC_COUNTERS
enum GL_MAX_COMBINED_ATOMIC_COUNTERS;
Undocumented in source.
GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS
enum GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS;
Undocumented in source.
GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES
enum GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES;
Undocumented in source.
GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS
enum GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS;
Undocumented in source.
GL_MAX_COMBINED_DIMENSIONS
enum GL_MAX_COMBINED_DIMENSIONS;
Undocumented in source.
GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS
enum GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS;
Undocumented in source.
GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS
enum GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS;
Undocumented in source.
GL_MAX_COMBINED_IMAGE_UNIFORMS
enum GL_MAX_COMBINED_IMAGE_UNIFORMS;
Undocumented in source.
GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS
enum GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS;
Undocumented in source.
GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES
enum GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES;
Undocumented in source.
GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS
enum GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS;
Undocumented in source.
GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS
enum GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS;
Undocumented in source.
GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS
enum GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS;
Undocumented in source.
GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS
enum GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS;
Undocumented in source.
GL_MAX_COMBINED_UNIFORM_BLOCKS
enum GL_MAX_COMBINED_UNIFORM_BLOCKS;
Undocumented in source.
GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS
enum GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS;
Undocumented in source.
GL_MAX_COMPUTE_ATOMIC_COUNTERS
enum GL_MAX_COMPUTE_ATOMIC_COUNTERS;
Undocumented in source.
GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS
enum GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS;
Undocumented in source.
GL_MAX_COMPUTE_IMAGE_UNIFORMS
enum GL_MAX_COMPUTE_IMAGE_UNIFORMS;
Undocumented in source.
GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS
enum GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS;
Undocumented in source.
GL_MAX_COMPUTE_SHARED_MEMORY_SIZE
enum GL_MAX_COMPUTE_SHARED_MEMORY_SIZE;
Undocumented in source.
GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS
enum GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS;
Undocumented in source.
GL_MAX_COMPUTE_UNIFORM_BLOCKS
enum GL_MAX_COMPUTE_UNIFORM_BLOCKS;
Undocumented in source.
GL_MAX_COMPUTE_UNIFORM_COMPONENTS
enum GL_MAX_COMPUTE_UNIFORM_COMPONENTS;
Undocumented in source.
GL_MAX_COMPUTE_WORK_GROUP_COUNT
enum GL_MAX_COMPUTE_WORK_GROUP_COUNT;
Undocumented in source.
GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS
enum GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS;
Undocumented in source.
GL_MAX_COMPUTE_WORK_GROUP_SIZE
enum GL_MAX_COMPUTE_WORK_GROUP_SIZE;
Undocumented in source.
GL_MAX_CUBE_MAP_TEXTURE_SIZE
enum GL_MAX_CUBE_MAP_TEXTURE_SIZE;
Undocumented in source.
GL_MAX_CULL_DISTANCES
enum GL_MAX_CULL_DISTANCES;
Undocumented in source.
GL_MAX_DEBUG_GROUP_STACK_DEPTH
enum GL_MAX_DEBUG_GROUP_STACK_DEPTH;
Undocumented in source.
GL_MAX_DEBUG_LOGGED_MESSAGES
enum GL_MAX_DEBUG_LOGGED_MESSAGES;
Undocumented in source.
GL_MAX_DEBUG_MESSAGE_LENGTH
enum GL_MAX_DEBUG_MESSAGE_LENGTH;
Undocumented in source.
GL_MAX_DEPTH
enum GL_MAX_DEPTH;
Undocumented in source.
GL_MAX_DEPTH_TEXTURE_SAMPLES
enum GL_MAX_DEPTH_TEXTURE_SAMPLES;
Undocumented in source.
GL_MAX_DRAW_BUFFERS
enum GL_MAX_DRAW_BUFFERS;
Undocumented in source.
GL_MAX_DUAL_SOURCE_DRAW_BUFFERS
enum GL_MAX_DUAL_SOURCE_DRAW_BUFFERS;
Undocumented in source.
GL_MAX_ELEMENTS_INDICES
enum GL_MAX_ELEMENTS_INDICES;
Undocumented in source.
GL_MAX_ELEMENTS_VERTICES
enum GL_MAX_ELEMENTS_VERTICES;
Undocumented in source.
GL_MAX_ELEMENT_INDEX
enum GL_MAX_ELEMENT_INDEX;
Undocumented in source.
GL_MAX_FRAGMENT_ATOMIC_COUNTERS
enum GL_MAX_FRAGMENT_ATOMIC_COUNTERS;
Undocumented in source.
GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS
enum GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS;
Undocumented in source.
GL_MAX_FRAGMENT_IMAGE_UNIFORMS
enum GL_MAX_FRAGMENT_IMAGE_UNIFORMS;
Undocumented in source.
GL_MAX_FRAGMENT_INPUT_COMPONENTS
enum GL_MAX_FRAGMENT_INPUT_COMPONENTS;
Undocumented in source.
GL_MAX_FRAGMENT_INTERPOLATION_OFFSET
enum GL_MAX_FRAGMENT_INTERPOLATION_OFFSET;
Undocumented in source.
GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS
enum GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS;
Undocumented in source.
GL_MAX_FRAGMENT_UNIFORM_BLOCKS
enum GL_MAX_FRAGMENT_UNIFORM_BLOCKS;
Undocumented in source.
GL_MAX_FRAGMENT_UNIFORM_COMPONENTS
enum GL_MAX_FRAGMENT_UNIFORM_COMPONENTS;
Undocumented in source.
GL_MAX_FRAGMENT_UNIFORM_VECTORS
enum GL_MAX_FRAGMENT_UNIFORM_VECTORS;
Undocumented in source.
GL_MAX_FRAMEBUFFER_HEIGHT
enum GL_MAX_FRAMEBUFFER_HEIGHT;
Undocumented in source.
GL_MAX_FRAMEBUFFER_LAYERS
enum GL_MAX_FRAMEBUFFER_LAYERS;
Undocumented in source.
GL_MAX_FRAMEBUFFER_SAMPLES
enum GL_MAX_FRAMEBUFFER_SAMPLES;
Undocumented in source.
GL_MAX_FRAMEBUFFER_WIDTH
enum GL_MAX_FRAMEBUFFER_WIDTH;
Undocumented in source.
GL_MAX_GEOMETRY_ATOMIC_COUNTERS
enum GL_MAX_GEOMETRY_ATOMIC_COUNTERS;
Undocumented in source.
GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS
enum GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS;
Undocumented in source.
GL_MAX_GEOMETRY_IMAGE_UNIFORMS
enum GL_MAX_GEOMETRY_IMAGE_UNIFORMS;
Undocumented in source.
GL_MAX_GEOMETRY_INPUT_COMPONENTS
enum GL_MAX_GEOMETRY_INPUT_COMPONENTS;
Undocumented in source.
GL_MAX_GEOMETRY_OUTPUT_COMPONENTS
enum GL_MAX_GEOMETRY_OUTPUT_COMPONENTS;
Undocumented in source.
GL_MAX_GEOMETRY_OUTPUT_VERTICES
enum GL_MAX_GEOMETRY_OUTPUT_VERTICES;
Undocumented in source.
GL_MAX_GEOMETRY_SHADER_INVOCATIONS
enum GL_MAX_GEOMETRY_SHADER_INVOCATIONS;
Undocumented in source.
GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS
enum GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS;
Undocumented in source.
GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS
enum GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS;
Undocumented in source.
GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS
enum GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS;
Undocumented in source.
GL_MAX_GEOMETRY_UNIFORM_BLOCKS
enum GL_MAX_GEOMETRY_UNIFORM_BLOCKS;
Undocumented in source.
GL_MAX_GEOMETRY_UNIFORM_COMPONENTS
enum GL_MAX_GEOMETRY_UNIFORM_COMPONENTS;
Undocumented in source.
GL_MAX_HEIGHT
enum GL_MAX_HEIGHT;
Undocumented in source.
GL_MAX_IMAGE_SAMPLES
enum GL_MAX_IMAGE_SAMPLES;
Undocumented in source.
GL_MAX_IMAGE_UNITS
enum GL_MAX_IMAGE_UNITS;
Undocumented in source.
GL_MAX_INTEGER_SAMPLES
enum GL_MAX_INTEGER_SAMPLES;
Undocumented in source.
GL_MAX_LABEL_LENGTH
enum GL_MAX_LABEL_LENGTH;
Undocumented in source.
GL_MAX_LAYERS
enum GL_MAX_LAYERS;
Undocumented in source.
GL_MAX_NAME_LENGTH
enum GL_MAX_NAME_LENGTH;
Undocumented in source.
GL_MAX_NUM_ACTIVE_VARIABLES
enum GL_MAX_NUM_ACTIVE_VARIABLES;
Undocumented in source.
GL_MAX_NUM_COMPATIBLE_SUBROUTINES
enum GL_MAX_NUM_COMPATIBLE_SUBROUTINES;
Undocumented in source.
GL_MAX_PATCH_VERTICES
enum GL_MAX_PATCH_VERTICES;
Undocumented in source.
GL_MAX_PROGRAM_TEXEL_OFFSET
enum GL_MAX_PROGRAM_TEXEL_OFFSET;
Undocumented in source.
GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET
enum GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET;
Undocumented in source.
GL_MAX_RECTANGLE_TEXTURE_SIZE
enum GL_MAX_RECTANGLE_TEXTURE_SIZE;
Undocumented in source.
GL_MAX_RENDERBUFFER_SIZE
enum GL_MAX_RENDERBUFFER_SIZE;
Undocumented in source.
GL_MAX_SAMPLES
enum GL_MAX_SAMPLES;
Undocumented in source.
GL_MAX_SAMPLE_MASK_WORDS
enum GL_MAX_SAMPLE_MASK_WORDS;
Undocumented in source.
GL_MAX_SERVER_WAIT_TIMEOUT
enum GL_MAX_SERVER_WAIT_TIMEOUT;
Undocumented in source.
GL_MAX_SHADER_STORAGE_BLOCK_SIZE
enum GL_MAX_SHADER_STORAGE_BLOCK_SIZE;
Undocumented in source.
GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS
enum GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS;
Undocumented in source.
GL_MAX_SUBROUTINES
enum GL_MAX_SUBROUTINES;
Undocumented in source.
GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS
enum GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS;
Undocumented in source.
GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS
enum GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS;
Undocumented in source.
GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS
enum GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS;
Undocumented in source.
GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS
enum GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS;
Undocumented in source.
GL_MAX_TESS_CONTROL_INPUT_COMPONENTS
enum GL_MAX_TESS_CONTROL_INPUT_COMPONENTS;
Undocumented in source.
GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS
enum GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS;
Undocumented in source.
GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS
enum GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS;
Undocumented in source.
GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS
enum GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS;
Undocumented in source.
GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS
enum GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS;
Undocumented in source.
GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS
enum GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS;
Undocumented in source.
GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS
enum GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS;
Undocumented in source.
GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS
enum GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS;
Undocumented in source.
GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS
enum GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS;
Undocumented in source.
GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS
enum GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS;
Undocumented in source.
GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS
enum GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS;
Undocumented in source.
GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS
enum GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS;
Undocumented in source.
GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS
enum GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS;
Undocumented in source.
GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS
enum GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS;
Undocumented in source.
GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS
enum GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS;
Undocumented in source.
GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS
enum GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS;
Undocumented in source.
GL_MAX_TESS_GEN_LEVEL
enum GL_MAX_TESS_GEN_LEVEL;
Undocumented in source.
GL_MAX_TESS_PATCH_COMPONENTS
enum GL_MAX_TESS_PATCH_COMPONENTS;
Undocumented in source.
GL_MAX_TEXTURE_BUFFER_SIZE
enum GL_MAX_TEXTURE_BUFFER_SIZE;
Undocumented in source.
GL_MAX_TEXTURE_IMAGE_UNITS
enum GL_MAX_TEXTURE_IMAGE_UNITS;
Undocumented in source.
GL_MAX_TEXTURE_LOD_BIAS
enum GL_MAX_TEXTURE_LOD_BIAS;
Undocumented in source.
GL_MAX_TEXTURE_MAX_ANISOTROPY
enum GL_MAX_TEXTURE_MAX_ANISOTROPY;
Undocumented in source.
GL_MAX_TEXTURE_SIZE
enum GL_MAX_TEXTURE_SIZE;
Undocumented in source.
GL_MAX_TRANSFORM_FEEDBACK_BUFFERS
enum GL_MAX_TRANSFORM_FEEDBACK_BUFFERS;
Undocumented in source.
GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS
enum GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS;
Undocumented in source.
GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS
enum GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS;
Undocumented in source.
GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS
enum GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS;
Undocumented in source.
GL_MAX_UNIFORM_BLOCK_SIZE
enum GL_MAX_UNIFORM_BLOCK_SIZE;
Undocumented in source.
GL_MAX_UNIFORM_BUFFER_BINDINGS
enum GL_MAX_UNIFORM_BUFFER_BINDINGS;
Undocumented in source.
GL_MAX_UNIFORM_LOCATIONS
enum GL_MAX_UNIFORM_LOCATIONS;
Undocumented in source.
GL_MAX_VARYING_COMPONENTS
enum GL_MAX_VARYING_COMPONENTS;
Undocumented in source.
GL_MAX_VARYING_FLOATS
enum GL_MAX_VARYING_FLOATS;
Undocumented in source.
GL_MAX_VARYING_VECTORS
enum GL_MAX_VARYING_VECTORS;
Undocumented in source.
GL_MAX_VERTEX_ATOMIC_COUNTERS
enum GL_MAX_VERTEX_ATOMIC_COUNTERS;
Undocumented in source.
GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS
enum GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS;
Undocumented in source.
GL_MAX_VERTEX_ATTRIBS
enum GL_MAX_VERTEX_ATTRIBS;
Undocumented in source.
GL_MAX_VERTEX_ATTRIB_BINDINGS
enum GL_MAX_VERTEX_ATTRIB_BINDINGS;
Undocumented in source.
GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET
enum GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET;
Undocumented in source.
GL_MAX_VERTEX_ATTRIB_STRIDE
enum GL_MAX_VERTEX_ATTRIB_STRIDE;
Undocumented in source.
GL_MAX_VERTEX_IMAGE_UNIFORMS
enum GL_MAX_VERTEX_IMAGE_UNIFORMS;
Undocumented in source.
GL_MAX_VERTEX_OUTPUT_COMPONENTS
enum GL_MAX_VERTEX_OUTPUT_COMPONENTS;
Undocumented in source.
GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS
enum GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS;
Undocumented in source.
GL_MAX_VERTEX_STREAMS
enum GL_MAX_VERTEX_STREAMS;
Undocumented in source.
GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS
enum GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS;
Undocumented in source.
GL_MAX_VERTEX_UNIFORM_BLOCKS
enum GL_MAX_VERTEX_UNIFORM_BLOCKS;
Undocumented in source.
GL_MAX_VERTEX_UNIFORM_COMPONENTS
enum GL_MAX_VERTEX_UNIFORM_COMPONENTS;
Undocumented in source.
GL_MAX_VERTEX_UNIFORM_VECTORS
enum GL_MAX_VERTEX_UNIFORM_VECTORS;
Undocumented in source.
GL_MAX_VIEWPORTS
enum GL_MAX_VIEWPORTS;
Undocumented in source.
GL_MAX_VIEWPORT_DIMS
enum GL_MAX_VIEWPORT_DIMS;
Undocumented in source.
GL_MAX_WIDTH
enum GL_MAX_WIDTH;
Undocumented in source.
GL_MEDIUM_FLOAT
enum GL_MEDIUM_FLOAT;
Undocumented in source.
GL_MEDIUM_INT
enum GL_MEDIUM_INT;
Undocumented in source.
GL_MIN
enum GL_MIN;
Undocumented in source.
GL_MINOR_VERSION
enum GL_MINOR_VERSION;
Undocumented in source.
GL_MIN_FRAGMENT_INTERPOLATION_OFFSET
enum GL_MIN_FRAGMENT_INTERPOLATION_OFFSET;
Undocumented in source.
GL_MIN_MAP_BUFFER_ALIGNMENT
enum GL_MIN_MAP_BUFFER_ALIGNMENT;
Undocumented in source.
GL_MIN_PROGRAM_TEXEL_OFFSET
enum GL_MIN_PROGRAM_TEXEL_OFFSET;
Undocumented in source.
GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET
enum GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET;
Undocumented in source.
GL_MIN_SAMPLE_SHADING_VALUE
enum GL_MIN_SAMPLE_SHADING_VALUE;
Undocumented in source.
GL_MIPMAP
enum GL_MIPMAP;
Undocumented in source.
GL_MIRRORED_REPEAT
enum GL_MIRRORED_REPEAT;
Undocumented in source.
GL_MIRROR_CLAMP_TO_EDGE
enum GL_MIRROR_CLAMP_TO_EDGE;
Undocumented in source.
GL_MULTISAMPLE
enum GL_MULTISAMPLE;
Undocumented in source.
GL_NAME_LENGTH
enum GL_NAME_LENGTH;
Undocumented in source.
GL_NAND
enum GL_NAND;
Undocumented in source.
GL_NEAREST
enum GL_NEAREST;
Undocumented in source.
GL_NEAREST_MIPMAP_LINEAR
enum GL_NEAREST_MIPMAP_LINEAR;
Undocumented in source.
GL_NEAREST_MIPMAP_NEAREST
enum GL_NEAREST_MIPMAP_NEAREST;
Undocumented in source.
GL_NEGATIVE_ONE_TO_ONE
enum GL_NEGATIVE_ONE_TO_ONE;
Undocumented in source.
GL_NEVER
enum GL_NEVER;
Undocumented in source.
GL_NICEST
enum GL_NICEST;
Undocumented in source.
GL_NONE
enum GL_NONE;
Undocumented in source.
GL_NOOP
enum GL_NOOP;
Undocumented in source.
GL_NOR
enum GL_NOR;
Undocumented in source.
GL_NOTEQUAL
enum GL_NOTEQUAL;
Undocumented in source.
GL_NO_ERROR
enum GL_NO_ERROR;
Undocumented in source.
GL_NO_RESET_NOTIFICATION
enum GL_NO_RESET_NOTIFICATION;
Undocumented in source.
GL_NUM_ACTIVE_VARIABLES
enum GL_NUM_ACTIVE_VARIABLES;
Undocumented in source.
GL_NUM_COMPATIBLE_SUBROUTINES
enum GL_NUM_COMPATIBLE_SUBROUTINES;
Undocumented in source.
GL_NUM_COMPRESSED_TEXTURE_FORMATS
enum GL_NUM_COMPRESSED_TEXTURE_FORMATS;
Undocumented in source.
GL_NUM_EXTENSIONS
enum GL_NUM_EXTENSIONS;
Undocumented in source.
GL_NUM_PROGRAM_BINARY_FORMATS
enum GL_NUM_PROGRAM_BINARY_FORMATS;
Undocumented in source.
GL_NUM_SAMPLE_COUNTS
enum GL_NUM_SAMPLE_COUNTS;
Undocumented in source.
GL_NUM_SHADER_BINARY_FORMATS
enum GL_NUM_SHADER_BINARY_FORMATS;
Undocumented in source.
GL_NUM_SHADING_LANGUAGE_VERSIONS
enum GL_NUM_SHADING_LANGUAGE_VERSIONS;
Undocumented in source.
GL_NUM_SPIR_V_EXTENSIONS
enum GL_NUM_SPIR_V_EXTENSIONS;
Undocumented in source.
GL_OBJECT_TYPE
enum GL_OBJECT_TYPE;
Undocumented in source.
GL_OFFSET
enum GL_OFFSET;
Undocumented in source.
GL_ONE
enum GL_ONE;
Undocumented in source.
GL_ONE_MINUS_CONSTANT_ALPHA
enum GL_ONE_MINUS_CONSTANT_ALPHA;
Undocumented in source.
GL_ONE_MINUS_CONSTANT_COLOR
enum GL_ONE_MINUS_CONSTANT_COLOR;
Undocumented in source.
GL_ONE_MINUS_DST_ALPHA
enum GL_ONE_MINUS_DST_ALPHA;
Undocumented in source.
GL_ONE_MINUS_DST_COLOR
enum GL_ONE_MINUS_DST_COLOR;
Undocumented in source.
GL_ONE_MINUS_SRC1_ALPHA
enum GL_ONE_MINUS_SRC1_ALPHA;
Undocumented in source.
GL_ONE_MINUS_SRC1_COLOR
enum GL_ONE_MINUS_SRC1_COLOR;
Undocumented in source.
GL_ONE_MINUS_SRC_ALPHA
enum GL_ONE_MINUS_SRC_ALPHA;
Undocumented in source.
GL_ONE_MINUS_SRC_COLOR
enum GL_ONE_MINUS_SRC_COLOR;
Undocumented in source.
GL_OR
enum GL_OR;
Undocumented in source.
GL_OR_INVERTED
enum GL_OR_INVERTED;
Undocumented in source.
GL_OR_REVERSE
enum GL_OR_REVERSE;
Undocumented in source.
GL_OUT_OF_MEMORY
enum GL_OUT_OF_MEMORY;
Undocumented in source.
GL_PACK_ALIGNMENT
enum GL_PACK_ALIGNMENT;
Undocumented in source.
GL_PACK_COMPRESSED_BLOCK_DEPTH
enum GL_PACK_COMPRESSED_BLOCK_DEPTH;
Undocumented in source.
GL_PACK_COMPRESSED_BLOCK_HEIGHT
enum GL_PACK_COMPRESSED_BLOCK_HEIGHT;
Undocumented in source.
GL_PACK_COMPRESSED_BLOCK_SIZE
enum GL_PACK_COMPRESSED_BLOCK_SIZE;
Undocumented in source.
GL_PACK_COMPRESSED_BLOCK_WIDTH
enum GL_PACK_COMPRESSED_BLOCK_WIDTH;
Undocumented in source.
GL_PACK_IMAGE_HEIGHT
enum GL_PACK_IMAGE_HEIGHT;
Undocumented in source.
GL_PACK_LSB_FIRST
enum GL_PACK_LSB_FIRST;
Undocumented in source.
GL_PACK_ROW_LENGTH
enum GL_PACK_ROW_LENGTH;
Undocumented in source.
GL_PACK_SKIP_IMAGES
enum GL_PACK_SKIP_IMAGES;
Undocumented in source.
GL_PACK_SKIP_PIXELS
enum GL_PACK_SKIP_PIXELS;
Undocumented in source.
GL_PACK_SKIP_ROWS
enum GL_PACK_SKIP_ROWS;
Undocumented in source.
GL_PACK_SWAP_BYTES
enum GL_PACK_SWAP_BYTES;
Undocumented in source.
GL_PARAMETER_BUFFER
enum GL_PARAMETER_BUFFER;
Undocumented in source.
GL_PARAMETER_BUFFER_BINDING
enum GL_PARAMETER_BUFFER_BINDING;
Undocumented in source.
GL_PATCHES
enum GL_PATCHES;
Undocumented in source.
GL_PATCH_DEFAULT_INNER_LEVEL
enum GL_PATCH_DEFAULT_INNER_LEVEL;
Undocumented in source.
GL_PATCH_DEFAULT_OUTER_LEVEL
enum GL_PATCH_DEFAULT_OUTER_LEVEL;
Undocumented in source.
GL_PATCH_VERTICES
enum GL_PATCH_VERTICES;
Undocumented in source.
GL_PIXEL_BUFFER_BARRIER_BIT
enum GL_PIXEL_BUFFER_BARRIER_BIT;
Undocumented in source.
GL_PIXEL_PACK_BUFFER
enum GL_PIXEL_PACK_BUFFER;
Undocumented in source.
GL_PIXEL_PACK_BUFFER_BINDING
enum GL_PIXEL_PACK_BUFFER_BINDING;
Undocumented in source.
GL_PIXEL_UNPACK_BUFFER
enum GL_PIXEL_UNPACK_BUFFER;
Undocumented in source.
GL_PIXEL_UNPACK_BUFFER_BINDING
enum GL_PIXEL_UNPACK_BUFFER_BINDING;
Undocumented in source.
GL_POINT
enum GL_POINT;
Undocumented in source.
GL_POINTS
enum GL_POINTS;
Undocumented in source.
GL_POINT_FADE_THRESHOLD_SIZE
enum GL_POINT_FADE_THRESHOLD_SIZE;
Undocumented in source.
GL_POINT_SIZE
enum GL_POINT_SIZE;
Undocumented in source.
GL_POINT_SIZE_GRANULARITY
enum GL_POINT_SIZE_GRANULARITY;
Undocumented in source.
GL_POINT_SIZE_RANGE
enum GL_POINT_SIZE_RANGE;
Undocumented in source.
GL_POINT_SPRITE_COORD_ORIGIN
enum GL_POINT_SPRITE_COORD_ORIGIN;
Undocumented in source.
GL_POLYGON_MODE
enum GL_POLYGON_MODE;
Undocumented in source.
GL_POLYGON_OFFSET_CLAMP
enum GL_POLYGON_OFFSET_CLAMP;
Undocumented in source.
GL_POLYGON_OFFSET_CLAMP_EXT
enum GL_POLYGON_OFFSET_CLAMP_EXT;
Undocumented in source.
GL_POLYGON_OFFSET_FACTOR
enum GL_POLYGON_OFFSET_FACTOR;
Undocumented in source.
GL_POLYGON_OFFSET_FILL
enum GL_POLYGON_OFFSET_FILL;
Undocumented in source.
GL_POLYGON_OFFSET_LINE
enum GL_POLYGON_OFFSET_LINE;
Undocumented in source.
GL_POLYGON_OFFSET_POINT
enum GL_POLYGON_OFFSET_POINT;
Undocumented in source.
GL_POLYGON_OFFSET_UNITS
enum GL_POLYGON_OFFSET_UNITS;
Undocumented in source.
GL_POLYGON_SMOOTH
enum GL_POLYGON_SMOOTH;
Undocumented in source.
GL_POLYGON_SMOOTH_HINT
enum GL_POLYGON_SMOOTH_HINT;
Undocumented in source.
GL_PRIMITIVES_GENERATED
enum GL_PRIMITIVES_GENERATED;
Undocumented in source.
GL_PRIMITIVES_SUBMITTED
enum GL_PRIMITIVES_SUBMITTED;
Undocumented in source.
GL_PRIMITIVE_RESTART
enum GL_PRIMITIVE_RESTART;
Undocumented in source.
GL_PRIMITIVE_RESTART_FIXED_INDEX
enum GL_PRIMITIVE_RESTART_FIXED_INDEX;
Undocumented in source.
GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED
enum GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED;
Undocumented in source.
GL_PRIMITIVE_RESTART_INDEX
enum GL_PRIMITIVE_RESTART_INDEX;
Undocumented in source.
GL_PROGRAM
enum GL_PROGRAM;
Undocumented in source.
GL_PROGRAM_BINARY_FORMATS
enum GL_PROGRAM_BINARY_FORMATS;
Undocumented in source.
GL_PROGRAM_BINARY_LENGTH
enum GL_PROGRAM_BINARY_LENGTH;
Undocumented in source.
GL_PROGRAM_BINARY_RETRIEVABLE_HINT
enum GL_PROGRAM_BINARY_RETRIEVABLE_HINT;
Undocumented in source.
GL_PROGRAM_INPUT
enum GL_PROGRAM_INPUT;
Undocumented in source.
GL_PROGRAM_OUTPUT
enum GL_PROGRAM_OUTPUT;
Undocumented in source.
GL_PROGRAM_PIPELINE
enum GL_PROGRAM_PIPELINE;
Undocumented in source.
GL_PROGRAM_PIPELINE_BINDING
enum GL_PROGRAM_PIPELINE_BINDING;
Undocumented in source.
GL_PROGRAM_POINT_SIZE
enum GL_PROGRAM_POINT_SIZE;
Undocumented in source.
GL_PROGRAM_SEPARABLE
enum GL_PROGRAM_SEPARABLE;
Undocumented in source.
GL_PROVOKING_VERTEX
enum GL_PROVOKING_VERTEX;
Undocumented in source.
GL_PROXY_TEXTURE_1D
enum GL_PROXY_TEXTURE_1D;
Undocumented in source.
GL_PROXY_TEXTURE_1D_ARRAY
enum GL_PROXY_TEXTURE_1D_ARRAY;
Undocumented in source.
GL_PROXY_TEXTURE_2D
enum GL_PROXY_TEXTURE_2D;
Undocumented in source.
GL_PROXY_TEXTURE_2D_ARRAY
enum GL_PROXY_TEXTURE_2D_ARRAY;
Undocumented in source.
GL_PROXY_TEXTURE_2D_MULTISAMPLE
enum GL_PROXY_TEXTURE_2D_MULTISAMPLE;
Undocumented in source.
GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY
enum GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY;
Undocumented in source.
GL_PROXY_TEXTURE_3D
enum GL_PROXY_TEXTURE_3D;
Undocumented in source.
GL_PROXY_TEXTURE_CUBE_MAP
enum GL_PROXY_TEXTURE_CUBE_MAP;
Undocumented in source.
GL_PROXY_TEXTURE_CUBE_MAP_ARRAY
enum GL_PROXY_TEXTURE_CUBE_MAP_ARRAY;
Undocumented in source.
GL_PROXY_TEXTURE_RECTANGLE
enum GL_PROXY_TEXTURE_RECTANGLE;
Undocumented in source.
GL_QUADS
enum GL_QUADS;
Undocumented in source.
GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION
enum GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION;
Undocumented in source.
GL_QUERY
enum GL_QUERY;
Undocumented in source.
GL_QUERY_BUFFER
enum GL_QUERY_BUFFER;
Undocumented in source.
GL_QUERY_BUFFER_BARRIER_BIT
enum GL_QUERY_BUFFER_BARRIER_BIT;
Undocumented in source.
GL_QUERY_BUFFER_BINDING
enum GL_QUERY_BUFFER_BINDING;
Undocumented in source.
GL_QUERY_BY_REGION_NO_WAIT
enum GL_QUERY_BY_REGION_NO_WAIT;
Undocumented in source.
GL_QUERY_BY_REGION_NO_WAIT_INVERTED
enum GL_QUERY_BY_REGION_NO_WAIT_INVERTED;
Undocumented in source.
GL_QUERY_BY_REGION_WAIT
enum GL_QUERY_BY_REGION_WAIT;
Undocumented in source.
GL_QUERY_BY_REGION_WAIT_INVERTED
enum GL_QUERY_BY_REGION_WAIT_INVERTED;
Undocumented in source.
GL_QUERY_COUNTER_BITS
enum GL_QUERY_COUNTER_BITS;
Undocumented in source.
GL_QUERY_NO_WAIT
enum GL_QUERY_NO_WAIT;
Undocumented in source.
GL_QUERY_NO_WAIT_INVERTED
enum GL_QUERY_NO_WAIT_INVERTED;
Undocumented in source.
GL_QUERY_RESULT
enum GL_QUERY_RESULT;
Undocumented in source.
GL_QUERY_RESULT_AVAILABLE
enum GL_QUERY_RESULT_AVAILABLE;
Undocumented in source.
GL_QUERY_RESULT_NO_WAIT
enum GL_QUERY_RESULT_NO_WAIT;
Undocumented in source.
GL_QUERY_TARGET
enum GL_QUERY_TARGET;
Undocumented in source.
GL_QUERY_WAIT
enum GL_QUERY_WAIT;
Undocumented in source.
GL_QUERY_WAIT_INVERTED
enum GL_QUERY_WAIT_INVERTED;
Undocumented in source.
GL_R11F_G11F_B10F
enum GL_R11F_G11F_B10F;
Undocumented in source.
GL_R16
enum GL_R16;
Undocumented in source.
GL_R16F
enum GL_R16F;
Undocumented in source.
GL_R16I
enum GL_R16I;
Undocumented in source.
GL_R16UI
enum GL_R16UI;
Undocumented in source.
GL_R16_SNORM
enum GL_R16_SNORM;
Undocumented in source.
GL_R32F
enum GL_R32F;
Undocumented in source.
GL_R32I
enum GL_R32I;
Undocumented in source.
GL_R32UI
enum GL_R32UI;
Undocumented in source.
GL_R3_G3_B2
enum GL_R3_G3_B2;
Undocumented in source.
GL_R8
enum GL_R8;
Undocumented in source.
GL_R8I
enum GL_R8I;
Undocumented in source.
GL_R8UI
enum GL_R8UI;
Undocumented in source.
GL_R8_SNORM
enum GL_R8_SNORM;
Undocumented in source.
GL_RASTERIZER_DISCARD
enum GL_RASTERIZER_DISCARD;
Undocumented in source.
GL_READ_BUFFER
enum GL_READ_BUFFER;
Undocumented in source.
GL_READ_FRAMEBUFFER
enum GL_READ_FRAMEBUFFER;
Undocumented in source.
GL_READ_FRAMEBUFFER_BINDING
enum GL_READ_FRAMEBUFFER_BINDING;
Undocumented in source.
GL_READ_ONLY
enum GL_READ_ONLY;
Undocumented in source.
GL_READ_PIXELS
enum GL_READ_PIXELS;
Undocumented in source.
GL_READ_PIXELS_FORMAT
enum GL_READ_PIXELS_FORMAT;
Undocumented in source.
GL_READ_PIXELS_TYPE
enum GL_READ_PIXELS_TYPE;
Undocumented in source.
GL_READ_WRITE
enum GL_READ_WRITE;
Undocumented in source.
GL_RED
enum GL_RED;
Undocumented in source.
GL_RED_INTEGER
enum GL_RED_INTEGER;
Undocumented in source.
GL_REFERENCED_BY_COMPUTE_SHADER
enum GL_REFERENCED_BY_COMPUTE_SHADER;
Undocumented in source.
GL_REFERENCED_BY_FRAGMENT_SHADER
enum GL_REFERENCED_BY_FRAGMENT_SHADER;
Undocumented in source.
GL_REFERENCED_BY_GEOMETRY_SHADER
enum GL_REFERENCED_BY_GEOMETRY_SHADER;
Undocumented in source.
GL_REFERENCED_BY_TESS_CONTROL_SHADER
enum GL_REFERENCED_BY_TESS_CONTROL_SHADER;
Undocumented in source.
GL_REFERENCED_BY_TESS_EVALUATION_SHADER
enum GL_REFERENCED_BY_TESS_EVALUATION_SHADER;
Undocumented in source.
GL_REFERENCED_BY_VERTEX_SHADER
enum GL_REFERENCED_BY_VERTEX_SHADER;
Undocumented in source.
GL_RENDERBUFFER
enum GL_RENDERBUFFER;
Undocumented in source.
GL_RENDERBUFFER_ALPHA_SIZE
enum GL_RENDERBUFFER_ALPHA_SIZE;
Undocumented in source.
GL_RENDERBUFFER_BINDING
enum GL_RENDERBUFFER_BINDING;
Undocumented in source.
GL_RENDERBUFFER_BLUE_SIZE
enum GL_RENDERBUFFER_BLUE_SIZE;
Undocumented in source.
GL_RENDERBUFFER_DEPTH_SIZE
enum GL_RENDERBUFFER_DEPTH_SIZE;
Undocumented in source.
GL_RENDERBUFFER_GREEN_SIZE
enum GL_RENDERBUFFER_GREEN_SIZE;
Undocumented in source.
GL_RENDERBUFFER_HEIGHT
enum GL_RENDERBUFFER_HEIGHT;
Undocumented in source.
GL_RENDERBUFFER_INTERNAL_FORMAT
enum GL_RENDERBUFFER_INTERNAL_FORMAT;
Undocumented in source.
GL_RENDERBUFFER_RED_SIZE
enum GL_RENDERBUFFER_RED_SIZE;
Undocumented in source.
GL_RENDERBUFFER_SAMPLES
enum GL_RENDERBUFFER_SAMPLES;
Undocumented in source.
GL_RENDERBUFFER_STENCIL_SIZE
enum GL_RENDERBUFFER_STENCIL_SIZE;
Undocumented in source.
GL_RENDERBUFFER_WIDTH
enum GL_RENDERBUFFER_WIDTH;
Undocumented in source.
GL_RENDERER
enum GL_RENDERER;
Undocumented in source.
GL_REPEAT
enum GL_REPEAT;
Undocumented in source.
GL_REPLACE
enum GL_REPLACE;
Undocumented in source.
GL_RESET_NOTIFICATION_STRATEGY
enum GL_RESET_NOTIFICATION_STRATEGY;
Undocumented in source.
GL_RG
enum GL_RG;
Undocumented in source.
GL_RG16
enum GL_RG16;
Undocumented in source.
GL_RG16F
enum GL_RG16F;
Undocumented in source.
GL_RG16I
enum GL_RG16I;
Undocumented in source.
GL_RG16UI
enum GL_RG16UI;
Undocumented in source.
GL_RG16_SNORM
enum GL_RG16_SNORM;
Undocumented in source.
GL_RG32F
enum GL_RG32F;
Undocumented in source.
GL_RG32I
enum GL_RG32I;
Undocumented in source.
GL_RG32UI
enum GL_RG32UI;
Undocumented in source.
GL_RG8
enum GL_RG8;
Undocumented in source.
GL_RG8I
enum GL_RG8I;
Undocumented in source.
GL_RG8UI
enum GL_RG8UI;
Undocumented in source.
GL_RG8_SNORM
enum GL_RG8_SNORM;
Undocumented in source.
GL_RGB
enum GL_RGB;
Undocumented in source.
GL_RGB10
enum GL_RGB10;
Undocumented in source.
GL_RGB10_A2
enum GL_RGB10_A2;
Undocumented in source.
GL_RGB10_A2UI
enum GL_RGB10_A2UI;
Undocumented in source.
GL_RGB12
enum GL_RGB12;
Undocumented in source.
GL_RGB16
enum GL_RGB16;
Undocumented in source.
GL_RGB16F
enum GL_RGB16F;
Undocumented in source.
GL_RGB16I
enum GL_RGB16I;
Undocumented in source.
GL_RGB16UI
enum GL_RGB16UI;
Undocumented in source.
GL_RGB16_SNORM
enum GL_RGB16_SNORM;
Undocumented in source.
GL_RGB32F
enum GL_RGB32F;
Undocumented in source.
GL_RGB32I
enum GL_RGB32I;
Undocumented in source.
GL_RGB32UI
enum GL_RGB32UI;
Undocumented in source.
GL_RGB4
enum GL_RGB4;
Undocumented in source.
GL_RGB5
enum GL_RGB5;
Undocumented in source.
GL_RGB565
enum GL_RGB565;
Undocumented in source.
GL_RGB5_A1
enum GL_RGB5_A1;
Undocumented in source.
GL_RGB8
enum GL_RGB8;
Undocumented in source.
GL_RGB8I
enum GL_RGB8I;
Undocumented in source.
GL_RGB8UI
enum GL_RGB8UI;
Undocumented in source.
GL_RGB8_SNORM
enum GL_RGB8_SNORM;
Undocumented in source.
GL_RGB9_E5
enum GL_RGB9_E5;
Undocumented in source.
GL_RGBA
enum GL_RGBA;
Undocumented in source.
GL_RGBA12
enum GL_RGBA12;
Undocumented in source.
GL_RGBA16
enum GL_RGBA16;
Undocumented in source.
GL_RGBA16F
enum GL_RGBA16F;
Undocumented in source.
GL_RGBA16I
enum GL_RGBA16I;
Undocumented in source.
GL_RGBA16UI
enum GL_RGBA16UI;
Undocumented in source.
GL_RGBA16_SNORM
enum GL_RGBA16_SNORM;
Undocumented in source.
GL_RGBA2
enum GL_RGBA2;
Undocumented in source.
GL_RGBA32F
enum GL_RGBA32F;
Undocumented in source.
GL_RGBA32I
enum GL_RGBA32I;
Undocumented in source.
GL_RGBA32UI
enum GL_RGBA32UI;
Undocumented in source.
GL_RGBA4
enum GL_RGBA4;
Undocumented in source.
GL_RGBA8
enum GL_RGBA8;
Undocumented in source.
GL_RGBA8I
enum GL_RGBA8I;
Undocumented in source.
GL_RGBA8UI
enum GL_RGBA8UI;
Undocumented in source.
GL_RGBA8_SNORM
enum GL_RGBA8_SNORM;
Undocumented in source.
GL_RGBA_INTEGER
enum GL_RGBA_INTEGER;
Undocumented in source.
GL_RGB_INTEGER
enum GL_RGB_INTEGER;
Undocumented in source.
GL_RG_INTEGER
enum GL_RG_INTEGER;
Undocumented in source.
GL_RIGHT
enum GL_RIGHT;
Undocumented in source.
GL_SAMPLER
enum GL_SAMPLER;
Undocumented in source.
GL_SAMPLER_1D
enum GL_SAMPLER_1D;
Undocumented in source.
GL_SAMPLER_1D_ARRAY
enum GL_SAMPLER_1D_ARRAY;
Undocumented in source.
GL_SAMPLER_1D_ARRAY_SHADOW
enum GL_SAMPLER_1D_ARRAY_SHADOW;
Undocumented in source.
GL_SAMPLER_1D_SHADOW
enum GL_SAMPLER_1D_SHADOW;
Undocumented in source.
GL_SAMPLER_2D
enum GL_SAMPLER_2D;
Undocumented in source.
GL_SAMPLER_2D_ARRAY
enum GL_SAMPLER_2D_ARRAY;
Undocumented in source.
GL_SAMPLER_2D_ARRAY_SHADOW
enum GL_SAMPLER_2D_ARRAY_SHADOW;
Undocumented in source.
GL_SAMPLER_2D_MULTISAMPLE
enum GL_SAMPLER_2D_MULTISAMPLE;
Undocumented in source.
GL_SAMPLER_2D_MULTISAMPLE_ARRAY
enum GL_SAMPLER_2D_MULTISAMPLE_ARRAY;
Undocumented in source.
GL_SAMPLER_2D_RECT
enum GL_SAMPLER_2D_RECT;
Undocumented in source.
GL_SAMPLER_2D_RECT_SHADOW
enum GL_SAMPLER_2D_RECT_SHADOW;
Undocumented in source.
GL_SAMPLER_2D_SHADOW
enum GL_SAMPLER_2D_SHADOW;
Undocumented in source.
GL_SAMPLER_3D
enum GL_SAMPLER_3D;
Undocumented in source.
GL_SAMPLER_BINDING
enum GL_SAMPLER_BINDING;
Undocumented in source.
GL_SAMPLER_BUFFER
enum GL_SAMPLER_BUFFER;
Undocumented in source.
GL_SAMPLER_CUBE
enum GL_SAMPLER_CUBE;
Undocumented in source.
GL_SAMPLER_CUBE_MAP_ARRAY
enum GL_SAMPLER_CUBE_MAP_ARRAY;
Undocumented in source.
GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW
enum GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW;
Undocumented in source.
GL_SAMPLER_CUBE_SHADOW
enum GL_SAMPLER_CUBE_SHADOW;
Undocumented in source.
GL_SAMPLES
enum GL_SAMPLES;
Undocumented in source.
GL_SAMPLES_PASSED
enum GL_SAMPLES_PASSED;
Undocumented in source.
GL_SAMPLE_ALPHA_TO_COVERAGE
enum GL_SAMPLE_ALPHA_TO_COVERAGE;
Undocumented in source.
GL_SAMPLE_ALPHA_TO_ONE
enum GL_SAMPLE_ALPHA_TO_ONE;
Undocumented in source.
GL_SAMPLE_BUFFERS
enum GL_SAMPLE_BUFFERS;
Undocumented in source.
GL_SAMPLE_COVERAGE
enum GL_SAMPLE_COVERAGE;
Undocumented in source.
GL_SAMPLE_COVERAGE_INVERT
enum GL_SAMPLE_COVERAGE_INVERT;
Undocumented in source.
GL_SAMPLE_COVERAGE_VALUE
enum GL_SAMPLE_COVERAGE_VALUE;
Undocumented in source.
GL_SAMPLE_MASK
enum GL_SAMPLE_MASK;
Undocumented in source.
GL_SAMPLE_MASK_VALUE
enum GL_SAMPLE_MASK_VALUE;
Undocumented in source.
GL_SAMPLE_POSITION
enum GL_SAMPLE_POSITION;
Undocumented in source.
GL_SAMPLE_SHADING
enum GL_SAMPLE_SHADING;
Undocumented in source.
GL_SCISSOR_BOX
enum GL_SCISSOR_BOX;
Undocumented in source.
GL_SCISSOR_TEST
enum GL_SCISSOR_TEST;
Undocumented in source.
GL_SEPARATE_ATTRIBS
enum GL_SEPARATE_ATTRIBS;
Undocumented in source.
GL_SET
enum GL_SET;
Undocumented in source.
GL_SHADER
enum GL_SHADER;
Undocumented in source.
GL_SHADER_BINARY_FORMATS
enum GL_SHADER_BINARY_FORMATS;
Undocumented in source.
GL_SHADER_BINARY_FORMAT_SPIR_V
enum GL_SHADER_BINARY_FORMAT_SPIR_V;
Undocumented in source.
GL_SHADER_COMPILER
enum GL_SHADER_COMPILER;
Undocumented in source.
GL_SHADER_IMAGE_ACCESS_BARRIER_BIT
enum GL_SHADER_IMAGE_ACCESS_BARRIER_BIT;
Undocumented in source.
GL_SHADER_IMAGE_ATOMIC
enum GL_SHADER_IMAGE_ATOMIC;
Undocumented in source.
GL_SHADER_IMAGE_LOAD
enum GL_SHADER_IMAGE_LOAD;
Undocumented in source.
GL_SHADER_IMAGE_STORE
enum GL_SHADER_IMAGE_STORE;
Undocumented in source.
GL_SHADER_SOURCE_LENGTH
enum GL_SHADER_SOURCE_LENGTH;
Undocumented in source.
GL_SHADER_STORAGE_BARRIER_BIT
enum GL_SHADER_STORAGE_BARRIER_BIT;
Undocumented in source.
GL_SHADER_STORAGE_BLOCK
enum GL_SHADER_STORAGE_BLOCK;
Undocumented in source.
GL_SHADER_STORAGE_BUFFER
enum GL_SHADER_STORAGE_BUFFER;
Undocumented in source.
GL_SHADER_STORAGE_BUFFER_BINDING
enum GL_SHADER_STORAGE_BUFFER_BINDING;
Undocumented in source.
GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT
enum GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT;
Undocumented in source.
GL_SHADER_STORAGE_BUFFER_SIZE
enum GL_SHADER_STORAGE_BUFFER_SIZE;
Undocumented in source.
GL_SHADER_STORAGE_BUFFER_START
enum GL_SHADER_STORAGE_BUFFER_START;
Undocumented in source.
GL_SHADER_TYPE
enum GL_SHADER_TYPE;
Undocumented in source.
GL_SHADING_LANGUAGE_VERSION
enum GL_SHADING_LANGUAGE_VERSION;
Undocumented in source.
GL_SHORT
enum GL_SHORT;
Undocumented in source.
GL_SIGNALED
enum GL_SIGNALED;
Undocumented in source.
GL_SIGNED_NORMALIZED
enum GL_SIGNED_NORMALIZED;
Undocumented in source.
GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST
enum GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST;
Undocumented in source.
GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE
enum GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE;
Undocumented in source.
GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST
enum GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST;
Undocumented in source.
GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE
enum GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE;
Undocumented in source.
GL_SMOOTH_LINE_WIDTH_GRANULARITY
enum GL_SMOOTH_LINE_WIDTH_GRANULARITY;
Undocumented in source.
GL_SMOOTH_LINE_WIDTH_RANGE
enum GL_SMOOTH_LINE_WIDTH_RANGE;
Undocumented in source.
GL_SMOOTH_POINT_SIZE_GRANULARITY
enum GL_SMOOTH_POINT_SIZE_GRANULARITY;
Undocumented in source.
GL_SMOOTH_POINT_SIZE_RANGE
enum GL_SMOOTH_POINT_SIZE_RANGE;
Undocumented in source.
GL_SPIR_V_BINARY
enum GL_SPIR_V_BINARY;
Undocumented in source.
GL_SPIR_V_EXTENSIONS
enum GL_SPIR_V_EXTENSIONS;
Undocumented in source.
GL_SRC1_ALPHA
enum GL_SRC1_ALPHA;
Undocumented in source.
GL_SRC1_COLOR
enum GL_SRC1_COLOR;
Undocumented in source.
GL_SRC_ALPHA
enum GL_SRC_ALPHA;
Undocumented in source.
GL_SRC_ALPHA_SATURATE
enum GL_SRC_ALPHA_SATURATE;
Undocumented in source.
GL_SRC_COLOR
enum GL_SRC_COLOR;
Undocumented in source.
GL_SRGB
enum GL_SRGB;
Undocumented in source.
GL_SRGB8
enum GL_SRGB8;
Undocumented in source.
GL_SRGB8_ALPHA8
enum GL_SRGB8_ALPHA8;
Undocumented in source.
GL_SRGB_ALPHA
enum GL_SRGB_ALPHA;
Undocumented in source.
GL_SRGB_READ
enum GL_SRGB_READ;
Undocumented in source.
GL_SRGB_WRITE
enum GL_SRGB_WRITE;
Undocumented in source.
GL_STACK_OVERFLOW
enum GL_STACK_OVERFLOW;
Undocumented in source.
GL_STACK_UNDERFLOW
enum GL_STACK_UNDERFLOW;
Undocumented in source.
GL_STATIC_COPY
enum GL_STATIC_COPY;
Undocumented in source.
GL_STATIC_DRAW
enum GL_STATIC_DRAW;
Undocumented in source.
GL_STATIC_READ
enum GL_STATIC_READ;
Undocumented in source.
GL_STENCIL
enum GL_STENCIL;
Undocumented in source.
GL_STENCIL_ATTACHMENT
enum GL_STENCIL_ATTACHMENT;
Undocumented in source.
GL_STENCIL_BACK_FAIL
enum GL_STENCIL_BACK_FAIL;
Undocumented in source.
GL_STENCIL_BACK_FUNC
enum GL_STENCIL_BACK_FUNC;
Undocumented in source.
GL_STENCIL_BACK_PASS_DEPTH_FAIL
enum GL_STENCIL_BACK_PASS_DEPTH_FAIL;
Undocumented in source.
GL_STENCIL_BACK_PASS_DEPTH_PASS
enum GL_STENCIL_BACK_PASS_DEPTH_PASS;
Undocumented in source.
GL_STENCIL_BACK_REF
enum GL_STENCIL_BACK_REF;
Undocumented in source.
GL_STENCIL_BACK_VALUE_MASK
enum GL_STENCIL_BACK_VALUE_MASK;
Undocumented in source.
GL_STENCIL_BACK_WRITEMASK
enum GL_STENCIL_BACK_WRITEMASK;
Undocumented in source.
GL_STENCIL_BUFFER_BIT
enum GL_STENCIL_BUFFER_BIT;
Undocumented in source.
GL_STENCIL_CLEAR_VALUE
enum GL_STENCIL_CLEAR_VALUE;
Undocumented in source.
GL_STENCIL_COMPONENTS
enum GL_STENCIL_COMPONENTS;
Undocumented in source.
GL_STENCIL_FAIL
enum GL_STENCIL_FAIL;
Undocumented in source.
GL_STENCIL_FUNC
enum GL_STENCIL_FUNC;
Undocumented in source.
GL_STENCIL_INDEX
enum GL_STENCIL_INDEX;
Undocumented in source.
GL_STENCIL_INDEX1
enum GL_STENCIL_INDEX1;
Undocumented in source.
GL_STENCIL_INDEX16
enum GL_STENCIL_INDEX16;
Undocumented in source.
GL_STENCIL_INDEX4
enum GL_STENCIL_INDEX4;
Undocumented in source.
GL_STENCIL_INDEX8
enum GL_STENCIL_INDEX8;
Undocumented in source.
GL_STENCIL_PASS_DEPTH_FAIL
enum GL_STENCIL_PASS_DEPTH_FAIL;
Undocumented in source.
GL_STENCIL_PASS_DEPTH_PASS
enum GL_STENCIL_PASS_DEPTH_PASS;
Undocumented in source.
GL_STENCIL_REF
enum GL_STENCIL_REF;
Undocumented in source.
GL_STENCIL_RENDERABLE
enum GL_STENCIL_RENDERABLE;
Undocumented in source.
GL_STENCIL_TEST
enum GL_STENCIL_TEST;
Undocumented in source.
GL_STENCIL_VALUE_MASK
enum GL_STENCIL_VALUE_MASK;
Undocumented in source.
GL_STENCIL_WRITEMASK
enum GL_STENCIL_WRITEMASK;
Undocumented in source.
GL_STEREO
enum GL_STEREO;
Undocumented in source.
GL_STREAM_COPY
enum GL_STREAM_COPY;
Undocumented in source.
GL_STREAM_DRAW
enum GL_STREAM_DRAW;
Undocumented in source.
GL_STREAM_READ
enum GL_STREAM_READ;
Undocumented in source.
GL_SUBPIXEL_BITS
enum GL_SUBPIXEL_BITS;
Undocumented in source.
GL_SYNC_CONDITION
enum GL_SYNC_CONDITION;
Undocumented in source.
GL_SYNC_FENCE
enum GL_SYNC_FENCE;
Undocumented in source.
GL_SYNC_FLAGS
enum GL_SYNC_FLAGS;
Undocumented in source.
GL_SYNC_FLUSH_COMMANDS_BIT
enum GL_SYNC_FLUSH_COMMANDS_BIT;
Undocumented in source.
GL_SYNC_GPU_COMMANDS_COMPLETE
enum GL_SYNC_GPU_COMMANDS_COMPLETE;
Undocumented in source.
GL_SYNC_STATUS
enum GL_SYNC_STATUS;
Undocumented in source.
GL_TESS_CONTROL_OUTPUT_VERTICES
enum GL_TESS_CONTROL_OUTPUT_VERTICES;
Undocumented in source.
GL_TESS_CONTROL_SHADER
enum GL_TESS_CONTROL_SHADER;
Undocumented in source.
GL_TESS_CONTROL_SHADER_BIT
enum GL_TESS_CONTROL_SHADER_BIT;
Undocumented in source.
GL_TESS_CONTROL_SHADER_PATCHES
enum GL_TESS_CONTROL_SHADER_PATCHES;
Undocumented in source.
GL_TESS_CONTROL_SUBROUTINE
enum GL_TESS_CONTROL_SUBROUTINE;
Undocumented in source.
GL_TESS_CONTROL_SUBROUTINE_UNIFORM
enum GL_TESS_CONTROL_SUBROUTINE_UNIFORM;
Undocumented in source.
GL_TESS_CONTROL_TEXTURE
enum GL_TESS_CONTROL_TEXTURE;
Undocumented in source.
GL_TESS_EVALUATION_SHADER
enum GL_TESS_EVALUATION_SHADER;
Undocumented in source.
GL_TESS_EVALUATION_SHADER_BIT
enum GL_TESS_EVALUATION_SHADER_BIT;
Undocumented in source.
GL_TESS_EVALUATION_SHADER_INVOCATIONS
enum GL_TESS_EVALUATION_SHADER_INVOCATIONS;
Undocumented in source.
GL_TESS_EVALUATION_SUBROUTINE
enum GL_TESS_EVALUATION_SUBROUTINE;
Undocumented in source.
GL_TESS_EVALUATION_SUBROUTINE_UNIFORM
enum GL_TESS_EVALUATION_SUBROUTINE_UNIFORM;
Undocumented in source.
GL_TESS_EVALUATION_TEXTURE
enum GL_TESS_EVALUATION_TEXTURE;
Undocumented in source.
GL_TESS_GEN_MODE
enum GL_TESS_GEN_MODE;
Undocumented in source.
GL_TESS_GEN_POINT_MODE
enum GL_TESS_GEN_POINT_MODE;
Undocumented in source.
GL_TESS_GEN_SPACING
enum GL_TESS_GEN_SPACING;
Undocumented in source.
GL_TESS_GEN_VERTEX_ORDER
enum GL_TESS_GEN_VERTEX_ORDER;
Undocumented in source.
GL_TEXTURE
enum GL_TEXTURE;
Undocumented in source.
GL_TEXTURE0
enum GL_TEXTURE0;
Undocumented in source.
GL_TEXTURE1
enum GL_TEXTURE1;
Undocumented in source.
GL_TEXTURE10
enum GL_TEXTURE10;
Undocumented in source.
GL_TEXTURE11
enum GL_TEXTURE11;
Undocumented in source.
GL_TEXTURE12
enum GL_TEXTURE12;
Undocumented in source.
GL_TEXTURE13
enum GL_TEXTURE13;
Undocumented in source.
GL_TEXTURE14
enum GL_TEXTURE14;
Undocumented in source.
GL_TEXTURE15
enum GL_TEXTURE15;
Undocumented in source.
GL_TEXTURE16
enum GL_TEXTURE16;
Undocumented in source.
GL_TEXTURE17
enum GL_TEXTURE17;
Undocumented in source.
GL_TEXTURE18
enum GL_TEXTURE18;
Undocumented in source.
GL_TEXTURE19
enum GL_TEXTURE19;
Undocumented in source.
GL_TEXTURE2
enum GL_TEXTURE2;
Undocumented in source.
GL_TEXTURE20
enum GL_TEXTURE20;
Undocumented in source.
GL_TEXTURE21
enum GL_TEXTURE21;
Undocumented in source.
GL_TEXTURE22
enum GL_TEXTURE22;
Undocumented in source.
GL_TEXTURE23
enum GL_TEXTURE23;
Undocumented in source.
GL_TEXTURE24
enum GL_TEXTURE24;
Undocumented in source.
GL_TEXTURE25
enum GL_TEXTURE25;
Undocumented in source.
GL_TEXTURE26
enum GL_TEXTURE26;
Undocumented in source.
GL_TEXTURE27
enum GL_TEXTURE27;
Undocumented in source.
GL_TEXTURE28
enum GL_TEXTURE28;
Undocumented in source.
GL_TEXTURE29
enum GL_TEXTURE29;
Undocumented in source.
GL_TEXTURE3
enum GL_TEXTURE3;
Undocumented in source.
GL_TEXTURE30
enum GL_TEXTURE30;
Undocumented in source.
GL_TEXTURE31
enum GL_TEXTURE31;
Undocumented in source.
GL_TEXTURE4
enum GL_TEXTURE4;
Undocumented in source.
GL_TEXTURE5
enum GL_TEXTURE5;
Undocumented in source.
GL_TEXTURE6
enum GL_TEXTURE6;
Undocumented in source.
GL_TEXTURE7
enum GL_TEXTURE7;
Undocumented in source.
GL_TEXTURE8
enum GL_TEXTURE8;
Undocumented in source.
GL_TEXTURE9
enum GL_TEXTURE9;
Undocumented in source.
GL_TEXTURE_1D
enum GL_TEXTURE_1D;
Undocumented in source.
GL_TEXTURE_1D_ARRAY
enum GL_TEXTURE_1D_ARRAY;
Undocumented in source.
GL_TEXTURE_2D
enum GL_TEXTURE_2D;
Undocumented in source.
GL_TEXTURE_2D_ARRAY
enum GL_TEXTURE_2D_ARRAY;
Undocumented in source.
GL_TEXTURE_2D_MULTISAMPLE
enum GL_TEXTURE_2D_MULTISAMPLE;
Undocumented in source.
GL_TEXTURE_2D_MULTISAMPLE_ARRAY
enum GL_TEXTURE_2D_MULTISAMPLE_ARRAY;
Undocumented in source.
GL_TEXTURE_3D
enum GL_TEXTURE_3D;
Undocumented in source.
GL_TEXTURE_ALPHA_SIZE
enum GL_TEXTURE_ALPHA_SIZE;
Undocumented in source.
GL_TEXTURE_ALPHA_TYPE
enum GL_TEXTURE_ALPHA_TYPE;
Undocumented in source.
GL_TEXTURE_BASE_LEVEL
enum GL_TEXTURE_BASE_LEVEL;
Undocumented in source.
GL_TEXTURE_BINDING_1D
enum GL_TEXTURE_BINDING_1D;
Undocumented in source.
GL_TEXTURE_BINDING_1D_ARRAY
enum GL_TEXTURE_BINDING_1D_ARRAY;
Undocumented in source.
GL_TEXTURE_BINDING_2D
enum GL_TEXTURE_BINDING_2D;
Undocumented in source.
GL_TEXTURE_BINDING_2D_ARRAY
enum GL_TEXTURE_BINDING_2D_ARRAY;
Undocumented in source.
GL_TEXTURE_BINDING_2D_MULTISAMPLE
enum GL_TEXTURE_BINDING_2D_MULTISAMPLE;
Undocumented in source.
GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY
enum GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY;
Undocumented in source.
GL_TEXTURE_BINDING_3D
enum GL_TEXTURE_BINDING_3D;
Undocumented in source.
GL_TEXTURE_BINDING_BUFFER
enum GL_TEXTURE_BINDING_BUFFER;
Undocumented in source.
GL_TEXTURE_BINDING_CUBE_MAP
enum GL_TEXTURE_BINDING_CUBE_MAP;
Undocumented in source.
GL_TEXTURE_BINDING_CUBE_MAP_ARRAY
enum GL_TEXTURE_BINDING_CUBE_MAP_ARRAY;
Undocumented in source.
GL_TEXTURE_BINDING_RECTANGLE
enum GL_TEXTURE_BINDING_RECTANGLE;
Undocumented in source.
GL_TEXTURE_BLUE_SIZE
enum GL_TEXTURE_BLUE_SIZE;
Undocumented in source.
GL_TEXTURE_BLUE_TYPE
enum GL_TEXTURE_BLUE_TYPE;
Undocumented in source.
GL_TEXTURE_BORDER_COLOR
enum GL_TEXTURE_BORDER_COLOR;
Undocumented in source.
GL_TEXTURE_BUFFER
enum GL_TEXTURE_BUFFER;
Undocumented in source.
GL_TEXTURE_BUFFER_BINDING
enum GL_TEXTURE_BUFFER_BINDING;
Undocumented in source.
GL_TEXTURE_BUFFER_DATA_STORE_BINDING
enum GL_TEXTURE_BUFFER_DATA_STORE_BINDING;
Undocumented in source.
GL_TEXTURE_BUFFER_OFFSET
enum GL_TEXTURE_BUFFER_OFFSET;
Undocumented in source.
GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT
enum GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT;
Undocumented in source.
GL_TEXTURE_BUFFER_SIZE
enum GL_TEXTURE_BUFFER_SIZE;
Undocumented in source.
GL_TEXTURE_COMPARE_FUNC
enum GL_TEXTURE_COMPARE_FUNC;
Undocumented in source.
GL_TEXTURE_COMPARE_MODE
enum GL_TEXTURE_COMPARE_MODE;
Undocumented in source.
GL_TEXTURE_COMPRESSED
enum GL_TEXTURE_COMPRESSED;
Undocumented in source.
GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT
enum GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT;
Undocumented in source.
GL_TEXTURE_COMPRESSED_BLOCK_SIZE
enum GL_TEXTURE_COMPRESSED_BLOCK_SIZE;
Undocumented in source.
GL_TEXTURE_COMPRESSED_BLOCK_WIDTH
enum GL_TEXTURE_COMPRESSED_BLOCK_WIDTH;
Undocumented in source.
GL_TEXTURE_COMPRESSED_IMAGE_SIZE
enum GL_TEXTURE_COMPRESSED_IMAGE_SIZE;
Undocumented in source.
GL_TEXTURE_COMPRESSION_HINT
enum GL_TEXTURE_COMPRESSION_HINT;
Undocumented in source.
GL_TEXTURE_CUBE_MAP
enum GL_TEXTURE_CUBE_MAP;
Undocumented in source.
GL_TEXTURE_CUBE_MAP_ARRAY
enum GL_TEXTURE_CUBE_MAP_ARRAY;
Undocumented in source.
GL_TEXTURE_CUBE_MAP_NEGATIVE_X
enum GL_TEXTURE_CUBE_MAP_NEGATIVE_X;
Undocumented in source.
GL_TEXTURE_CUBE_MAP_NEGATIVE_Y
enum GL_TEXTURE_CUBE_MAP_NEGATIVE_Y;
Undocumented in source.
GL_TEXTURE_CUBE_MAP_NEGATIVE_Z
enum GL_TEXTURE_CUBE_MAP_NEGATIVE_Z;
Undocumented in source.
GL_TEXTURE_CUBE_MAP_POSITIVE_X
enum GL_TEXTURE_CUBE_MAP_POSITIVE_X;
Undocumented in source.
GL_TEXTURE_CUBE_MAP_POSITIVE_Y
enum GL_TEXTURE_CUBE_MAP_POSITIVE_Y;
Undocumented in source.
GL_TEXTURE_CUBE_MAP_POSITIVE_Z
enum GL_TEXTURE_CUBE_MAP_POSITIVE_Z;
Undocumented in source.
GL_TEXTURE_CUBE_MAP_SEAMLESS
enum GL_TEXTURE_CUBE_MAP_SEAMLESS;
Undocumented in source.
GL_TEXTURE_DEPTH
enum GL_TEXTURE_DEPTH;
Undocumented in source.
GL_TEXTURE_DEPTH_SIZE
enum GL_TEXTURE_DEPTH_SIZE;
Undocumented in source.
GL_TEXTURE_DEPTH_TYPE
enum GL_TEXTURE_DEPTH_TYPE;
Undocumented in source.
GL_TEXTURE_FETCH_BARRIER_BIT
enum GL_TEXTURE_FETCH_BARRIER_BIT;
Undocumented in source.
GL_TEXTURE_FIXED_SAMPLE_LOCATIONS
enum GL_TEXTURE_FIXED_SAMPLE_LOCATIONS;
Undocumented in source.
GL_TEXTURE_GATHER
enum GL_TEXTURE_GATHER;
Undocumented in source.
GL_TEXTURE_GATHER_SHADOW
enum GL_TEXTURE_GATHER_SHADOW;
Undocumented in source.
GL_TEXTURE_GREEN_SIZE
enum GL_TEXTURE_GREEN_SIZE;
Undocumented in source.
GL_TEXTURE_GREEN_TYPE
enum GL_TEXTURE_GREEN_TYPE;
Undocumented in source.
GL_TEXTURE_HEIGHT
enum GL_TEXTURE_HEIGHT;
Undocumented in source.
GL_TEXTURE_IMAGE_FORMAT
enum GL_TEXTURE_IMAGE_FORMAT;
Undocumented in source.
GL_TEXTURE_IMAGE_TYPE
enum GL_TEXTURE_IMAGE_TYPE;
Undocumented in source.
GL_TEXTURE_IMMUTABLE_FORMAT
enum GL_TEXTURE_IMMUTABLE_FORMAT;
Undocumented in source.
GL_TEXTURE_IMMUTABLE_LEVELS
enum GL_TEXTURE_IMMUTABLE_LEVELS;
Undocumented in source.
GL_TEXTURE_INTERNAL_FORMAT
enum GL_TEXTURE_INTERNAL_FORMAT;
Undocumented in source.
GL_TEXTURE_LOD_BIAS
enum GL_TEXTURE_LOD_BIAS;
Undocumented in source.
GL_TEXTURE_MAG_FILTER
enum GL_TEXTURE_MAG_FILTER;
Undocumented in source.
GL_TEXTURE_MAX_ANISOTROPY
enum GL_TEXTURE_MAX_ANISOTROPY;
Undocumented in source.
GL_TEXTURE_MAX_LEVEL
enum GL_TEXTURE_MAX_LEVEL;
Undocumented in source.
GL_TEXTURE_MAX_LOD
enum GL_TEXTURE_MAX_LOD;
Undocumented in source.
GL_TEXTURE_MIN_FILTER
enum GL_TEXTURE_MIN_FILTER;
Undocumented in source.
GL_TEXTURE_MIN_LOD
enum GL_TEXTURE_MIN_LOD;
Undocumented in source.
GL_TEXTURE_RECTANGLE
enum GL_TEXTURE_RECTANGLE;
Undocumented in source.
GL_TEXTURE_RED_SIZE
enum GL_TEXTURE_RED_SIZE;
Undocumented in source.
GL_TEXTURE_RED_TYPE
enum GL_TEXTURE_RED_TYPE;
Undocumented in source.
GL_TEXTURE_SAMPLES
enum GL_TEXTURE_SAMPLES;
Undocumented in source.
GL_TEXTURE_SHADOW
enum GL_TEXTURE_SHADOW;
Undocumented in source.
GL_TEXTURE_SHARED_SIZE
enum GL_TEXTURE_SHARED_SIZE;
Undocumented in source.
GL_TEXTURE_STENCIL_SIZE
enum GL_TEXTURE_STENCIL_SIZE;
Undocumented in source.
GL_TEXTURE_SWIZZLE_A
enum GL_TEXTURE_SWIZZLE_A;
Undocumented in source.
GL_TEXTURE_SWIZZLE_B
enum GL_TEXTURE_SWIZZLE_B;
Undocumented in source.
GL_TEXTURE_SWIZZLE_G
enum GL_TEXTURE_SWIZZLE_G;
Undocumented in source.
GL_TEXTURE_SWIZZLE_R
enum GL_TEXTURE_SWIZZLE_R;
Undocumented in source.
GL_TEXTURE_SWIZZLE_RGBA
enum GL_TEXTURE_SWIZZLE_RGBA;
Undocumented in source.
GL_TEXTURE_TARGET
enum GL_TEXTURE_TARGET;
Undocumented in source.
GL_TEXTURE_UPDATE_BARRIER_BIT
enum GL_TEXTURE_UPDATE_BARRIER_BIT;
Undocumented in source.
GL_TEXTURE_VIEW
enum GL_TEXTURE_VIEW;
Undocumented in source.
GL_TEXTURE_VIEW_MIN_LAYER
enum GL_TEXTURE_VIEW_MIN_LAYER;
Undocumented in source.
GL_TEXTURE_VIEW_MIN_LEVEL
enum GL_TEXTURE_VIEW_MIN_LEVEL;
Undocumented in source.
GL_TEXTURE_VIEW_NUM_LAYERS
enum GL_TEXTURE_VIEW_NUM_LAYERS;
Undocumented in source.
GL_TEXTURE_VIEW_NUM_LEVELS
enum GL_TEXTURE_VIEW_NUM_LEVELS;
Undocumented in source.
GL_TEXTURE_WIDTH
enum GL_TEXTURE_WIDTH;
Undocumented in source.
GL_TEXTURE_WRAP_R
enum GL_TEXTURE_WRAP_R;
Undocumented in source.
GL_TEXTURE_WRAP_S
enum GL_TEXTURE_WRAP_S;
Undocumented in source.
GL_TEXTURE_WRAP_T
enum GL_TEXTURE_WRAP_T;
Undocumented in source.
GL_TIMEOUT_EXPIRED
enum GL_TIMEOUT_EXPIRED;
Undocumented in source.
GL_TIMEOUT_IGNORED
enum GL_TIMEOUT_IGNORED;
Undocumented in source.
GL_TIMESTAMP
enum GL_TIMESTAMP;
Undocumented in source.
GL_TIME_ELAPSED
enum GL_TIME_ELAPSED;
Undocumented in source.
GL_TOP_LEVEL_ARRAY_SIZE
enum GL_TOP_LEVEL_ARRAY_SIZE;
Undocumented in source.
GL_TOP_LEVEL_ARRAY_STRIDE
enum GL_TOP_LEVEL_ARRAY_STRIDE;
Undocumented in source.
GL_TRANSFORM_FEEDBACK
enum GL_TRANSFORM_FEEDBACK;
Undocumented in source.
GL_TRANSFORM_FEEDBACK_ACTIVE
enum GL_TRANSFORM_FEEDBACK_ACTIVE;
Undocumented in source.
GL_TRANSFORM_FEEDBACK_BARRIER_BIT
enum GL_TRANSFORM_FEEDBACK_BARRIER_BIT;
Undocumented in source.
GL_TRANSFORM_FEEDBACK_BINDING
enum GL_TRANSFORM_FEEDBACK_BINDING;
Undocumented in source.
GL_TRANSFORM_FEEDBACK_BUFFER
enum GL_TRANSFORM_FEEDBACK_BUFFER;
Undocumented in source.
GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE
enum GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE;
Undocumented in source.
GL_TRANSFORM_FEEDBACK_BUFFER_BINDING
enum GL_TRANSFORM_FEEDBACK_BUFFER_BINDING;
Undocumented in source.
GL_TRANSFORM_FEEDBACK_BUFFER_INDEX
enum GL_TRANSFORM_FEEDBACK_BUFFER_INDEX;
Undocumented in source.
GL_TRANSFORM_FEEDBACK_BUFFER_MODE
enum GL_TRANSFORM_FEEDBACK_BUFFER_MODE;
Undocumented in source.
GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED
enum GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED;
Undocumented in source.
GL_TRANSFORM_FEEDBACK_BUFFER_SIZE
enum GL_TRANSFORM_FEEDBACK_BUFFER_SIZE;
Undocumented in source.
GL_TRANSFORM_FEEDBACK_BUFFER_START
enum GL_TRANSFORM_FEEDBACK_BUFFER_START;
Undocumented in source.
GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE
enum GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE;
Undocumented in source.
GL_TRANSFORM_FEEDBACK_OVERFLOW
enum GL_TRANSFORM_FEEDBACK_OVERFLOW;
Undocumented in source.
GL_TRANSFORM_FEEDBACK_PAUSED
enum GL_TRANSFORM_FEEDBACK_PAUSED;
Undocumented in source.
GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN
enum GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN;
Undocumented in source.
GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW
enum GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW;
Undocumented in source.
GL_TRANSFORM_FEEDBACK_VARYING
enum GL_TRANSFORM_FEEDBACK_VARYING;
Undocumented in source.
GL_TRANSFORM_FEEDBACK_VARYINGS
enum GL_TRANSFORM_FEEDBACK_VARYINGS;
Undocumented in source.
GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH
enum GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH;
Undocumented in source.
GL_TRIANGLES
enum GL_TRIANGLES;
Undocumented in source.
GL_TRIANGLES_ADJACENCY
enum GL_TRIANGLES_ADJACENCY;
Undocumented in source.
GL_TRIANGLE_FAN
enum GL_TRIANGLE_FAN;
Undocumented in source.
GL_TRIANGLE_STRIP
enum GL_TRIANGLE_STRIP;
Undocumented in source.
GL_TRIANGLE_STRIP_ADJACENCY
enum GL_TRIANGLE_STRIP_ADJACENCY;
Undocumented in source.
GL_TRUE
enum GL_TRUE;
Undocumented in source.
GL_TYPE
enum GL_TYPE;
Undocumented in source.
GL_UNDEFINED_VERTEX
enum GL_UNDEFINED_VERTEX;
Undocumented in source.
GL_UNIFORM
enum GL_UNIFORM;
Undocumented in source.
GL_UNIFORM_ARRAY_STRIDE
enum GL_UNIFORM_ARRAY_STRIDE;
Undocumented in source.
GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX
enum GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX;
Undocumented in source.
GL_UNIFORM_BARRIER_BIT
enum GL_UNIFORM_BARRIER_BIT;
Undocumented in source.
GL_UNIFORM_BLOCK
enum GL_UNIFORM_BLOCK;
Undocumented in source.
GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS
enum GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS;
Undocumented in source.
GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES
enum GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES;
Undocumented in source.
GL_UNIFORM_BLOCK_BINDING
enum GL_UNIFORM_BLOCK_BINDING;
Undocumented in source.
GL_UNIFORM_BLOCK_DATA_SIZE
enum GL_UNIFORM_BLOCK_DATA_SIZE;
Undocumented in source.
GL_UNIFORM_BLOCK_INDEX
enum GL_UNIFORM_BLOCK_INDEX;
Undocumented in source.
GL_UNIFORM_BLOCK_NAME_LENGTH
enum GL_UNIFORM_BLOCK_NAME_LENGTH;
Undocumented in source.
GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER
enum GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER;
Undocumented in source.
GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER
enum GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER;
Undocumented in source.
GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER
enum GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER;
Undocumented in source.
GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER
enum GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER;
Undocumented in source.
GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHADER
enum GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHADER;
Undocumented in source.
GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER
enum GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER;
Undocumented in source.
GL_UNIFORM_BUFFER
enum GL_UNIFORM_BUFFER;
Undocumented in source.
GL_UNIFORM_BUFFER_BINDING
enum GL_UNIFORM_BUFFER_BINDING;
Undocumented in source.
GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT
enum GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT;
Undocumented in source.
GL_UNIFORM_BUFFER_SIZE
enum GL_UNIFORM_BUFFER_SIZE;
Undocumented in source.
GL_UNIFORM_BUFFER_START
enum GL_UNIFORM_BUFFER_START;
Undocumented in source.
GL_UNIFORM_IS_ROW_MAJOR
enum GL_UNIFORM_IS_ROW_MAJOR;
Undocumented in source.
GL_UNIFORM_MATRIX_STRIDE
enum GL_UNIFORM_MATRIX_STRIDE;
Undocumented in source.
GL_UNIFORM_NAME_LENGTH
enum GL_UNIFORM_NAME_LENGTH;
Undocumented in source.
GL_UNIFORM_OFFSET
enum GL_UNIFORM_OFFSET;
Undocumented in source.
GL_UNIFORM_SIZE
enum GL_UNIFORM_SIZE;
Undocumented in source.
GL_UNIFORM_TYPE
enum GL_UNIFORM_TYPE;
Undocumented in source.
GL_UNKNOWN_CONTEXT_RESET
enum GL_UNKNOWN_CONTEXT_RESET;
Undocumented in source.
GL_UNPACK_ALIGNMENT
enum GL_UNPACK_ALIGNMENT;
Undocumented in source.
GL_UNPACK_COMPRESSED_BLOCK_DEPTH
enum GL_UNPACK_COMPRESSED_BLOCK_DEPTH;
Undocumented in source.
GL_UNPACK_COMPRESSED_BLOCK_HEIGHT
enum GL_UNPACK_COMPRESSED_BLOCK_HEIGHT;
Undocumented in source.
GL_UNPACK_COMPRESSED_BLOCK_SIZE
enum GL_UNPACK_COMPRESSED_BLOCK_SIZE;
Undocumented in source.
GL_UNPACK_COMPRESSED_BLOCK_WIDTH
enum GL_UNPACK_COMPRESSED_BLOCK_WIDTH;
Undocumented in source.
GL_UNPACK_IMAGE_HEIGHT
enum GL_UNPACK_IMAGE_HEIGHT;
Undocumented in source.
GL_UNPACK_LSB_FIRST
enum GL_UNPACK_LSB_FIRST;
Undocumented in source.
GL_UNPACK_ROW_LENGTH
enum GL_UNPACK_ROW_LENGTH;
Undocumented in source.
GL_UNPACK_SKIP_IMAGES
enum GL_UNPACK_SKIP_IMAGES;
Undocumented in source.
GL_UNPACK_SKIP_PIXELS
enum GL_UNPACK_SKIP_PIXELS;
Undocumented in source.
GL_UNPACK_SKIP_ROWS
enum GL_UNPACK_SKIP_ROWS;
Undocumented in source.
GL_UNPACK_SWAP_BYTES
enum GL_UNPACK_SWAP_BYTES;
Undocumented in source.
GL_UNSIGNALED
enum GL_UNSIGNALED;
Undocumented in source.
GL_UNSIGNED_BYTE
enum GL_UNSIGNED_BYTE;
Undocumented in source.
GL_UNSIGNED_BYTE_2_3_3_REV
enum GL_UNSIGNED_BYTE_2_3_3_REV;
Undocumented in source.
GL_UNSIGNED_BYTE_3_3_2
enum GL_UNSIGNED_BYTE_3_3_2;
Undocumented in source.
GL_UNSIGNED_INT
enum GL_UNSIGNED_INT;
Undocumented in source.
GL_UNSIGNED_INT_10F_11F_11F_REV
enum GL_UNSIGNED_INT_10F_11F_11F_REV;
Undocumented in source.
GL_UNSIGNED_INT_10_10_10_2
enum GL_UNSIGNED_INT_10_10_10_2;
Undocumented in source.
GL_UNSIGNED_INT_24_8
enum GL_UNSIGNED_INT_24_8;
Undocumented in source.
GL_UNSIGNED_INT_2_10_10_10_REV
enum GL_UNSIGNED_INT_2_10_10_10_REV;
Undocumented in source.
GL_UNSIGNED_INT_5_9_9_9_REV
enum GL_UNSIGNED_INT_5_9_9_9_REV;
Undocumented in source.
GL_UNSIGNED_INT_8_8_8_8
enum GL_UNSIGNED_INT_8_8_8_8;
Undocumented in source.
GL_UNSIGNED_INT_8_8_8_8_REV
enum GL_UNSIGNED_INT_8_8_8_8_REV;
Undocumented in source.
GL_UNSIGNED_INT_ATOMIC_COUNTER
enum GL_UNSIGNED_INT_ATOMIC_COUNTER;
Undocumented in source.
GL_UNSIGNED_INT_IMAGE_1D
enum GL_UNSIGNED_INT_IMAGE_1D;
Undocumented in source.
GL_UNSIGNED_INT_IMAGE_1D_ARRAY
enum GL_UNSIGNED_INT_IMAGE_1D_ARRAY;
Undocumented in source.
GL_UNSIGNED_INT_IMAGE_2D
enum GL_UNSIGNED_INT_IMAGE_2D;
Undocumented in source.
GL_UNSIGNED_INT_IMAGE_2D_ARRAY
enum GL_UNSIGNED_INT_IMAGE_2D_ARRAY;
Undocumented in source.
GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE
enum GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE;
Undocumented in source.
GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY
enum GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY;
Undocumented in source.
GL_UNSIGNED_INT_IMAGE_2D_RECT
enum GL_UNSIGNED_INT_IMAGE_2D_RECT;
Undocumented in source.
GL_UNSIGNED_INT_IMAGE_3D
enum GL_UNSIGNED_INT_IMAGE_3D;
Undocumented in source.
GL_UNSIGNED_INT_IMAGE_BUFFER
enum GL_UNSIGNED_INT_IMAGE_BUFFER;
Undocumented in source.
GL_UNSIGNED_INT_IMAGE_CUBE
enum GL_UNSIGNED_INT_IMAGE_CUBE;
Undocumented in source.
GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY
enum GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY;
Undocumented in source.
GL_UNSIGNED_INT_SAMPLER_1D
enum GL_UNSIGNED_INT_SAMPLER_1D;
Undocumented in source.
GL_UNSIGNED_INT_SAMPLER_1D_ARRAY
enum GL_UNSIGNED_INT_SAMPLER_1D_ARRAY;
Undocumented in source.
GL_UNSIGNED_INT_SAMPLER_2D
enum GL_UNSIGNED_INT_SAMPLER_2D;
Undocumented in source.
GL_UNSIGNED_INT_SAMPLER_2D_ARRAY
enum GL_UNSIGNED_INT_SAMPLER_2D_ARRAY;
Undocumented in source.
GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE
enum GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE;
Undocumented in source.
GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY
enum GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY;
Undocumented in source.
GL_UNSIGNED_INT_SAMPLER_2D_RECT
enum GL_UNSIGNED_INT_SAMPLER_2D_RECT;
Undocumented in source.
GL_UNSIGNED_INT_SAMPLER_3D
enum GL_UNSIGNED_INT_SAMPLER_3D;
Undocumented in source.
GL_UNSIGNED_INT_SAMPLER_BUFFER
enum GL_UNSIGNED_INT_SAMPLER_BUFFER;
Undocumented in source.
GL_UNSIGNED_INT_SAMPLER_CUBE
enum GL_UNSIGNED_INT_SAMPLER_CUBE;
Undocumented in source.
GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY
enum GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY;
Undocumented in source.
GL_UNSIGNED_INT_VEC2
enum GL_UNSIGNED_INT_VEC2;
Undocumented in source.
GL_UNSIGNED_INT_VEC3
enum GL_UNSIGNED_INT_VEC3;
Undocumented in source.
GL_UNSIGNED_INT_VEC4
enum GL_UNSIGNED_INT_VEC4;
Undocumented in source.
GL_UNSIGNED_NORMALIZED
enum GL_UNSIGNED_NORMALIZED;
Undocumented in source.
GL_UNSIGNED_SHORT
enum GL_UNSIGNED_SHORT;
Undocumented in source.
GL_UNSIGNED_SHORT_1_5_5_5_REV
enum GL_UNSIGNED_SHORT_1_5_5_5_REV;
Undocumented in source.
GL_UNSIGNED_SHORT_4_4_4_4
enum GL_UNSIGNED_SHORT_4_4_4_4;
Undocumented in source.
GL_UNSIGNED_SHORT_4_4_4_4_REV
enum GL_UNSIGNED_SHORT_4_4_4_4_REV;
Undocumented in source.
GL_UNSIGNED_SHORT_5_5_5_1
enum GL_UNSIGNED_SHORT_5_5_5_1;
Undocumented in source.
GL_UNSIGNED_SHORT_5_6_5
enum GL_UNSIGNED_SHORT_5_6_5;
Undocumented in source.
GL_UNSIGNED_SHORT_5_6_5_REV
enum GL_UNSIGNED_SHORT_5_6_5_REV;
Undocumented in source.
GL_UPPER_LEFT
enum GL_UPPER_LEFT;
Undocumented in source.
GL_VALIDATE_STATUS
enum GL_VALIDATE_STATUS;
Undocumented in source.
GL_VENDOR
enum GL_VENDOR;
Undocumented in source.
GL_VERSION
enum GL_VERSION;
Undocumented in source.
GL_VERTEX_ARRAY
enum GL_VERTEX_ARRAY;
Undocumented in source.
GL_VERTEX_ARRAY_BINDING
enum GL_VERTEX_ARRAY_BINDING;
Undocumented in source.
GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT
enum GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT;
Undocumented in source.
GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING
enum GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING;
Undocumented in source.
GL_VERTEX_ATTRIB_ARRAY_DIVISOR
enum GL_VERTEX_ATTRIB_ARRAY_DIVISOR;
Undocumented in source.
GL_VERTEX_ATTRIB_ARRAY_ENABLED
enum GL_VERTEX_ATTRIB_ARRAY_ENABLED;
Undocumented in source.
GL_VERTEX_ATTRIB_ARRAY_INTEGER
enum GL_VERTEX_ATTRIB_ARRAY_INTEGER;
Undocumented in source.
GL_VERTEX_ATTRIB_ARRAY_LONG
enum GL_VERTEX_ATTRIB_ARRAY_LONG;
Undocumented in source.
GL_VERTEX_ATTRIB_ARRAY_NORMALIZED
enum GL_VERTEX_ATTRIB_ARRAY_NORMALIZED;
Undocumented in source.
GL_VERTEX_ATTRIB_ARRAY_POINTER
enum GL_VERTEX_ATTRIB_ARRAY_POINTER;
Undocumented in source.
GL_VERTEX_ATTRIB_ARRAY_SIZE
enum GL_VERTEX_ATTRIB_ARRAY_SIZE;
Undocumented in source.
GL_VERTEX_ATTRIB_ARRAY_STRIDE
enum GL_VERTEX_ATTRIB_ARRAY_STRIDE;
Undocumented in source.
GL_VERTEX_ATTRIB_ARRAY_TYPE
enum GL_VERTEX_ATTRIB_ARRAY_TYPE;
Undocumented in source.
GL_VERTEX_ATTRIB_BINDING
enum GL_VERTEX_ATTRIB_BINDING;
Undocumented in source.
GL_VERTEX_ATTRIB_RELATIVE_OFFSET
enum GL_VERTEX_ATTRIB_RELATIVE_OFFSET;
Undocumented in source.
GL_VERTEX_BINDING_BUFFER
enum GL_VERTEX_BINDING_BUFFER;
Undocumented in source.
GL_VERTEX_BINDING_DIVISOR
enum GL_VERTEX_BINDING_DIVISOR;
Undocumented in source.
GL_VERTEX_BINDING_OFFSET
enum GL_VERTEX_BINDING_OFFSET;
Undocumented in source.
GL_VERTEX_BINDING_STRIDE
enum GL_VERTEX_BINDING_STRIDE;
Undocumented in source.
GL_VERTEX_PROGRAM_POINT_SIZE
enum GL_VERTEX_PROGRAM_POINT_SIZE;
Undocumented in source.
GL_VERTEX_SHADER
enum GL_VERTEX_SHADER;
Undocumented in source.
GL_VERTEX_SHADER_BIT
enum GL_VERTEX_SHADER_BIT;
Undocumented in source.
GL_VERTEX_SHADER_INVOCATIONS
enum GL_VERTEX_SHADER_INVOCATIONS;
Undocumented in source.
GL_VERTEX_SUBROUTINE
enum GL_VERTEX_SUBROUTINE;
Undocumented in source.
GL_VERTEX_SUBROUTINE_UNIFORM
enum GL_VERTEX_SUBROUTINE_UNIFORM;
Undocumented in source.
GL_VERTEX_TEXTURE
enum GL_VERTEX_TEXTURE;
Undocumented in source.
GL_VERTICES_SUBMITTED
enum GL_VERTICES_SUBMITTED;
Undocumented in source.
GL_VIEWPORT
enum GL_VIEWPORT;
Undocumented in source.
GL_VIEWPORT_BOUNDS_RANGE
enum GL_VIEWPORT_BOUNDS_RANGE;
Undocumented in source.
GL_VIEWPORT_INDEX_PROVOKING_VERTEX
enum GL_VIEWPORT_INDEX_PROVOKING_VERTEX;
Undocumented in source.
GL_VIEWPORT_SUBPIXEL_BITS
enum GL_VIEWPORT_SUBPIXEL_BITS;
Undocumented in source.
GL_VIEW_CLASS_128_BITS
enum GL_VIEW_CLASS_128_BITS;
Undocumented in source.
GL_VIEW_CLASS_16_BITS
enum GL_VIEW_CLASS_16_BITS;
Undocumented in source.
GL_VIEW_CLASS_24_BITS
enum GL_VIEW_CLASS_24_BITS;
Undocumented in source.
GL_VIEW_CLASS_32_BITS
enum GL_VIEW_CLASS_32_BITS;
Undocumented in source.
GL_VIEW_CLASS_48_BITS
enum GL_VIEW_CLASS_48_BITS;
Undocumented in source.
GL_VIEW_CLASS_64_BITS
enum GL_VIEW_CLASS_64_BITS;
Undocumented in source.
GL_VIEW_CLASS_8_BITS
enum GL_VIEW_CLASS_8_BITS;
Undocumented in source.
GL_VIEW_CLASS_96_BITS
enum GL_VIEW_CLASS_96_BITS;
Undocumented in source.
GL_VIEW_CLASS_BPTC_FLOAT
enum GL_VIEW_CLASS_BPTC_FLOAT;
Undocumented in source.
GL_VIEW_CLASS_BPTC_UNORM
enum GL_VIEW_CLASS_BPTC_UNORM;
Undocumented in source.
GL_VIEW_CLASS_RGTC1_RED
enum GL_VIEW_CLASS_RGTC1_RED;
Undocumented in source.
GL_VIEW_CLASS_RGTC2_RG
enum GL_VIEW_CLASS_RGTC2_RG;
Undocumented in source.
GL_VIEW_CLASS_S3TC_DXT1_RGB
enum GL_VIEW_CLASS_S3TC_DXT1_RGB;
Undocumented in source.
GL_VIEW_CLASS_S3TC_DXT1_RGBA
enum GL_VIEW_CLASS_S3TC_DXT1_RGBA;
Undocumented in source.
GL_VIEW_CLASS_S3TC_DXT3_RGBA
enum GL_VIEW_CLASS_S3TC_DXT3_RGBA;
Undocumented in source.
GL_VIEW_CLASS_S3TC_DXT5_RGBA
enum GL_VIEW_CLASS_S3TC_DXT5_RGBA;
Undocumented in source.
GL_VIEW_COMPATIBILITY_CLASS
enum GL_VIEW_COMPATIBILITY_CLASS;
Undocumented in source.
GL_WAIT_FAILED
enum GL_WAIT_FAILED;
Undocumented in source.
GL_WRITE_ONLY
enum GL_WRITE_ONLY;
Undocumented in source.
GL_XOR
enum GL_XOR;
Undocumented in source.
GL_ZERO
enum GL_ZERO;
Undocumented in source.
GL_ZERO_TO_ONE
enum GL_ZERO_TO_ONE;
Undocumented in source.

Structs

__GLsync
struct __GLsync
Undocumented in source.

Meta