bindbc.gles.gles

Undocumented in source.

Public Imports

bindbc.gles.config
public import bindbc.gles.config, bindbc.gles.glestypes, bindbc.gles.glesconstants;
Undocumented in source.
bindbc.gles.glestypes
public import bindbc.gles.config, bindbc.gles.glestypes, bindbc.gles.glesconstants;
Undocumented in source.
bindbc.gles.glesconstants
public import bindbc.gles.config, bindbc.gles.glestypes, bindbc.gles.glesconstants;
Undocumented in source.

Members

Aliases

pglActiveTexture
alias pglActiveTexture = 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.
pglAlphaFunc
alias pglAlphaFunc = 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.
pglAttachShader
alias pglAttachShader = 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.
pglBindBuffer
alias pglBindBuffer = 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.
pglBindFramebuffer
alias pglBindFramebuffer = 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.
pglBindRenderbuffer
alias pglBindRenderbuffer = 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.
pglBindTexture
alias pglBindTexture = 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.
pglBindVertexArray
alias pglBindVertexArray = 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.
pglBlendFunc
alias pglBlendFunc = 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.
pglBufferData
alias pglBufferData = 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.
pglBufferSubData
alias pglBufferSubData = 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.
pglCheckFramebufferStatus
alias pglCheckFramebufferStatus = 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.
pglClear
alias pglClear = 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.
pglClearColor
alias pglClearColor = 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.
pglClearDepthf
alias pglClearDepthf = 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.
pglClearStencil
alias pglClearStencil = 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.
pglClientActiveTexture
alias pglClientActiveTexture = 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.
pglClipPlanef
alias pglClipPlanef = 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.
pglColor4f
alias pglColor4f = 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.
pglColor4ub
alias pglColor4ub = 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.
pglColor4x
alias pglColor4x = void function(GLfixed, GLfixed, GLfixed, GLfixed)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglColorMask
alias pglColorMask = 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.
pglColorPointer
alias pglColorPointer = 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.
pglCompileShader
alias pglCompileShader = 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.
pglCompressedTexImage2D
alias pglCompressedTexImage2D = 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.
pglCompressedTexSubImage2D
alias pglCompressedTexSubImage2D = 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.
pglCopyTexImage2D
alias pglCopyTexImage2D = 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.
pglCopyTexSubImage2D
alias pglCopyTexSubImage2D = 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.
pglCreateProgram
alias pglCreateProgram = 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.
pglCreateShader
alias pglCreateShader = 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.
pglCullFace
alias pglCullFace = 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.
pglDeleteBuffers
alias pglDeleteBuffers = 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.
pglDeleteTextures
alias pglDeleteTextures = 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.
pglDeleteVertexArrays
alias pglDeleteVertexArrays = 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.
pglDepthFunc
alias pglDepthFunc = 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.
pglDepthMask
alias pglDepthMask = 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.
pglDepthRangef
alias pglDepthRangef = 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.
pglDepthRangex
alias pglDepthRangex = void function(GLfixed, GLfixed)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglDisable
alias pglDisable = 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.
pglDrawArrays
alias pglDrawArrays = 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.
pglDrawBuffers
alias pglDrawBuffers = 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.
pglDrawElements
alias pglDrawElements = 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.
pglEnable
alias pglEnable = 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.
pglEnableClientState
alias pglEnableClientState = 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.
pglEnableVertexAttribArray
alias pglEnableVertexAttribArray = 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.
pglFinish
alias pglFinish = 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.
pglFlush
alias pglFlush = 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.
pglFogf
alias pglFogf = 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.
pglFogfv
alias pglFogfv = 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.
pglFogx
alias pglFogx = void function(GLenum, GLfixed)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglFogxv
alias pglFogxv = void function(GLenum, const(GLfixed)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglFramebufferRenderbuffer
alias pglFramebufferRenderbuffer = 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.
pglFramebufferTexture2D
alias pglFramebufferTexture2D = 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.
pglFrontFace
alias pglFrontFace = 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.
pglFrustumf
alias pglFrustumf = void function(GLfloat, GLfloat, 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.
pglFrustumx
alias pglFrustumx = void function(GLfixed, GLfixed, GLfixed, GLfixed, GLfixed, GLfixed)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglGenBuffers
alias pglGenBuffers = 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.
pglGenFramebuffers
alias pglGenFramebuffers = 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.
pglGenRenderbuffers
alias pglGenRenderbuffers = 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.
pglGenTextures
alias pglGenTextures = 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.
pglGenVertexArrays
alias pglGenVertexArrays = 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.
pglGenerateMipmap
alias pglGenerateMipmap = 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.
pglGetAttribLocation
alias pglGetAttribLocation = 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.
pglGetBufferParameteriv
alias pglGetBufferParameteriv = 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.
pglGetClipPlanex
alias pglGetClipPlanex = void function(GLenum, GLfixed*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglGetError
alias pglGetError = 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.
pglGetFixedv
alias pglGetFixedv = void function(GLenum, GLfixed*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglGetIntegerv
alias pglGetIntegerv = 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.
pglGetLightfv
alias pglGetLightfv = 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.
pglGetLightxv
alias pglGetLightxv = void function(GLenum, GLenum, GLfixed*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglGetMaterialfv
alias pglGetMaterialfv = 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.
pglGetMaterialxv
alias pglGetMaterialxv = void function(GLenum, GLenum, GLfixed*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglGetPointerv
alias pglGetPointerv = 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.
pglGetShaderInfoLog
alias pglGetShaderInfoLog = 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.
pglGetShaderiv
alias pglGetShaderiv = 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.
pglGetString
alias pglGetString = const(char)* 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.
pglGetTexEnvfv
alias pglGetTexEnvfv = 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.
pglGetTexEnviv
alias pglGetTexEnviv = 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.
pglGetTexEnvxv
alias pglGetTexEnvxv = void function(GLenum, GLenum, GLfixed*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglGetTexParameterfv
alias pglGetTexParameterfv = 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.
pglGetTexParameteriv
alias pglGetTexParameteriv = 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.
pglGetTexParameterxv
alias pglGetTexParameterxv = void function(GLenum, GLenum, GLfixed*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglGetUniformLocation
alias pglGetUniformLocation = 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.
pglHint
alias pglHint = 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.
pglIsBuffer
alias pglIsBuffer = 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.
pglIsEnabled
alias pglIsEnabled = 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.
pglIsTexture
alias pglIsTexture = 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.
pglLightModelf
alias pglLightModelf = 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.
pglLightModelfv
alias pglLightModelfv = 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.
pglLightModelx
alias pglLightModelx = void function(GLenum, GLfixed)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglLightModelxv
alias pglLightModelxv = void function(GLenum, const(GLfixed)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglLightf
alias pglLightf = 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.
pglLightfv
alias pglLightfv = 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.
pglLightx
alias pglLightx = void function(GLenum, GLenum, GLfixed)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglLightxv
alias pglLightxv = void function(GLenum, GLenum, const(GLfixed)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglLineWidth
alias pglLineWidth = 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.
pglLineWidthx
alias pglLineWidthx = void function(GLfixed)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglLinkProgram
alias pglLinkProgram = 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.
pglLoadIdentity
alias pglLoadIdentity = 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.
pglLoadMatrixf
alias pglLoadMatrixf = 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.
pglLoadMatrixx
alias pglLoadMatrixx = void function(const(GLfixed)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglMaterialf
alias pglMaterialf = 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.
pglMaterialfv
alias pglMaterialfv = 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.
pglMaterialx
alias pglMaterialx = void function(GLenum, GLenum, GLfixed)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglMaterialxv
alias pglMaterialxv = void function(GLenum, GLenum, const(GLfixed)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglMatrixMode
alias pglMatrixMode = 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.
pglMultMatrixf
alias pglMultMatrixf = 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.
pglMultMatrixx
alias pglMultMatrixx = void function(const(GLfixed)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglMultiTexCoord4f
alias pglMultiTexCoord4f = 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.
pglMultiTexCoord4x
alias pglMultiTexCoord4x = void function(GLenum, GLfixed, GLfixed, GLfixed, GLfixed)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglNormal3f
alias pglNormal3f = 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.
pglNormal3x
alias pglNormal3x = void function(GLfixed, GLfixed, GLfixed)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglNormalPointer
alias pglNormalPointer = 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.
pglOrthof
alias pglOrthof = void function(GLfloat, GLfloat, 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.
pglOrthox
alias pglOrthox = void function(GLfixed, GLfixed, GLfixed, GLfixed, GLfixed, GLfixed)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglPixelStorei
alias pglPixelStorei = 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.
pglPointParameterf
alias pglPointParameterf = 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.
pglPointParameterfv
alias pglPointParameterfv = 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.
pglPointParameterx
alias pglPointParameterx = void function(GLenum, GLfixed)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglPointParameterxv
alias pglPointParameterxv = void function(GLenum, const(GLfixed)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglPointSize
alias pglPointSize = 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.
pglPointSizex
alias pglPointSizex = void function(GLfixed)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglPolygonOffset
alias pglPolygonOffset = 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.
pglPolygonOffsetx
alias pglPolygonOffsetx = void function(GLfixed, GLfixed)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglPushMatrix
alias pglPushMatrix = 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.
pglReadPixels
alias pglReadPixels = 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.
pglRenderbufferStorage
alias pglRenderbufferStorage = 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.
pglRotatef
alias pglRotatef = 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.
pglRotatex
alias pglRotatex = void function(GLfixed, GLfixed, GLfixed, GLfixed)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglSampleCoverage
alias pglSampleCoverage = 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.
pglSampleCoveragex
alias pglSampleCoveragex = void function(GLclampx, 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.
pglScalex
alias pglScalex = void function(GLfixed, GLfixed, GLfixed)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglScissor
alias pglScissor = 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.
pglShadeModel
alias pglShadeModel = 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.
pglShaderSource
alias pglShaderSource = void function(GLuint, GLsizei, const(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.
pglStencilFunc
alias pglStencilFunc = 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.
pglStencilMask
alias pglStencilMask = 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.
pglStencilOp
alias pglStencilOp = 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.
pglTexCoordPointer
alias pglTexCoordPointer = 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.
pglTexEnvi
alias pglTexEnvi = 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.
pglTexEnviv
alias pglTexEnviv = 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.
pglTexEnvx
alias pglTexEnvx = void function(GLenum, GLenum, GLfixed)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglTexEnvxv
alias pglTexEnvxv = void function(GLenum, GLenum, const(GLfixed)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglTexImage2D
alias pglTexImage2D = 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.
pglTexParameteri
alias pglTexParameteri = 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.
pglTexParameteriv
alias pglTexParameteriv = 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.
pglTexParameterx
alias pglTexParameterx = void function(GLenum, GLenum, GLfixed)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglTexParameterxv
alias pglTexParameterxv = void function(GLenum, GLenum, const(GLfixed)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglTexSubImage2D
alias pglTexSubImage2D = 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.
pglTranslatex
alias pglTranslatex = void function(GLfixed, GLfixed, GLfixed)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniform1f
alias pglUniform1f = 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.
pglUniform1i
alias pglUniform1i = 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.
pglUniform3fv
alias pglUniform3fv = 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.
pglUniform4fv
alias pglUniform4fv = 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.
pglUniformMatrix4fv
alias pglUniformMatrix4fv = 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.
pglUseProgram
alias pglUseProgram = 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.
pglVertexAttribPointer
alias pglVertexAttribPointer = 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.
pglVertexPointer
alias pglVertexPointer = 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.
pglViewport
alias pglViewport = 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.

Functions

loadGLES
bool loadGLES(SharedLib lib)
Undocumented in source. Be warned that the author may not have intended to support it.
loadGLES
GLESSupport loadGLES(const(char)* libName)
Undocumented in source. Be warned that the author may not have intended to support it.
loadGLES
GLESSupport loadGLES()
Undocumented in source. Be warned that the author may not have intended to support it.
unloadGLES
void unloadGLES()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

glActiveTexture
pglActiveTexture glActiveTexture;
Undocumented in source.
glAlphaFunc
pglAlphaFunc glAlphaFunc;
Undocumented in source.
glAttachShader
pglAttachShader glAttachShader;
Undocumented in source.
glBindBuffer
pglBindBuffer glBindBuffer;
Undocumented in source.
glBindFramebuffer
pglBindFramebuffer glBindFramebuffer;
Undocumented in source.
glBindRenderbuffer
pglBindRenderbuffer glBindRenderbuffer;
Undocumented in source.
glBindTexture
pglBindTexture glBindTexture;
Undocumented in source.
glBindVertexArray
pglBindVertexArray glBindVertexArray;
Undocumented in source.
glBlendFunc
pglBlendFunc glBlendFunc;
Undocumented in source.
glBufferData
pglBufferData glBufferData;
Undocumented in source.
glBufferSubData
pglBufferSubData glBufferSubData;
Undocumented in source.
glCheckFramebufferStatus
pglCheckFramebufferStatus glCheckFramebufferStatus;
Undocumented in source.
glClear
pglClear glClear;
Undocumented in source.
glClearColor
pglClearColor glClearColor;
Undocumented in source.
glClearDepthf
pglClearDepthf glClearDepthf;
Undocumented in source.
glClearStencil
pglClearStencil glClearStencil;
Undocumented in source.
glClientActiveTexture
pglClientActiveTexture glClientActiveTexture;
Undocumented in source.
glClipPlanef
pglClipPlanef glClipPlanef;
Undocumented in source.
glColor4f
pglColor4f glColor4f;
Undocumented in source.
glColor4ub
pglColor4ub glColor4ub;
Undocumented in source.
glColor4x
pglColor4x glColor4x;
Undocumented in source.
glColorMask
pglColorMask glColorMask;
Undocumented in source.
glColorPointer
pglColorPointer glColorPointer;
Undocumented in source.
glCompileShader
pglCompileShader glCompileShader;
Undocumented in source.
glCompressedTexImage2D
pglCompressedTexImage2D glCompressedTexImage2D;
Undocumented in source.
glCompressedTexSubImage2D
pglCompressedTexSubImage2D glCompressedTexSubImage2D;
Undocumented in source.
glCopyTexImage2D
pglCopyTexImage2D glCopyTexImage2D;
Undocumented in source.
glCopyTexSubImage2D
pglCopyTexSubImage2D glCopyTexSubImage2D;
Undocumented in source.
glCreateProgram
pglCreateProgram glCreateProgram;
Undocumented in source.
glCreateShader
pglCreateShader glCreateShader;
Undocumented in source.
glCullFace
pglCullFace glCullFace;
Undocumented in source.
glDeleteBuffers
pglDeleteBuffers glDeleteBuffers;
Undocumented in source.
glDeleteTextures
pglDeleteTextures glDeleteTextures;
Undocumented in source.
glDeleteVertexArrays
pglDeleteVertexArrays glDeleteVertexArrays;
Undocumented in source.
glDepthFunc
pglDepthFunc glDepthFunc;
Undocumented in source.
glDepthMask
pglDepthMask glDepthMask;
Undocumented in source.
glDepthRangef
pglDepthRangef glDepthRangef;
Undocumented in source.
glDepthRangex
pglDepthRangex glDepthRangex;
Undocumented in source.
glDisable
pglDisable glDisable;
Undocumented in source.
glDrawArrays
pglDrawArrays glDrawArrays;
Undocumented in source.
glDrawBuffers
pglDrawBuffers glDrawBuffers;
Undocumented in source.
glDrawElements
pglDrawElements glDrawElements;
Undocumented in source.
glEnable
pglEnable glEnable;
Undocumented in source.
glEnableClientState
pglEnableClientState glEnableClientState;
Undocumented in source.
glEnableVertexAttribArray
pglEnableVertexAttribArray glEnableVertexAttribArray;
Undocumented in source.
glFinish
pglFinish glFinish;
Undocumented in source.
glFlush
pglFlush glFlush;
Undocumented in source.
glFogf
pglFogf glFogf;
Undocumented in source.
glFogfv
pglFogfv glFogfv;
Undocumented in source.
glFogx
pglFogx glFogx;
Undocumented in source.
glFogxv
pglFogxv glFogxv;
Undocumented in source.
glFramebufferRenderbuffer
pglFramebufferRenderbuffer glFramebufferRenderbuffer;
Undocumented in source.
glFramebufferTexture2D
pglFramebufferTexture2D glFramebufferTexture2D;
Undocumented in source.
glFrontFace
pglFrontFace glFrontFace;
Undocumented in source.
glFrustumf
pglFrustumf glFrustumf;
Undocumented in source.
glFrustumx
pglFrustumx glFrustumx;
Undocumented in source.
glGenBuffers
pglGenBuffers glGenBuffers;
Undocumented in source.
glGenFramebuffers
pglGenFramebuffers glGenFramebuffers;
Undocumented in source.
glGenRenderbuffers
pglGenRenderbuffers glGenRenderbuffers;
Undocumented in source.
glGenTextures
pglGenTextures glGenTextures;
Undocumented in source.
glGenVertexArrays
pglGenVertexArrays glGenVertexArrays;
Undocumented in source.
glGenerateMipmap
pglGenerateMipmap glGenerateMipmap;
Undocumented in source.
glGetAttribLocation
pglGetAttribLocation glGetAttribLocation;
Undocumented in source.
glGetBufferParameteriv
pglGetBufferParameteriv glGetBufferParameteriv;
Undocumented in source.
glGetClipPlanex
pglGetClipPlanex glGetClipPlanex;
Undocumented in source.
glGetError
pglGetError glGetError;
Undocumented in source.
glGetFixedv
pglGetFixedv glGetFixedv;
Undocumented in source.
glGetIntegerv
pglGetIntegerv glGetIntegerv;
Undocumented in source.
glGetLightfv
pglGetLightfv glGetLightfv;
Undocumented in source.
glGetLightxv
pglGetLightxv glGetLightxv;
Undocumented in source.
glGetMaterialfv
pglGetMaterialfv glGetMaterialfv;
Undocumented in source.
glGetMaterialxv
pglGetMaterialxv glGetMaterialxv;
Undocumented in source.
glGetPointerv
pglGetPointerv glGetPointerv;
Undocumented in source.
glGetShaderInfoLog
pglGetShaderInfoLog glGetShaderInfoLog;
Undocumented in source.
glGetShaderiv
pglGetShaderiv glGetShaderiv;
Undocumented in source.
glGetString
pglGetString glGetString;
Undocumented in source.
glGetTexEnvfv
pglGetTexEnvfv glGetTexEnvfv;
Undocumented in source.
glGetTexEnviv
pglGetTexEnviv glGetTexEnviv;
Undocumented in source.
glGetTexEnvxv
pglGetTexEnvxv glGetTexEnvxv;
Undocumented in source.
glGetTexParameterfv
pglGetTexParameterfv glGetTexParameterfv;
Undocumented in source.
glGetTexParameteriv
pglGetTexParameteriv glGetTexParameteriv;
Undocumented in source.
glGetTexParameterxv
pglGetTexParameterxv glGetTexParameterxv;
Undocumented in source.
glGetUniformLocation
pglGetUniformLocation glGetUniformLocation;
Undocumented in source.
glHint
pglHint glHint;
Undocumented in source.
glIsBuffer
pglIsBuffer glIsBuffer;
Undocumented in source.
glIsEnabled
pglIsEnabled glIsEnabled;
Undocumented in source.
glIsTexture
pglIsTexture glIsTexture;
Undocumented in source.
glLightModelf
pglLightModelf glLightModelf;
Undocumented in source.
glLightModelfv
pglLightModelfv glLightModelfv;
Undocumented in source.
glLightModelx
pglLightModelx glLightModelx;
Undocumented in source.
glLightModelxv
pglLightModelxv glLightModelxv;
Undocumented in source.
glLightf
pglLightf glLightf;
Undocumented in source.
glLightfv
pglLightfv glLightfv;
Undocumented in source.
glLightx
pglLightx glLightx;
Undocumented in source.
glLightxv
pglLightxv glLightxv;
Undocumented in source.
glLineWidth
pglLineWidth glLineWidth;
Undocumented in source.
glLineWidthx
pglLineWidthx glLineWidthx;
Undocumented in source.
glLinkProgram
pglLinkProgram glLinkProgram;
Undocumented in source.
glLoadIdentity
pglLoadIdentity glLoadIdentity;
Undocumented in source.
glLoadMatrixf
pglLoadMatrixf glLoadMatrixf;
Undocumented in source.
glLoadMatrixx
pglLoadMatrixx glLoadMatrixx;
Undocumented in source.
glMaterialf
pglMaterialf glMaterialf;
Undocumented in source.
glMaterialfv
pglMaterialfv glMaterialfv;
Undocumented in source.
glMaterialx
pglMaterialx glMaterialx;
Undocumented in source.
glMaterialxv
pglMaterialxv glMaterialxv;
Undocumented in source.
glMatrixMode
pglMatrixMode glMatrixMode;
Undocumented in source.
glMultMatrixf
pglMultMatrixf glMultMatrixf;
Undocumented in source.
glMultMatrixx
pglMultMatrixx glMultMatrixx;
Undocumented in source.
glMultiTexCoord4f
pglMultiTexCoord4f glMultiTexCoord4f;
Undocumented in source.
glMultiTexCoord4x
pglMultiTexCoord4x glMultiTexCoord4x;
Undocumented in source.
glNormal3f
pglNormal3f glNormal3f;
Undocumented in source.
glNormal3x
pglNormal3x glNormal3x;
Undocumented in source.
glNormalPointer
pglNormalPointer glNormalPointer;
Undocumented in source.
glOrthof
pglOrthof glOrthof;
Undocumented in source.
glOrthox
pglOrthox glOrthox;
Undocumented in source.
glPixelStorei
pglPixelStorei glPixelStorei;
Undocumented in source.
glPointParameterf
pglPointParameterf glPointParameterf;
Undocumented in source.
glPointParameterfv
pglPointParameterfv glPointParameterfv;
Undocumented in source.
glPointParameterx
pglPointParameterx glPointParameterx;
Undocumented in source.
glPointParameterxv
pglPointParameterxv glPointParameterxv;
Undocumented in source.
glPointSize
pglPointSize glPointSize;
Undocumented in source.
glPointSizex
pglPointSizex glPointSizex;
Undocumented in source.
glPolygonOffset
pglPolygonOffset glPolygonOffset;
Undocumented in source.
glPolygonOffsetx
pglPolygonOffsetx glPolygonOffsetx;
Undocumented in source.
glPushMatrix
pglPushMatrix glPushMatrix;
Undocumented in source.
glReadPixels
pglReadPixels glReadPixels;
Undocumented in source.
glRenderbufferStorage
pglRenderbufferStorage glRenderbufferStorage;
Undocumented in source.
glRotatef
pglRotatef glRotatef;
Undocumented in source.
glRotatex
pglRotatex glRotatex;
Undocumented in source.
glSampleCoverage
pglSampleCoverage glSampleCoverage;
Undocumented in source.
glSampleCoveragex
pglSampleCoveragex glSampleCoveragex;
Undocumented in source.
glScalex
pglScalex glScalex;
Undocumented in source.
glScissor
pglScissor glScissor;
Undocumented in source.
glShadeModel
pglShadeModel glShadeModel;
Undocumented in source.
glShaderSource
pglShaderSource glShaderSource;
Undocumented in source.
glStencilFunc
pglStencilFunc glStencilFunc;
Undocumented in source.
glStencilMask
pglStencilMask glStencilMask;
Undocumented in source.
glStencilOp
pglStencilOp glStencilOp;
Undocumented in source.
glTexCoordPointer
pglTexCoordPointer glTexCoordPointer;
Undocumented in source.
glTexEnvi
pglTexEnvi glTexEnvi;
Undocumented in source.
glTexEnviv
pglTexEnviv glTexEnviv;
Undocumented in source.
glTexEnvx
pglTexEnvx glTexEnvx;
Undocumented in source.
glTexEnvxv
pglTexEnvxv glTexEnvxv;
Undocumented in source.
glTexImage2D
pglTexImage2D glTexImage2D;
Undocumented in source.
glTexParameteri
pglTexParameteri glTexParameteri;
Undocumented in source.
glTexParameteriv
pglTexParameteriv glTexParameteriv;
Undocumented in source.
glTexParameterx
pglTexParameterx glTexParameterx;
Undocumented in source.
glTexParameterxv
pglTexParameterxv glTexParameterxv;
Undocumented in source.
glTexSubImage2D
pglTexSubImage2D glTexSubImage2D;
Undocumented in source.
glTranslatex
pglTranslatex glTranslatex;
Undocumented in source.
glUniform1f
pglUniform1f glUniform1f;
Undocumented in source.
glUniform1i
pglUniform1i glUniform1i;
Undocumented in source.
glUniform3fv
pglUniform3fv glUniform3fv;
Undocumented in source.
glUniform4fv
pglUniform4fv glUniform4fv;
Undocumented in source.
glUniformMatrix4fv
pglUniformMatrix4fv glUniformMatrix4fv;
Undocumented in source.
glUseProgram
pglUseProgram glUseProgram;
Undocumented in source.
glVertexAttribPointer
pglVertexAttribPointer glVertexAttribPointer;
Undocumented in source.
glVertexPointer
pglVertexPointer glVertexPointer;
Undocumented in source.
glViewport
pglViewport glViewport;
Undocumented in source.

Meta