bindbc.opengl.bind.gl32

Undocumented in source.

Members

Aliases

pglFramebufferTexture
alias pglFramebufferTexture = void function(GLenum, GLenum, GLuint, GLint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglGetBufferParameteri64v
alias pglGetBufferParameteri64v = void function(GLenum, GLenum, GLint64*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglGetInteger64i_v
alias pglGetInteger64i_v = void function(GLenum, GLuint, GLint64*)
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_CONTEXT_CORE_PROFILE_BIT
anonymousenum GL_CONTEXT_CORE_PROFILE_BIT
Undocumented in source.

Functions

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

Static variables

glFramebufferTexture
pglFramebufferTexture glFramebufferTexture;
Undocumented in source.
glGetBufferParameteri64v
pglGetBufferParameteri64v glGetBufferParameteri64v;
Undocumented in source.
glGetInteger64i_v
pglGetInteger64i_v glGetInteger64i_v;
Undocumented in source.

Meta