bindbc.opengl.bind.gl46

Undocumented in source.

Members

Aliases

pglMultiDrawArraysIndirectCount
alias pglMultiDrawArraysIndirectCount = void function(GLenum, const(void)*, GLintptr, 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.
pglMultiDrawElementsIndirectCount
alias pglMultiDrawElementsIndirectCount = void function(GLenum, const(void)*, GLintptr, 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.
pglSpecializeShader
alias pglSpecializeShader = void function(GLuint, const(GLchar)*, GLuint, const(GLuint)*, const(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_SHADER_BINARY_FORMAT_SPIR_V
anonymousenum GL_SHADER_BINARY_FORMAT_SPIR_V
Undocumented in source.

Functions

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

Static variables

glMultiDrawArraysIndirectCount
pglMultiDrawArraysIndirectCount glMultiDrawArraysIndirectCount;
Undocumented in source.
glMultiDrawElementsIndirectCount
pglMultiDrawElementsIndirectCount glMultiDrawElementsIndirectCount;
Undocumented in source.
glSpecializeShader
pglSpecializeShader glSpecializeShader;
Undocumented in source.

Meta