bindbc.opengl.bind.gl12

Undocumented in source.

Public Imports

bindbc.opengl.bind.gl11
public import bindbc.opengl.bind.gl11;
bindbc.opengl.bind.dep.dep12
public import bindbc.opengl.bind.dep.dep12;

Members

Aliases

pglCopyTexSubImage3D
alias pglCopyTexSubImage3D = void function(GLenum, GLint, GLint, GLint, GLint, GLint, 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.
pglDrawRangeElements
alias pglDrawRangeElements = void function(GLenum, GLuint, GLuint, GLsizei, GLenum, 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.
pglTexImage3D
alias pglTexImage3D = void function(GLenum, GLint, GLint, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, 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.
pglTexSubImage3D
alias pglTexSubImage3D = void function(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLenum, 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.

Enums

GL_UNSIGNED_BYTE_3_3_2
anonymousenum GL_UNSIGNED_BYTE_3_3_2
Undocumented in source.

Functions

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

Static variables

glCopyTexSubImage3D
pglCopyTexSubImage3D glCopyTexSubImage3D;
Undocumented in source.
glDrawRangeElements
pglDrawRangeElements glDrawRangeElements;
Undocumented in source.
glTexImage3D
pglTexImage3D glTexImage3D;
Undocumented in source.
glTexSubImage3D
pglTexSubImage3D glTexSubImage3D;
Undocumented in source.

Meta