- 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.
- pglCompressedTexImage1D
alias pglCompressedTexImage1D = void function(GLenum, GLint, GLenum, GLsizei, GLint, GLsizei, const(GLvoid)*)
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(GLvoid)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglCompressedTexImage3D
alias pglCompressedTexImage3D = void function(GLenum, GLint, GLenum, GLsizei, GLsizei, GLsizei, GLint, GLsizei, const(GLvoid)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglCompressedTexSubImage1D
alias pglCompressedTexSubImage1D = void function(GLenum, GLint, GLint, GLsizei, GLenum, GLsizei, const(GLvoid)*)
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(GLvoid)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglCompressedTexSubImage3D
alias pglCompressedTexSubImage3D = void function(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLsizei, const(GLvoid)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglGetCompressedTexImage
alias pglGetCompressedTexImage = void function(GLenum, GLint, GLvoid*)
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(GLclampf, 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.