glad.gl.funcs

Undocumented in source.

Members

Aliases

fp_glAccum
alias fp_glAccum = 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_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_glAlphaFunc
alias fp_glAlphaFunc = 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_glAreTexturesResident
alias fp_glAreTexturesResident = GLboolean function(GLsizei, const(GLuint)*, GLboolean*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glArrayElement
alias fp_glArrayElement = 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_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_glBegin
alias fp_glBegin = 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_glBeginConditionalRender
alias fp_glBeginConditionalRender = void function(GLuint, 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_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_glBindFragDataLocation
alias fp_glBindFragDataLocation = 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_glBindFragDataLocationIndexed
alias fp_glBindFragDataLocationIndexed = void function(GLuint, 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_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_glBitmap
alias fp_glBitmap = void function(GLsizei, GLsizei, GLfloat, GLfloat, GLfloat, GLfloat, const(GLubyte)*)
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_glCallList
alias fp_glCallList = 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_glCallLists
alias fp_glCallLists = void function(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_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_glClampColor
alias fp_glClampColor = 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_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_glClearAccum
alias fp_glClearAccum = 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_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_glClearDepth
alias fp_glClearDepth = void function(GLdouble)
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_glClearIndex
alias fp_glClearIndex = 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_glClientActiveTexture
alias fp_glClientActiveTexture = 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_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_glClipPlane
alias fp_glClipPlane = void function(GLenum, const(GLdouble)*)
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_glColor3b
alias fp_glColor3b = void function(GLbyte, GLbyte, GLbyte)
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_glColor3bv
alias fp_glColor3bv = void function(const(GLbyte)*)
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_glColor3d
alias fp_glColor3d = void function(GLdouble, GLdouble, GLdouble)
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_glColor3dv
alias fp_glColor3dv = void function(const(GLdouble)*)
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_glColor3f
alias fp_glColor3f = void function(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_glColor3fv
alias fp_glColor3fv = void function(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_glColor3i
alias fp_glColor3i = 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_glColor3iv
alias fp_glColor3iv = void function(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_glColor3s
alias fp_glColor3s = void function(GLshort, GLshort, GLshort)
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_glColor3sv
alias fp_glColor3sv = void function(const(GLshort)*)
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_glColor3ub
alias fp_glColor3ub = void function(GLubyte, GLubyte, GLubyte)
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_glColor3ubv
alias fp_glColor3ubv = void function(const(GLubyte)*)
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_glColor3ui
alias fp_glColor3ui = 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_glColor3uiv
alias fp_glColor3uiv = void function(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_glColor3us
alias fp_glColor3us = void function(GLushort, GLushort, GLushort)
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_glColor3usv
alias fp_glColor3usv = void function(const(GLushort)*)
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_glColor4b
alias fp_glColor4b = void function(GLbyte, GLbyte, GLbyte, GLbyte)
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_glColor4bv
alias fp_glColor4bv = void function(const(GLbyte)*)
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_glColor4d
alias fp_glColor4d = void function(GLdouble, GLdouble, GLdouble, GLdouble)
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_glColor4dv
alias fp_glColor4dv = void function(const(GLdouble)*)
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_glColor4f
alias fp_glColor4f = 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_glColor4fv
alias fp_glColor4fv = void function(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_glColor4i
alias fp_glColor4i = 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_glColor4iv
alias fp_glColor4iv = void function(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_glColor4s
alias fp_glColor4s = void function(GLshort, GLshort, GLshort, GLshort)
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_glColor4sv
alias fp_glColor4sv = void function(const(GLshort)*)
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_glColor4ub
alias fp_glColor4ub = void function(GLubyte, GLubyte, GLubyte, GLubyte)
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_glColor4ubv
alias fp_glColor4ubv = void function(const(GLubyte)*)
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_glColor4ui
alias fp_glColor4ui = void function(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_glColor4uiv
alias fp_glColor4uiv = void function(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_glColor4us
alias fp_glColor4us = void function(GLushort, GLushort, GLushort, GLushort)
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_glColor4usv
alias fp_glColor4usv = void function(const(GLushort)*)
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_glColorMaski
alias fp_glColorMaski = void function(GLuint, 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_glColorMaterial
alias fp_glColorMaterial = 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_glColorP3ui
alias fp_glColorP3ui = 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_glColorP3uiv
alias fp_glColorP3uiv = void function(GLenum, 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_glColorP4ui
alias fp_glColorP4ui = 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_glColorP4uiv
alias fp_glColorP4uiv = void function(GLenum, 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_glColorPointer
alias fp_glColorPointer = void function(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_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_glCompressedTexImage1D
alias fp_glCompressedTexImage1D = void function(GLenum, GLint, GLenum, 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_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_glCompressedTexSubImage1D
alias fp_glCompressedTexSubImage1D = void function(GLenum, GLint, GLint, 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_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_glCopyPixels
alias fp_glCopyPixels = void function(GLint, GLint, GLsizei, GLsizei, 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_glCopyTexImage1D
alias fp_glCopyTexImage1D = void function(GLenum, GLint, GLenum, GLint, GLint, 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_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_glCopyTexSubImage1D
alias fp_glCopyTexSubImage1D = void function(GLenum, GLint, GLint, GLint, 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_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_glDeleteLists
alias fp_glDeleteLists = void function(GLuint, 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_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_glDepthRange
alias fp_glDepthRange = void function(GLdouble, GLdouble)
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_glDisableClientState
alias fp_glDisableClientState = 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_glDisablei
alias fp_glDisablei = 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_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_glDrawBuffer
alias fp_glDrawBuffer = 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_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_glDrawElementsBaseVertex
alias fp_glDrawElementsBaseVertex = void function(GLenum, GLsizei, GLenum, const(void)*, 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_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_glDrawElementsInstancedBaseVertex
alias fp_glDrawElementsInstancedBaseVertex = void function(GLenum, GLsizei, GLenum, const(void)*, 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_glDrawPixels
alias fp_glDrawPixels = void function(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_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_glDrawRangeElementsBaseVertex
alias fp_glDrawRangeElementsBaseVertex = void function(GLenum, GLuint, GLuint, GLsizei, GLenum, const(void)*, 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_glEdgeFlag
alias fp_glEdgeFlag = 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_glEdgeFlagPointer
alias fp_glEdgeFlagPointer = void function(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_glEdgeFlagv
alias fp_glEdgeFlagv = void function(const(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_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_glEnableClientState
alias fp_glEnableClientState = 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_glEnablei
alias fp_glEnablei = 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_glEnd
alias fp_glEnd = 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_glEndConditionalRender
alias fp_glEndConditionalRender = 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_glEndList
alias fp_glEndList = 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_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_glEvalCoord1d
alias fp_glEvalCoord1d = void function(GLdouble)
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_glEvalCoord1dv
alias fp_glEvalCoord1dv = void function(const(GLdouble)*)
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_glEvalCoord1f
alias fp_glEvalCoord1f = 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_glEvalCoord1fv
alias fp_glEvalCoord1fv = void function(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_glEvalCoord2d
alias fp_glEvalCoord2d = void function(GLdouble, GLdouble)
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_glEvalCoord2dv
alias fp_glEvalCoord2dv = void function(const(GLdouble)*)
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_glEvalCoord2f
alias fp_glEvalCoord2f = 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_glEvalCoord2fv
alias fp_glEvalCoord2fv = void function(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_glEvalMesh1
alias fp_glEvalMesh1 = void function(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_glEvalMesh2
alias fp_glEvalMesh2 = void function(GLenum, 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_glEvalPoint1
alias fp_glEvalPoint1 = 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_glEvalPoint2
alias fp_glEvalPoint2 = 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_glFeedbackBuffer
alias fp_glFeedbackBuffer = void function(GLsizei, 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_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_glFogCoordPointer
alias fp_glFogCoordPointer = void function(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_glFogCoordd
alias fp_glFogCoordd = void function(GLdouble)
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_glFogCoorddv
alias fp_glFogCoorddv = void function(const(GLdouble)*)
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_glFogCoordf
alias fp_glFogCoordf = 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_glFogCoordfv
alias fp_glFogCoordfv = void function(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_glFogf
alias fp_glFogf = 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_glFogfv
alias fp_glFogfv = void function(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_glFogi
alias fp_glFogi = 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_glFogiv
alias fp_glFogiv = void function(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_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_glFramebufferTexture
alias fp_glFramebufferTexture = void function(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_glFramebufferTexture1D
alias fp_glFramebufferTexture1D = 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_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_glFramebufferTexture3D
alias fp_glFramebufferTexture3D = void function(GLenum, 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_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_glFrustum
alias fp_glFrustum = void function(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble)
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_glGenLists
alias fp_glGenLists = GLuint function(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_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_glGetActiveUniformName
alias fp_glGetActiveUniformName = 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_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_glGetBooleani_v
alias fp_glGetBooleani_v = void function(GLenum, GLuint, GLboolean*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
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_glGetBufferSubData
alias fp_glGetBufferSubData = void function(GLenum, GLintptr, GLsizeiptr, 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_glGetClipPlane
alias fp_glGetClipPlane = void function(GLenum, GLdouble*)
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_glGetCompressedTexImage
alias fp_glGetCompressedTexImage = void function(GLenum, GLint, 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_glGetDoublev
alias fp_glGetDoublev = void function(GLenum, GLdouble*)
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_glGetFragDataIndex
alias fp_glGetFragDataIndex = 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_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_glGetLightfv
alias fp_glGetLightfv = 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_glGetLightiv
alias fp_glGetLightiv = 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_glGetMapdv
alias fp_glGetMapdv = void function(GLenum, GLenum, GLdouble*)
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_glGetMapfv
alias fp_glGetMapfv = 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_glGetMapiv
alias fp_glGetMapiv = 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_glGetMaterialfv
alias fp_glGetMaterialfv = 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_glGetMaterialiv
alias fp_glGetMaterialiv = 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_glGetMultisamplefv
alias fp_glGetMultisamplefv = void function(GLenum, 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_glGetPixelMapfv
alias fp_glGetPixelMapfv = 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_glGetPixelMapuiv
alias fp_glGetPixelMapuiv = 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_glGetPixelMapusv
alias fp_glGetPixelMapusv = void function(GLenum, GLushort*)
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_glGetPointerv
alias fp_glGetPointerv = void function(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_glGetPolygonStipple
alias fp_glGetPolygonStipple = void function(GLubyte*)
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_glGetQueryObjecti64v
alias fp_glGetQueryObjecti64v = void function(GLuint, 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_glGetQueryObjectiv
alias fp_glGetQueryObjectiv = 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_glGetQueryObjectui64v
alias fp_glGetQueryObjectui64v = void function(GLuint, GLenum, GLuint64*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
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_glGetSamplerParameterIiv
alias fp_glGetSamplerParameterIiv = 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_glGetSamplerParameterIuiv
alias fp_glGetSamplerParameterIuiv = 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_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_glGetTexEnvfv
alias fp_glGetTexEnvfv = 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_glGetTexEnviv
alias fp_glGetTexEnviv = 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_glGetTexGendv
alias fp_glGetTexGendv = void function(GLenum, GLenum, GLdouble*)
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_glGetTexGenfv
alias fp_glGetTexGenfv = 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_glGetTexGeniv
alias fp_glGetTexGeniv = 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_glGetTexImage
alias fp_glGetTexImage = void function(GLenum, GLint, 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_glGetTexLevelParameterfv
alias fp_glGetTexLevelParameterfv = void function(GLenum, GLint, 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_glGetTexLevelParameteriv
alias fp_glGetTexLevelParameteriv = void function(GLenum, GLint, 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_glGetTexParameterIiv
alias fp_glGetTexParameterIiv = 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_glGetTexParameterIuiv
alias fp_glGetTexParameterIuiv = void function(GLenum, GLenum, GLuint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
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_glGetVertexAttribdv
alias fp_glGetVertexAttribdv = void function(GLuint, GLenum, GLdouble*)
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_glIndexMask
alias fp_glIndexMask = 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_glIndexPointer
alias fp_glIndexPointer = void function(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_glIndexd
alias fp_glIndexd = void function(GLdouble)
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_glIndexdv
alias fp_glIndexdv = void function(const(GLdouble)*)
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_glIndexf
alias fp_glIndexf = 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_glIndexfv
alias fp_glIndexfv = void function(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_glIndexi
alias fp_glIndexi = 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_glIndexiv
alias fp_glIndexiv = void function(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_glIndexs
alias fp_glIndexs = void function(GLshort)
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_glIndexsv
alias fp_glIndexsv = void function(const(GLshort)*)
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_glIndexub
alias fp_glIndexub = void function(GLubyte)
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_glIndexubv
alias fp_glIndexubv = void function(const(GLubyte)*)
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_glInitNames
alias fp_glInitNames = 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_glInterleavedArrays
alias fp_glInterleavedArrays = void function(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_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_glIsEnabledi
alias fp_glIsEnabledi = GLboolean 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_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_glIsList
alias fp_glIsList = 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_glLightModelf
alias fp_glLightModelf = 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_glLightModelfv
alias fp_glLightModelfv = void function(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_glLightModeli
alias fp_glLightModeli = 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_glLightModeliv
alias fp_glLightModeliv = void function(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_glLightf
alias fp_glLightf = 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_glLightfv
alias fp_glLightfv = 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_glLighti
alias fp_glLighti = 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_glLightiv
alias fp_glLightiv = 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_glLineStipple
alias fp_glLineStipple = void function(GLint, GLushort)
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_glListBase
alias fp_glListBase = 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_glLoadIdentity
alias fp_glLoadIdentity = 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_glLoadMatrixd
alias fp_glLoadMatrixd = void function(const(GLdouble)*)
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_glLoadMatrixf
alias fp_glLoadMatrixf = void function(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_glLoadName
alias fp_glLoadName = 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_glLoadTransposeMatrixd
alias fp_glLoadTransposeMatrixd = void function(const(GLdouble)*)
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_glLoadTransposeMatrixf
alias fp_glLoadTransposeMatrixf = void function(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_glLogicOp
alias fp_glLogicOp = 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_glMap1d
alias fp_glMap1d = void function(GLenum, GLdouble, GLdouble, GLint, GLint, const(GLdouble)*)
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_glMap1f
alias fp_glMap1f = void function(GLenum, GLfloat, GLfloat, GLint, 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_glMap2d
alias fp_glMap2d = void function(GLenum, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble, GLint, GLint, const(GLdouble)*)
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_glMap2f
alias fp_glMap2f = void function(GLenum, GLfloat, GLfloat, GLint, GLint, GLfloat, GLfloat, GLint, 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_glMapBuffer
alias fp_glMapBuffer = 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_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_glMapGrid1d
alias fp_glMapGrid1d = void function(GLint, GLdouble, GLdouble)
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_glMapGrid1f
alias fp_glMapGrid1f = 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_glMapGrid2d
alias fp_glMapGrid2d = void function(GLint, GLdouble, GLdouble, GLint, GLdouble, GLdouble)
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_glMapGrid2f
alias fp_glMapGrid2f = void function(GLint, GLfloat, GLfloat, 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_glMaterialf
alias fp_glMaterialf = 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_glMaterialfv
alias fp_glMaterialfv = 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_glMateriali
alias fp_glMateriali = 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_glMaterialiv
alias fp_glMaterialiv = 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_glMatrixMode
alias fp_glMatrixMode = 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_glMultMatrixd
alias fp_glMultMatrixd = void function(const(GLdouble)*)
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_glMultMatrixf
alias fp_glMultMatrixf = void function(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_glMultTransposeMatrixd
alias fp_glMultTransposeMatrixd = void function(const(GLdouble)*)
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_glMultTransposeMatrixf
alias fp_glMultTransposeMatrixf = void function(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_glMultiDrawArrays
alias fp_glMultiDrawArrays = void function(GLenum, const(GLint)*, const(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_glMultiDrawElements
alias fp_glMultiDrawElements = void function(GLenum, const(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_glMultiDrawElementsBaseVertex
alias fp_glMultiDrawElementsBaseVertex = void function(GLenum, const(GLsizei)*, GLenum, const(void*)*, 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_glMultiTexCoord1d
alias fp_glMultiTexCoord1d = void function(GLenum, GLdouble)
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_glMultiTexCoord1dv
alias fp_glMultiTexCoord1dv = void function(GLenum, const(GLdouble)*)
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_glMultiTexCoord1f
alias fp_glMultiTexCoord1f = 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_glMultiTexCoord1fv
alias fp_glMultiTexCoord1fv = void function(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_glMultiTexCoord1i
alias fp_glMultiTexCoord1i = 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_glMultiTexCoord1iv
alias fp_glMultiTexCoord1iv = void function(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_glMultiTexCoord1s
alias fp_glMultiTexCoord1s = void function(GLenum, GLshort)
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_glMultiTexCoord1sv
alias fp_glMultiTexCoord1sv = void function(GLenum, const(GLshort)*)
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_glMultiTexCoord2d
alias fp_glMultiTexCoord2d = void function(GLenum, GLdouble, GLdouble)
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_glMultiTexCoord2dv
alias fp_glMultiTexCoord2dv = void function(GLenum, const(GLdouble)*)
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_glMultiTexCoord2f
alias fp_glMultiTexCoord2f = void function(GLenum, 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_glMultiTexCoord2fv
alias fp_glMultiTexCoord2fv = void function(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_glMultiTexCoord2i
alias fp_glMultiTexCoord2i = void function(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_glMultiTexCoord2iv
alias fp_glMultiTexCoord2iv = void function(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_glMultiTexCoord2s
alias fp_glMultiTexCoord2s = void function(GLenum, GLshort, GLshort)
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_glMultiTexCoord2sv
alias fp_glMultiTexCoord2sv = void function(GLenum, const(GLshort)*)
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_glMultiTexCoord3d
alias fp_glMultiTexCoord3d = void function(GLenum, GLdouble, GLdouble, GLdouble)
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_glMultiTexCoord3dv
alias fp_glMultiTexCoord3dv = void function(GLenum, const(GLdouble)*)
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_glMultiTexCoord3f
alias fp_glMultiTexCoord3f = void function(GLenum, 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_glMultiTexCoord3fv
alias fp_glMultiTexCoord3fv = void function(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_glMultiTexCoord3i
alias fp_glMultiTexCoord3i = void function(GLenum, 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_glMultiTexCoord3iv
alias fp_glMultiTexCoord3iv = void function(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_glMultiTexCoord3s
alias fp_glMultiTexCoord3s = void function(GLenum, GLshort, GLshort, GLshort)
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_glMultiTexCoord3sv
alias fp_glMultiTexCoord3sv = void function(GLenum, const(GLshort)*)
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_glMultiTexCoord4d
alias fp_glMultiTexCoord4d = void function(GLenum, GLdouble, GLdouble, GLdouble, GLdouble)
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_glMultiTexCoord4dv
alias fp_glMultiTexCoord4dv = void function(GLenum, const(GLdouble)*)
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_glMultiTexCoord4f
alias fp_glMultiTexCoord4f = void function(GLenum, 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_glMultiTexCoord4fv
alias fp_glMultiTexCoord4fv = void function(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_glMultiTexCoord4i
alias fp_glMultiTexCoord4i = void function(GLenum, 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_glMultiTexCoord4iv
alias fp_glMultiTexCoord4iv = void function(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_glMultiTexCoord4s
alias fp_glMultiTexCoord4s = void function(GLenum, GLshort, GLshort, GLshort, GLshort)
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_glMultiTexCoord4sv
alias fp_glMultiTexCoord4sv = void function(GLenum, const(GLshort)*)
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_glMultiTexCoordP1ui
alias fp_glMultiTexCoordP1ui = void function(GLenum, GLenum, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glMultiTexCoordP1uiv
alias fp_glMultiTexCoordP1uiv = void function(GLenum, GLenum, 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_glMultiTexCoordP2ui
alias fp_glMultiTexCoordP2ui = void function(GLenum, GLenum, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glMultiTexCoordP2uiv
alias fp_glMultiTexCoordP2uiv = void function(GLenum, GLenum, 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_glMultiTexCoordP3ui
alias fp_glMultiTexCoordP3ui = void function(GLenum, GLenum, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glMultiTexCoordP3uiv
alias fp_glMultiTexCoordP3uiv = void function(GLenum, GLenum, 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_glMultiTexCoordP4ui
alias fp_glMultiTexCoordP4ui = void function(GLenum, GLenum, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glMultiTexCoordP4uiv
alias fp_glMultiTexCoordP4uiv = void function(GLenum, GLenum, 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_glNewList
alias fp_glNewList = void function(GLuint, 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_glNormal3b
alias fp_glNormal3b = void function(GLbyte, GLbyte, GLbyte)
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_glNormal3bv
alias fp_glNormal3bv = void function(const(GLbyte)*)
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_glNormal3d
alias fp_glNormal3d = void function(GLdouble, GLdouble, GLdouble)
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_glNormal3dv
alias fp_glNormal3dv = void function(const(GLdouble)*)
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_glNormal3f
alias fp_glNormal3f = void function(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_glNormal3fv
alias fp_glNormal3fv = void function(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_glNormal3i
alias fp_glNormal3i = 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_glNormal3iv
alias fp_glNormal3iv = void function(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_glNormal3s
alias fp_glNormal3s = void function(GLshort, GLshort, GLshort)
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_glNormal3sv
alias fp_glNormal3sv = void function(const(GLshort)*)
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_glNormalP3ui
alias fp_glNormalP3ui = 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_glNormalP3uiv
alias fp_glNormalP3uiv = void function(GLenum, 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_glNormalPointer
alias fp_glNormalPointer = void function(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_glOrtho
alias fp_glOrtho = void function(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble)
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_glPassThrough
alias fp_glPassThrough = 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_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_glPixelMapfv
alias fp_glPixelMapfv = void function(GLenum, 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_glPixelMapuiv
alias fp_glPixelMapuiv = void function(GLenum, 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_glPixelMapusv
alias fp_glPixelMapusv = void function(GLenum, GLsizei, const(GLushort)*)
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_glPixelStoref
alias fp_glPixelStoref = 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_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_glPixelTransferf
alias fp_glPixelTransferf = 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_glPixelTransferi
alias fp_glPixelTransferi = 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_glPixelZoom
alias fp_glPixelZoom = 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_glPointParameterf
alias fp_glPointParameterf = 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_glPointParameterfv
alias fp_glPointParameterfv = void function(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_glPointParameteri
alias fp_glPointParameteri = 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_glPointParameteriv
alias fp_glPointParameteriv = void function(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_glPointSize
alias fp_glPointSize = 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_glPolygonMode
alias fp_glPolygonMode = 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_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_glPolygonStipple
alias fp_glPolygonStipple = void function(const(GLubyte)*)
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_glPopAttrib
alias fp_glPopAttrib = 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_glPopClientAttrib
alias fp_glPopClientAttrib = 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_glPopMatrix
alias fp_glPopMatrix = 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_glPopName
alias fp_glPopName = 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_glPrimitiveRestartIndex
alias fp_glPrimitiveRestartIndex = 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_glPrioritizeTextures
alias fp_glPrioritizeTextures = void function(GLsizei, const(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_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_glProvokingVertex
alias fp_glProvokingVertex = 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_glPushAttrib
alias fp_glPushAttrib = 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_glPushClientAttrib
alias fp_glPushClientAttrib = 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_glPushMatrix
alias fp_glPushMatrix = 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_glPushName
alias fp_glPushName = 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_glQueryCounter
alias fp_glQueryCounter = void function(GLuint, 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_glRasterPos2d
alias fp_glRasterPos2d = void function(GLdouble, GLdouble)
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_glRasterPos2dv
alias fp_glRasterPos2dv = void function(const(GLdouble)*)
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_glRasterPos2f
alias fp_glRasterPos2f = 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_glRasterPos2fv
alias fp_glRasterPos2fv = void function(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_glRasterPos2i
alias fp_glRasterPos2i = 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_glRasterPos2iv
alias fp_glRasterPos2iv = void function(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_glRasterPos2s
alias fp_glRasterPos2s = void function(GLshort, GLshort)
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_glRasterPos2sv
alias fp_glRasterPos2sv = void function(const(GLshort)*)
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_glRasterPos3d
alias fp_glRasterPos3d = void function(GLdouble, GLdouble, GLdouble)
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_glRasterPos3dv
alias fp_glRasterPos3dv = void function(const(GLdouble)*)
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_glRasterPos3f
alias fp_glRasterPos3f = void function(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_glRasterPos3fv
alias fp_glRasterPos3fv = void function(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_glRasterPos3i
alias fp_glRasterPos3i = 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_glRasterPos3iv
alias fp_glRasterPos3iv = void function(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_glRasterPos3s
alias fp_glRasterPos3s = void function(GLshort, GLshort, GLshort)
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_glRasterPos3sv
alias fp_glRasterPos3sv = void function(const(GLshort)*)
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_glRasterPos4d
alias fp_glRasterPos4d = void function(GLdouble, GLdouble, GLdouble, GLdouble)
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_glRasterPos4dv
alias fp_glRasterPos4dv = void function(const(GLdouble)*)
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_glRasterPos4f
alias fp_glRasterPos4f = 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_glRasterPos4fv
alias fp_glRasterPos4fv = void function(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_glRasterPos4i
alias fp_glRasterPos4i = 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_glRasterPos4iv
alias fp_glRasterPos4iv = void function(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_glRasterPos4s
alias fp_glRasterPos4s = void function(GLshort, GLshort, GLshort, GLshort)
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_glRasterPos4sv
alias fp_glRasterPos4sv = void function(const(GLshort)*)
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_glRectd
alias fp_glRectd = void function(GLdouble, GLdouble, GLdouble, GLdouble)
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_glRectdv
alias fp_glRectdv = void function(const(GLdouble)*, const(GLdouble)*)
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_glRectf
alias fp_glRectf = 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_glRectfv
alias fp_glRectfv = void function(const(GLfloat)*, 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_glRecti
alias fp_glRecti = 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_glRectiv
alias fp_glRectiv = void function(const(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_glRects
alias fp_glRects = void function(GLshort, GLshort, GLshort, GLshort)
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_glRectsv
alias fp_glRectsv = void function(const(GLshort)*, const(GLshort)*)
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_glRenderMode
alias fp_glRenderMode = GLint 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_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_glRotated
alias fp_glRotated = void function(GLdouble, GLdouble, GLdouble, GLdouble)
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_glRotatef
alias fp_glRotatef = 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_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_glSampleMaski
alias fp_glSampleMaski = void function(GLuint, 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_glSamplerParameterIiv
alias fp_glSamplerParameterIiv = 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_glSamplerParameterIuiv
alias fp_glSamplerParameterIuiv = void function(GLuint, GLenum, 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_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_glScaled
alias fp_glScaled = void function(GLdouble, GLdouble, GLdouble)
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_glScalef
alias fp_glScalef = void function(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_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_glSecondaryColor3b
alias fp_glSecondaryColor3b = void function(GLbyte, GLbyte, GLbyte)
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_glSecondaryColor3bv
alias fp_glSecondaryColor3bv = void function(const(GLbyte)*)
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_glSecondaryColor3d
alias fp_glSecondaryColor3d = void function(GLdouble, GLdouble, GLdouble)
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_glSecondaryColor3dv
alias fp_glSecondaryColor3dv = void function(const(GLdouble)*)
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_glSecondaryColor3f
alias fp_glSecondaryColor3f = void function(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_glSecondaryColor3fv
alias fp_glSecondaryColor3fv = void function(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_glSecondaryColor3i
alias fp_glSecondaryColor3i = 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_glSecondaryColor3iv
alias fp_glSecondaryColor3iv = void function(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_glSecondaryColor3s
alias fp_glSecondaryColor3s = void function(GLshort, GLshort, GLshort)
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_glSecondaryColor3sv
alias fp_glSecondaryColor3sv = void function(const(GLshort)*)
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_glSecondaryColor3ub
alias fp_glSecondaryColor3ub = void function(GLubyte, GLubyte, GLubyte)
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_glSecondaryColor3ubv
alias fp_glSecondaryColor3ubv = void function(const(GLubyte)*)
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_glSecondaryColor3ui
alias fp_glSecondaryColor3ui = 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_glSecondaryColor3uiv
alias fp_glSecondaryColor3uiv = void function(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_glSecondaryColor3us
alias fp_glSecondaryColor3us = void function(GLushort, GLushort, GLushort)
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_glSecondaryColor3usv
alias fp_glSecondaryColor3usv = void function(const(GLushort)*)
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_glSecondaryColorP3ui
alias fp_glSecondaryColorP3ui = 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_glSecondaryColorP3uiv
alias fp_glSecondaryColorP3uiv = void function(GLenum, 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_glSecondaryColorPointer
alias fp_glSecondaryColorPointer = void function(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_glSelectBuffer
alias fp_glSelectBuffer = 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_glShadeModel
alias fp_glShadeModel = 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_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_glTexBuffer
alias fp_glTexBuffer = void function(GLenum, GLenum, GLuint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glTexCoord1d
alias fp_glTexCoord1d = void function(GLdouble)
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_glTexCoord1dv
alias fp_glTexCoord1dv = void function(const(GLdouble)*)
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_glTexCoord1f
alias fp_glTexCoord1f = 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_glTexCoord1fv
alias fp_glTexCoord1fv = void function(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_glTexCoord1i
alias fp_glTexCoord1i = 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_glTexCoord1iv
alias fp_glTexCoord1iv = void function(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_glTexCoord1s
alias fp_glTexCoord1s = void function(GLshort)
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_glTexCoord1sv
alias fp_glTexCoord1sv = void function(const(GLshort)*)
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_glTexCoord2d
alias fp_glTexCoord2d = void function(GLdouble, GLdouble)
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_glTexCoord2dv
alias fp_glTexCoord2dv = void function(const(GLdouble)*)
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_glTexCoord2f
alias fp_glTexCoord2f = 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_glTexCoord2fv
alias fp_glTexCoord2fv = void function(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_glTexCoord2i
alias fp_glTexCoord2i = 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_glTexCoord2iv
alias fp_glTexCoord2iv = void function(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_glTexCoord2s
alias fp_glTexCoord2s = void function(GLshort, GLshort)
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_glTexCoord2sv
alias fp_glTexCoord2sv = void function(const(GLshort)*)
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_glTexCoord3d
alias fp_glTexCoord3d = void function(GLdouble, GLdouble, GLdouble)
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_glTexCoord3dv
alias fp_glTexCoord3dv = void function(const(GLdouble)*)
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_glTexCoord3f
alias fp_glTexCoord3f = void function(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_glTexCoord3fv
alias fp_glTexCoord3fv = void function(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_glTexCoord3i
alias fp_glTexCoord3i = 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_glTexCoord3iv
alias fp_glTexCoord3iv = void function(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_glTexCoord3s
alias fp_glTexCoord3s = void function(GLshort, GLshort, GLshort)
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_glTexCoord3sv
alias fp_glTexCoord3sv = void function(const(GLshort)*)
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_glTexCoord4d
alias fp_glTexCoord4d = void function(GLdouble, GLdouble, GLdouble, GLdouble)
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_glTexCoord4dv
alias fp_glTexCoord4dv = void function(const(GLdouble)*)
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_glTexCoord4f
alias fp_glTexCoord4f = 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_glTexCoord4fv
alias fp_glTexCoord4fv = void function(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_glTexCoord4i
alias fp_glTexCoord4i = 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_glTexCoord4iv
alias fp_glTexCoord4iv = void function(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_glTexCoord4s
alias fp_glTexCoord4s = void function(GLshort, GLshort, GLshort, GLshort)
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_glTexCoord4sv
alias fp_glTexCoord4sv = void function(const(GLshort)*)
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_glTexCoordP1ui
alias fp_glTexCoordP1ui = 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_glTexCoordP1uiv
alias fp_glTexCoordP1uiv = void function(GLenum, 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_glTexCoordP2ui
alias fp_glTexCoordP2ui = 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_glTexCoordP2uiv
alias fp_glTexCoordP2uiv = void function(GLenum, 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_glTexCoordP3ui
alias fp_glTexCoordP3ui = 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_glTexCoordP3uiv
alias fp_glTexCoordP3uiv = void function(GLenum, 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_glTexCoordP4ui
alias fp_glTexCoordP4ui = 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_glTexCoordP4uiv
alias fp_glTexCoordP4uiv = void function(GLenum, 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_glTexCoordPointer
alias fp_glTexCoordPointer = void function(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_glTexEnvf
alias fp_glTexEnvf = 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_glTexEnvfv
alias fp_glTexEnvfv = 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_glTexEnvi
alias fp_glTexEnvi = 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_glTexEnviv
alias fp_glTexEnviv = 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_glTexGend
alias fp_glTexGend = void function(GLenum, GLenum, GLdouble)
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_glTexGendv
alias fp_glTexGendv = void function(GLenum, GLenum, const(GLdouble)*)
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_glTexGenf
alias fp_glTexGenf = 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_glTexGenfv
alias fp_glTexGenfv = 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_glTexGeni
alias fp_glTexGeni = 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_glTexGeniv
alias fp_glTexGeniv = 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_glTexImage1D
alias fp_glTexImage1D = void function(GLenum, GLint, GLint, 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_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_glTexImage2DMultisample
alias fp_glTexImage2DMultisample = void function(GLenum, GLsizei, GLenum, GLsizei, GLsizei, GLboolean)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
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_glTexImage3DMultisample
alias fp_glTexImage3DMultisample = void function(GLenum, GLsizei, GLenum, GLsizei, GLsizei, GLsizei, GLboolean)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
fp_glTexParameterIiv
alias fp_glTexParameterIiv = 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_glTexParameterIuiv
alias fp_glTexParameterIuiv = void function(GLenum, GLenum, 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_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_glTexSubImage1D
alias fp_glTexSubImage1D = void function(GLenum, GLint, GLint, 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_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_glTranslated
alias fp_glTranslated = void function(GLdouble, GLdouble, GLdouble)
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_glTranslatef
alias fp_glTranslatef = void function(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_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_glVertex2d
alias fp_glVertex2d = void function(GLdouble, GLdouble)
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_glVertex2dv
alias fp_glVertex2dv = void function(const(GLdouble)*)
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_glVertex2f
alias fp_glVertex2f = 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_glVertex2fv
alias fp_glVertex2fv = void function(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_glVertex2i
alias fp_glVertex2i = 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_glVertex2iv
alias fp_glVertex2iv = void function(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_glVertex2s
alias fp_glVertex2s = void function(GLshort, GLshort)
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_glVertex2sv
alias fp_glVertex2sv = void function(const(GLshort)*)
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_glVertex3d
alias fp_glVertex3d = void function(GLdouble, GLdouble, GLdouble)
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_glVertex3dv
alias fp_glVertex3dv = void function(const(GLdouble)*)
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_glVertex3f
alias fp_glVertex3f = void function(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_glVertex3fv
alias fp_glVertex3fv = void function(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_glVertex3i
alias fp_glVertex3i = 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_glVertex3iv
alias fp_glVertex3iv = void function(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_glVertex3s
alias fp_glVertex3s = void function(GLshort, GLshort, GLshort)
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_glVertex3sv
alias fp_glVertex3sv = void function(const(GLshort)*)
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_glVertex4d
alias fp_glVertex4d = void function(GLdouble, GLdouble, GLdouble, GLdouble)
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_glVertex4dv
alias fp_glVertex4dv = void function(const(GLdouble)*)
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_glVertex4f
alias fp_glVertex4f = 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_glVertex4fv
alias fp_glVertex4fv = void function(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_glVertex4i
alias fp_glVertex4i = 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_glVertex4iv
alias fp_glVertex4iv = void function(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_glVertex4s
alias fp_glVertex4s = void function(GLshort, GLshort, GLshort, GLshort)
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_glVertex4sv
alias fp_glVertex4sv = void function(const(GLshort)*)
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_glVertexAttrib1d
alias fp_glVertexAttrib1d = void function(GLuint, GLdouble)
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_glVertexAttrib1dv
alias fp_glVertexAttrib1dv = void function(GLuint, const(GLdouble)*)
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_glVertexAttrib1s
alias fp_glVertexAttrib1s = void function(GLuint, GLshort)
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_glVertexAttrib1sv
alias fp_glVertexAttrib1sv = void function(GLuint, const(GLshort)*)
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_glVertexAttrib2d
alias fp_glVertexAttrib2d = void function(GLuint, GLdouble, GLdouble)
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_glVertexAttrib2dv
alias fp_glVertexAttrib2dv = void function(GLuint, const(GLdouble)*)
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_glVertexAttrib2s
alias fp_glVertexAttrib2s = void function(GLuint, GLshort, GLshort)
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_glVertexAttrib2sv
alias fp_glVertexAttrib2sv = void function(GLuint, const(GLshort)*)
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_glVertexAttrib3d
alias fp_glVertexAttrib3d = void function(GLuint, GLdouble, GLdouble, GLdouble)
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_glVertexAttrib3dv
alias fp_glVertexAttrib3dv = void function(GLuint, const(GLdouble)*)
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_glVertexAttrib3s
alias fp_glVertexAttrib3s = void function(GLuint, GLshort, GLshort, GLshort)
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_glVertexAttrib3sv
alias fp_glVertexAttrib3sv = void function(GLuint, const(GLshort)*)
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_glVertexAttrib4Nbv
alias fp_glVertexAttrib4Nbv = void function(GLuint, const(GLbyte)*)
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_glVertexAttrib4Niv
alias fp_glVertexAttrib4Niv = 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_glVertexAttrib4Nsv
alias fp_glVertexAttrib4Nsv = void function(GLuint, const(GLshort)*)
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_glVertexAttrib4Nub
alias fp_glVertexAttrib4Nub = void function(GLuint, GLubyte, GLubyte, GLubyte, GLubyte)
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_glVertexAttrib4Nubv
alias fp_glVertexAttrib4Nubv = void function(GLuint, const(GLubyte)*)
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_glVertexAttrib4Nuiv
alias fp_glVertexAttrib4Nuiv = 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_glVertexAttrib4Nusv
alias fp_glVertexAttrib4Nusv = void function(GLuint, const(GLushort)*)
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_glVertexAttrib4bv
alias fp_glVertexAttrib4bv = void function(GLuint, const(GLbyte)*)
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_glVertexAttrib4d
alias fp_glVertexAttrib4d = void function(GLuint, GLdouble, GLdouble, GLdouble, GLdouble)
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_glVertexAttrib4dv
alias fp_glVertexAttrib4dv = void function(GLuint, const(GLdouble)*)
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_glVertexAttrib4iv
alias fp_glVertexAttrib4iv = 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_glVertexAttrib4s
alias fp_glVertexAttrib4s = void function(GLuint, GLshort, GLshort, GLshort, GLshort)
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_glVertexAttrib4sv
alias fp_glVertexAttrib4sv = void function(GLuint, const(GLshort)*)
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_glVertexAttrib4ubv
alias fp_glVertexAttrib4ubv = void function(GLuint, const(GLubyte)*)
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_glVertexAttrib4uiv
alias fp_glVertexAttrib4uiv = 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_glVertexAttrib4usv
alias fp_glVertexAttrib4usv = void function(GLuint, const(GLushort)*)
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_glVertexAttribI1i
alias fp_glVertexAttribI1i = void function(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_glVertexAttribI1iv
alias fp_glVertexAttribI1iv = 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_glVertexAttribI1ui
alias fp_glVertexAttribI1ui = 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_glVertexAttribI1uiv
alias fp_glVertexAttribI1uiv = 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_glVertexAttribI2i
alias fp_glVertexAttribI2i = 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_glVertexAttribI2iv
alias fp_glVertexAttribI2iv = 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_glVertexAttribI2ui
alias fp_glVertexAttribI2ui = 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_glVertexAttribI2uiv
alias fp_glVertexAttribI2uiv = 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_glVertexAttribI3i
alias fp_glVertexAttribI3i = void function(GLuint, 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_glVertexAttribI3iv
alias fp_glVertexAttribI3iv = 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_glVertexAttribI3ui
alias fp_glVertexAttribI3ui = void function(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_glVertexAttribI3uiv
alias fp_glVertexAttribI3uiv = 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_glVertexAttribI4bv
alias fp_glVertexAttribI4bv = void function(GLuint, const(GLbyte)*)
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_glVertexAttribI4sv
alias fp_glVertexAttribI4sv = void function(GLuint, const(GLshort)*)
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_glVertexAttribI4ubv
alias fp_glVertexAttribI4ubv = void function(GLuint, const(GLubyte)*)
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_glVertexAttribI4usv
alias fp_glVertexAttribI4usv = void function(GLuint, const(GLushort)*)
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_glVertexAttribP1ui
alias fp_glVertexAttribP1ui = void function(GLuint, GLenum, GLboolean, 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_glVertexAttribP1uiv
alias fp_glVertexAttribP1uiv = void function(GLuint, GLenum, GLboolean, 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_glVertexAttribP2ui
alias fp_glVertexAttribP2ui = void function(GLuint, GLenum, GLboolean, 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_glVertexAttribP2uiv
alias fp_glVertexAttribP2uiv = void function(GLuint, GLenum, GLboolean, 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_glVertexAttribP3ui
alias fp_glVertexAttribP3ui = void function(GLuint, GLenum, GLboolean, 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_glVertexAttribP3uiv
alias fp_glVertexAttribP3uiv = void function(GLuint, GLenum, GLboolean, 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_glVertexAttribP4ui
alias fp_glVertexAttribP4ui = void function(GLuint, GLenum, GLboolean, 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_glVertexAttribP4uiv
alias fp_glVertexAttribP4uiv = void function(GLuint, GLenum, GLboolean, 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_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_glVertexP2ui
alias fp_glVertexP2ui = 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_glVertexP2uiv
alias fp_glVertexP2uiv = void function(GLenum, 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_glVertexP3ui
alias fp_glVertexP3ui = 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_glVertexP3uiv
alias fp_glVertexP3uiv = void function(GLenum, 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_glVertexP4ui
alias fp_glVertexP4ui = 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_glVertexP4uiv
alias fp_glVertexP4uiv = void function(GLenum, 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_glVertexPointer
alias fp_glVertexPointer = void function(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_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.
fp_glWindowPos2d
alias fp_glWindowPos2d = void function(GLdouble, GLdouble)
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_glWindowPos2dv
alias fp_glWindowPos2dv = void function(const(GLdouble)*)
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_glWindowPos2f
alias fp_glWindowPos2f = 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_glWindowPos2fv
alias fp_glWindowPos2fv = void function(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_glWindowPos2i
alias fp_glWindowPos2i = 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_glWindowPos2iv
alias fp_glWindowPos2iv = void function(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_glWindowPos2s
alias fp_glWindowPos2s = void function(GLshort, GLshort)
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_glWindowPos2sv
alias fp_glWindowPos2sv = void function(const(GLshort)*)
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_glWindowPos3d
alias fp_glWindowPos3d = void function(GLdouble, GLdouble, GLdouble)
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_glWindowPos3dv
alias fp_glWindowPos3dv = void function(const(GLdouble)*)
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_glWindowPos3f
alias fp_glWindowPos3f = void function(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_glWindowPos3fv
alias fp_glWindowPos3fv = void function(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_glWindowPos3i
alias fp_glWindowPos3i = 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_glWindowPos3iv
alias fp_glWindowPos3iv = void function(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_glWindowPos3s
alias fp_glWindowPos3s = void function(GLshort, GLshort, GLshort)
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_glWindowPos3sv
alias fp_glWindowPos3sv = void function(const(GLshort)*)
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

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.
GL_VERSION_1_0
bool GL_VERSION_1_0;
Undocumented in source.
GL_VERSION_1_1
bool GL_VERSION_1_1;
Undocumented in source.
GL_VERSION_1_2
bool GL_VERSION_1_2;
Undocumented in source.
GL_VERSION_1_3
bool GL_VERSION_1_3;
Undocumented in source.
GL_VERSION_1_4
bool GL_VERSION_1_4;
Undocumented in source.
GL_VERSION_1_5
bool GL_VERSION_1_5;
Undocumented in source.
GL_VERSION_2_0
bool GL_VERSION_2_0;
Undocumented in source.
GL_VERSION_2_1
bool GL_VERSION_2_1;
Undocumented in source.
GL_VERSION_3_0
bool GL_VERSION_3_0;
Undocumented in source.
GL_VERSION_3_1
bool GL_VERSION_3_1;
Undocumented in source.
GL_VERSION_3_2
bool GL_VERSION_3_2;
Undocumented in source.
GL_VERSION_3_3
bool GL_VERSION_3_3;
Undocumented in source.
glAccum
fp_glAccum glAccum;
Undocumented in source.
glActiveTexture
fp_glActiveTexture glActiveTexture;
Undocumented in source.
glAlphaFunc
fp_glAlphaFunc glAlphaFunc;
Undocumented in source.
glAreTexturesResident
fp_glAreTexturesResident glAreTexturesResident;
Undocumented in source.
glArrayElement
fp_glArrayElement glArrayElement;
Undocumented in source.
glAttachShader
fp_glAttachShader glAttachShader;
Undocumented in source.
glBegin
fp_glBegin glBegin;
Undocumented in source.
glBeginConditionalRender
fp_glBeginConditionalRender glBeginConditionalRender;
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.
glBindFragDataLocation
fp_glBindFragDataLocation glBindFragDataLocation;
Undocumented in source.
glBindFragDataLocationIndexed
fp_glBindFragDataLocationIndexed glBindFragDataLocationIndexed;
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.
glBitmap
fp_glBitmap glBitmap;
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.
glCallList
fp_glCallList glCallList;
Undocumented in source.
glCallLists
fp_glCallLists glCallLists;
Undocumented in source.
glCheckFramebufferStatus
fp_glCheckFramebufferStatus glCheckFramebufferStatus;
Undocumented in source.
glClampColor
fp_glClampColor glClampColor;
Undocumented in source.
glClear
fp_glClear glClear;
Undocumented in source.
glClearAccum
fp_glClearAccum glClearAccum;
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.
glClearDepth
fp_glClearDepth glClearDepth;
Undocumented in source.
glClearDepthf
fp_glClearDepthf glClearDepthf;
Undocumented in source.
glClearIndex
fp_glClearIndex glClearIndex;
Undocumented in source.
glClearStencil
fp_glClearStencil glClearStencil;
Undocumented in source.
glClientActiveTexture
fp_glClientActiveTexture glClientActiveTexture;
Undocumented in source.
glClientWaitSync
fp_glClientWaitSync glClientWaitSync;
Undocumented in source.
glClipPlane
fp_glClipPlane glClipPlane;
Undocumented in source.
glColor3b
fp_glColor3b glColor3b;
Undocumented in source.
glColor3bv
fp_glColor3bv glColor3bv;
Undocumented in source.
glColor3d
fp_glColor3d glColor3d;
Undocumented in source.
glColor3dv
fp_glColor3dv glColor3dv;
Undocumented in source.
glColor3f
fp_glColor3f glColor3f;
Undocumented in source.
glColor3fv
fp_glColor3fv glColor3fv;
Undocumented in source.
glColor3i
fp_glColor3i glColor3i;
Undocumented in source.
glColor3iv
fp_glColor3iv glColor3iv;
Undocumented in source.
glColor3s
fp_glColor3s glColor3s;
Undocumented in source.
glColor3sv
fp_glColor3sv glColor3sv;
Undocumented in source.
glColor3ub
fp_glColor3ub glColor3ub;
Undocumented in source.
glColor3ubv
fp_glColor3ubv glColor3ubv;
Undocumented in source.
glColor3ui
fp_glColor3ui glColor3ui;
Undocumented in source.
glColor3uiv
fp_glColor3uiv glColor3uiv;
Undocumented in source.
glColor3us
fp_glColor3us glColor3us;
Undocumented in source.
glColor3usv
fp_glColor3usv glColor3usv;
Undocumented in source.
glColor4b
fp_glColor4b glColor4b;
Undocumented in source.
glColor4bv
fp_glColor4bv glColor4bv;
Undocumented in source.
glColor4d
fp_glColor4d glColor4d;
Undocumented in source.
glColor4dv
fp_glColor4dv glColor4dv;
Undocumented in source.
glColor4f
fp_glColor4f glColor4f;
Undocumented in source.
glColor4fv
fp_glColor4fv glColor4fv;
Undocumented in source.
glColor4i
fp_glColor4i glColor4i;
Undocumented in source.
glColor4iv
fp_glColor4iv glColor4iv;
Undocumented in source.
glColor4s
fp_glColor4s glColor4s;
Undocumented in source.
glColor4sv
fp_glColor4sv glColor4sv;
Undocumented in source.
glColor4ub
fp_glColor4ub glColor4ub;
Undocumented in source.
glColor4ubv
fp_glColor4ubv glColor4ubv;
Undocumented in source.
glColor4ui
fp_glColor4ui glColor4ui;
Undocumented in source.
glColor4uiv
fp_glColor4uiv glColor4uiv;
Undocumented in source.
glColor4us
fp_glColor4us glColor4us;
Undocumented in source.
glColor4usv
fp_glColor4usv glColor4usv;
Undocumented in source.
glColorMask
fp_glColorMask glColorMask;
Undocumented in source.
glColorMaski
fp_glColorMaski glColorMaski;
Undocumented in source.
glColorMaterial
fp_glColorMaterial glColorMaterial;
Undocumented in source.
glColorP3ui
fp_glColorP3ui glColorP3ui;
Undocumented in source.
glColorP3uiv
fp_glColorP3uiv glColorP3uiv;
Undocumented in source.
glColorP4ui
fp_glColorP4ui glColorP4ui;
Undocumented in source.
glColorP4uiv
fp_glColorP4uiv glColorP4uiv;
Undocumented in source.
glColorPointer
fp_glColorPointer glColorPointer;
Undocumented in source.
glCompileShader
fp_glCompileShader glCompileShader;
Undocumented in source.
glCompressedTexImage1D
fp_glCompressedTexImage1D glCompressedTexImage1D;
Undocumented in source.
glCompressedTexImage2D
fp_glCompressedTexImage2D glCompressedTexImage2D;
Undocumented in source.
glCompressedTexImage3D
fp_glCompressedTexImage3D glCompressedTexImage3D;
Undocumented in source.
glCompressedTexSubImage1D
fp_glCompressedTexSubImage1D glCompressedTexSubImage1D;
Undocumented in source.
glCompressedTexSubImage2D
fp_glCompressedTexSubImage2D glCompressedTexSubImage2D;
Undocumented in source.
glCompressedTexSubImage3D
fp_glCompressedTexSubImage3D glCompressedTexSubImage3D;
Undocumented in source.
glCopyBufferSubData
fp_glCopyBufferSubData glCopyBufferSubData;
Undocumented in source.
glCopyPixels
fp_glCopyPixels glCopyPixels;
Undocumented in source.
glCopyTexImage1D
fp_glCopyTexImage1D glCopyTexImage1D;
Undocumented in source.
glCopyTexImage2D
fp_glCopyTexImage2D glCopyTexImage2D;
Undocumented in source.
glCopyTexSubImage1D
fp_glCopyTexSubImage1D glCopyTexSubImage1D;
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.
glDeleteLists
fp_glDeleteLists glDeleteLists;
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.
glDepthRange
fp_glDepthRange glDepthRange;
Undocumented in source.
glDepthRangef
fp_glDepthRangef glDepthRangef;
Undocumented in source.
glDetachShader
fp_glDetachShader glDetachShader;
Undocumented in source.
glDisable
fp_glDisable glDisable;
Undocumented in source.
glDisableClientState
fp_glDisableClientState glDisableClientState;
Undocumented in source.
glDisableVertexAttribArray
fp_glDisableVertexAttribArray glDisableVertexAttribArray;
Undocumented in source.
glDisablei
fp_glDisablei glDisablei;
Undocumented in source.
glDrawArrays
fp_glDrawArrays glDrawArrays;
Undocumented in source.
glDrawArraysInstanced
fp_glDrawArraysInstanced glDrawArraysInstanced;
Undocumented in source.
glDrawBuffer
fp_glDrawBuffer glDrawBuffer;
Undocumented in source.
glDrawBuffers
fp_glDrawBuffers glDrawBuffers;
Undocumented in source.
glDrawElements
fp_glDrawElements glDrawElements;
Undocumented in source.
glDrawElementsBaseVertex
fp_glDrawElementsBaseVertex glDrawElementsBaseVertex;
Undocumented in source.
glDrawElementsInstanced
fp_glDrawElementsInstanced glDrawElementsInstanced;
Undocumented in source.
glDrawElementsInstancedBaseVertex
fp_glDrawElementsInstancedBaseVertex glDrawElementsInstancedBaseVertex;
Undocumented in source.
glDrawPixels
fp_glDrawPixels glDrawPixels;
Undocumented in source.
glDrawRangeElements
fp_glDrawRangeElements glDrawRangeElements;
Undocumented in source.
glDrawRangeElementsBaseVertex
fp_glDrawRangeElementsBaseVertex glDrawRangeElementsBaseVertex;
Undocumented in source.
glEdgeFlag
fp_glEdgeFlag glEdgeFlag;
Undocumented in source.
glEdgeFlagPointer
fp_glEdgeFlagPointer glEdgeFlagPointer;
Undocumented in source.
glEdgeFlagv
fp_glEdgeFlagv glEdgeFlagv;
Undocumented in source.
glEnable
fp_glEnable glEnable;
Undocumented in source.
glEnableClientState
fp_glEnableClientState glEnableClientState;
Undocumented in source.
glEnableVertexAttribArray
fp_glEnableVertexAttribArray glEnableVertexAttribArray;
Undocumented in source.
glEnablei
fp_glEnablei glEnablei;
Undocumented in source.
glEnd
fp_glEnd glEnd;
Undocumented in source.
glEndConditionalRender
fp_glEndConditionalRender glEndConditionalRender;
Undocumented in source.
glEndList
fp_glEndList glEndList;
Undocumented in source.
glEndQuery
fp_glEndQuery glEndQuery;
Undocumented in source.
glEndTransformFeedback
fp_glEndTransformFeedback glEndTransformFeedback;
Undocumented in source.
glEvalCoord1d
fp_glEvalCoord1d glEvalCoord1d;
Undocumented in source.
glEvalCoord1dv
fp_glEvalCoord1dv glEvalCoord1dv;
Undocumented in source.
glEvalCoord1f
fp_glEvalCoord1f glEvalCoord1f;
Undocumented in source.
glEvalCoord1fv
fp_glEvalCoord1fv glEvalCoord1fv;
Undocumented in source.
glEvalCoord2d
fp_glEvalCoord2d glEvalCoord2d;
Undocumented in source.
glEvalCoord2dv
fp_glEvalCoord2dv glEvalCoord2dv;
Undocumented in source.
glEvalCoord2f
fp_glEvalCoord2f glEvalCoord2f;
Undocumented in source.
glEvalCoord2fv
fp_glEvalCoord2fv glEvalCoord2fv;
Undocumented in source.
glEvalMesh1
fp_glEvalMesh1 glEvalMesh1;
Undocumented in source.
glEvalMesh2
fp_glEvalMesh2 glEvalMesh2;
Undocumented in source.
glEvalPoint1
fp_glEvalPoint1 glEvalPoint1;
Undocumented in source.
glEvalPoint2
fp_glEvalPoint2 glEvalPoint2;
Undocumented in source.
glFeedbackBuffer
fp_glFeedbackBuffer glFeedbackBuffer;
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.
glFogCoordPointer
fp_glFogCoordPointer glFogCoordPointer;
Undocumented in source.
glFogCoordd
fp_glFogCoordd glFogCoordd;
Undocumented in source.
glFogCoorddv
fp_glFogCoorddv glFogCoorddv;
Undocumented in source.
glFogCoordf
fp_glFogCoordf glFogCoordf;
Undocumented in source.
glFogCoordfv
fp_glFogCoordfv glFogCoordfv;
Undocumented in source.
glFogf
fp_glFogf glFogf;
Undocumented in source.
glFogfv
fp_glFogfv glFogfv;
Undocumented in source.
glFogi
fp_glFogi glFogi;
Undocumented in source.
glFogiv
fp_glFogiv glFogiv;
Undocumented in source.
glFramebufferRenderbuffer
fp_glFramebufferRenderbuffer glFramebufferRenderbuffer;
Undocumented in source.
glFramebufferTexture
fp_glFramebufferTexture glFramebufferTexture;
Undocumented in source.
glFramebufferTexture1D
fp_glFramebufferTexture1D glFramebufferTexture1D;
Undocumented in source.
glFramebufferTexture2D
fp_glFramebufferTexture2D glFramebufferTexture2D;
Undocumented in source.
glFramebufferTexture3D
fp_glFramebufferTexture3D glFramebufferTexture3D;
Undocumented in source.
glFramebufferTextureLayer
fp_glFramebufferTextureLayer glFramebufferTextureLayer;
Undocumented in source.
glFrontFace
fp_glFrontFace glFrontFace;
Undocumented in source.
glFrustum
fp_glFrustum glFrustum;
Undocumented in source.
glGenBuffers
fp_glGenBuffers glGenBuffers;
Undocumented in source.
glGenFramebuffers
fp_glGenFramebuffers glGenFramebuffers;
Undocumented in source.
glGenLists
fp_glGenLists glGenLists;
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.
glGetActiveUniformName
fp_glGetActiveUniformName glGetActiveUniformName;
Undocumented in source.
glGetActiveUniformsiv
fp_glGetActiveUniformsiv glGetActiveUniformsiv;
Undocumented in source.
glGetAttachedShaders
fp_glGetAttachedShaders glGetAttachedShaders;
Undocumented in source.
glGetAttribLocation
fp_glGetAttribLocation glGetAttribLocation;
Undocumented in source.
glGetBooleani_v
fp_glGetBooleani_v glGetBooleani_v;
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.
glGetBufferSubData
fp_glGetBufferSubData glGetBufferSubData;
Undocumented in source.
glGetClipPlane
fp_glGetClipPlane glGetClipPlane;
Undocumented in source.
glGetCompressedTexImage
fp_glGetCompressedTexImage glGetCompressedTexImage;
Undocumented in source.
glGetDoublev
fp_glGetDoublev glGetDoublev;
Undocumented in source.
glGetError
fp_glGetError glGetError;
Undocumented in source.
glGetFloatv
fp_glGetFloatv glGetFloatv;
Undocumented in source.
glGetFragDataIndex
fp_glGetFragDataIndex glGetFragDataIndex;
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.
glGetLightfv
fp_glGetLightfv glGetLightfv;
Undocumented in source.
glGetLightiv
fp_glGetLightiv glGetLightiv;
Undocumented in source.
glGetMapdv
fp_glGetMapdv glGetMapdv;
Undocumented in source.
glGetMapfv
fp_glGetMapfv glGetMapfv;
Undocumented in source.
glGetMapiv
fp_glGetMapiv glGetMapiv;
Undocumented in source.
glGetMaterialfv
fp_glGetMaterialfv glGetMaterialfv;
Undocumented in source.
glGetMaterialiv
fp_glGetMaterialiv glGetMaterialiv;
Undocumented in source.
glGetMultisamplefv
fp_glGetMultisamplefv glGetMultisamplefv;
Undocumented in source.
glGetPixelMapfv
fp_glGetPixelMapfv glGetPixelMapfv;
Undocumented in source.
glGetPixelMapuiv
fp_glGetPixelMapuiv glGetPixelMapuiv;
Undocumented in source.
glGetPixelMapusv
fp_glGetPixelMapusv glGetPixelMapusv;
Undocumented in source.
glGetPointerv
fp_glGetPointerv glGetPointerv;
Undocumented in source.
glGetPolygonStipple
fp_glGetPolygonStipple glGetPolygonStipple;
Undocumented in source.
glGetProgramBinary
fp_glGetProgramBinary glGetProgramBinary;
Undocumented in source.
glGetProgramInfoLog
fp_glGetProgramInfoLog glGetProgramInfoLog;
Undocumented in source.
glGetProgramiv
fp_glGetProgramiv glGetProgramiv;
Undocumented in source.
glGetQueryObjecti64v
fp_glGetQueryObjecti64v glGetQueryObjecti64v;
Undocumented in source.
glGetQueryObjectiv
fp_glGetQueryObjectiv glGetQueryObjectiv;
Undocumented in source.
glGetQueryObjectui64v
fp_glGetQueryObjectui64v glGetQueryObjectui64v;
Undocumented in source.
glGetQueryObjectuiv
fp_glGetQueryObjectuiv glGetQueryObjectuiv;
Undocumented in source.
glGetQueryiv
fp_glGetQueryiv glGetQueryiv;
Undocumented in source.
glGetRenderbufferParameteriv
fp_glGetRenderbufferParameteriv glGetRenderbufferParameteriv;
Undocumented in source.
glGetSamplerParameterIiv
fp_glGetSamplerParameterIiv glGetSamplerParameterIiv;
Undocumented in source.
glGetSamplerParameterIuiv
fp_glGetSamplerParameterIuiv glGetSamplerParameterIuiv;
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.
glGetTexEnvfv
fp_glGetTexEnvfv glGetTexEnvfv;
Undocumented in source.
glGetTexEnviv
fp_glGetTexEnviv glGetTexEnviv;
Undocumented in source.
glGetTexGendv
fp_glGetTexGendv glGetTexGendv;
Undocumented in source.
glGetTexGenfv
fp_glGetTexGenfv glGetTexGenfv;
Undocumented in source.
glGetTexGeniv
fp_glGetTexGeniv glGetTexGeniv;
Undocumented in source.
glGetTexImage
fp_glGetTexImage glGetTexImage;
Undocumented in source.
glGetTexLevelParameterfv
fp_glGetTexLevelParameterfv glGetTexLevelParameterfv;
Undocumented in source.
glGetTexLevelParameteriv
fp_glGetTexLevelParameteriv glGetTexLevelParameteriv;
Undocumented in source.
glGetTexParameterIiv
fp_glGetTexParameterIiv glGetTexParameterIiv;
Undocumented in source.
glGetTexParameterIuiv
fp_glGetTexParameterIuiv glGetTexParameterIuiv;
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.
glGetVertexAttribdv
fp_glGetVertexAttribdv glGetVertexAttribdv;
Undocumented in source.
glGetVertexAttribfv
fp_glGetVertexAttribfv glGetVertexAttribfv;
Undocumented in source.
glGetVertexAttribiv
fp_glGetVertexAttribiv glGetVertexAttribiv;
Undocumented in source.
glHint
fp_glHint glHint;
Undocumented in source.
glIndexMask
fp_glIndexMask glIndexMask;
Undocumented in source.
glIndexPointer
fp_glIndexPointer glIndexPointer;
Undocumented in source.
glIndexd
fp_glIndexd glIndexd;
Undocumented in source.
glIndexdv
fp_glIndexdv glIndexdv;
Undocumented in source.
glIndexf
fp_glIndexf glIndexf;
Undocumented in source.
glIndexfv
fp_glIndexfv glIndexfv;
Undocumented in source.
glIndexi
fp_glIndexi glIndexi;
Undocumented in source.
glIndexiv
fp_glIndexiv glIndexiv;
Undocumented in source.
glIndexs
fp_glIndexs glIndexs;
Undocumented in source.
glIndexsv
fp_glIndexsv glIndexsv;
Undocumented in source.
glIndexub
fp_glIndexub glIndexub;
Undocumented in source.
glIndexubv
fp_glIndexubv glIndexubv;
Undocumented in source.
glInitNames
fp_glInitNames glInitNames;
Undocumented in source.
glInterleavedArrays
fp_glInterleavedArrays glInterleavedArrays;
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.
glIsEnabledi
fp_glIsEnabledi glIsEnabledi;
Undocumented in source.
glIsFramebuffer
fp_glIsFramebuffer glIsFramebuffer;
Undocumented in source.
glIsList
fp_glIsList glIsList;
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.
glLightModelf
fp_glLightModelf glLightModelf;
Undocumented in source.
glLightModelfv
fp_glLightModelfv glLightModelfv;
Undocumented in source.
glLightModeli
fp_glLightModeli glLightModeli;
Undocumented in source.
glLightModeliv
fp_glLightModeliv glLightModeliv;
Undocumented in source.
glLightf
fp_glLightf glLightf;
Undocumented in source.
glLightfv
fp_glLightfv glLightfv;
Undocumented in source.
glLighti
fp_glLighti glLighti;
Undocumented in source.
glLightiv
fp_glLightiv glLightiv;
Undocumented in source.
glLineStipple
fp_glLineStipple glLineStipple;
Undocumented in source.
glLineWidth
fp_glLineWidth glLineWidth;
Undocumented in source.
glLinkProgram
fp_glLinkProgram glLinkProgram;
Undocumented in source.
glListBase
fp_glListBase glListBase;
Undocumented in source.
glLoadIdentity
fp_glLoadIdentity glLoadIdentity;
Undocumented in source.
glLoadMatrixd
fp_glLoadMatrixd glLoadMatrixd;
Undocumented in source.
glLoadMatrixf
fp_glLoadMatrixf glLoadMatrixf;
Undocumented in source.
glLoadName
fp_glLoadName glLoadName;
Undocumented in source.
glLoadTransposeMatrixd
fp_glLoadTransposeMatrixd glLoadTransposeMatrixd;
Undocumented in source.
glLoadTransposeMatrixf
fp_glLoadTransposeMatrixf glLoadTransposeMatrixf;
Undocumented in source.
glLogicOp
fp_glLogicOp glLogicOp;
Undocumented in source.
glMap1d
fp_glMap1d glMap1d;
Undocumented in source.
glMap1f
fp_glMap1f glMap1f;
Undocumented in source.
glMap2d
fp_glMap2d glMap2d;
Undocumented in source.
glMap2f
fp_glMap2f glMap2f;
Undocumented in source.
glMapBuffer
fp_glMapBuffer glMapBuffer;
Undocumented in source.
glMapBufferRange
fp_glMapBufferRange glMapBufferRange;
Undocumented in source.
glMapGrid1d
fp_glMapGrid1d glMapGrid1d;
Undocumented in source.
glMapGrid1f
fp_glMapGrid1f glMapGrid1f;
Undocumented in source.
glMapGrid2d
fp_glMapGrid2d glMapGrid2d;
Undocumented in source.
glMapGrid2f
fp_glMapGrid2f glMapGrid2f;
Undocumented in source.
glMaterialf
fp_glMaterialf glMaterialf;
Undocumented in source.
glMaterialfv
fp_glMaterialfv glMaterialfv;
Undocumented in source.
glMateriali
fp_glMateriali glMateriali;
Undocumented in source.
glMaterialiv
fp_glMaterialiv glMaterialiv;
Undocumented in source.
glMatrixMode
fp_glMatrixMode glMatrixMode;
Undocumented in source.
glMultMatrixd
fp_glMultMatrixd glMultMatrixd;
Undocumented in source.
glMultMatrixf
fp_glMultMatrixf glMultMatrixf;
Undocumented in source.
glMultTransposeMatrixd
fp_glMultTransposeMatrixd glMultTransposeMatrixd;
Undocumented in source.
glMultTransposeMatrixf
fp_glMultTransposeMatrixf glMultTransposeMatrixf;
Undocumented in source.
glMultiDrawArrays
fp_glMultiDrawArrays glMultiDrawArrays;
Undocumented in source.
glMultiDrawElements
fp_glMultiDrawElements glMultiDrawElements;
Undocumented in source.
glMultiDrawElementsBaseVertex
fp_glMultiDrawElementsBaseVertex glMultiDrawElementsBaseVertex;
Undocumented in source.
glMultiTexCoord1d
fp_glMultiTexCoord1d glMultiTexCoord1d;
Undocumented in source.
glMultiTexCoord1dv
fp_glMultiTexCoord1dv glMultiTexCoord1dv;
Undocumented in source.
glMultiTexCoord1f
fp_glMultiTexCoord1f glMultiTexCoord1f;
Undocumented in source.
glMultiTexCoord1fv
fp_glMultiTexCoord1fv glMultiTexCoord1fv;
Undocumented in source.
glMultiTexCoord1i
fp_glMultiTexCoord1i glMultiTexCoord1i;
Undocumented in source.
glMultiTexCoord1iv
fp_glMultiTexCoord1iv glMultiTexCoord1iv;
Undocumented in source.
glMultiTexCoord1s
fp_glMultiTexCoord1s glMultiTexCoord1s;
Undocumented in source.
glMultiTexCoord1sv
fp_glMultiTexCoord1sv glMultiTexCoord1sv;
Undocumented in source.
glMultiTexCoord2d
fp_glMultiTexCoord2d glMultiTexCoord2d;
Undocumented in source.
glMultiTexCoord2dv
fp_glMultiTexCoord2dv glMultiTexCoord2dv;
Undocumented in source.
glMultiTexCoord2f
fp_glMultiTexCoord2f glMultiTexCoord2f;
Undocumented in source.
glMultiTexCoord2fv
fp_glMultiTexCoord2fv glMultiTexCoord2fv;
Undocumented in source.
glMultiTexCoord2i
fp_glMultiTexCoord2i glMultiTexCoord2i;
Undocumented in source.
glMultiTexCoord2iv
fp_glMultiTexCoord2iv glMultiTexCoord2iv;
Undocumented in source.
glMultiTexCoord2s
fp_glMultiTexCoord2s glMultiTexCoord2s;
Undocumented in source.
glMultiTexCoord2sv
fp_glMultiTexCoord2sv glMultiTexCoord2sv;
Undocumented in source.
glMultiTexCoord3d
fp_glMultiTexCoord3d glMultiTexCoord3d;
Undocumented in source.
glMultiTexCoord3dv
fp_glMultiTexCoord3dv glMultiTexCoord3dv;
Undocumented in source.
glMultiTexCoord3f
fp_glMultiTexCoord3f glMultiTexCoord3f;
Undocumented in source.
glMultiTexCoord3fv
fp_glMultiTexCoord3fv glMultiTexCoord3fv;
Undocumented in source.
glMultiTexCoord3i
fp_glMultiTexCoord3i glMultiTexCoord3i;
Undocumented in source.
glMultiTexCoord3iv
fp_glMultiTexCoord3iv glMultiTexCoord3iv;
Undocumented in source.
glMultiTexCoord3s
fp_glMultiTexCoord3s glMultiTexCoord3s;
Undocumented in source.
glMultiTexCoord3sv
fp_glMultiTexCoord3sv glMultiTexCoord3sv;
Undocumented in source.
glMultiTexCoord4d
fp_glMultiTexCoord4d glMultiTexCoord4d;
Undocumented in source.
glMultiTexCoord4dv
fp_glMultiTexCoord4dv glMultiTexCoord4dv;
Undocumented in source.
glMultiTexCoord4f
fp_glMultiTexCoord4f glMultiTexCoord4f;
Undocumented in source.
glMultiTexCoord4fv
fp_glMultiTexCoord4fv glMultiTexCoord4fv;
Undocumented in source.
glMultiTexCoord4i
fp_glMultiTexCoord4i glMultiTexCoord4i;
Undocumented in source.
glMultiTexCoord4iv
fp_glMultiTexCoord4iv glMultiTexCoord4iv;
Undocumented in source.
glMultiTexCoord4s
fp_glMultiTexCoord4s glMultiTexCoord4s;
Undocumented in source.
glMultiTexCoord4sv
fp_glMultiTexCoord4sv glMultiTexCoord4sv;
Undocumented in source.
glMultiTexCoordP1ui
fp_glMultiTexCoordP1ui glMultiTexCoordP1ui;
Undocumented in source.
glMultiTexCoordP1uiv
fp_glMultiTexCoordP1uiv glMultiTexCoordP1uiv;
Undocumented in source.
glMultiTexCoordP2ui
fp_glMultiTexCoordP2ui glMultiTexCoordP2ui;
Undocumented in source.
glMultiTexCoordP2uiv
fp_glMultiTexCoordP2uiv glMultiTexCoordP2uiv;
Undocumented in source.
glMultiTexCoordP3ui
fp_glMultiTexCoordP3ui glMultiTexCoordP3ui;
Undocumented in source.
glMultiTexCoordP3uiv
fp_glMultiTexCoordP3uiv glMultiTexCoordP3uiv;
Undocumented in source.
glMultiTexCoordP4ui
fp_glMultiTexCoordP4ui glMultiTexCoordP4ui;
Undocumented in source.
glMultiTexCoordP4uiv
fp_glMultiTexCoordP4uiv glMultiTexCoordP4uiv;
Undocumented in source.
glNewList
fp_glNewList glNewList;
Undocumented in source.
glNormal3b
fp_glNormal3b glNormal3b;
Undocumented in source.
glNormal3bv
fp_glNormal3bv glNormal3bv;
Undocumented in source.
glNormal3d
fp_glNormal3d glNormal3d;
Undocumented in source.
glNormal3dv
fp_glNormal3dv glNormal3dv;
Undocumented in source.
glNormal3f
fp_glNormal3f glNormal3f;
Undocumented in source.
glNormal3fv
fp_glNormal3fv glNormal3fv;
Undocumented in source.
glNormal3i
fp_glNormal3i glNormal3i;
Undocumented in source.
glNormal3iv
fp_glNormal3iv glNormal3iv;
Undocumented in source.
glNormal3s
fp_glNormal3s glNormal3s;
Undocumented in source.
glNormal3sv
fp_glNormal3sv glNormal3sv;
Undocumented in source.
glNormalP3ui
fp_glNormalP3ui glNormalP3ui;
Undocumented in source.
glNormalP3uiv
fp_glNormalP3uiv glNormalP3uiv;
Undocumented in source.
glNormalPointer
fp_glNormalPointer glNormalPointer;
Undocumented in source.
glOrtho
fp_glOrtho glOrtho;
Undocumented in source.
glPassThrough
fp_glPassThrough glPassThrough;
Undocumented in source.
glPauseTransformFeedback
fp_glPauseTransformFeedback glPauseTransformFeedback;
Undocumented in source.
glPixelMapfv
fp_glPixelMapfv glPixelMapfv;
Undocumented in source.
glPixelMapuiv
fp_glPixelMapuiv glPixelMapuiv;
Undocumented in source.
glPixelMapusv
fp_glPixelMapusv glPixelMapusv;
Undocumented in source.
glPixelStoref
fp_glPixelStoref glPixelStoref;
Undocumented in source.
glPixelStorei
fp_glPixelStorei glPixelStorei;
Undocumented in source.
glPixelTransferf
fp_glPixelTransferf glPixelTransferf;
Undocumented in source.
glPixelTransferi
fp_glPixelTransferi glPixelTransferi;
Undocumented in source.
glPixelZoom
fp_glPixelZoom glPixelZoom;
Undocumented in source.
glPointParameterf
fp_glPointParameterf glPointParameterf;
Undocumented in source.
glPointParameterfv
fp_glPointParameterfv glPointParameterfv;
Undocumented in source.
glPointParameteri
fp_glPointParameteri glPointParameteri;
Undocumented in source.
glPointParameteriv
fp_glPointParameteriv glPointParameteriv;
Undocumented in source.
glPointSize
fp_glPointSize glPointSize;
Undocumented in source.
glPolygonMode
fp_glPolygonMode glPolygonMode;
Undocumented in source.
glPolygonOffset
fp_glPolygonOffset glPolygonOffset;
Undocumented in source.
glPolygonStipple
fp_glPolygonStipple glPolygonStipple;
Undocumented in source.
glPopAttrib
fp_glPopAttrib glPopAttrib;
Undocumented in source.
glPopClientAttrib
fp_glPopClientAttrib glPopClientAttrib;
Undocumented in source.
glPopMatrix
fp_glPopMatrix glPopMatrix;
Undocumented in source.
glPopName
fp_glPopName glPopName;
Undocumented in source.
glPrimitiveRestartIndex
fp_glPrimitiveRestartIndex glPrimitiveRestartIndex;
Undocumented in source.
glPrioritizeTextures
fp_glPrioritizeTextures glPrioritizeTextures;
Undocumented in source.
glProgramBinary
fp_glProgramBinary glProgramBinary;
Undocumented in source.
glProgramParameteri
fp_glProgramParameteri glProgramParameteri;
Undocumented in source.
glProvokingVertex
fp_glProvokingVertex glProvokingVertex;
Undocumented in source.
glPushAttrib
fp_glPushAttrib glPushAttrib;
Undocumented in source.
glPushClientAttrib
fp_glPushClientAttrib glPushClientAttrib;
Undocumented in source.
glPushMatrix
fp_glPushMatrix glPushMatrix;
Undocumented in source.
glPushName
fp_glPushName glPushName;
Undocumented in source.
glQueryCounter
fp_glQueryCounter glQueryCounter;
Undocumented in source.
glRasterPos2d
fp_glRasterPos2d glRasterPos2d;
Undocumented in source.
glRasterPos2dv
fp_glRasterPos2dv glRasterPos2dv;
Undocumented in source.
glRasterPos2f
fp_glRasterPos2f glRasterPos2f;
Undocumented in source.
glRasterPos2fv
fp_glRasterPos2fv glRasterPos2fv;
Undocumented in source.
glRasterPos2i
fp_glRasterPos2i glRasterPos2i;
Undocumented in source.
glRasterPos2iv
fp_glRasterPos2iv glRasterPos2iv;
Undocumented in source.
glRasterPos2s
fp_glRasterPos2s glRasterPos2s;
Undocumented in source.
glRasterPos2sv
fp_glRasterPos2sv glRasterPos2sv;
Undocumented in source.
glRasterPos3d
fp_glRasterPos3d glRasterPos3d;
Undocumented in source.
glRasterPos3dv
fp_glRasterPos3dv glRasterPos3dv;
Undocumented in source.
glRasterPos3f
fp_glRasterPos3f glRasterPos3f;
Undocumented in source.
glRasterPos3fv
fp_glRasterPos3fv glRasterPos3fv;
Undocumented in source.
glRasterPos3i
fp_glRasterPos3i glRasterPos3i;
Undocumented in source.
glRasterPos3iv
fp_glRasterPos3iv glRasterPos3iv;
Undocumented in source.
glRasterPos3s
fp_glRasterPos3s glRasterPos3s;
Undocumented in source.
glRasterPos3sv
fp_glRasterPos3sv glRasterPos3sv;
Undocumented in source.
glRasterPos4d
fp_glRasterPos4d glRasterPos4d;
Undocumented in source.
glRasterPos4dv
fp_glRasterPos4dv glRasterPos4dv;
Undocumented in source.
glRasterPos4f
fp_glRasterPos4f glRasterPos4f;
Undocumented in source.
glRasterPos4fv
fp_glRasterPos4fv glRasterPos4fv;
Undocumented in source.
glRasterPos4i
fp_glRasterPos4i glRasterPos4i;
Undocumented in source.
glRasterPos4iv
fp_glRasterPos4iv glRasterPos4iv;
Undocumented in source.
glRasterPos4s
fp_glRasterPos4s glRasterPos4s;
Undocumented in source.
glRasterPos4sv
fp_glRasterPos4sv glRasterPos4sv;
Undocumented in source.
glReadBuffer
fp_glReadBuffer glReadBuffer;
Undocumented in source.
glReadPixels
fp_glReadPixels glReadPixels;
Undocumented in source.
glRectd
fp_glRectd glRectd;
Undocumented in source.
glRectdv
fp_glRectdv glRectdv;
Undocumented in source.
glRectf
fp_glRectf glRectf;
Undocumented in source.
glRectfv
fp_glRectfv glRectfv;
Undocumented in source.
glRecti
fp_glRecti glRecti;
Undocumented in source.
glRectiv
fp_glRectiv glRectiv;
Undocumented in source.
glRects
fp_glRects glRects;
Undocumented in source.
glRectsv
fp_glRectsv glRectsv;
Undocumented in source.
glReleaseShaderCompiler
fp_glReleaseShaderCompiler glReleaseShaderCompiler;
Undocumented in source.
glRenderMode
fp_glRenderMode glRenderMode;
Undocumented in source.
glRenderbufferStorage
fp_glRenderbufferStorage glRenderbufferStorage;
Undocumented in source.
glRenderbufferStorageMultisample
fp_glRenderbufferStorageMultisample glRenderbufferStorageMultisample;
Undocumented in source.
glResumeTransformFeedback
fp_glResumeTransformFeedback glResumeTransformFeedback;
Undocumented in source.
glRotated
fp_glRotated glRotated;
Undocumented in source.
glRotatef
fp_glRotatef glRotatef;
Undocumented in source.
glSampleCoverage
fp_glSampleCoverage glSampleCoverage;
Undocumented in source.
glSampleMaski
fp_glSampleMaski glSampleMaski;
Undocumented in source.
glSamplerParameterIiv
fp_glSamplerParameterIiv glSamplerParameterIiv;
Undocumented in source.
glSamplerParameterIuiv
fp_glSamplerParameterIuiv glSamplerParameterIuiv;
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.
glScaled
fp_glScaled glScaled;
Undocumented in source.
glScalef
fp_glScalef glScalef;
Undocumented in source.
glScissor
fp_glScissor glScissor;
Undocumented in source.
glSecondaryColor3b
fp_glSecondaryColor3b glSecondaryColor3b;
Undocumented in source.
glSecondaryColor3bv
fp_glSecondaryColor3bv glSecondaryColor3bv;
Undocumented in source.
glSecondaryColor3d
fp_glSecondaryColor3d glSecondaryColor3d;
Undocumented in source.
glSecondaryColor3dv
fp_glSecondaryColor3dv glSecondaryColor3dv;
Undocumented in source.
glSecondaryColor3f
fp_glSecondaryColor3f glSecondaryColor3f;
Undocumented in source.
glSecondaryColor3fv
fp_glSecondaryColor3fv glSecondaryColor3fv;
Undocumented in source.
glSecondaryColor3i
fp_glSecondaryColor3i glSecondaryColor3i;
Undocumented in source.
glSecondaryColor3iv
fp_glSecondaryColor3iv glSecondaryColor3iv;
Undocumented in source.
glSecondaryColor3s
fp_glSecondaryColor3s glSecondaryColor3s;
Undocumented in source.
glSecondaryColor3sv
fp_glSecondaryColor3sv glSecondaryColor3sv;
Undocumented in source.
glSecondaryColor3ub
fp_glSecondaryColor3ub glSecondaryColor3ub;
Undocumented in source.
glSecondaryColor3ubv
fp_glSecondaryColor3ubv glSecondaryColor3ubv;
Undocumented in source.
glSecondaryColor3ui
fp_glSecondaryColor3ui glSecondaryColor3ui;
Undocumented in source.
glSecondaryColor3uiv
fp_glSecondaryColor3uiv glSecondaryColor3uiv;
Undocumented in source.
glSecondaryColor3us
fp_glSecondaryColor3us glSecondaryColor3us;
Undocumented in source.
glSecondaryColor3usv
fp_glSecondaryColor3usv glSecondaryColor3usv;
Undocumented in source.
glSecondaryColorP3ui
fp_glSecondaryColorP3ui glSecondaryColorP3ui;
Undocumented in source.
glSecondaryColorP3uiv
fp_glSecondaryColorP3uiv glSecondaryColorP3uiv;
Undocumented in source.
glSecondaryColorPointer
fp_glSecondaryColorPointer glSecondaryColorPointer;
Undocumented in source.
glSelectBuffer
fp_glSelectBuffer glSelectBuffer;
Undocumented in source.
glShadeModel
fp_glShadeModel glShadeModel;
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.
glTexBuffer
fp_glTexBuffer glTexBuffer;
Undocumented in source.
glTexCoord1d
fp_glTexCoord1d glTexCoord1d;
Undocumented in source.
glTexCoord1dv
fp_glTexCoord1dv glTexCoord1dv;
Undocumented in source.
glTexCoord1f
fp_glTexCoord1f glTexCoord1f;
Undocumented in source.
glTexCoord1fv
fp_glTexCoord1fv glTexCoord1fv;
Undocumented in source.
glTexCoord1i
fp_glTexCoord1i glTexCoord1i;
Undocumented in source.
glTexCoord1iv
fp_glTexCoord1iv glTexCoord1iv;
Undocumented in source.
glTexCoord1s
fp_glTexCoord1s glTexCoord1s;
Undocumented in source.
glTexCoord1sv
fp_glTexCoord1sv glTexCoord1sv;
Undocumented in source.
glTexCoord2d
fp_glTexCoord2d glTexCoord2d;
Undocumented in source.
glTexCoord2dv
fp_glTexCoord2dv glTexCoord2dv;
Undocumented in source.
glTexCoord2f
fp_glTexCoord2f glTexCoord2f;
Undocumented in source.
glTexCoord2fv
fp_glTexCoord2fv glTexCoord2fv;
Undocumented in source.
glTexCoord2i
fp_glTexCoord2i glTexCoord2i;
Undocumented in source.
glTexCoord2iv
fp_glTexCoord2iv glTexCoord2iv;
Undocumented in source.
glTexCoord2s
fp_glTexCoord2s glTexCoord2s;
Undocumented in source.
glTexCoord2sv
fp_glTexCoord2sv glTexCoord2sv;
Undocumented in source.
glTexCoord3d
fp_glTexCoord3d glTexCoord3d;
Undocumented in source.
glTexCoord3dv
fp_glTexCoord3dv glTexCoord3dv;
Undocumented in source.
glTexCoord3f
fp_glTexCoord3f glTexCoord3f;
Undocumented in source.
glTexCoord3fv
fp_glTexCoord3fv glTexCoord3fv;
Undocumented in source.
glTexCoord3i
fp_glTexCoord3i glTexCoord3i;
Undocumented in source.
glTexCoord3iv
fp_glTexCoord3iv glTexCoord3iv;
Undocumented in source.
glTexCoord3s
fp_glTexCoord3s glTexCoord3s;
Undocumented in source.
glTexCoord3sv
fp_glTexCoord3sv glTexCoord3sv;
Undocumented in source.
glTexCoord4d
fp_glTexCoord4d glTexCoord4d;
Undocumented in source.
glTexCoord4dv
fp_glTexCoord4dv glTexCoord4dv;
Undocumented in source.
glTexCoord4f
fp_glTexCoord4f glTexCoord4f;
Undocumented in source.
glTexCoord4fv
fp_glTexCoord4fv glTexCoord4fv;
Undocumented in source.
glTexCoord4i
fp_glTexCoord4i glTexCoord4i;
Undocumented in source.
glTexCoord4iv
fp_glTexCoord4iv glTexCoord4iv;
Undocumented in source.
glTexCoord4s
fp_glTexCoord4s glTexCoord4s;
Undocumented in source.
glTexCoord4sv
fp_glTexCoord4sv glTexCoord4sv;
Undocumented in source.
glTexCoordP1ui
fp_glTexCoordP1ui glTexCoordP1ui;
Undocumented in source.
glTexCoordP1uiv
fp_glTexCoordP1uiv glTexCoordP1uiv;
Undocumented in source.
glTexCoordP2ui
fp_glTexCoordP2ui glTexCoordP2ui;
Undocumented in source.
glTexCoordP2uiv
fp_glTexCoordP2uiv glTexCoordP2uiv;
Undocumented in source.
glTexCoordP3ui
fp_glTexCoordP3ui glTexCoordP3ui;
Undocumented in source.
glTexCoordP3uiv
fp_glTexCoordP3uiv glTexCoordP3uiv;
Undocumented in source.
glTexCoordP4ui
fp_glTexCoordP4ui glTexCoordP4ui;
Undocumented in source.
glTexCoordP4uiv
fp_glTexCoordP4uiv glTexCoordP4uiv;
Undocumented in source.
glTexCoordPointer
fp_glTexCoordPointer glTexCoordPointer;
Undocumented in source.
glTexEnvf
fp_glTexEnvf glTexEnvf;
Undocumented in source.
glTexEnvfv
fp_glTexEnvfv glTexEnvfv;
Undocumented in source.
glTexEnvi
fp_glTexEnvi glTexEnvi;
Undocumented in source.
glTexEnviv
fp_glTexEnviv glTexEnviv;
Undocumented in source.
glTexGend
fp_glTexGend glTexGend;
Undocumented in source.
glTexGendv
fp_glTexGendv glTexGendv;
Undocumented in source.
glTexGenf
fp_glTexGenf glTexGenf;
Undocumented in source.
glTexGenfv
fp_glTexGenfv glTexGenfv;
Undocumented in source.
glTexGeni
fp_glTexGeni glTexGeni;
Undocumented in source.
glTexGeniv
fp_glTexGeniv glTexGeniv;
Undocumented in source.
glTexImage1D
fp_glTexImage1D glTexImage1D;
Undocumented in source.
glTexImage2D
fp_glTexImage2D glTexImage2D;
Undocumented in source.
glTexImage2DMultisample
fp_glTexImage2DMultisample glTexImage2DMultisample;
Undocumented in source.
glTexImage3D
fp_glTexImage3D glTexImage3D;
Undocumented in source.
glTexImage3DMultisample
fp_glTexImage3DMultisample glTexImage3DMultisample;
Undocumented in source.
glTexParameterIiv
fp_glTexParameterIiv glTexParameterIiv;
Undocumented in source.
glTexParameterIuiv
fp_glTexParameterIuiv glTexParameterIuiv;
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.
glTexSubImage1D
fp_glTexSubImage1D glTexSubImage1D;
Undocumented in source.
glTexSubImage2D
fp_glTexSubImage2D glTexSubImage2D;
Undocumented in source.
glTexSubImage3D
fp_glTexSubImage3D glTexSubImage3D;
Undocumented in source.
glTransformFeedbackVaryings
fp_glTransformFeedbackVaryings glTransformFeedbackVaryings;
Undocumented in source.
glTranslated
fp_glTranslated glTranslated;
Undocumented in source.
glTranslatef
fp_glTranslatef glTranslatef;
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.
glVertex2d
fp_glVertex2d glVertex2d;
Undocumented in source.
glVertex2dv
fp_glVertex2dv glVertex2dv;
Undocumented in source.
glVertex2f
fp_glVertex2f glVertex2f;
Undocumented in source.
glVertex2fv
fp_glVertex2fv glVertex2fv;
Undocumented in source.
glVertex2i
fp_glVertex2i glVertex2i;
Undocumented in source.
glVertex2iv
fp_glVertex2iv glVertex2iv;
Undocumented in source.
glVertex2s
fp_glVertex2s glVertex2s;
Undocumented in source.
glVertex2sv
fp_glVertex2sv glVertex2sv;
Undocumented in source.
glVertex3d
fp_glVertex3d glVertex3d;
Undocumented in source.
glVertex3dv
fp_glVertex3dv glVertex3dv;
Undocumented in source.
glVertex3f
fp_glVertex3f glVertex3f;
Undocumented in source.
glVertex3fv
fp_glVertex3fv glVertex3fv;
Undocumented in source.
glVertex3i
fp_glVertex3i glVertex3i;
Undocumented in source.
glVertex3iv
fp_glVertex3iv glVertex3iv;
Undocumented in source.
glVertex3s
fp_glVertex3s glVertex3s;
Undocumented in source.
glVertex3sv
fp_glVertex3sv glVertex3sv;
Undocumented in source.
glVertex4d
fp_glVertex4d glVertex4d;
Undocumented in source.
glVertex4dv
fp_glVertex4dv glVertex4dv;
Undocumented in source.
glVertex4f
fp_glVertex4f glVertex4f;
Undocumented in source.
glVertex4fv
fp_glVertex4fv glVertex4fv;
Undocumented in source.
glVertex4i
fp_glVertex4i glVertex4i;
Undocumented in source.
glVertex4iv
fp_glVertex4iv glVertex4iv;
Undocumented in source.
glVertex4s
fp_glVertex4s glVertex4s;
Undocumented in source.
glVertex4sv
fp_glVertex4sv glVertex4sv;
Undocumented in source.
glVertexAttrib1d
fp_glVertexAttrib1d glVertexAttrib1d;
Undocumented in source.
glVertexAttrib1dv
fp_glVertexAttrib1dv glVertexAttrib1dv;
Undocumented in source.
glVertexAttrib1f
fp_glVertexAttrib1f glVertexAttrib1f;
Undocumented in source.
glVertexAttrib1fv
fp_glVertexAttrib1fv glVertexAttrib1fv;
Undocumented in source.
glVertexAttrib1s
fp_glVertexAttrib1s glVertexAttrib1s;
Undocumented in source.
glVertexAttrib1sv
fp_glVertexAttrib1sv glVertexAttrib1sv;
Undocumented in source.
glVertexAttrib2d
fp_glVertexAttrib2d glVertexAttrib2d;
Undocumented in source.
glVertexAttrib2dv
fp_glVertexAttrib2dv glVertexAttrib2dv;
Undocumented in source.
glVertexAttrib2f
fp_glVertexAttrib2f glVertexAttrib2f;
Undocumented in source.
glVertexAttrib2fv
fp_glVertexAttrib2fv glVertexAttrib2fv;
Undocumented in source.
glVertexAttrib2s
fp_glVertexAttrib2s glVertexAttrib2s;
Undocumented in source.
glVertexAttrib2sv
fp_glVertexAttrib2sv glVertexAttrib2sv;
Undocumented in source.
glVertexAttrib3d
fp_glVertexAttrib3d glVertexAttrib3d;
Undocumented in source.
glVertexAttrib3dv
fp_glVertexAttrib3dv glVertexAttrib3dv;
Undocumented in source.
glVertexAttrib3f
fp_glVertexAttrib3f glVertexAttrib3f;
Undocumented in source.
glVertexAttrib3fv
fp_glVertexAttrib3fv glVertexAttrib3fv;
Undocumented in source.
glVertexAttrib3s
fp_glVertexAttrib3s glVertexAttrib3s;
Undocumented in source.
glVertexAttrib3sv
fp_glVertexAttrib3sv glVertexAttrib3sv;
Undocumented in source.
glVertexAttrib4Nbv
fp_glVertexAttrib4Nbv glVertexAttrib4Nbv;
Undocumented in source.
glVertexAttrib4Niv
fp_glVertexAttrib4Niv glVertexAttrib4Niv;
Undocumented in source.
glVertexAttrib4Nsv
fp_glVertexAttrib4Nsv glVertexAttrib4Nsv;
Undocumented in source.
glVertexAttrib4Nub
fp_glVertexAttrib4Nub glVertexAttrib4Nub;
Undocumented in source.
glVertexAttrib4Nubv
fp_glVertexAttrib4Nubv glVertexAttrib4Nubv;
Undocumented in source.
glVertexAttrib4Nuiv
fp_glVertexAttrib4Nuiv glVertexAttrib4Nuiv;
Undocumented in source.
glVertexAttrib4Nusv
fp_glVertexAttrib4Nusv glVertexAttrib4Nusv;
Undocumented in source.
glVertexAttrib4bv
fp_glVertexAttrib4bv glVertexAttrib4bv;
Undocumented in source.
glVertexAttrib4d
fp_glVertexAttrib4d glVertexAttrib4d;
Undocumented in source.
glVertexAttrib4dv
fp_glVertexAttrib4dv glVertexAttrib4dv;
Undocumented in source.
glVertexAttrib4f
fp_glVertexAttrib4f glVertexAttrib4f;
Undocumented in source.
glVertexAttrib4fv
fp_glVertexAttrib4fv glVertexAttrib4fv;
Undocumented in source.
glVertexAttrib4iv
fp_glVertexAttrib4iv glVertexAttrib4iv;
Undocumented in source.
glVertexAttrib4s
fp_glVertexAttrib4s glVertexAttrib4s;
Undocumented in source.
glVertexAttrib4sv
fp_glVertexAttrib4sv glVertexAttrib4sv;
Undocumented in source.
glVertexAttrib4ubv
fp_glVertexAttrib4ubv glVertexAttrib4ubv;
Undocumented in source.
glVertexAttrib4uiv
fp_glVertexAttrib4uiv glVertexAttrib4uiv;
Undocumented in source.
glVertexAttrib4usv
fp_glVertexAttrib4usv glVertexAttrib4usv;
Undocumented in source.
glVertexAttribDivisor
fp_glVertexAttribDivisor glVertexAttribDivisor;
Undocumented in source.
glVertexAttribI1i
fp_glVertexAttribI1i glVertexAttribI1i;
Undocumented in source.
glVertexAttribI1iv
fp_glVertexAttribI1iv glVertexAttribI1iv;
Undocumented in source.
glVertexAttribI1ui
fp_glVertexAttribI1ui glVertexAttribI1ui;
Undocumented in source.
glVertexAttribI1uiv
fp_glVertexAttribI1uiv glVertexAttribI1uiv;
Undocumented in source.
glVertexAttribI2i
fp_glVertexAttribI2i glVertexAttribI2i;
Undocumented in source.
glVertexAttribI2iv
fp_glVertexAttribI2iv glVertexAttribI2iv;
Undocumented in source.
glVertexAttribI2ui
fp_glVertexAttribI2ui glVertexAttribI2ui;
Undocumented in source.
glVertexAttribI2uiv
fp_glVertexAttribI2uiv glVertexAttribI2uiv;
Undocumented in source.
glVertexAttribI3i
fp_glVertexAttribI3i glVertexAttribI3i;
Undocumented in source.
glVertexAttribI3iv
fp_glVertexAttribI3iv glVertexAttribI3iv;
Undocumented in source.
glVertexAttribI3ui
fp_glVertexAttribI3ui glVertexAttribI3ui;
Undocumented in source.
glVertexAttribI3uiv
fp_glVertexAttribI3uiv glVertexAttribI3uiv;
Undocumented in source.
glVertexAttribI4bv
fp_glVertexAttribI4bv glVertexAttribI4bv;
Undocumented in source.
glVertexAttribI4i
fp_glVertexAttribI4i glVertexAttribI4i;
Undocumented in source.
glVertexAttribI4iv
fp_glVertexAttribI4iv glVertexAttribI4iv;
Undocumented in source.
glVertexAttribI4sv
fp_glVertexAttribI4sv glVertexAttribI4sv;
Undocumented in source.
glVertexAttribI4ubv
fp_glVertexAttribI4ubv glVertexAttribI4ubv;
Undocumented in source.
glVertexAttribI4ui
fp_glVertexAttribI4ui glVertexAttribI4ui;
Undocumented in source.
glVertexAttribI4uiv
fp_glVertexAttribI4uiv glVertexAttribI4uiv;
Undocumented in source.
glVertexAttribI4usv
fp_glVertexAttribI4usv glVertexAttribI4usv;
Undocumented in source.
glVertexAttribIPointer
fp_glVertexAttribIPointer glVertexAttribIPointer;
Undocumented in source.
glVertexAttribP1ui
fp_glVertexAttribP1ui glVertexAttribP1ui;
Undocumented in source.
glVertexAttribP1uiv
fp_glVertexAttribP1uiv glVertexAttribP1uiv;
Undocumented in source.
glVertexAttribP2ui
fp_glVertexAttribP2ui glVertexAttribP2ui;
Undocumented in source.
glVertexAttribP2uiv
fp_glVertexAttribP2uiv glVertexAttribP2uiv;
Undocumented in source.
glVertexAttribP3ui
fp_glVertexAttribP3ui glVertexAttribP3ui;
Undocumented in source.
glVertexAttribP3uiv
fp_glVertexAttribP3uiv glVertexAttribP3uiv;
Undocumented in source.
glVertexAttribP4ui
fp_glVertexAttribP4ui glVertexAttribP4ui;
Undocumented in source.
glVertexAttribP4uiv
fp_glVertexAttribP4uiv glVertexAttribP4uiv;
Undocumented in source.
glVertexAttribPointer
fp_glVertexAttribPointer glVertexAttribPointer;
Undocumented in source.
glVertexP2ui
fp_glVertexP2ui glVertexP2ui;
Undocumented in source.
glVertexP2uiv
fp_glVertexP2uiv glVertexP2uiv;
Undocumented in source.
glVertexP3ui
fp_glVertexP3ui glVertexP3ui;
Undocumented in source.
glVertexP3uiv
fp_glVertexP3uiv glVertexP3uiv;
Undocumented in source.
glVertexP4ui
fp_glVertexP4ui glVertexP4ui;
Undocumented in source.
glVertexP4uiv
fp_glVertexP4uiv glVertexP4uiv;
Undocumented in source.
glVertexPointer
fp_glVertexPointer glVertexPointer;
Undocumented in source.
glViewport
fp_glViewport glViewport;
Undocumented in source.
glWaitSync
fp_glWaitSync glWaitSync;
Undocumented in source.
glWindowPos2d
fp_glWindowPos2d glWindowPos2d;
Undocumented in source.
glWindowPos2dv
fp_glWindowPos2dv glWindowPos2dv;
Undocumented in source.
glWindowPos2f
fp_glWindowPos2f glWindowPos2f;
Undocumented in source.
glWindowPos2fv
fp_glWindowPos2fv glWindowPos2fv;
Undocumented in source.
glWindowPos2i
fp_glWindowPos2i glWindowPos2i;
Undocumented in source.
glWindowPos2iv
fp_glWindowPos2iv glWindowPos2iv;
Undocumented in source.
glWindowPos2s
fp_glWindowPos2s glWindowPos2s;
Undocumented in source.
glWindowPos2sv
fp_glWindowPos2sv glWindowPos2sv;
Undocumented in source.
glWindowPos3d
fp_glWindowPos3d glWindowPos3d;
Undocumented in source.
glWindowPos3dv
fp_glWindowPos3dv glWindowPos3dv;
Undocumented in source.
glWindowPos3f
fp_glWindowPos3f glWindowPos3f;
Undocumented in source.
glWindowPos3fv
fp_glWindowPos3fv glWindowPos3fv;
Undocumented in source.
glWindowPos3i
fp_glWindowPos3i glWindowPos3i;
Undocumented in source.
glWindowPos3iv
fp_glWindowPos3iv glWindowPos3iv;
Undocumented in source.
glWindowPos3s
fp_glWindowPos3s glWindowPos3s;
Undocumented in source.
glWindowPos3sv
fp_glWindowPos3sv glWindowPos3sv;
Undocumented in source.

Meta