- pglDrawArraysInstanced
alias pglDrawArraysInstanced = 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.
- pglDrawElementsInstanced
alias pglDrawElementsInstanced = void function(GLenum, GLsizei, GLenum, const(GLvoid)*, 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.
- pglPrimitiveRestartIndex
alias pglPrimitiveRestartIndex = 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.
- pglTexBuffer
alias pglTexBuffer = 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.