glad.gl.funcs

Undocumented in source.

Members

Aliases

fp_glActiveTexture
alias fp_glActiveTexture = void function(GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glAttachShader
alias fp_glAttachShader = void function(GLuint, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glBeginQuery
alias fp_glBeginQuery = void function(GLenum, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glBeginTransformFeedback
alias fp_glBeginTransformFeedback = void function(GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glBindAttribLocation
alias fp_glBindAttribLocation = void function(GLuint, GLuint, const(GLchar)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glBindBuffer
alias fp_glBindBuffer = void function(GLenum, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glBindBufferBase
alias fp_glBindBufferBase = void function(GLenum, GLuint, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glBindBufferRange
alias fp_glBindBufferRange = void function(GLenum, GLuint, GLuint, GLintptr, GLsizeiptr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glBindFramebuffer
alias fp_glBindFramebuffer = void function(GLenum, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glBindRenderbuffer
alias fp_glBindRenderbuffer = void function(GLenum, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glBindSampler
alias fp_glBindSampler = void function(GLuint, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glBindTexture
alias fp_glBindTexture = void function(GLenum, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glBindTransformFeedback
alias fp_glBindTransformFeedback = void function(GLenum, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glBindVertexArray
alias fp_glBindVertexArray = void function(GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glBlendColor
alias fp_glBlendColor = void function(GLfloat, GLfloat, GLfloat, GLfloat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glBlendEquation
alias fp_glBlendEquation = void function(GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glBlendEquationSeparate
alias fp_glBlendEquationSeparate = void function(GLenum, GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glBlendFunc
alias fp_glBlendFunc = void function(GLenum, GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glBlendFuncSeparate
alias fp_glBlendFuncSeparate = void function(GLenum, GLenum, GLenum, GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glBlitFramebuffer
alias fp_glBlitFramebuffer = void function(GLint, GLint, GLint, GLint, GLint, GLint, GLint, GLint, GLbitfield, GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glBufferData
alias fp_glBufferData = void function(GLenum, GLsizeiptr, const(void)*, GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glBufferSubData
alias fp_glBufferSubData = void function(GLenum, GLintptr, GLsizeiptr, const(void)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glCheckFramebufferStatus
alias fp_glCheckFramebufferStatus = GLenum function(GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glClear
alias fp_glClear = void function(GLbitfield)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glClearBufferfi
alias fp_glClearBufferfi = void function(GLenum, GLint, GLfloat, GLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glClearBufferfv
alias fp_glClearBufferfv = void function(GLenum, GLint, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glClearBufferiv
alias fp_glClearBufferiv = void function(GLenum, GLint, const(GLint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glClearBufferuiv
alias fp_glClearBufferuiv = void function(GLenum, GLint, const(GLuint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glClearColor
alias fp_glClearColor = void function(GLfloat, GLfloat, GLfloat, GLfloat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glClearDepthf
alias fp_glClearDepthf = void function(GLfloat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glClearStencil
alias fp_glClearStencil = void function(GLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glClientWaitSync
alias fp_glClientWaitSync = GLenum function(GLsync, GLbitfield, GLuint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glColorMask
alias fp_glColorMask = void function(GLboolean, GLboolean, GLboolean, GLboolean)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glCompileShader
alias fp_glCompileShader = void function(GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glCompressedTexImage2D
alias fp_glCompressedTexImage2D = void function(GLenum, GLint, GLenum, GLsizei, GLsizei, GLint, GLsizei, const(void)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glCompressedTexImage3D
alias fp_glCompressedTexImage3D = void function(GLenum, GLint, GLenum, GLsizei, GLsizei, GLsizei, GLint, GLsizei, const(void)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glCompressedTexSubImage2D
alias fp_glCompressedTexSubImage2D = void function(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLsizei, const(void)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glCompressedTexSubImage3D
alias fp_glCompressedTexSubImage3D = void function(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLsizei, const(void)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glCopyBufferSubData
alias fp_glCopyBufferSubData = void function(GLenum, GLenum, GLintptr, GLintptr, GLsizeiptr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glCopyTexImage2D
alias fp_glCopyTexImage2D = void function(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glCopyTexSubImage2D
alias fp_glCopyTexSubImage2D = void function(GLenum, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glCopyTexSubImage3D
alias fp_glCopyTexSubImage3D = void function(GLenum, GLint, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glCreateProgram
alias fp_glCreateProgram = GLuint function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glCreateShader
alias fp_glCreateShader = GLuint function(GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glCullFace
alias fp_glCullFace = void function(GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glDeleteBuffers
alias fp_glDeleteBuffers = void function(GLsizei, const(GLuint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glDeleteFramebuffers
alias fp_glDeleteFramebuffers = void function(GLsizei, const(GLuint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glDeleteProgram
alias fp_glDeleteProgram = void function(GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glDeleteQueries
alias fp_glDeleteQueries = void function(GLsizei, const(GLuint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glDeleteRenderbuffers
alias fp_glDeleteRenderbuffers = void function(GLsizei, const(GLuint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glDeleteSamplers
alias fp_glDeleteSamplers = void function(GLsizei, const(GLuint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glDeleteShader
alias fp_glDeleteShader = void function(GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glDeleteSync
alias fp_glDeleteSync = void function(GLsync)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glDeleteTextures
alias fp_glDeleteTextures = void function(GLsizei, const(GLuint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glDeleteTransformFeedbacks
alias fp_glDeleteTransformFeedbacks = void function(GLsizei, const(GLuint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glDeleteVertexArrays
alias fp_glDeleteVertexArrays = void function(GLsizei, const(GLuint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glDepthFunc
alias fp_glDepthFunc = void function(GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glDepthMask
alias fp_glDepthMask = void function(GLboolean)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glDepthRangef
alias fp_glDepthRangef = void function(GLfloat, GLfloat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glDetachShader
alias fp_glDetachShader = void function(GLuint, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glDisable
alias fp_glDisable = void function(GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glDisableVertexAttribArray
alias fp_glDisableVertexAttribArray = void function(GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glDrawArrays
alias fp_glDrawArrays = void function(GLenum, GLint, GLsizei)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glDrawArraysInstanced
alias fp_glDrawArraysInstanced = void function(GLenum, GLint, GLsizei, GLsizei)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glDrawBuffers
alias fp_glDrawBuffers = void function(GLsizei, const(GLenum)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glDrawElements
alias fp_glDrawElements = void function(GLenum, GLsizei, GLenum, const(void)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glDrawElementsInstanced
alias fp_glDrawElementsInstanced = void function(GLenum, GLsizei, GLenum, const(void)*, GLsizei)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glDrawRangeElements
alias fp_glDrawRangeElements = void function(GLenum, GLuint, GLuint, GLsizei, GLenum, const(void)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glEnable
alias fp_glEnable = void function(GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glEnableVertexAttribArray
alias fp_glEnableVertexAttribArray = void function(GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glEndQuery
alias fp_glEndQuery = void function(GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glEndTransformFeedback
alias fp_glEndTransformFeedback = void function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glFenceSync
alias fp_glFenceSync = GLsync function(GLenum, GLbitfield)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glFinish
alias fp_glFinish = void function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glFlush
alias fp_glFlush = void function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glFlushMappedBufferRange
alias fp_glFlushMappedBufferRange = void function(GLenum, GLintptr, GLsizeiptr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glFramebufferRenderbuffer
alias fp_glFramebufferRenderbuffer = void function(GLenum, GLenum, GLenum, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glFramebufferTexture2D
alias fp_glFramebufferTexture2D = void function(GLenum, GLenum, GLenum, GLuint, GLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glFramebufferTextureLayer
alias fp_glFramebufferTextureLayer = void function(GLenum, GLenum, GLuint, GLint, GLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glFrontFace
alias fp_glFrontFace = void function(GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGenBuffers
alias fp_glGenBuffers = void function(GLsizei, GLuint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGenFramebuffers
alias fp_glGenFramebuffers = void function(GLsizei, GLuint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGenQueries
alias fp_glGenQueries = void function(GLsizei, GLuint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGenRenderbuffers
alias fp_glGenRenderbuffers = void function(GLsizei, GLuint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGenSamplers
alias fp_glGenSamplers = void function(GLsizei, GLuint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGenTextures
alias fp_glGenTextures = void function(GLsizei, GLuint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGenTransformFeedbacks
alias fp_glGenTransformFeedbacks = void function(GLsizei, GLuint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGenVertexArrays
alias fp_glGenVertexArrays = void function(GLsizei, GLuint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGenerateMipmap
alias fp_glGenerateMipmap = void function(GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetActiveAttrib
alias fp_glGetActiveAttrib = void function(GLuint, GLuint, GLsizei, GLsizei*, GLint*, GLenum*, GLchar*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetActiveUniform
alias fp_glGetActiveUniform = void function(GLuint, GLuint, GLsizei, GLsizei*, GLint*, GLenum*, GLchar*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetActiveUniformBlockName
alias fp_glGetActiveUniformBlockName = void function(GLuint, GLuint, GLsizei, GLsizei*, GLchar*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetActiveUniformBlockiv
alias fp_glGetActiveUniformBlockiv = void function(GLuint, GLuint, GLenum, GLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetActiveUniformsiv
alias fp_glGetActiveUniformsiv = void function(GLuint, GLsizei, const(GLuint)*, GLenum, GLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetAttachedShaders
alias fp_glGetAttachedShaders = void function(GLuint, GLsizei, GLsizei*, GLuint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetAttribLocation
alias fp_glGetAttribLocation = GLint function(GLuint, const(GLchar)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetBooleanv
alias fp_glGetBooleanv = void function(GLenum, GLboolean*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetBufferParameteri64v
alias fp_glGetBufferParameteri64v = void function(GLenum, GLenum, GLint64*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetBufferParameteriv
alias fp_glGetBufferParameteriv = void function(GLenum, GLenum, GLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetBufferPointerv
alias fp_glGetBufferPointerv = void function(GLenum, GLenum, void**)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetError
alias fp_glGetError = GLenum function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetFloatv
alias fp_glGetFloatv = void function(GLenum, GLfloat*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetFragDataLocation
alias fp_glGetFragDataLocation = GLint function(GLuint, const(GLchar)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetFramebufferAttachmentParameteriv
alias fp_glGetFramebufferAttachmentParameteriv = void function(GLenum, GLenum, GLenum, GLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetInteger64i_v
alias fp_glGetInteger64i_v = void function(GLenum, GLuint, GLint64*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetInteger64v
alias fp_glGetInteger64v = void function(GLenum, GLint64*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetIntegeri_v
alias fp_glGetIntegeri_v = void function(GLenum, GLuint, GLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetIntegerv
alias fp_glGetIntegerv = void function(GLenum, GLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetInternalformativ
alias fp_glGetInternalformativ = void function(GLenum, GLenum, GLenum, GLsizei, GLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetProgramBinary
alias fp_glGetProgramBinary = void function(GLuint, GLsizei, GLsizei*, GLenum*, void*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetProgramInfoLog
alias fp_glGetProgramInfoLog = void function(GLuint, GLsizei, GLsizei*, GLchar*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetProgramiv
alias fp_glGetProgramiv = void function(GLuint, GLenum, GLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetQueryObjectuiv
alias fp_glGetQueryObjectuiv = void function(GLuint, GLenum, GLuint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetQueryiv
alias fp_glGetQueryiv = void function(GLenum, GLenum, GLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetRenderbufferParameteriv
alias fp_glGetRenderbufferParameteriv = void function(GLenum, GLenum, GLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetSamplerParameterfv
alias fp_glGetSamplerParameterfv = void function(GLuint, GLenum, GLfloat*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetSamplerParameteriv
alias fp_glGetSamplerParameteriv = void function(GLuint, GLenum, GLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetShaderInfoLog
alias fp_glGetShaderInfoLog = void function(GLuint, GLsizei, GLsizei*, GLchar*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetShaderPrecisionFormat
alias fp_glGetShaderPrecisionFormat = void function(GLenum, GLenum, GLint*, GLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetShaderSource
alias fp_glGetShaderSource = void function(GLuint, GLsizei, GLsizei*, GLchar*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetShaderiv
alias fp_glGetShaderiv = void function(GLuint, GLenum, GLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetString
alias fp_glGetString = const(GLubyte)* function(GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetStringi
alias fp_glGetStringi = const(GLubyte)* function(GLenum, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetSynciv
alias fp_glGetSynciv = void function(GLsync, GLenum, GLsizei, GLsizei*, GLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetTexParameterfv
alias fp_glGetTexParameterfv = void function(GLenum, GLenum, GLfloat*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetTexParameteriv
alias fp_glGetTexParameteriv = void function(GLenum, GLenum, GLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetTransformFeedbackVarying
alias fp_glGetTransformFeedbackVarying = void function(GLuint, GLuint, GLsizei, GLsizei*, GLsizei*, GLenum*, GLchar*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetUniformBlockIndex
alias fp_glGetUniformBlockIndex = GLuint function(GLuint, const(GLchar)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetUniformIndices
alias fp_glGetUniformIndices = void function(GLuint, GLsizei, const(GLchar*)*, GLuint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetUniformLocation
alias fp_glGetUniformLocation = GLint function(GLuint, const(GLchar)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetUniformfv
alias fp_glGetUniformfv = void function(GLuint, GLint, GLfloat*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetUniformiv
alias fp_glGetUniformiv = void function(GLuint, GLint, GLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetUniformuiv
alias fp_glGetUniformuiv = void function(GLuint, GLint, GLuint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetVertexAttribIiv
alias fp_glGetVertexAttribIiv = void function(GLuint, GLenum, GLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetVertexAttribIuiv
alias fp_glGetVertexAttribIuiv = void function(GLuint, GLenum, GLuint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetVertexAttribPointerv
alias fp_glGetVertexAttribPointerv = void function(GLuint, GLenum, void**)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetVertexAttribfv
alias fp_glGetVertexAttribfv = void function(GLuint, GLenum, GLfloat*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glGetVertexAttribiv
alias fp_glGetVertexAttribiv = void function(GLuint, GLenum, GLint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glHint
alias fp_glHint = void function(GLenum, GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glInvalidateFramebuffer
alias fp_glInvalidateFramebuffer = void function(GLenum, GLsizei, const(GLenum)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glInvalidateSubFramebuffer
alias fp_glInvalidateSubFramebuffer = void function(GLenum, GLsizei, const(GLenum)*, GLint, GLint, GLsizei, GLsizei)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glIsBuffer
alias fp_glIsBuffer = GLboolean function(GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glIsEnabled
alias fp_glIsEnabled = GLboolean function(GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glIsFramebuffer
alias fp_glIsFramebuffer = GLboolean function(GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glIsProgram
alias fp_glIsProgram = GLboolean function(GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glIsQuery
alias fp_glIsQuery = GLboolean function(GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glIsRenderbuffer
alias fp_glIsRenderbuffer = GLboolean function(GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glIsSampler
alias fp_glIsSampler = GLboolean function(GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glIsShader
alias fp_glIsShader = GLboolean function(GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glIsSync
alias fp_glIsSync = GLboolean function(GLsync)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glIsTexture
alias fp_glIsTexture = GLboolean function(GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glIsTransformFeedback
alias fp_glIsTransformFeedback = GLboolean function(GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glIsVertexArray
alias fp_glIsVertexArray = GLboolean function(GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glLineWidth
alias fp_glLineWidth = void function(GLfloat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glLinkProgram
alias fp_glLinkProgram = void function(GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glMapBufferRange
alias fp_glMapBufferRange = void* function(GLenum, GLintptr, GLsizeiptr, GLbitfield)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glPauseTransformFeedback
alias fp_glPauseTransformFeedback = void function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glPixelStorei
alias fp_glPixelStorei = void function(GLenum, GLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glPolygonOffset
alias fp_glPolygonOffset = void function(GLfloat, GLfloat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glProgramBinary
alias fp_glProgramBinary = void function(GLuint, GLenum, const(void)*, GLsizei)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glProgramParameteri
alias fp_glProgramParameteri = void function(GLuint, GLenum, GLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glReadBuffer
alias fp_glReadBuffer = void function(GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glReadPixels
alias fp_glReadPixels = void function(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, void*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glReleaseShaderCompiler
alias fp_glReleaseShaderCompiler = void function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glRenderbufferStorage
alias fp_glRenderbufferStorage = void function(GLenum, GLenum, GLsizei, GLsizei)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glRenderbufferStorageMultisample
alias fp_glRenderbufferStorageMultisample = void function(GLenum, GLsizei, GLenum, GLsizei, GLsizei)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glResumeTransformFeedback
alias fp_glResumeTransformFeedback = void function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glSampleCoverage
alias fp_glSampleCoverage = void function(GLfloat, GLboolean)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glSamplerParameterf
alias fp_glSamplerParameterf = void function(GLuint, GLenum, GLfloat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glSamplerParameterfv
alias fp_glSamplerParameterfv = void function(GLuint, GLenum, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glSamplerParameteri
alias fp_glSamplerParameteri = void function(GLuint, GLenum, GLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glSamplerParameteriv
alias fp_glSamplerParameteriv = void function(GLuint, GLenum, const(GLint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glScissor
alias fp_glScissor = void function(GLint, GLint, GLsizei, GLsizei)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glShaderBinary
alias fp_glShaderBinary = void function(GLsizei, const(GLuint)*, GLenum, const(void)*, GLsizei)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glShaderSource
alias fp_glShaderSource = void function(GLuint, GLsizei, const(GLchar*)*, const(GLint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glStencilFunc
alias fp_glStencilFunc = void function(GLenum, GLint, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glStencilFuncSeparate
alias fp_glStencilFuncSeparate = void function(GLenum, GLenum, GLint, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glStencilMask
alias fp_glStencilMask = void function(GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glStencilMaskSeparate
alias fp_glStencilMaskSeparate = void function(GLenum, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glStencilOp
alias fp_glStencilOp = void function(GLenum, GLenum, GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glStencilOpSeparate
alias fp_glStencilOpSeparate = void function(GLenum, GLenum, GLenum, GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glTexImage2D
alias fp_glTexImage2D = void function(GLenum, GLint, GLint, GLsizei, GLsizei, GLint, GLenum, GLenum, const(void)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glTexImage3D
alias fp_glTexImage3D = void function(GLenum, GLint, GLint, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, const(void)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glTexParameterf
alias fp_glTexParameterf = void function(GLenum, GLenum, GLfloat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glTexParameterfv
alias fp_glTexParameterfv = void function(GLenum, GLenum, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glTexParameteri
alias fp_glTexParameteri = void function(GLenum, GLenum, GLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glTexParameteriv
alias fp_glTexParameteriv = void function(GLenum, GLenum, const(GLint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glTexStorage2D
alias fp_glTexStorage2D = void function(GLenum, GLsizei, GLenum, GLsizei, GLsizei)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glTexStorage3D
alias fp_glTexStorage3D = void function(GLenum, GLsizei, GLenum, GLsizei, GLsizei, GLsizei)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glTexSubImage2D
alias fp_glTexSubImage2D = void function(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, const(void)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glTexSubImage3D
alias fp_glTexSubImage3D = void function(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLenum, const(void)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glTransformFeedbackVaryings
alias fp_glTransformFeedbackVaryings = void function(GLuint, GLsizei, const(GLchar*)*, GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniform1f
alias fp_glUniform1f = void function(GLint, GLfloat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniform1fv
alias fp_glUniform1fv = void function(GLint, GLsizei, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniform1i
alias fp_glUniform1i = void function(GLint, GLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniform1iv
alias fp_glUniform1iv = void function(GLint, GLsizei, const(GLint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniform1ui
alias fp_glUniform1ui = void function(GLint, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniform1uiv
alias fp_glUniform1uiv = void function(GLint, GLsizei, const(GLuint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniform2f
alias fp_glUniform2f = void function(GLint, GLfloat, GLfloat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniform2fv
alias fp_glUniform2fv = void function(GLint, GLsizei, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniform2i
alias fp_glUniform2i = void function(GLint, GLint, GLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniform2iv
alias fp_glUniform2iv = void function(GLint, GLsizei, const(GLint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniform2ui
alias fp_glUniform2ui = void function(GLint, GLuint, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniform2uiv
alias fp_glUniform2uiv = void function(GLint, GLsizei, const(GLuint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniform3f
alias fp_glUniform3f = void function(GLint, GLfloat, GLfloat, GLfloat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniform3fv
alias fp_glUniform3fv = void function(GLint, GLsizei, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniform3i
alias fp_glUniform3i = void function(GLint, GLint, GLint, GLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniform3iv
alias fp_glUniform3iv = void function(GLint, GLsizei, const(GLint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniform3ui
alias fp_glUniform3ui = void function(GLint, GLuint, GLuint, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniform3uiv
alias fp_glUniform3uiv = void function(GLint, GLsizei, const(GLuint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniform4f
alias fp_glUniform4f = void function(GLint, GLfloat, GLfloat, GLfloat, GLfloat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniform4fv
alias fp_glUniform4fv = void function(GLint, GLsizei, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniform4i
alias fp_glUniform4i = void function(GLint, GLint, GLint, GLint, GLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniform4iv
alias fp_glUniform4iv = void function(GLint, GLsizei, const(GLint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniform4ui
alias fp_glUniform4ui = void function(GLint, GLuint, GLuint, GLuint, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniform4uiv
alias fp_glUniform4uiv = void function(GLint, GLsizei, const(GLuint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniformBlockBinding
alias fp_glUniformBlockBinding = void function(GLuint, GLuint, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniformMatrix2fv
alias fp_glUniformMatrix2fv = void function(GLint, GLsizei, GLboolean, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniformMatrix2x3fv
alias fp_glUniformMatrix2x3fv = void function(GLint, GLsizei, GLboolean, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniformMatrix2x4fv
alias fp_glUniformMatrix2x4fv = void function(GLint, GLsizei, GLboolean, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniformMatrix3fv
alias fp_glUniformMatrix3fv = void function(GLint, GLsizei, GLboolean, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniformMatrix3x2fv
alias fp_glUniformMatrix3x2fv = void function(GLint, GLsizei, GLboolean, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniformMatrix3x4fv
alias fp_glUniformMatrix3x4fv = void function(GLint, GLsizei, GLboolean, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniformMatrix4fv
alias fp_glUniformMatrix4fv = void function(GLint, GLsizei, GLboolean, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniformMatrix4x2fv
alias fp_glUniformMatrix4x2fv = void function(GLint, GLsizei, GLboolean, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUniformMatrix4x3fv
alias fp_glUniformMatrix4x3fv = void function(GLint, GLsizei, GLboolean, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUnmapBuffer
alias fp_glUnmapBuffer = GLboolean function(GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glUseProgram
alias fp_glUseProgram = void function(GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glValidateProgram
alias fp_glValidateProgram = void function(GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glVertexAttrib1f
alias fp_glVertexAttrib1f = void function(GLuint, GLfloat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glVertexAttrib1fv
alias fp_glVertexAttrib1fv = void function(GLuint, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glVertexAttrib2f
alias fp_glVertexAttrib2f = void function(GLuint, GLfloat, GLfloat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glVertexAttrib2fv
alias fp_glVertexAttrib2fv = void function(GLuint, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glVertexAttrib3f
alias fp_glVertexAttrib3f = void function(GLuint, GLfloat, GLfloat, GLfloat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glVertexAttrib3fv
alias fp_glVertexAttrib3fv = void function(GLuint, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glVertexAttrib4f
alias fp_glVertexAttrib4f = void function(GLuint, GLfloat, GLfloat, GLfloat, GLfloat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glVertexAttrib4fv
alias fp_glVertexAttrib4fv = void function(GLuint, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glVertexAttribDivisor
alias fp_glVertexAttribDivisor = void function(GLuint, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glVertexAttribI4i
alias fp_glVertexAttribI4i = void function(GLuint, GLint, GLint, GLint, GLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glVertexAttribI4iv
alias fp_glVertexAttribI4iv = void function(GLuint, const(GLint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glVertexAttribI4ui
alias fp_glVertexAttribI4ui = void function(GLuint, GLuint, GLuint, GLuint, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glVertexAttribI4uiv
alias fp_glVertexAttribI4uiv = void function(GLuint, const(GLuint)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glVertexAttribIPointer
alias fp_glVertexAttribIPointer = void function(GLuint, GLint, GLenum, GLsizei, const(void)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glVertexAttribPointer
alias fp_glVertexAttribPointer = void function(GLuint, GLint, GLenum, GLboolean, GLsizei, const(void)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glViewport
alias fp_glViewport = void function(GLint, GLint, GLsizei, GLsizei)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glWaitSync
alias fp_glWaitSync = void function(GLsync, GLbitfield, GLuint64)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Static variables

glActiveTexture
fp_glActiveTexture glActiveTexture;
Undocumented in source.
glAttachShader
fp_glAttachShader glAttachShader;
Undocumented in source.
glBeginQuery
fp_glBeginQuery glBeginQuery;
Undocumented in source.
glBeginTransformFeedback
fp_glBeginTransformFeedback glBeginTransformFeedback;
Undocumented in source.
glBindAttribLocation
fp_glBindAttribLocation glBindAttribLocation;
Undocumented in source.
glBindBuffer
fp_glBindBuffer glBindBuffer;
Undocumented in source.
glBindBufferBase
fp_glBindBufferBase glBindBufferBase;
Undocumented in source.
glBindBufferRange
fp_glBindBufferRange glBindBufferRange;
Undocumented in source.
glBindFramebuffer
fp_glBindFramebuffer glBindFramebuffer;
Undocumented in source.
glBindRenderbuffer
fp_glBindRenderbuffer glBindRenderbuffer;
Undocumented in source.
glBindSampler
fp_glBindSampler glBindSampler;
Undocumented in source.
glBindTexture
fp_glBindTexture glBindTexture;
Undocumented in source.
glBindTransformFeedback
fp_glBindTransformFeedback glBindTransformFeedback;
Undocumented in source.
glBindVertexArray
fp_glBindVertexArray glBindVertexArray;
Undocumented in source.
glBlendColor
fp_glBlendColor glBlendColor;
Undocumented in source.
glBlendEquation
fp_glBlendEquation glBlendEquation;
Undocumented in source.
glBlendEquationSeparate
fp_glBlendEquationSeparate glBlendEquationSeparate;
Undocumented in source.
glBlendFunc
fp_glBlendFunc glBlendFunc;
Undocumented in source.
glBlendFuncSeparate
fp_glBlendFuncSeparate glBlendFuncSeparate;
Undocumented in source.
glBlitFramebuffer
fp_glBlitFramebuffer glBlitFramebuffer;
Undocumented in source.
glBufferData
fp_glBufferData glBufferData;
Undocumented in source.
glBufferSubData
fp_glBufferSubData glBufferSubData;
Undocumented in source.
glCheckFramebufferStatus
fp_glCheckFramebufferStatus glCheckFramebufferStatus;
Undocumented in source.
glClear
fp_glClear glClear;
Undocumented in source.
glClearBufferfi
fp_glClearBufferfi glClearBufferfi;
Undocumented in source.
glClearBufferfv
fp_glClearBufferfv glClearBufferfv;
Undocumented in source.
glClearBufferiv
fp_glClearBufferiv glClearBufferiv;
Undocumented in source.
glClearBufferuiv
fp_glClearBufferuiv glClearBufferuiv;
Undocumented in source.
glClearColor
fp_glClearColor glClearColor;
Undocumented in source.
glClearDepthf
fp_glClearDepthf glClearDepthf;
Undocumented in source.
glClearStencil
fp_glClearStencil glClearStencil;
Undocumented in source.
glClientWaitSync
fp_glClientWaitSync glClientWaitSync;
Undocumented in source.
glColorMask
fp_glColorMask glColorMask;
Undocumented in source.
glCompileShader
fp_glCompileShader glCompileShader;
Undocumented in source.
glCompressedTexImage2D
fp_glCompressedTexImage2D glCompressedTexImage2D;
Undocumented in source.
glCompressedTexImage3D
fp_glCompressedTexImage3D glCompressedTexImage3D;
Undocumented in source.
glCompressedTexSubImage2D
fp_glCompressedTexSubImage2D glCompressedTexSubImage2D;
Undocumented in source.
glCompressedTexSubImage3D
fp_glCompressedTexSubImage3D glCompressedTexSubImage3D;
Undocumented in source.
glCopyBufferSubData
fp_glCopyBufferSubData glCopyBufferSubData;
Undocumented in source.
glCopyTexImage2D
fp_glCopyTexImage2D glCopyTexImage2D;
Undocumented in source.
glCopyTexSubImage2D
fp_glCopyTexSubImage2D glCopyTexSubImage2D;
Undocumented in source.
glCopyTexSubImage3D
fp_glCopyTexSubImage3D glCopyTexSubImage3D;
Undocumented in source.
glCreateProgram
fp_glCreateProgram glCreateProgram;
Undocumented in source.
glCreateShader
fp_glCreateShader glCreateShader;
Undocumented in source.
glCullFace
fp_glCullFace glCullFace;
Undocumented in source.
glDeleteBuffers
fp_glDeleteBuffers glDeleteBuffers;
Undocumented in source.
glDeleteFramebuffers
fp_glDeleteFramebuffers glDeleteFramebuffers;
Undocumented in source.
glDeleteProgram
fp_glDeleteProgram glDeleteProgram;
Undocumented in source.
glDeleteQueries
fp_glDeleteQueries glDeleteQueries;
Undocumented in source.
glDeleteRenderbuffers
fp_glDeleteRenderbuffers glDeleteRenderbuffers;
Undocumented in source.
glDeleteSamplers
fp_glDeleteSamplers glDeleteSamplers;
Undocumented in source.
glDeleteShader
fp_glDeleteShader glDeleteShader;
Undocumented in source.
glDeleteSync
fp_glDeleteSync glDeleteSync;
Undocumented in source.
glDeleteTextures
fp_glDeleteTextures glDeleteTextures;
Undocumented in source.
glDeleteTransformFeedbacks
fp_glDeleteTransformFeedbacks glDeleteTransformFeedbacks;
Undocumented in source.
glDeleteVertexArrays
fp_glDeleteVertexArrays glDeleteVertexArrays;
Undocumented in source.
glDepthFunc
fp_glDepthFunc glDepthFunc;
Undocumented in source.
glDepthMask
fp_glDepthMask glDepthMask;
Undocumented in source.
glDepthRangef
fp_glDepthRangef glDepthRangef;
Undocumented in source.
glDetachShader
fp_glDetachShader glDetachShader;
Undocumented in source.
glDisable
fp_glDisable glDisable;
Undocumented in source.
glDisableVertexAttribArray
fp_glDisableVertexAttribArray glDisableVertexAttribArray;
Undocumented in source.
glDrawArrays
fp_glDrawArrays glDrawArrays;
Undocumented in source.
glDrawArraysInstanced
fp_glDrawArraysInstanced glDrawArraysInstanced;
Undocumented in source.
glDrawBuffers
fp_glDrawBuffers glDrawBuffers;
Undocumented in source.
glDrawElements
fp_glDrawElements glDrawElements;
Undocumented in source.
glDrawElementsInstanced
fp_glDrawElementsInstanced glDrawElementsInstanced;
Undocumented in source.
glDrawRangeElements
fp_glDrawRangeElements glDrawRangeElements;
Undocumented in source.
glEnable
fp_glEnable glEnable;
Undocumented in source.
glEnableVertexAttribArray
fp_glEnableVertexAttribArray glEnableVertexAttribArray;
Undocumented in source.
glEndQuery
fp_glEndQuery glEndQuery;
Undocumented in source.
glEndTransformFeedback
fp_glEndTransformFeedback glEndTransformFeedback;
Undocumented in source.
glFenceSync
fp_glFenceSync glFenceSync;
Undocumented in source.
glFinish
fp_glFinish glFinish;
Undocumented in source.
glFlush
fp_glFlush glFlush;
Undocumented in source.
glFlushMappedBufferRange
fp_glFlushMappedBufferRange glFlushMappedBufferRange;
Undocumented in source.
glFramebufferRenderbuffer
fp_glFramebufferRenderbuffer glFramebufferRenderbuffer;
Undocumented in source.
glFramebufferTexture2D
fp_glFramebufferTexture2D glFramebufferTexture2D;
Undocumented in source.
glFramebufferTextureLayer
fp_glFramebufferTextureLayer glFramebufferTextureLayer;
Undocumented in source.
glFrontFace
fp_glFrontFace glFrontFace;
Undocumented in source.
glGenBuffers
fp_glGenBuffers glGenBuffers;
Undocumented in source.
glGenFramebuffers
fp_glGenFramebuffers glGenFramebuffers;
Undocumented in source.
glGenQueries
fp_glGenQueries glGenQueries;
Undocumented in source.
glGenRenderbuffers
fp_glGenRenderbuffers glGenRenderbuffers;
Undocumented in source.
glGenSamplers
fp_glGenSamplers glGenSamplers;
Undocumented in source.
glGenTextures
fp_glGenTextures glGenTextures;
Undocumented in source.
glGenTransformFeedbacks
fp_glGenTransformFeedbacks glGenTransformFeedbacks;
Undocumented in source.
glGenVertexArrays
fp_glGenVertexArrays glGenVertexArrays;
Undocumented in source.
glGenerateMipmap
fp_glGenerateMipmap glGenerateMipmap;
Undocumented in source.
glGetActiveAttrib
fp_glGetActiveAttrib glGetActiveAttrib;
Undocumented in source.
glGetActiveUniform
fp_glGetActiveUniform glGetActiveUniform;
Undocumented in source.
glGetActiveUniformBlockName
fp_glGetActiveUniformBlockName glGetActiveUniformBlockName;
Undocumented in source.
glGetActiveUniformBlockiv
fp_glGetActiveUniformBlockiv glGetActiveUniformBlockiv;
Undocumented in source.
glGetActiveUniformsiv
fp_glGetActiveUniformsiv glGetActiveUniformsiv;
Undocumented in source.
glGetAttachedShaders
fp_glGetAttachedShaders glGetAttachedShaders;
Undocumented in source.
glGetAttribLocation
fp_glGetAttribLocation glGetAttribLocation;
Undocumented in source.
glGetBooleanv
fp_glGetBooleanv glGetBooleanv;
Undocumented in source.
glGetBufferParameteri64v
fp_glGetBufferParameteri64v glGetBufferParameteri64v;
Undocumented in source.
glGetBufferParameteriv
fp_glGetBufferParameteriv glGetBufferParameteriv;
Undocumented in source.
glGetBufferPointerv
fp_glGetBufferPointerv glGetBufferPointerv;
Undocumented in source.
glGetError
fp_glGetError glGetError;
Undocumented in source.
glGetFloatv
fp_glGetFloatv glGetFloatv;
Undocumented in source.
glGetFragDataLocation
fp_glGetFragDataLocation glGetFragDataLocation;
Undocumented in source.
glGetFramebufferAttachmentParameteriv
fp_glGetFramebufferAttachmentParameteriv glGetFramebufferAttachmentParameteriv;
Undocumented in source.
glGetInteger64i_v
fp_glGetInteger64i_v glGetInteger64i_v;
Undocumented in source.
glGetInteger64v
fp_glGetInteger64v glGetInteger64v;
Undocumented in source.
glGetIntegeri_v
fp_glGetIntegeri_v glGetIntegeri_v;
Undocumented in source.
glGetIntegerv
fp_glGetIntegerv glGetIntegerv;
Undocumented in source.
glGetInternalformativ
fp_glGetInternalformativ glGetInternalformativ;
Undocumented in source.
glGetProgramBinary
fp_glGetProgramBinary glGetProgramBinary;
Undocumented in source.
glGetProgramInfoLog
fp_glGetProgramInfoLog glGetProgramInfoLog;
Undocumented in source.
glGetProgramiv
fp_glGetProgramiv glGetProgramiv;
Undocumented in source.
glGetQueryObjectuiv
fp_glGetQueryObjectuiv glGetQueryObjectuiv;
Undocumented in source.
glGetQueryiv
fp_glGetQueryiv glGetQueryiv;
Undocumented in source.
glGetRenderbufferParameteriv
fp_glGetRenderbufferParameteriv glGetRenderbufferParameteriv;
Undocumented in source.
glGetSamplerParameterfv
fp_glGetSamplerParameterfv glGetSamplerParameterfv;
Undocumented in source.
glGetSamplerParameteriv
fp_glGetSamplerParameteriv glGetSamplerParameteriv;
Undocumented in source.
glGetShaderInfoLog
fp_glGetShaderInfoLog glGetShaderInfoLog;
Undocumented in source.
glGetShaderPrecisionFormat
fp_glGetShaderPrecisionFormat glGetShaderPrecisionFormat;
Undocumented in source.
glGetShaderSource
fp_glGetShaderSource glGetShaderSource;
Undocumented in source.
glGetShaderiv
fp_glGetShaderiv glGetShaderiv;
Undocumented in source.
glGetString
fp_glGetString glGetString;
Undocumented in source.
glGetStringi
fp_glGetStringi glGetStringi;
Undocumented in source.
glGetSynciv
fp_glGetSynciv glGetSynciv;
Undocumented in source.
glGetTexParameterfv
fp_glGetTexParameterfv glGetTexParameterfv;
Undocumented in source.
glGetTexParameteriv
fp_glGetTexParameteriv glGetTexParameteriv;
Undocumented in source.
glGetTransformFeedbackVarying
fp_glGetTransformFeedbackVarying glGetTransformFeedbackVarying;
Undocumented in source.
glGetUniformBlockIndex
fp_glGetUniformBlockIndex glGetUniformBlockIndex;
Undocumented in source.
glGetUniformIndices
fp_glGetUniformIndices glGetUniformIndices;
Undocumented in source.
glGetUniformLocation
fp_glGetUniformLocation glGetUniformLocation;
Undocumented in source.
glGetUniformfv
fp_glGetUniformfv glGetUniformfv;
Undocumented in source.
glGetUniformiv
fp_glGetUniformiv glGetUniformiv;
Undocumented in source.
glGetUniformuiv
fp_glGetUniformuiv glGetUniformuiv;
Undocumented in source.
glGetVertexAttribIiv
fp_glGetVertexAttribIiv glGetVertexAttribIiv;
Undocumented in source.
glGetVertexAttribIuiv
fp_glGetVertexAttribIuiv glGetVertexAttribIuiv;
Undocumented in source.
glGetVertexAttribPointerv
fp_glGetVertexAttribPointerv glGetVertexAttribPointerv;
Undocumented in source.
glGetVertexAttribfv
fp_glGetVertexAttribfv glGetVertexAttribfv;
Undocumented in source.
glGetVertexAttribiv
fp_glGetVertexAttribiv glGetVertexAttribiv;
Undocumented in source.
glHint
fp_glHint glHint;
Undocumented in source.
glInvalidateFramebuffer
fp_glInvalidateFramebuffer glInvalidateFramebuffer;
Undocumented in source.
glInvalidateSubFramebuffer
fp_glInvalidateSubFramebuffer glInvalidateSubFramebuffer;
Undocumented in source.
glIsBuffer
fp_glIsBuffer glIsBuffer;
Undocumented in source.
glIsEnabled
fp_glIsEnabled glIsEnabled;
Undocumented in source.
glIsFramebuffer
fp_glIsFramebuffer glIsFramebuffer;
Undocumented in source.
glIsProgram
fp_glIsProgram glIsProgram;
Undocumented in source.
glIsQuery
fp_glIsQuery glIsQuery;
Undocumented in source.
glIsRenderbuffer
fp_glIsRenderbuffer glIsRenderbuffer;
Undocumented in source.
glIsSampler
fp_glIsSampler glIsSampler;
Undocumented in source.
glIsShader
fp_glIsShader glIsShader;
Undocumented in source.
glIsSync
fp_glIsSync glIsSync;
Undocumented in source.
glIsTexture
fp_glIsTexture glIsTexture;
Undocumented in source.
glIsTransformFeedback
fp_glIsTransformFeedback glIsTransformFeedback;
Undocumented in source.
glIsVertexArray
fp_glIsVertexArray glIsVertexArray;
Undocumented in source.
glLineWidth
fp_glLineWidth glLineWidth;
Undocumented in source.
glLinkProgram
fp_glLinkProgram glLinkProgram;
Undocumented in source.
glMapBufferRange
fp_glMapBufferRange glMapBufferRange;
Undocumented in source.
glPauseTransformFeedback
fp_glPauseTransformFeedback glPauseTransformFeedback;
Undocumented in source.
glPixelStorei
fp_glPixelStorei glPixelStorei;
Undocumented in source.
glPolygonOffset
fp_glPolygonOffset glPolygonOffset;
Undocumented in source.
glProgramBinary
fp_glProgramBinary glProgramBinary;
Undocumented in source.
glProgramParameteri
fp_glProgramParameteri glProgramParameteri;
Undocumented in source.
glReadBuffer
fp_glReadBuffer glReadBuffer;
Undocumented in source.
glReadPixels
fp_glReadPixels glReadPixels;
Undocumented in source.
glReleaseShaderCompiler
fp_glReleaseShaderCompiler glReleaseShaderCompiler;
Undocumented in source.
glRenderbufferStorage
fp_glRenderbufferStorage glRenderbufferStorage;
Undocumented in source.
glRenderbufferStorageMultisample
fp_glRenderbufferStorageMultisample glRenderbufferStorageMultisample;
Undocumented in source.
glResumeTransformFeedback
fp_glResumeTransformFeedback glResumeTransformFeedback;
Undocumented in source.
glSampleCoverage
fp_glSampleCoverage glSampleCoverage;
Undocumented in source.
glSamplerParameterf
fp_glSamplerParameterf glSamplerParameterf;
Undocumented in source.
glSamplerParameterfv
fp_glSamplerParameterfv glSamplerParameterfv;
Undocumented in source.
glSamplerParameteri
fp_glSamplerParameteri glSamplerParameteri;
Undocumented in source.
glSamplerParameteriv
fp_glSamplerParameteriv glSamplerParameteriv;
Undocumented in source.
glScissor
fp_glScissor glScissor;
Undocumented in source.
glShaderBinary
fp_glShaderBinary glShaderBinary;
Undocumented in source.
glShaderSource
fp_glShaderSource glShaderSource;
Undocumented in source.
glStencilFunc
fp_glStencilFunc glStencilFunc;
Undocumented in source.
glStencilFuncSeparate
fp_glStencilFuncSeparate glStencilFuncSeparate;
Undocumented in source.
glStencilMask
fp_glStencilMask glStencilMask;
Undocumented in source.
glStencilMaskSeparate
fp_glStencilMaskSeparate glStencilMaskSeparate;
Undocumented in source.
glStencilOp
fp_glStencilOp glStencilOp;
Undocumented in source.
glStencilOpSeparate
fp_glStencilOpSeparate glStencilOpSeparate;
Undocumented in source.
glTexImage2D
fp_glTexImage2D glTexImage2D;
Undocumented in source.
glTexImage3D
fp_glTexImage3D glTexImage3D;
Undocumented in source.
glTexParameterf
fp_glTexParameterf glTexParameterf;
Undocumented in source.
glTexParameterfv
fp_glTexParameterfv glTexParameterfv;
Undocumented in source.
glTexParameteri
fp_glTexParameteri glTexParameteri;
Undocumented in source.
glTexParameteriv
fp_glTexParameteriv glTexParameteriv;
Undocumented in source.
glTexStorage2D
fp_glTexStorage2D glTexStorage2D;
Undocumented in source.
glTexStorage3D
fp_glTexStorage3D glTexStorage3D;
Undocumented in source.
glTexSubImage2D
fp_glTexSubImage2D glTexSubImage2D;
Undocumented in source.
glTexSubImage3D
fp_glTexSubImage3D glTexSubImage3D;
Undocumented in source.
glTransformFeedbackVaryings
fp_glTransformFeedbackVaryings glTransformFeedbackVaryings;
Undocumented in source.
glUniform1f
fp_glUniform1f glUniform1f;
Undocumented in source.
glUniform1fv
fp_glUniform1fv glUniform1fv;
Undocumented in source.
glUniform1i
fp_glUniform1i glUniform1i;
Undocumented in source.
glUniform1iv
fp_glUniform1iv glUniform1iv;
Undocumented in source.
glUniform1ui
fp_glUniform1ui glUniform1ui;
Undocumented in source.
glUniform1uiv
fp_glUniform1uiv glUniform1uiv;
Undocumented in source.
glUniform2f
fp_glUniform2f glUniform2f;
Undocumented in source.
glUniform2fv
fp_glUniform2fv glUniform2fv;
Undocumented in source.
glUniform2i
fp_glUniform2i glUniform2i;
Undocumented in source.
glUniform2iv
fp_glUniform2iv glUniform2iv;
Undocumented in source.
glUniform2ui
fp_glUniform2ui glUniform2ui;
Undocumented in source.
glUniform2uiv
fp_glUniform2uiv glUniform2uiv;
Undocumented in source.
glUniform3f
fp_glUniform3f glUniform3f;
Undocumented in source.
glUniform3fv
fp_glUniform3fv glUniform3fv;
Undocumented in source.
glUniform3i
fp_glUniform3i glUniform3i;
Undocumented in source.
glUniform3iv
fp_glUniform3iv glUniform3iv;
Undocumented in source.
glUniform3ui
fp_glUniform3ui glUniform3ui;
Undocumented in source.
glUniform3uiv
fp_glUniform3uiv glUniform3uiv;
Undocumented in source.
glUniform4f
fp_glUniform4f glUniform4f;
Undocumented in source.
glUniform4fv
fp_glUniform4fv glUniform4fv;
Undocumented in source.
glUniform4i
fp_glUniform4i glUniform4i;
Undocumented in source.
glUniform4iv
fp_glUniform4iv glUniform4iv;
Undocumented in source.
glUniform4ui
fp_glUniform4ui glUniform4ui;
Undocumented in source.
glUniform4uiv
fp_glUniform4uiv glUniform4uiv;
Undocumented in source.
glUniformBlockBinding
fp_glUniformBlockBinding glUniformBlockBinding;
Undocumented in source.
glUniformMatrix2fv
fp_glUniformMatrix2fv glUniformMatrix2fv;
Undocumented in source.
glUniformMatrix2x3fv
fp_glUniformMatrix2x3fv glUniformMatrix2x3fv;
Undocumented in source.
glUniformMatrix2x4fv
fp_glUniformMatrix2x4fv glUniformMatrix2x4fv;
Undocumented in source.
glUniformMatrix3fv
fp_glUniformMatrix3fv glUniformMatrix3fv;
Undocumented in source.
glUniformMatrix3x2fv
fp_glUniformMatrix3x2fv glUniformMatrix3x2fv;
Undocumented in source.
glUniformMatrix3x4fv
fp_glUniformMatrix3x4fv glUniformMatrix3x4fv;
Undocumented in source.
glUniformMatrix4fv
fp_glUniformMatrix4fv glUniformMatrix4fv;
Undocumented in source.
glUniformMatrix4x2fv
fp_glUniformMatrix4x2fv glUniformMatrix4x2fv;
Undocumented in source.
glUniformMatrix4x3fv
fp_glUniformMatrix4x3fv glUniformMatrix4x3fv;
Undocumented in source.
glUnmapBuffer
fp_glUnmapBuffer glUnmapBuffer;
Undocumented in source.
glUseProgram
fp_glUseProgram glUseProgram;
Undocumented in source.
glValidateProgram
fp_glValidateProgram glValidateProgram;
Undocumented in source.
glVertexAttrib1f
fp_glVertexAttrib1f glVertexAttrib1f;
Undocumented in source.
glVertexAttrib1fv
fp_glVertexAttrib1fv glVertexAttrib1fv;
Undocumented in source.
glVertexAttrib2f
fp_glVertexAttrib2f glVertexAttrib2f;
Undocumented in source.
glVertexAttrib2fv
fp_glVertexAttrib2fv glVertexAttrib2fv;
Undocumented in source.
glVertexAttrib3f
fp_glVertexAttrib3f glVertexAttrib3f;
Undocumented in source.
glVertexAttrib3fv
fp_glVertexAttrib3fv glVertexAttrib3fv;
Undocumented in source.
glVertexAttrib4f
fp_glVertexAttrib4f glVertexAttrib4f;
Undocumented in source.
glVertexAttrib4fv
fp_glVertexAttrib4fv glVertexAttrib4fv;
Undocumented in source.
glVertexAttribDivisor
fp_glVertexAttribDivisor glVertexAttribDivisor;
Undocumented in source.
glVertexAttribI4i
fp_glVertexAttribI4i glVertexAttribI4i;
Undocumented in source.
glVertexAttribI4iv
fp_glVertexAttribI4iv glVertexAttribI4iv;
Undocumented in source.
glVertexAttribI4ui
fp_glVertexAttribI4ui glVertexAttribI4ui;
Undocumented in source.
glVertexAttribI4uiv
fp_glVertexAttribI4uiv glVertexAttribI4uiv;
Undocumented in source.
glVertexAttribIPointer
fp_glVertexAttribIPointer glVertexAttribIPointer;
Undocumented in source.
glVertexAttribPointer
fp_glVertexAttribPointer glVertexAttribPointer;
Undocumented in source.
glViewport
fp_glViewport glViewport;
Undocumented in source.
glWaitSync
fp_glWaitSync glWaitSync;
Undocumented in source.

Variables

GL_ES_VERSION_2_0
bool GL_ES_VERSION_2_0;
Undocumented in source.
GL_ES_VERSION_3_0
bool GL_ES_VERSION_3_0;
Undocumented in source.

Meta