bindbc.opengl.bind.gl31

Undocumented in source.

Members

Aliases

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.

Enums

GL_SAMPLER_2D_RECT
anonymousenum GL_SAMPLER_2D_RECT
Undocumented in source.

Functions

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

Static variables

glDrawArraysInstanced
pglDrawArraysInstanced glDrawArraysInstanced;
Undocumented in source.
glDrawElementsInstanced
pglDrawElementsInstanced glDrawElementsInstanced;
Undocumented in source.
glPrimitiveRestartIndex
pglPrimitiveRestartIndex glPrimitiveRestartIndex;
Undocumented in source.
glTexBuffer
pglTexBuffer glTexBuffer;
Undocumented in source.

Meta