bindbc.opengl.bind.gl40

Undocumented in source.

Members

Aliases

pglBlendEquationSeparatei
alias pglBlendEquationSeparatei = void function(GLuint, GLenum, 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.
pglBlendEquationi
alias pglBlendEquationi = void function(GLuint, 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.
pglBlendFuncSeparatei
alias pglBlendFuncSeparatei = void function(GLuint, GLenum, GLenum, GLenum, 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.
pglBlendFunci
alias pglBlendFunci = void function(GLuint, GLenum, 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.
pglMinSampleShading
alias pglMinSampleShading = void function(GLclampf)
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_SAMPLE_SHADING
anonymousenum GL_SAMPLE_SHADING
Undocumented in source.

Functions

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

Static variables

glBlendEquationSeparatei
pglBlendEquationSeparatei glBlendEquationSeparatei;
Undocumented in source.
glBlendEquationi
pglBlendEquationi glBlendEquationi;
Undocumented in source.
glBlendFuncSeparatei
pglBlendFuncSeparatei glBlendFuncSeparatei;
Undocumented in source.
glBlendFunci
pglBlendFunci glBlendFunci;
Undocumented in source.
glMinSampleShading
pglMinSampleShading glMinSampleShading;
Undocumented in source.

Meta