bindbc.opengl.bind.gl13

Undocumented in source.

Public Imports

bindbc.opengl.bind.gl12
public import bindbc.opengl.bind.gl12;
bindbc.opengl.bind.dep.dep13
public import bindbc.opengl.bind.dep.dep13;

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.
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.

Enums

GL_TEXTURE0
anonymousenum GL_TEXTURE0
Undocumented in source.

Functions

loadGL13
bool loadGL13(SharedLib lib, GLSupport contextVersion)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

glActiveTexture
pglActiveTexture glActiveTexture;
Undocumented in source.
glCompressedTexImage1D
pglCompressedTexImage1D glCompressedTexImage1D;
Undocumented in source.
glCompressedTexImage2D
pglCompressedTexImage2D glCompressedTexImage2D;
Undocumented in source.
glCompressedTexImage3D
pglCompressedTexImage3D glCompressedTexImage3D;
Undocumented in source.
glCompressedTexSubImage1D
pglCompressedTexSubImage1D glCompressedTexSubImage1D;
Undocumented in source.
glCompressedTexSubImage2D
pglCompressedTexSubImage2D glCompressedTexSubImage2D;
Undocumented in source.
glCompressedTexSubImage3D
pglCompressedTexSubImage3D glCompressedTexSubImage3D;
Undocumented in source.
glGetCompressedTexImage
pglGetCompressedTexImage glGetCompressedTexImage;
Undocumented in source.
glSampleCoverage
pglSampleCoverage glSampleCoverage;
Undocumented in source.

Meta