bindbc.opengl.bind.arb.core_31

Undocumented in source.

Members

Aliases

pglCopyBufferSubData
alias pglCopyBufferSubData = void function(GLenum, GLenum, GLintptr, GLintptr, GLsizeiptr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglGetActiveUniformBlockName
alias pglGetActiveUniformBlockName = void function(GLuint, GLuint, GLsizei, 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.
pglGetActiveUniformBlockiv
alias pglGetActiveUniformBlockiv = void function(GLuint, GLuint, GLenum, 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.
pglGetActiveUniformName
alias pglGetActiveUniformName = void function(GLuint, GLuint, GLsizei, 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.
pglGetActiveUniformsiv
alias pglGetActiveUniformsiv = void function(GLuint, GLsizei, const(GLuint)*, GLenum, 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.
pglGetUniformBlockIndex
alias pglGetUniformBlockIndex = GLuint function(GLuint, 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.
pglGetUniformIndices
alias pglGetUniformIndices = void function(GLuint, GLsizei, const(GLchar*)*, 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.
pglUniformBlockBinding
alias pglUniformBlockBinding = void function(GLuint, GLuint, 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_COPY_READ_BUFFER
anonymousenum GL_COPY_READ_BUFFER
Undocumented in source.
GL_UNIFORM_BUFFER
anonymousenum GL_UNIFORM_BUFFER
Undocumented in source.

Functions

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

Manifest constants

has31
enum has31;
Undocumented in source.
has31
enum has31;
Undocumented in source.
hasARBCopyBuffer
enum hasARBCopyBuffer;
Undocumented in source.
hasARBUniformBufferObject
enum hasARBUniformBufferObject;
Undocumented in source.
useARBCopyBuffer
enum useARBCopyBuffer;
Undocumented in source.
useARBCopyBuffer
enum useARBCopyBuffer;
Undocumented in source.
useARBCopyBuffer
enum useARBCopyBuffer;
Undocumented in source.
useARBUniformBufferObject
enum useARBUniformBufferObject;
Undocumented in source.
useARBUniformBufferObject
enum useARBUniformBufferObject;
Undocumented in source.
useARBUniformBufferObject
enum useARBUniformBufferObject;
Undocumented in source.

Static variables

glCopyBufferSubData
pglCopyBufferSubData glCopyBufferSubData;
Undocumented in source.
glGetActiveUniformBlockName
pglGetActiveUniformBlockName glGetActiveUniformBlockName;
Undocumented in source.
glGetActiveUniformBlockiv
pglGetActiveUniformBlockiv glGetActiveUniformBlockiv;
Undocumented in source.
glGetActiveUniformName
pglGetActiveUniformName glGetActiveUniformName;
Undocumented in source.
glGetActiveUniformsiv
pglGetActiveUniformsiv glGetActiveUniformsiv;
Undocumented in source.
glGetUniformBlockIndex
pglGetUniformBlockIndex glGetUniformBlockIndex;
Undocumented in source.
glGetUniformIndices
pglGetUniformIndices glGetUniformIndices;
Undocumented in source.
glUniformBlockBinding
pglUniformBlockBinding glUniformBlockBinding;
Undocumented in source.

Meta