- pglBlendColor
alias pglBlendColor = void function(GLclampf, GLclampf, GLclampf, GLclampf)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglBlendEquation
alias pglBlendEquation = 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.
- pglBlendFuncSeparate
alias pglBlendFuncSeparate = 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.
- pglMultiDrawArrays
alias pglMultiDrawArrays = 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.
- pglMultiDrawElements
alias pglMultiDrawElements = void function(GLenum, const(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.
- 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.
- pglPointParameteri
alias pglPointParameteri = 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.
- pglPointParameteriv
alias pglPointParameteriv = 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.