- GLint64
alias GLint64 = long
Undocumented in source.
- GLsync
alias GLsync = __GLsync*
Undocumented in source.
- GLuint64
alias GLuint64 = ulong
Undocumented in source.
- pglClientWaitSync
alias pglClientWaitSync = 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.
- pglDeleteSync
alias pglDeleteSync = 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.
- pglDrawElementsBaseVertex
alias pglDrawElementsBaseVertex = void function(GLenum, GLsizei, GLenum, const(GLvoid)*, 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.
- pglDrawElementsInstancedBaseVertex
alias pglDrawElementsInstancedBaseVertex = void function(GLenum, GLsizei, GLenum, const(GLvoid)*, 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.
- pglDrawRangeElementsBaseVertex
alias pglDrawRangeElementsBaseVertex = void function(GLenum, GLuint, GLuint, GLsizei, GLenum, const(GLvoid)*, 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.
- pglFenceSync
alias pglFenceSync = 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.
- pglGetInteger64v
alias pglGetInteger64v = 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.
- pglGetMultisamplefv
alias pglGetMultisamplefv = 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.
- pglGetSynciv
alias pglGetSynciv = 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.
- pglIsSync
alias pglIsSync = 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.
- pglMultiDrawElementsBaseVertex
alias pglMultiDrawElementsBaseVertex = void function(GLenum, const(GLsizei)*, GLenum, const(GLvoid*)*, 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.
- pglProvokingVertex
alias pglProvokingVertex = 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.
- pglSampleMaski
alias pglSampleMaski = 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.
- pglTexImage2DMultisample
alias pglTexImage2DMultisample = void function(GLenum, GLsizei, GLint, 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.
- pglTexImage3DMultisample
alias pglTexImage3DMultisample = void function(GLenum, GLsizei, GLint, 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.
- pglWaitSync
alias pglWaitSync = 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.