Class Gl

OpenGL loader base class

class Gl ;

Constructors

NameDescription
this (loader)

Methods

NameDescription
ActiveShaderProgram (pipeline, program) Commands for GL_VERSION_4_1
ActiveTexture (texture) Commands for GL_VERSION_1_3
AttachShader (program, shader) Commands for GL_VERSION_2_0
BeginConditionalRender (id, mode) Commands for GL_VERSION_3_0
BeginQuery (target, id) Commands for GL_VERSION_1_5
BeginQueryIndexed (target, index, id) Commands for GL_VERSION_4_0
BeginTransformFeedback (primitiveMode) Commands for GL_VERSION_3_0
BindAttribLocation (program, index, name) Commands for GL_VERSION_2_0
BindBuffer (target, buffer) Commands for GL_VERSION_1_5
BindBufferBase (target, index, buffer) Commands for GL_VERSION_3_0
BindBufferRange (target, index, buffer, offset, size) Commands for GL_VERSION_3_0
BindBuffersBase (target, first, count, buffers) Commands for GL_VERSION_4_4
BindBuffersRange (target, first, count, buffers, offsets, sizes) Commands for GL_VERSION_4_4
BindFragDataLocation (program, color, name) Commands for GL_VERSION_3_0
BindFragDataLocationIndexed (program, colorNumber, index, name) Commands for GL_VERSION_3_3
BindFramebuffer (target, framebuffer) Commands for GL_VERSION_3_0
BindImageTexture (unit, texture, level, layered, layer, access, format) Commands for GL_VERSION_4_2
BindImageTextures (first, count, textures) Commands for GL_VERSION_4_4
BindProgramPipeline (pipeline) Commands for GL_VERSION_4_1
BindRenderbuffer (target, renderbuffer) Commands for GL_VERSION_3_0
BindSampler (unit, sampler) Commands for GL_VERSION_3_3
BindSamplers (first, count, samplers) Commands for GL_VERSION_4_4
BindTexture (target, texture) Commands for GL_VERSION_1_1
BindTextures (first, count, textures) Commands for GL_VERSION_4_4
BindTextureUnit (unit, texture) Commands for GL_VERSION_4_5
BindTransformFeedback (target, id) Commands for GL_VERSION_4_0
BindVertexArray (array) Commands for GL_VERSION_3_0
BindVertexBuffer (bindingindex, buffer, offset, stride) Commands for GL_VERSION_4_3
BindVertexBuffers (first, count, buffers, offsets, strides) Commands for GL_VERSION_4_4
BlendColor (red, green, blue, alpha) Commands for GL_VERSION_1_4
BlendEquation (mode) Commands for GL_VERSION_1_4
BlendEquationi (buf, mode) Commands for GL_VERSION_4_0
BlendEquationSeparate (modeRGB, modeAlpha) Commands for GL_VERSION_2_0
BlendEquationSeparatei (buf, modeRGB, modeAlpha) Commands for GL_VERSION_4_0
BlendFunc (sfactor, dfactor) Commands for GL_VERSION_1_0
BlendFunci (buf, src, dst) Commands for GL_VERSION_4_0
BlendFuncSeparate (sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha) Commands for GL_VERSION_1_4
BlendFuncSeparatei (buf, srcRGB, dstRGB, srcAlpha, dstAlpha) Commands for GL_VERSION_4_0
BlitFramebuffer (srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter) Commands for GL_VERSION_3_0
BlitNamedFramebuffer (readFramebuffer, drawFramebuffer, srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter) Commands for GL_VERSION_4_5
BufferData (target, size, data, usage) Commands for GL_VERSION_1_5
BufferStorage (target, size, data, flags) Commands for GL_VERSION_4_4
BufferSubData (target, offset, size, data) Commands for GL_VERSION_1_5
CheckFramebufferStatus (target) Commands for GL_VERSION_3_0
CheckNamedFramebufferStatus (framebuffer, target) Commands for GL_VERSION_4_5
ClampColor (target, clamp) Commands for GL_VERSION_3_0
Clear (mask) Commands for GL_VERSION_1_0
ClearBufferData (target, internalformat, format, type, data) Commands for GL_VERSION_4_3
ClearBufferfi (buffer, drawbuffer, depth, stencil) Commands for GL_VERSION_3_0
ClearBufferfv (buffer, drawbuffer, value) Commands for GL_VERSION_3_0
ClearBufferiv (buffer, drawbuffer, value) Commands for GL_VERSION_3_0
ClearBufferSubData (target, internalformat, offset, size, format, type, data) Commands for GL_VERSION_4_3
ClearBufferuiv (buffer, drawbuffer, value) Commands for GL_VERSION_3_0
ClearColor (red, green, blue, alpha) Commands for GL_VERSION_1_0
ClearDepth (depth) Commands for GL_VERSION_1_0
ClearDepthf (d) Commands for GL_VERSION_4_1
ClearNamedBufferData (buffer, internalformat, format, type, data) Commands for GL_VERSION_4_5
ClearNamedBufferSubData (buffer, internalformat, offset, size, format, type, data) Commands for GL_VERSION_4_5
ClearNamedFramebufferfi (framebuffer, buffer, drawbuffer, depth, stencil) Commands for GL_VERSION_4_5
ClearNamedFramebufferfv (framebuffer, buffer, drawbuffer, value) Commands for GL_VERSION_4_5
ClearNamedFramebufferiv (framebuffer, buffer, drawbuffer, value) Commands for GL_VERSION_4_5
ClearNamedFramebufferuiv (framebuffer, buffer, drawbuffer, value) Commands for GL_VERSION_4_5
ClearStencil (s) Commands for GL_VERSION_1_0
ClearTexImage (texture, level, format, type, data) Commands for GL_VERSION_4_4
ClearTexSubImage (texture, level, xoffset, yoffset, zoffset, width, height, depth, format, type, data) Commands for GL_VERSION_4_4
ClientWaitSync (sync, flags, timeout) Commands for GL_VERSION_3_2
ClipControl (origin, depth) Commands for GL_VERSION_4_5
ColorMask (red, green, blue, alpha) Commands for GL_VERSION_1_0
ColorMaski (index, r, g, b, a) Commands for GL_VERSION_3_0
CompileShader (shader) Commands for GL_VERSION_2_0
CompressedTexImage1D (target, level, internalformat, width, border, imageSize, data) Commands for GL_VERSION_1_3
CompressedTexImage2D (target, level, internalformat, width, height, border, imageSize, data) Commands for GL_VERSION_1_3
CompressedTexImage3D (target, level, internalformat, width, height, depth, border, imageSize, data) Commands for GL_VERSION_1_3
CompressedTexSubImage1D (target, level, xoffset, width, format, imageSize, data) Commands for GL_VERSION_1_3
CompressedTexSubImage2D (target, level, xoffset, yoffset, width, height, format, imageSize, data) Commands for GL_VERSION_1_3
CompressedTexSubImage3D (target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data) Commands for GL_VERSION_1_3
CompressedTextureSubImage1D (texture, level, xoffset, width, format, imageSize, data) Commands for GL_VERSION_4_5
CompressedTextureSubImage2D (texture, level, xoffset, yoffset, width, height, format, imageSize, data) Commands for GL_VERSION_4_5
CompressedTextureSubImage3D (texture, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data) Commands for GL_VERSION_4_5
CopyBufferSubData (readTarget, writeTarget, readOffset, writeOffset, size) Commands for GL_VERSION_3_1
CopyImageSubData (srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth) Commands for GL_VERSION_4_3
CopyNamedBufferSubData (readBuffer, writeBuffer, readOffset, writeOffset, size) Commands for GL_VERSION_4_5
CopyTexImage1D (target, level, internalformat, x, y, width, border) Commands for GL_VERSION_1_1
CopyTexImage2D (target, level, internalformat, x, y, width, height, border) Commands for GL_VERSION_1_1
CopyTexSubImage1D (target, level, xoffset, x, y, width) Commands for GL_VERSION_1_1
CopyTexSubImage2D (target, level, xoffset, yoffset, x, y, width, height) Commands for GL_VERSION_1_1
CopyTexSubImage3D (target, level, xoffset, yoffset, zoffset, x, y, width, height) Commands for GL_VERSION_1_2
CopyTextureSubImage1D (texture, level, xoffset, x, y, width) Commands for GL_VERSION_4_5
CopyTextureSubImage2D (texture, level, xoffset, yoffset, x, y, width, height) Commands for GL_VERSION_4_5
CopyTextureSubImage3D (texture, level, xoffset, yoffset, zoffset, x, y, width, height) Commands for GL_VERSION_4_5
CreateBuffers (n, buffers) Commands for GL_VERSION_4_5
CreateFramebuffers (n, framebuffers) Commands for GL_VERSION_4_5
CreateProgram () Commands for GL_VERSION_2_0
CreateProgramPipelines (n, pipelines) Commands for GL_VERSION_4_5
CreateQueries (target, n, ids) Commands for GL_VERSION_4_5
CreateRenderbuffers (n, renderbuffers) Commands for GL_VERSION_4_5
CreateSamplers (n, samplers) Commands for GL_VERSION_4_5
CreateShader (type) Commands for GL_VERSION_2_0
CreateShaderProgramv (type, count, strings) Commands for GL_VERSION_4_1
CreateTextures (target, n, textures) Commands for GL_VERSION_4_5
CreateTransformFeedbacks (n, ids) Commands for GL_VERSION_4_5
CreateVertexArrays (n, arrays) Commands for GL_VERSION_4_5
CullFace (mode) Commands for GL_VERSION_1_0
DebugMessageCallback (callback, userParam) Commands for GL_VERSION_4_3
DebugMessageControl (source, type, severity, count, ids, enabled) Commands for GL_VERSION_4_3
DebugMessageInsert (source, type, id, severity, length, buf) Commands for GL_VERSION_4_3
DeleteBuffers (n, buffers) Commands for GL_VERSION_1_5
DeleteFramebuffers (n, framebuffers) Commands for GL_VERSION_3_0
DeleteProgram (program) Commands for GL_VERSION_2_0
DeleteProgramPipelines (n, pipelines) Commands for GL_VERSION_4_1
DeleteQueries (n, ids) Commands for GL_VERSION_1_5
DeleteRenderbuffers (n, renderbuffers) Commands for GL_VERSION_3_0
DeleteSamplers (count, samplers) Commands for GL_VERSION_3_3
DeleteShader (shader) Commands for GL_VERSION_2_0
DeleteSync (sync) Commands for GL_VERSION_3_2
DeleteTextures (n, textures) Commands for GL_VERSION_1_1
DeleteTransformFeedbacks (n, ids) Commands for GL_VERSION_4_0
DeleteVertexArrays (n, arrays) Commands for GL_VERSION_3_0
DepthFunc (func) Commands for GL_VERSION_1_0
DepthMask (flag) Commands for GL_VERSION_1_0
DepthRange (n, f) Commands for GL_VERSION_1_0
DepthRangeArrayv (first, count, v) Commands for GL_VERSION_4_1
DepthRangef (n, f) Commands for GL_VERSION_4_1
DepthRangeIndexed (index, n, f) Commands for GL_VERSION_4_1
DetachShader (program, shader) Commands for GL_VERSION_2_0
Disable (cap) Commands for GL_VERSION_1_0
Disablei (target, index) Commands for GL_VERSION_3_0
DisableVertexArrayAttrib (vaobj, index) Commands for GL_VERSION_4_5
DisableVertexAttribArray (index) Commands for GL_VERSION_2_0
DispatchCompute (num_groups_x, num_groups_y, num_groups_z) Commands for GL_VERSION_4_3
DispatchComputeIndirect (indirect) Commands for GL_VERSION_4_3
DrawArrays (mode, first, count) Commands for GL_VERSION_1_1
DrawArraysIndirect (mode, indirect) Commands for GL_VERSION_4_0
DrawArraysInstanced (mode, first, count, instancecount) Commands for GL_VERSION_3_1
DrawArraysInstancedBaseInstance (mode, first, count, instancecount, baseinstance) Commands for GL_VERSION_4_2
DrawBuffer (buf) Commands for GL_VERSION_1_0
DrawBuffers (n, bufs) Commands for GL_VERSION_2_0
DrawElements (mode, count, type, indices) Commands for GL_VERSION_1_1
DrawElementsBaseVertex (mode, count, type, indices, basevertex) Commands for GL_VERSION_3_2
DrawElementsIndirect (mode, type, indirect) Commands for GL_VERSION_4_0
DrawElementsInstanced (mode, count, type, indices, instancecount) Commands for GL_VERSION_3_1
DrawElementsInstancedBaseInstance (mode, count, type, indices, instancecount, baseinstance) Commands for GL_VERSION_4_2
DrawElementsInstancedBaseVertex (mode, count, type, indices, instancecount, basevertex) Commands for GL_VERSION_3_2
DrawElementsInstancedBaseVertexBaseInstance (mode, count, type, indices, instancecount, basevertex, baseinstance) Commands for GL_VERSION_4_2
DrawRangeElements (mode, start, end, count, type, indices) Commands for GL_VERSION_1_2
DrawRangeElementsBaseVertex (mode, start, end, count, type, indices, basevertex) Commands for GL_VERSION_3_2
DrawTransformFeedback (mode, id) Commands for GL_VERSION_4_0
DrawTransformFeedbackInstanced (mode, id, instancecount) Commands for GL_VERSION_4_2
DrawTransformFeedbackStream (mode, id, stream) Commands for GL_VERSION_4_0
DrawTransformFeedbackStreamInstanced (mode, id, stream, instancecount) Commands for GL_VERSION_4_2
Enable (cap) Commands for GL_VERSION_1_0
Enablei (target, index) Commands for GL_VERSION_3_0
EnableVertexArrayAttrib (vaobj, index) Commands for GL_VERSION_4_5
EnableVertexAttribArray (index) Commands for GL_VERSION_2_0
EndConditionalRender () Commands for GL_VERSION_3_0
EndQuery (target) Commands for GL_VERSION_1_5
EndQueryIndexed (target, index) Commands for GL_VERSION_4_0
EndTransformFeedback () Commands for GL_VERSION_3_0
FenceSync (condition, flags) Commands for GL_VERSION_3_2
Finish () Commands for GL_VERSION_1_0
Flush () Commands for GL_VERSION_1_0
FlushMappedBufferRange (target, offset, length) Commands for GL_VERSION_3_0
FlushMappedNamedBufferRange (buffer, offset, length) Commands for GL_VERSION_4_5
FramebufferParameteri (target, pname, param) Commands for GL_VERSION_4_3
FramebufferRenderbuffer (target, attachment, renderbuffertarget, renderbuffer) Commands for GL_VERSION_3_0
FramebufferTexture (target, attachment, texture, level) Commands for GL_VERSION_3_2
FramebufferTexture1D (target, attachment, textarget, texture, level) Commands for GL_VERSION_3_0
FramebufferTexture2D (target, attachment, textarget, texture, level) Commands for GL_VERSION_3_0
FramebufferTexture3D (target, attachment, textarget, texture, level, zoffset) Commands for GL_VERSION_3_0
FramebufferTextureLayer (target, attachment, texture, level, layer) Commands for GL_VERSION_3_0
FrontFace (mode) Commands for GL_VERSION_1_0
GenBuffers (n, buffers) Commands for GL_VERSION_1_5
GenerateMipmap (target) Commands for GL_VERSION_3_0
GenerateTextureMipmap (texture) Commands for GL_VERSION_4_5
GenFramebuffers (n, framebuffers) Commands for GL_VERSION_3_0
GenProgramPipelines (n, pipelines) Commands for GL_VERSION_4_1
GenQueries (n, ids) Commands for GL_VERSION_1_5
GenRenderbuffers (n, renderbuffers) Commands for GL_VERSION_3_0
GenSamplers (count, samplers) Commands for GL_VERSION_3_3
GenTextures (n, textures) Commands for GL_VERSION_1_1
GenTransformFeedbacks (n, ids) Commands for GL_VERSION_4_0
GenVertexArrays (n, arrays) Commands for GL_VERSION_3_0
GetActiveAtomicCounterBufferiv (program, bufferIndex, pname, params) Commands for GL_VERSION_4_2
GetActiveAttrib (program, index, bufSize, length, size, type, name) Commands for GL_VERSION_2_0
GetActiveSubroutineName (program, shadertype, index, bufsize, length, name) Commands for GL_VERSION_4_0
GetActiveSubroutineUniformiv (program, shadertype, index, pname, values) Commands for GL_VERSION_4_0
GetActiveSubroutineUniformName (program, shadertype, index, bufsize, length, name) Commands for GL_VERSION_4_0
GetActiveUniform (program, index, bufSize, length, size, type, name) Commands for GL_VERSION_2_0
GetActiveUniformBlockiv (program, uniformBlockIndex, pname, params) Commands for GL_VERSION_3_1
GetActiveUniformBlockName (program, uniformBlockIndex, bufSize, length, uniformBlockName) Commands for GL_VERSION_3_1
GetActiveUniformName (program, uniformIndex, bufSize, length, uniformName) Commands for GL_VERSION_3_1
GetActiveUniformsiv (program, uniformCount, uniformIndices, pname, params) Commands for GL_VERSION_3_1
GetAttachedShaders (program, maxCount, count, shaders) Commands for GL_VERSION_2_0
GetAttribLocation (program, name) Commands for GL_VERSION_2_0
GetBooleani_v (target, index, data) Commands for GL_VERSION_3_0
GetBooleanv (pname, data) Commands for GL_VERSION_1_0
GetBufferParameteri64v (target, pname, params) Commands for GL_VERSION_3_2
GetBufferParameteriv (target, pname, params) Commands for GL_VERSION_1_5
GetBufferPointerv (target, pname, params) Commands for GL_VERSION_1_5
GetBufferSubData (target, offset, size, data) Commands for GL_VERSION_1_5
GetCompressedTexImage (target, level, img) Commands for GL_VERSION_1_3
GetCompressedTextureImage (texture, level, bufSize, pixels) Commands for GL_VERSION_4_5
GetCompressedTextureSubImage (texture, level, xoffset, yoffset, zoffset, width, height, depth, bufSize, pixels) Commands for GL_VERSION_4_5
GetDebugMessageLog (count, bufSize, sources, types, ids, severities, lengths, messageLog) Commands for GL_VERSION_4_3
GetDoublei_v (target, index, data) Commands for GL_VERSION_4_1
GetDoublev (pname, data) Commands for GL_VERSION_1_0
GetError () Commands for GL_VERSION_1_0
GetFloati_v (target, index, data) Commands for GL_VERSION_4_1
GetFloatv (pname, data) Commands for GL_VERSION_1_0
GetFragDataIndex (program, name) Commands for GL_VERSION_3_3
GetFragDataLocation (program, name) Commands for GL_VERSION_3_0
GetFramebufferAttachmentParameteriv (target, attachment, pname, params) Commands for GL_VERSION_3_0
GetFramebufferParameteriv (target, pname, params) Commands for GL_VERSION_4_3
GetGraphicsResetStatus () Commands for GL_VERSION_4_5
GetInteger64i_v (target, index, data) Commands for GL_VERSION_3_2
GetInteger64v (pname, data) Commands for GL_VERSION_3_2
GetIntegeri_v (target, index, data) Commands for GL_VERSION_3_0
GetIntegerv (pname, data) Commands for GL_VERSION_1_0
GetInternalformati64v (target, internalformat, pname, bufSize, params) Commands for GL_VERSION_4_3
GetInternalformativ (target, internalformat, pname, bufSize, params) Commands for GL_VERSION_4_2
GetMultisamplefv (pname, index, val) Commands for GL_VERSION_3_2
GetNamedBufferParameteri64v (buffer, pname, params) Commands for GL_VERSION_4_5
GetNamedBufferParameteriv (buffer, pname, params) Commands for GL_VERSION_4_5
GetNamedBufferPointerv (buffer, pname, params) Commands for GL_VERSION_4_5
GetNamedBufferSubData (buffer, offset, size, data) Commands for GL_VERSION_4_5
GetNamedFramebufferAttachmentParameteriv (framebuffer, attachment, pname, params) Commands for GL_VERSION_4_5
GetNamedFramebufferParameteriv (framebuffer, pname, param) Commands for GL_VERSION_4_5
GetNamedRenderbufferParameteriv (renderbuffer, pname, params) Commands for GL_VERSION_4_5
GetnCompressedTexImage (target, lod, bufSize, pixels) Commands for GL_VERSION_4_5
GetnTexImage (target, level, format, type, bufSize, pixels) Commands for GL_VERSION_4_5
GetnUniformdv (program, location, bufSize, params) Commands for GL_VERSION_4_5
GetnUniformfv (program, location, bufSize, params) Commands for GL_VERSION_4_5
GetnUniformiv (program, location, bufSize, params) Commands for GL_VERSION_4_5
GetnUniformuiv (program, location, bufSize, params) Commands for GL_VERSION_4_5
GetObjectLabel (identifier, name, bufSize, length, label) Commands for GL_VERSION_4_3
GetObjectPtrLabel (ptr, bufSize, length, label) Commands for GL_VERSION_4_3
GetPointerv (pname, params) Commands for GL_VERSION_1_1
GetProgramBinary (program, bufSize, length, binaryFormat, binary) Commands for GL_VERSION_4_1
GetProgramInfoLog (program, bufSize, length, infoLog) Commands for GL_VERSION_2_0
GetProgramInterfaceiv (program, programInterface, pname, params) Commands for GL_VERSION_4_3
GetProgramiv (program, pname, params) Commands for GL_VERSION_2_0
GetProgramPipelineInfoLog (pipeline, bufSize, length, infoLog) Commands for GL_VERSION_4_1
GetProgramPipelineiv (pipeline, pname, params) Commands for GL_VERSION_4_1
GetProgramResourceIndex (program, programInterface, name) Commands for GL_VERSION_4_3
GetProgramResourceiv (program, programInterface, index, propCount, props, bufSize, length, params) Commands for GL_VERSION_4_3
GetProgramResourceLocation (program, programInterface, name) Commands for GL_VERSION_4_3
GetProgramResourceLocationIndex (program, programInterface, name) Commands for GL_VERSION_4_3
GetProgramResourceName (program, programInterface, index, bufSize, length, name) Commands for GL_VERSION_4_3
GetProgramStageiv (program, shadertype, pname, values) Commands for GL_VERSION_4_0
GetQueryBufferObjecti64v (id, buffer, pname, offset) Commands for GL_VERSION_4_5
GetQueryBufferObjectiv (id, buffer, pname, offset) Commands for GL_VERSION_4_5
GetQueryBufferObjectui64v (id, buffer, pname, offset) Commands for GL_VERSION_4_5
GetQueryBufferObjectuiv (id, buffer, pname, offset) Commands for GL_VERSION_4_5
GetQueryIndexediv (target, index, pname, params) Commands for GL_VERSION_4_0
GetQueryiv (target, pname, params) Commands for GL_VERSION_1_5
GetQueryObjecti64v (id, pname, params) Commands for GL_VERSION_3_3
GetQueryObjectiv (id, pname, params) Commands for GL_VERSION_1_5
GetQueryObjectui64v (id, pname, params) Commands for GL_VERSION_3_3
GetQueryObjectuiv (id, pname, params) Commands for GL_VERSION_1_5
GetRenderbufferParameteriv (target, pname, params) Commands for GL_VERSION_3_0
GetSamplerParameterfv (sampler, pname, params) Commands for GL_VERSION_3_3
GetSamplerParameterIiv (sampler, pname, params) Commands for GL_VERSION_3_3
GetSamplerParameterIuiv (sampler, pname, params) Commands for GL_VERSION_3_3
GetSamplerParameteriv (sampler, pname, params) Commands for GL_VERSION_3_3
GetShaderInfoLog (shader, bufSize, length, infoLog) Commands for GL_VERSION_2_0
GetShaderiv (shader, pname, params) Commands for GL_VERSION_2_0
GetShaderPrecisionFormat (shadertype, precisiontype, range, precision) Commands for GL_VERSION_4_1
GetShaderSource (shader, bufSize, length, source) Commands for GL_VERSION_2_0
GetString (name) Commands for GL_VERSION_1_0
GetStringi (name, index) Commands for GL_VERSION_3_0
GetSubroutineIndex (program, shadertype, name) Commands for GL_VERSION_4_0
GetSubroutineUniformLocation (program, shadertype, name) Commands for GL_VERSION_4_0
GetSynciv (sync, pname, bufSize, length, values) Commands for GL_VERSION_3_2
GetTexImage (target, level, format, type, pixels) Commands for GL_VERSION_1_0
GetTexLevelParameterfv (target, level, pname, params) Commands for GL_VERSION_1_0
GetTexLevelParameteriv (target, level, pname, params) Commands for GL_VERSION_1_0
GetTexParameterfv (target, pname, params) Commands for GL_VERSION_1_0
GetTexParameterIiv (target, pname, params) Commands for GL_VERSION_3_0
GetTexParameterIuiv (target, pname, params) Commands for GL_VERSION_3_0
GetTexParameteriv (target, pname, params) Commands for GL_VERSION_1_0
GetTextureImage (texture, level, format, type, bufSize, pixels) Commands for GL_VERSION_4_5
GetTextureLevelParameterfv (texture, level, pname, params) Commands for GL_VERSION_4_5
GetTextureLevelParameteriv (texture, level, pname, params) Commands for GL_VERSION_4_5
GetTextureParameterfv (texture, pname, params) Commands for GL_VERSION_4_5
GetTextureParameterIiv (texture, pname, params) Commands for GL_VERSION_4_5
GetTextureParameterIuiv (texture, pname, params) Commands for GL_VERSION_4_5
GetTextureParameteriv (texture, pname, params) Commands for GL_VERSION_4_5
GetTextureSubImage (texture, level, xoffset, yoffset, zoffset, width, height, depth, format, type, bufSize, pixels) Commands for GL_VERSION_4_5
GetTransformFeedbacki64_v (xfb, pname, index, param) Commands for GL_VERSION_4_5
GetTransformFeedbacki_v (xfb, pname, index, param) Commands for GL_VERSION_4_5
GetTransformFeedbackiv (xfb, pname, param) Commands for GL_VERSION_4_5
GetTransformFeedbackVarying (program, index, bufSize, length, size, type, name) Commands for GL_VERSION_3_0
GetUniformBlockIndex (program, uniformBlockName) Commands for GL_VERSION_3_1
GetUniformdv (program, location, params) Commands for GL_VERSION_4_0
GetUniformfv (program, location, params) Commands for GL_VERSION_2_0
GetUniformIndices (program, uniformCount, uniformNames, uniformIndices) Commands for GL_VERSION_3_1
GetUniformiv (program, location, params) Commands for GL_VERSION_2_0
GetUniformLocation (program, name) Commands for GL_VERSION_2_0
GetUniformSubroutineuiv (shadertype, location, params) Commands for GL_VERSION_4_0
GetUniformuiv (program, location, params) Commands for GL_VERSION_3_0
GetVertexArrayIndexed64iv (vaobj, index, pname, param) Commands for GL_VERSION_4_5
GetVertexArrayIndexediv (vaobj, index, pname, param) Commands for GL_VERSION_4_5
GetVertexArrayiv (vaobj, pname, param) Commands for GL_VERSION_4_5
GetVertexAttribdv (index, pname, params) Commands for GL_VERSION_2_0
GetVertexAttribfv (index, pname, params) Commands for GL_VERSION_2_0
GetVertexAttribIiv (index, pname, params) Commands for GL_VERSION_3_0
GetVertexAttribIuiv (index, pname, params) Commands for GL_VERSION_3_0
GetVertexAttribiv (index, pname, params) Commands for GL_VERSION_2_0
GetVertexAttribLdv (index, pname, params) Commands for GL_VERSION_4_1
GetVertexAttribPointerv (index, pname, pointer) Commands for GL_VERSION_2_0
Hint (target, mode) Commands for GL_VERSION_1_0
InvalidateBufferData (buffer) Commands for GL_VERSION_4_3
InvalidateBufferSubData (buffer, offset, length) Commands for GL_VERSION_4_3
InvalidateFramebuffer (target, numAttachments, attachments) Commands for GL_VERSION_4_3
InvalidateNamedFramebufferData (framebuffer, numAttachments, attachments) Commands for GL_VERSION_4_5
InvalidateNamedFramebufferSubData (framebuffer, numAttachments, attachments, x, y, width, height) Commands for GL_VERSION_4_5
InvalidateSubFramebuffer (target, numAttachments, attachments, x, y, width, height) Commands for GL_VERSION_4_3
InvalidateTexImage (texture, level) Commands for GL_VERSION_4_3
InvalidateTexSubImage (texture, level, xoffset, yoffset, zoffset, width, height, depth) Commands for GL_VERSION_4_3
IsBuffer (buffer) Commands for GL_VERSION_1_5
IsEnabled (cap) Commands for GL_VERSION_1_0
IsEnabledi (target, index) Commands for GL_VERSION_3_0
IsFramebuffer (framebuffer) Commands for GL_VERSION_3_0
IsProgram (program) Commands for GL_VERSION_2_0
IsProgramPipeline (pipeline) Commands for GL_VERSION_4_1
IsQuery (id) Commands for GL_VERSION_1_5
IsRenderbuffer (renderbuffer) Commands for GL_VERSION_3_0
IsSampler (sampler) Commands for GL_VERSION_3_3
IsShader (shader) Commands for GL_VERSION_2_0
IsSync (sync) Commands for GL_VERSION_3_2
IsTexture (texture) Commands for GL_VERSION_1_1
IsTransformFeedback (id) Commands for GL_VERSION_4_0
IsVertexArray (array) Commands for GL_VERSION_3_0
LineWidth (width) Commands for GL_VERSION_1_0
LinkProgram (program) Commands for GL_VERSION_2_0
LogicOp (opcode) Commands for GL_VERSION_1_0
MapBuffer (target, access) Commands for GL_VERSION_1_5
MapBufferRange (target, offset, length, access) Commands for GL_VERSION_3_0
MapNamedBuffer (buffer, access) Commands for GL_VERSION_4_5
MapNamedBufferRange (buffer, offset, length, access) Commands for GL_VERSION_4_5
MemoryBarrier (barriers) Commands for GL_VERSION_4_2
MemoryBarrierByRegion (barriers) Commands for GL_VERSION_4_5
MinSampleShading (value) Commands for GL_VERSION_4_0
MultiDrawArrays (mode, first, count, drawcount) Commands for GL_VERSION_1_4
MultiDrawArraysIndirect (mode, indirect, drawcount, stride) Commands for GL_VERSION_4_3
MultiDrawArraysIndirectCount (mode, indirect, drawcount, maxdrawcount, stride) Commands for GL_VERSION_4_6
MultiDrawElements (mode, count, type, indices, drawcount) Commands for GL_VERSION_1_4
MultiDrawElementsBaseVertex (mode, count, type, indices, drawcount, basevertex) Commands for GL_VERSION_3_2
MultiDrawElementsIndirect (mode, type, indirect, drawcount, stride) Commands for GL_VERSION_4_3
MultiDrawElementsIndirectCount (mode, type, indirect, drawcount, maxdrawcount, stride) Commands for GL_VERSION_4_6
NamedBufferData (buffer, size, data, usage) Commands for GL_VERSION_4_5
NamedBufferStorage (buffer, size, data, flags) Commands for GL_VERSION_4_5
NamedBufferSubData (buffer, offset, size, data) Commands for GL_VERSION_4_5
NamedFramebufferDrawBuffer (framebuffer, buf) Commands for GL_VERSION_4_5
NamedFramebufferDrawBuffers (framebuffer, n, bufs) Commands for GL_VERSION_4_5
NamedFramebufferParameteri (framebuffer, pname, param) Commands for GL_VERSION_4_5
NamedFramebufferReadBuffer (framebuffer, src) Commands for GL_VERSION_4_5
NamedFramebufferRenderbuffer (framebuffer, attachment, renderbuffertarget, renderbuffer) Commands for GL_VERSION_4_5
NamedFramebufferTexture (framebuffer, attachment, texture, level) Commands for GL_VERSION_4_5
NamedFramebufferTextureLayer (framebuffer, attachment, texture, level, layer) Commands for GL_VERSION_4_5
NamedRenderbufferStorage (renderbuffer, internalformat, width, height) Commands for GL_VERSION_4_5
NamedRenderbufferStorageMultisample (renderbuffer, samples, internalformat, width, height) Commands for GL_VERSION_4_5
ObjectLabel (identifier, name, length, label) Commands for GL_VERSION_4_3
ObjectPtrLabel (ptr, length, label) Commands for GL_VERSION_4_3
PatchParameterfv (pname, values) Commands for GL_VERSION_4_0
PatchParameteri (pname, value) Commands for GL_VERSION_4_0
PauseTransformFeedback () Commands for GL_VERSION_4_0
PixelStoref (pname, param) Commands for GL_VERSION_1_0
PixelStorei (pname, param) Commands for GL_VERSION_1_0
PointParameterf (pname, param) Commands for GL_VERSION_1_4
PointParameterfv (pname, params) Commands for GL_VERSION_1_4
PointParameteri (pname, param) Commands for GL_VERSION_1_4
PointParameteriv (pname, params) Commands for GL_VERSION_1_4
PointSize (size) Commands for GL_VERSION_1_0
PolygonMode (face, mode) Commands for GL_VERSION_1_0
PolygonOffset (factor, units) Commands for GL_VERSION_1_1
PolygonOffsetClamp (factor, units, clamp) Commands for GL_VERSION_4_6
PopDebugGroup () Commands for GL_VERSION_4_3
PrimitiveRestartIndex (index) Commands for GL_VERSION_3_1
ProgramBinary (program, binaryFormat, binary, length) Commands for GL_VERSION_4_1
ProgramParameteri (program, pname, value) Commands for GL_VERSION_4_1
ProgramUniform1d (program, location, v0) Commands for GL_VERSION_4_1
ProgramUniform1dv (program, location, count, value) Commands for GL_VERSION_4_1
ProgramUniform1f (program, location, v0) Commands for GL_VERSION_4_1
ProgramUniform1fv (program, location, count, value) Commands for GL_VERSION_4_1
ProgramUniform1i (program, location, v0) Commands for GL_VERSION_4_1
ProgramUniform1iv (program, location, count, value) Commands for GL_VERSION_4_1
ProgramUniform1ui (program, location, v0) Commands for GL_VERSION_4_1
ProgramUniform1uiv (program, location, count, value) Commands for GL_VERSION_4_1
ProgramUniform2d (program, location, v0, v1) Commands for GL_VERSION_4_1
ProgramUniform2dv (program, location, count, value) Commands for GL_VERSION_4_1
ProgramUniform2f (program, location, v0, v1) Commands for GL_VERSION_4_1
ProgramUniform2fv (program, location, count, value) Commands for GL_VERSION_4_1
ProgramUniform2i (program, location, v0, v1) Commands for GL_VERSION_4_1
ProgramUniform2iv (program, location, count, value) Commands for GL_VERSION_4_1
ProgramUniform2ui (program, location, v0, v1) Commands for GL_VERSION_4_1
ProgramUniform2uiv (program, location, count, value) Commands for GL_VERSION_4_1
ProgramUniform3d (program, location, v0, v1, v2) Commands for GL_VERSION_4_1
ProgramUniform3dv (program, location, count, value) Commands for GL_VERSION_4_1
ProgramUniform3f (program, location, v0, v1, v2) Commands for GL_VERSION_4_1
ProgramUniform3fv (program, location, count, value) Commands for GL_VERSION_4_1
ProgramUniform3i (program, location, v0, v1, v2) Commands for GL_VERSION_4_1
ProgramUniform3iv (program, location, count, value) Commands for GL_VERSION_4_1
ProgramUniform3ui (program, location, v0, v1, v2) Commands for GL_VERSION_4_1
ProgramUniform3uiv (program, location, count, value) Commands for GL_VERSION_4_1
ProgramUniform4d (program, location, v0, v1, v2, v3) Commands for GL_VERSION_4_1
ProgramUniform4dv (program, location, count, value) Commands for GL_VERSION_4_1
ProgramUniform4f (program, location, v0, v1, v2, v3) Commands for GL_VERSION_4_1
ProgramUniform4fv (program, location, count, value) Commands for GL_VERSION_4_1
ProgramUniform4i (program, location, v0, v1, v2, v3) Commands for GL_VERSION_4_1
ProgramUniform4iv (program, location, count, value) Commands for GL_VERSION_4_1
ProgramUniform4ui (program, location, v0, v1, v2, v3) Commands for GL_VERSION_4_1
ProgramUniform4uiv (program, location, count, value) Commands for GL_VERSION_4_1
ProgramUniformMatrix2dv (program, location, count, transpose, value) Commands for GL_VERSION_4_1
ProgramUniformMatrix2fv (program, location, count, transpose, value) Commands for GL_VERSION_4_1
ProgramUniformMatrix2x3dv (program, location, count, transpose, value) Commands for GL_VERSION_4_1
ProgramUniformMatrix2x3fv (program, location, count, transpose, value) Commands for GL_VERSION_4_1
ProgramUniformMatrix2x4dv (program, location, count, transpose, value) Commands for GL_VERSION_4_1
ProgramUniformMatrix2x4fv (program, location, count, transpose, value) Commands for GL_VERSION_4_1
ProgramUniformMatrix3dv (program, location, count, transpose, value) Commands for GL_VERSION_4_1
ProgramUniformMatrix3fv (program, location, count, transpose, value) Commands for GL_VERSION_4_1
ProgramUniformMatrix3x2dv (program, location, count, transpose, value) Commands for GL_VERSION_4_1
ProgramUniformMatrix3x2fv (program, location, count, transpose, value) Commands for GL_VERSION_4_1
ProgramUniformMatrix3x4dv (program, location, count, transpose, value) Commands for GL_VERSION_4_1
ProgramUniformMatrix3x4fv (program, location, count, transpose, value) Commands for GL_VERSION_4_1
ProgramUniformMatrix4dv (program, location, count, transpose, value) Commands for GL_VERSION_4_1
ProgramUniformMatrix4fv (program, location, count, transpose, value) Commands for GL_VERSION_4_1
ProgramUniformMatrix4x2dv (program, location, count, transpose, value) Commands for GL_VERSION_4_1
ProgramUniformMatrix4x2fv (program, location, count, transpose, value) Commands for GL_VERSION_4_1
ProgramUniformMatrix4x3dv (program, location, count, transpose, value) Commands for GL_VERSION_4_1
ProgramUniformMatrix4x3fv (program, location, count, transpose, value) Commands for GL_VERSION_4_1
ProvokingVertex (mode) Commands for GL_VERSION_3_2
PushDebugGroup (source, id, length, message) Commands for GL_VERSION_4_3
QueryCounter (id, target) Commands for GL_VERSION_3_3
ReadBuffer (src) Commands for GL_VERSION_1_0
ReadnPixels (x, y, width, height, format, type, bufSize, data) Commands for GL_VERSION_4_5
ReadPixels (x, y, width, height, format, type, pixels) Commands for GL_VERSION_1_0
ReleaseShaderCompiler () Commands for GL_VERSION_4_1
RenderbufferStorage (target, internalformat, width, height) Commands for GL_VERSION_3_0
RenderbufferStorageMultisample (target, samples, internalformat, width, height) Commands for GL_VERSION_3_0
ResumeTransformFeedback () Commands for GL_VERSION_4_0
SampleCoverage (value, invert) Commands for GL_VERSION_1_3
SampleMaski (maskNumber, mask) Commands for GL_VERSION_3_2
SamplerParameterf (sampler, pname, param) Commands for GL_VERSION_3_3
SamplerParameterfv (sampler, pname, param) Commands for GL_VERSION_3_3
SamplerParameteri (sampler, pname, param) Commands for GL_VERSION_3_3
SamplerParameterIiv (sampler, pname, param) Commands for GL_VERSION_3_3
SamplerParameterIuiv (sampler, pname, param) Commands for GL_VERSION_3_3
SamplerParameteriv (sampler, pname, param) Commands for GL_VERSION_3_3
Scissor (x, y, width, height) Commands for GL_VERSION_1_0
ScissorArrayv (first, count, v) Commands for GL_VERSION_4_1
ScissorIndexed (index, left, bottom, width, height) Commands for GL_VERSION_4_1
ScissorIndexedv (index, v) Commands for GL_VERSION_4_1
ShaderBinary (count, shaders, binaryformat, binary, length) Commands for GL_VERSION_4_1
ShaderSource (shader, count, string, length) Commands for GL_VERSION_2_0
ShaderStorageBlockBinding (program, storageBlockIndex, storageBlockBinding) Commands for GL_VERSION_4_3
SpecializeShader (shader, pEntryPoint, numSpecializationConstants, pConstantIndex, pConstantValue) Commands for GL_VERSION_4_6
StencilFunc (func, ref_, mask) Commands for GL_VERSION_1_0
StencilFuncSeparate (face, func, ref_, mask) Commands for GL_VERSION_2_0
StencilMask (mask) Commands for GL_VERSION_1_0
StencilMaskSeparate (face, mask) Commands for GL_VERSION_2_0
StencilOp (fail, zfail, zpass) Commands for GL_VERSION_1_0
StencilOpSeparate (face, sfail, dpfail, dppass) Commands for GL_VERSION_2_0
TexBuffer (target, internalformat, buffer) Commands for GL_VERSION_3_1
TexBufferRange (target, internalformat, buffer, offset, size) Commands for GL_VERSION_4_3
TexImage1D (target, level, internalformat, width, border, format, type, pixels) Commands for GL_VERSION_1_0
TexImage2D (target, level, internalformat, width, height, border, format, type, pixels) Commands for GL_VERSION_1_0
TexImage2DMultisample (target, samples, internalformat, width, height, fixedsamplelocations) Commands for GL_VERSION_3_2
TexImage3D (target, level, internalformat, width, height, depth, border, format, type, pixels) Commands for GL_VERSION_1_2
TexImage3DMultisample (target, samples, internalformat, width, height, depth, fixedsamplelocations) Commands for GL_VERSION_3_2
TexParameterf (target, pname, param) Commands for GL_VERSION_1_0
TexParameterfv (target, pname, params) Commands for GL_VERSION_1_0
TexParameteri (target, pname, param) Commands for GL_VERSION_1_0
TexParameterIiv (target, pname, params) Commands for GL_VERSION_3_0
TexParameterIuiv (target, pname, params) Commands for GL_VERSION_3_0
TexParameteriv (target, pname, params) Commands for GL_VERSION_1_0
TexStorage1D (target, levels, internalformat, width) Commands for GL_VERSION_4_2
TexStorage2D (target, levels, internalformat, width, height) Commands for GL_VERSION_4_2
TexStorage2DMultisample (target, samples, internalformat, width, height, fixedsamplelocations) Commands for GL_VERSION_4_3
TexStorage3D (target, levels, internalformat, width, height, depth) Commands for GL_VERSION_4_2
TexStorage3DMultisample (target, samples, internalformat, width, height, depth, fixedsamplelocations) Commands for GL_VERSION_4_3
TexSubImage1D (target, level, xoffset, width, format, type, pixels) Commands for GL_VERSION_1_1
TexSubImage2D (target, level, xoffset, yoffset, width, height, format, type, pixels) Commands for GL_VERSION_1_1
TexSubImage3D (target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels) Commands for GL_VERSION_1_2
TextureBarrier () Commands for GL_VERSION_4_5
TextureBuffer (texture, internalformat, buffer) Commands for GL_VERSION_4_5
TextureBufferRange (texture, internalformat, buffer, offset, size) Commands for GL_VERSION_4_5
TextureParameterf (texture, pname, param) Commands for GL_VERSION_4_5
TextureParameterfv (texture, pname, param) Commands for GL_VERSION_4_5
TextureParameteri (texture, pname, param) Commands for GL_VERSION_4_5
TextureParameterIiv (texture, pname, params) Commands for GL_VERSION_4_5
TextureParameterIuiv (texture, pname, params) Commands for GL_VERSION_4_5
TextureParameteriv (texture, pname, param) Commands for GL_VERSION_4_5
TextureStorage1D (texture, levels, internalformat, width) Commands for GL_VERSION_4_5
TextureStorage2D (texture, levels, internalformat, width, height) Commands for GL_VERSION_4_5
TextureStorage2DMultisample (texture, samples, internalformat, width, height, fixedsamplelocations) Commands for GL_VERSION_4_5
TextureStorage3D (texture, levels, internalformat, width, height, depth) Commands for GL_VERSION_4_5
TextureStorage3DMultisample (texture, samples, internalformat, width, height, depth, fixedsamplelocations) Commands for GL_VERSION_4_5
TextureSubImage1D (texture, level, xoffset, width, format, type, pixels) Commands for GL_VERSION_4_5
TextureSubImage2D (texture, level, xoffset, yoffset, width, height, format, type, pixels) Commands for GL_VERSION_4_5
TextureSubImage3D (texture, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels) Commands for GL_VERSION_4_5
TextureView (texture, target, origtexture, internalformat, minlevel, numlevels, minlayer, numlayers) Commands for GL_VERSION_4_3
TransformFeedbackBufferBase (xfb, index, buffer) Commands for GL_VERSION_4_5
TransformFeedbackBufferRange (xfb, index, buffer, offset, size) Commands for GL_VERSION_4_5
TransformFeedbackVaryings (program, count, varyings, bufferMode) Commands for GL_VERSION_3_0
Uniform1d (location, x) Commands for GL_VERSION_4_0
Uniform1dv (location, count, value) Commands for GL_VERSION_4_0
Uniform1f (location, v0) Commands for GL_VERSION_2_0
Uniform1fv (location, count, value) Commands for GL_VERSION_2_0
Uniform1i (location, v0) Commands for GL_VERSION_2_0
Uniform1iv (location, count, value) Commands for GL_VERSION_2_0
Uniform1ui (location, v0) Commands for GL_VERSION_3_0
Uniform1uiv (location, count, value) Commands for GL_VERSION_3_0
Uniform2d (location, x, y) Commands for GL_VERSION_4_0
Uniform2dv (location, count, value) Commands for GL_VERSION_4_0
Uniform2f (location, v0, v1) Commands for GL_VERSION_2_0
Uniform2fv (location, count, value) Commands for GL_VERSION_2_0
Uniform2i (location, v0, v1) Commands for GL_VERSION_2_0
Uniform2iv (location, count, value) Commands for GL_VERSION_2_0
Uniform2ui (location, v0, v1) Commands for GL_VERSION_3_0
Uniform2uiv (location, count, value) Commands for GL_VERSION_3_0
Uniform3d (location, x, y, z) Commands for GL_VERSION_4_0
Uniform3dv (location, count, value) Commands for GL_VERSION_4_0
Uniform3f (location, v0, v1, v2) Commands for GL_VERSION_2_0
Uniform3fv (location, count, value) Commands for GL_VERSION_2_0
Uniform3i (location, v0, v1, v2) Commands for GL_VERSION_2_0
Uniform3iv (location, count, value) Commands for GL_VERSION_2_0
Uniform3ui (location, v0, v1, v2) Commands for GL_VERSION_3_0
Uniform3uiv (location, count, value) Commands for GL_VERSION_3_0
Uniform4d (location, x, y, z, w) Commands for GL_VERSION_4_0
Uniform4dv (location, count, value) Commands for GL_VERSION_4_0
Uniform4f (location, v0, v1, v2, v3) Commands for GL_VERSION_2_0
Uniform4fv (location, count, value) Commands for GL_VERSION_2_0
Uniform4i (location, v0, v1, v2, v3) Commands for GL_VERSION_2_0
Uniform4iv (location, count, value) Commands for GL_VERSION_2_0
Uniform4ui (location, v0, v1, v2, v3) Commands for GL_VERSION_3_0
Uniform4uiv (location, count, value) Commands for GL_VERSION_3_0
UniformBlockBinding (program, uniformBlockIndex, uniformBlockBinding) Commands for GL_VERSION_3_1
UniformMatrix2dv (location, count, transpose, value) Commands for GL_VERSION_4_0
UniformMatrix2fv (location, count, transpose, value) Commands for GL_VERSION_2_0
UniformMatrix2x3dv (location, count, transpose, value) Commands for GL_VERSION_4_0
UniformMatrix2x3fv (location, count, transpose, value) Commands for GL_VERSION_2_1
UniformMatrix2x4dv (location, count, transpose, value) Commands for GL_VERSION_4_0
UniformMatrix2x4fv (location, count, transpose, value) Commands for GL_VERSION_2_1
UniformMatrix3dv (location, count, transpose, value) Commands for GL_VERSION_4_0
UniformMatrix3fv (location, count, transpose, value) Commands for GL_VERSION_2_0
UniformMatrix3x2dv (location, count, transpose, value) Commands for GL_VERSION_4_0
UniformMatrix3x2fv (location, count, transpose, value) Commands for GL_VERSION_2_1
UniformMatrix3x4dv (location, count, transpose, value) Commands for GL_VERSION_4_0
UniformMatrix3x4fv (location, count, transpose, value) Commands for GL_VERSION_2_1
UniformMatrix4dv (location, count, transpose, value) Commands for GL_VERSION_4_0
UniformMatrix4fv (location, count, transpose, value) Commands for GL_VERSION_2_0
UniformMatrix4x2dv (location, count, transpose, value) Commands for GL_VERSION_4_0
UniformMatrix4x2fv (location, count, transpose, value) Commands for GL_VERSION_2_1
UniformMatrix4x3dv (location, count, transpose, value) Commands for GL_VERSION_4_0
UniformMatrix4x3fv (location, count, transpose, value) Commands for GL_VERSION_2_1
UniformSubroutinesuiv (shadertype, count, indices) Commands for GL_VERSION_4_0
UnmapBuffer (target) Commands for GL_VERSION_1_5
UnmapNamedBuffer (buffer) Commands for GL_VERSION_4_5
UseProgram (program) Commands for GL_VERSION_2_0
UseProgramStages (pipeline, stages, program) Commands for GL_VERSION_4_1
ValidateProgram (program) Commands for GL_VERSION_2_0
ValidateProgramPipeline (pipeline) Commands for GL_VERSION_4_1
VertexArrayAttribBinding (vaobj, attribindex, bindingindex) Commands for GL_VERSION_4_5
VertexArrayAttribFormat (vaobj, attribindex, size, type, normalized, relativeoffset) Commands for GL_VERSION_4_5
VertexArrayAttribIFormat (vaobj, attribindex, size, type, relativeoffset) Commands for GL_VERSION_4_5
VertexArrayAttribLFormat (vaobj, attribindex, size, type, relativeoffset) Commands for GL_VERSION_4_5
VertexArrayBindingDivisor (vaobj, bindingindex, divisor) Commands for GL_VERSION_4_5
VertexArrayElementBuffer (vaobj, buffer) Commands for GL_VERSION_4_5
VertexArrayVertexBuffer (vaobj, bindingindex, buffer, offset, stride) Commands for GL_VERSION_4_5
VertexArrayVertexBuffers (vaobj, first, count, buffers, offsets, strides) Commands for GL_VERSION_4_5
VertexAttrib1d (index, x) Commands for GL_VERSION_2_0
VertexAttrib1dv (index, v) Commands for GL_VERSION_2_0
VertexAttrib1f (index, x) Commands for GL_VERSION_2_0
VertexAttrib1fv (index, v) Commands for GL_VERSION_2_0
VertexAttrib1s (index, x) Commands for GL_VERSION_2_0
VertexAttrib1sv (index, v) Commands for GL_VERSION_2_0
VertexAttrib2d (index, x, y) Commands for GL_VERSION_2_0
VertexAttrib2dv (index, v) Commands for GL_VERSION_2_0
VertexAttrib2f (index, x, y) Commands for GL_VERSION_2_0
VertexAttrib2fv (index, v) Commands for GL_VERSION_2_0
VertexAttrib2s (index, x, y) Commands for GL_VERSION_2_0
VertexAttrib2sv (index, v) Commands for GL_VERSION_2_0
VertexAttrib3d (index, x, y, z) Commands for GL_VERSION_2_0
VertexAttrib3dv (index, v) Commands for GL_VERSION_2_0
VertexAttrib3f (index, x, y, z) Commands for GL_VERSION_2_0
VertexAttrib3fv (index, v) Commands for GL_VERSION_2_0
VertexAttrib3s (index, x, y, z) Commands for GL_VERSION_2_0
VertexAttrib3sv (index, v) Commands for GL_VERSION_2_0
VertexAttrib4bv (index, v) Commands for GL_VERSION_2_0
VertexAttrib4d (index, x, y, z, w) Commands for GL_VERSION_2_0
VertexAttrib4dv (index, v) Commands for GL_VERSION_2_0
VertexAttrib4f (index, x, y, z, w) Commands for GL_VERSION_2_0
VertexAttrib4fv (index, v) Commands for GL_VERSION_2_0
VertexAttrib4iv (index, v) Commands for GL_VERSION_2_0
VertexAttrib4Nbv (index, v) Commands for GL_VERSION_2_0
VertexAttrib4Niv (index, v) Commands for GL_VERSION_2_0
VertexAttrib4Nsv (index, v) Commands for GL_VERSION_2_0
VertexAttrib4Nub (index, x, y, z, w) Commands for GL_VERSION_2_0
VertexAttrib4Nubv (index, v) Commands for GL_VERSION_2_0
VertexAttrib4Nuiv (index, v) Commands for GL_VERSION_2_0
VertexAttrib4Nusv (index, v) Commands for GL_VERSION_2_0
VertexAttrib4s (index, x, y, z, w) Commands for GL_VERSION_2_0
VertexAttrib4sv (index, v) Commands for GL_VERSION_2_0
VertexAttrib4ubv (index, v) Commands for GL_VERSION_2_0
VertexAttrib4uiv (index, v) Commands for GL_VERSION_2_0
VertexAttrib4usv (index, v) Commands for GL_VERSION_2_0
VertexAttribBinding (attribindex, bindingindex) Commands for GL_VERSION_4_3
VertexAttribDivisor (index, divisor) Commands for GL_VERSION_3_3
VertexAttribFormat (attribindex, size, type, normalized, relativeoffset) Commands for GL_VERSION_4_3
VertexAttribI1i (index, x) Commands for GL_VERSION_3_0
VertexAttribI1iv (index, v) Commands for GL_VERSION_3_0
VertexAttribI1ui (index, x) Commands for GL_VERSION_3_0
VertexAttribI1uiv (index, v) Commands for GL_VERSION_3_0
VertexAttribI2i (index, x, y) Commands for GL_VERSION_3_0
VertexAttribI2iv (index, v) Commands for GL_VERSION_3_0
VertexAttribI2ui (index, x, y) Commands for GL_VERSION_3_0
VertexAttribI2uiv (index, v) Commands for GL_VERSION_3_0
VertexAttribI3i (index, x, y, z) Commands for GL_VERSION_3_0
VertexAttribI3iv (index, v) Commands for GL_VERSION_3_0
VertexAttribI3ui (index, x, y, z) Commands for GL_VERSION_3_0
VertexAttribI3uiv (index, v) Commands for GL_VERSION_3_0
VertexAttribI4bv (index, v) Commands for GL_VERSION_3_0
VertexAttribI4i (index, x, y, z, w) Commands for GL_VERSION_3_0
VertexAttribI4iv (index, v) Commands for GL_VERSION_3_0
VertexAttribI4sv (index, v) Commands for GL_VERSION_3_0
VertexAttribI4ubv (index, v) Commands for GL_VERSION_3_0
VertexAttribI4ui (index, x, y, z, w) Commands for GL_VERSION_3_0
VertexAttribI4uiv (index, v) Commands for GL_VERSION_3_0
VertexAttribI4usv (index, v) Commands for GL_VERSION_3_0
VertexAttribIFormat (attribindex, size, type, relativeoffset) Commands for GL_VERSION_4_3
VertexAttribIPointer (index, size, type, stride, pointer) Commands for GL_VERSION_3_0
VertexAttribL1d (index, x) Commands for GL_VERSION_4_1
VertexAttribL1dv (index, v) Commands for GL_VERSION_4_1
VertexAttribL2d (index, x, y) Commands for GL_VERSION_4_1
VertexAttribL2dv (index, v) Commands for GL_VERSION_4_1
VertexAttribL3d (index, x, y, z) Commands for GL_VERSION_4_1
VertexAttribL3dv (index, v) Commands for GL_VERSION_4_1
VertexAttribL4d (index, x, y, z, w) Commands for GL_VERSION_4_1
VertexAttribL4dv (index, v) Commands for GL_VERSION_4_1
VertexAttribLFormat (attribindex, size, type, relativeoffset) Commands for GL_VERSION_4_3
VertexAttribLPointer (index, size, type, stride, pointer) Commands for GL_VERSION_4_1
VertexAttribP1ui (index, type, normalized, value) Commands for GL_VERSION_3_3
VertexAttribP1uiv (index, type, normalized, value) Commands for GL_VERSION_3_3
VertexAttribP2ui (index, type, normalized, value) Commands for GL_VERSION_3_3
VertexAttribP2uiv (index, type, normalized, value) Commands for GL_VERSION_3_3
VertexAttribP3ui (index, type, normalized, value) Commands for GL_VERSION_3_3
VertexAttribP3uiv (index, type, normalized, value) Commands for GL_VERSION_3_3
VertexAttribP4ui (index, type, normalized, value) Commands for GL_VERSION_3_3
VertexAttribP4uiv (index, type, normalized, value) Commands for GL_VERSION_3_3
VertexAttribPointer (index, size, type, normalized, stride, pointer) Commands for GL_VERSION_2_0
VertexBindingDivisor (bindingindex, divisor) Commands for GL_VERSION_4_3
Viewport (x, y, width, height) Commands for GL_VERSION_1_0
ViewportArrayv (first, count, v) Commands for GL_VERSION_4_1
ViewportIndexedf (index, x, y, w, h) Commands for GL_VERSION_4_1
ViewportIndexedfv (index, v) Commands for GL_VERSION_4_1
WaitSync (sync, flags, timeout) Commands for GL_VERSION_3_2