bindbc.opengl.bind.gl43

Undocumented in source.

Members

Aliases

GLDEBUGPROC
alias GLDEBUGPROC = void function(GLenum, GLenum, GLuint, GLenum, GLsizei, in GLchar*, 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.
pglDebugMessageCallback
alias pglDebugMessageCallback = void function(GLDEBUGPROC, 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.
pglDebugMessageControl
alias pglDebugMessageControl = void function(GLenum, GLenum, GLenum, GLsizei, const(GLuint)*, 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.
pglDebugMessageInsert
alias pglDebugMessageInsert = void function(GLenum, GLenum, GLuint, GLenum, GLsizei, const(GLchar)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglGetDebugMessageLog
alias pglGetDebugMessageLog = void function(GLuint, GLsizei, GLenum*, GLenum*, GLuint*, GLenum*, GLsizei*, GLchar*)
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_NUM_SHADING_LANGUAGE_VERSIONS
anonymousenum GL_NUM_SHADING_LANGUAGE_VERSIONS
Undocumented in source.

Functions

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

Static variables

glDebugMessageCallback
pglDebugMessageCallback glDebugMessageCallback;
Undocumented in source.
glDebugMessageControl
pglDebugMessageControl glDebugMessageControl;
Undocumented in source.
glDebugMessageInsert
pglDebugMessageInsert glDebugMessageInsert;
Undocumented in source.
glGetDebugMessageLog
pglGetDebugMessageLog glGetDebugMessageLog;
Undocumented in source.

Meta