bindbc.opengl.bind.arb.core_40

Undocumented in source.

Members

Aliases

pglBeginQueryIndexed
alias pglBeginQueryIndexed = void function(GLenum, 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.
pglBindTransformFeedback
alias pglBindTransformFeedback = void function(GLenum, 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.
pglDeleteTransformFeedbacks
alias pglDeleteTransformFeedbacks = void function(GLsizei, 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.
pglDrawArraysIndirect
alias pglDrawArraysIndirect = void function(GLenum, 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.
pglDrawElementsIndirect
alias pglDrawElementsIndirect = void function(GLenum, GLenum, 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.
pglDrawTransformFeedback
alias pglDrawTransformFeedback = void function(GLenum, 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.
pglDrawTransformFeedbackStream
alias pglDrawTransformFeedbackStream = void function(GLenum, 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.
pglEndQueryIndexed
alias pglEndQueryIndexed = void function(GLenum, 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.
pglGenTransformFeedbacks
alias pglGenTransformFeedbacks = void function(GLsizei, 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.
pglGetActiveSubroutineName
alias pglGetActiveSubroutineName = void function(GLuint, GLenum, 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.
pglGetActiveSubroutineUniformName
alias pglGetActiveSubroutineUniformName = void function(GLuint, GLenum, 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.
pglGetActiveSubroutineUniformiv
alias pglGetActiveSubroutineUniformiv = void function(GLuint, GLenum, 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.
pglGetProgramStageiv
alias pglGetProgramStageiv = void function(GLuint, GLenum, 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.
pglGetQueryIndexediv
alias pglGetQueryIndexediv = void function(GLenum, 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.
pglGetSubroutineIndex
alias pglGetSubroutineIndex = GLuint function(GLuint, GLenum, 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.
pglGetSubroutineUniformLocation
alias pglGetSubroutineUniformLocation = GLint function(GLuint, GLenum, 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.
pglGetUniformSubroutineuiv
alias pglGetUniformSubroutineuiv = void function(GLenum, GLint, 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.
pglGetUniformdv
alias pglGetUniformdv = void function(GLuint, GLint, GLdouble*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglIsTransformFeedback
alias pglIsTransformFeedback = GLboolean function(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.
pglPatchParameterfv
alias pglPatchParameterfv = void function(GLenum, const(GLfloat)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglPatchParameteri
alias pglPatchParameteri = void function(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.
pglPauseTransformFeedback
alias pglPauseTransformFeedback = void function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglResumeTransformFeedback
alias pglResumeTransformFeedback = void function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniform1d
alias pglUniform1d = void function(GLint, GLdouble)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniform1dv
alias pglUniform1dv = void function(GLint, GLsizei, const(GLdouble)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniform2d
alias pglUniform2d = void function(GLint, GLdouble, GLdouble)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniform2dv
alias pglUniform2dv = void function(GLint, GLsizei, const(GLdouble)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniform3d
alias pglUniform3d = void function(GLint, GLdouble, GLdouble, GLdouble)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniform3dv
alias pglUniform3dv = void function(GLint, GLsizei, const(GLdouble)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniform4d
alias pglUniform4d = void function(GLint, GLdouble, GLdouble, GLdouble, GLdouble)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniform4dv
alias pglUniform4dv = void function(GLint, GLsizei, const(GLdouble)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniformMatrix2dv
alias pglUniformMatrix2dv = void function(GLint, GLsizei, GLboolean, const(GLdouble)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniformMatrix2x3dv
alias pglUniformMatrix2x3dv = void function(GLint, GLsizei, GLboolean, const(GLdouble)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniformMatrix2x4dv
alias pglUniformMatrix2x4dv = void function(GLint, GLsizei, GLboolean, const(GLdouble)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniformMatrix3dv
alias pglUniformMatrix3dv = void function(GLint, GLsizei, GLboolean, const(GLdouble)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniformMatrix3x2dv
alias pglUniformMatrix3x2dv = void function(GLint, GLsizei, GLboolean, const(GLdouble)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniformMatrix3x4dv
alias pglUniformMatrix3x4dv = void function(GLint, GLsizei, GLboolean, const(GLdouble)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniformMatrix4dv
alias pglUniformMatrix4dv = void function(GLint, GLsizei, GLboolean, const(GLdouble)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniformMatrix4x2dv
alias pglUniformMatrix4x2dv = void function(GLint, GLsizei, GLboolean, const(GLdouble)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniformMatrix4x3dv
alias pglUniformMatrix4x3dv = void function(GLint, GLsizei, GLboolean, const(GLdouble)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pglUniformSubroutinesuiv
alias pglUniformSubroutinesuiv = void function(GLenum, GLsizei, 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_ACTIVE_SUBROUTINES
anonymousenum GL_ACTIVE_SUBROUTINES
Undocumented in source.
GL_DOUBLE_VEC2
anonymousenum GL_DOUBLE_VEC2
Undocumented in source.
GL_DRAW_INDIRECT_BUFFER
anonymousenum GL_DRAW_INDIRECT_BUFFER
Undocumented in source.
GL_GEOMETRY_SHADER_INVOCATIONS
anonymousenum GL_GEOMETRY_SHADER_INVOCATIONS
Undocumented in source.
GL_MAX_TRANSFORM_FEEDBACK_BUFFERS
anonymousenum GL_MAX_TRANSFORM_FEEDBACK_BUFFERS
Undocumented in source.
GL_PATCHES
anonymousenum GL_PATCHES
Undocumented in source.
GL_TRANSFORM_FEEDBACK
anonymousenum GL_TRANSFORM_FEEDBACK
Undocumented in source.

Functions

hasARBDrawIndirect
bool hasARBDrawIndirect()
Undocumented in source. Be warned that the author may not have intended to support it.
hasARBGPUShader5
bool hasARBGPUShader5()
Undocumented in source. Be warned that the author may not have intended to support it.
hasARBGPUShaderFP64
bool hasARBGPUShaderFP64()
Undocumented in source. Be warned that the author may not have intended to support it.
hasARBShaderSubroutine
bool hasARBShaderSubroutine()
Undocumented in source. Be warned that the author may not have intended to support it.
hasARBTesselationShader
bool hasARBTesselationShader()
Undocumented in source. Be warned that the author may not have intended to support it.
hasARBTransformFeedback2
bool hasARBTransformFeedback2()
Undocumented in source. Be warned that the author may not have intended to support it.
hasARBTransformFeedback3
bool hasARBTransformFeedback3()
Undocumented in source. Be warned that the author may not have intended to support it.
loadARB40
bool loadARB40(SharedLib lib, GLSupport contextVersion)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

has40
enum has40;
Undocumented in source.
has40
enum has40;
Undocumented in source.
hasARBDrawIndirect
enum hasARBDrawIndirect;
Undocumented in source.
hasARBGPUShader5
enum hasARBGPUShader5;
Undocumented in source.
hasARBGPUShaderFP64
enum hasARBGPUShaderFP64;
Undocumented in source.
hasARBShaderSubroutine
enum hasARBShaderSubroutine;
Undocumented in source.
hasARBTesselationShader
enum hasARBTesselationShader;
Undocumented in source.
hasARBTransformFeedback2
enum hasARBTransformFeedback2;
Undocumented in source.
hasARBTransformFeedback3
enum hasARBTransformFeedback3;
Undocumented in source.
useARBDrawIndirect
enum useARBDrawIndirect;
Undocumented in source.
useARBDrawIndirect
enum useARBDrawIndirect;
Undocumented in source.
useARBDrawIndirect
enum useARBDrawIndirect;
Undocumented in source.
useARBGPUShader5
enum useARBGPUShader5;
Undocumented in source.
useARBGPUShader5
enum useARBGPUShader5;
Undocumented in source.
useARBGPUShader5
enum useARBGPUShader5;
Undocumented in source.
useARBGPUShaderFP64
enum useARBGPUShaderFP64;
Undocumented in source.
useARBGPUShaderFP64
enum useARBGPUShaderFP64;
Undocumented in source.
useARBGPUShaderFP64
enum useARBGPUShaderFP64;
Undocumented in source.
useARBShaderSubroutine
enum useARBShaderSubroutine;
Undocumented in source.
useARBShaderSubroutine
enum useARBShaderSubroutine;
Undocumented in source.
useARBShaderSubroutine
enum useARBShaderSubroutine;
Undocumented in source.
useARBTesselationShader
enum useARBTesselationShader;
Undocumented in source.
useARBTesselationShader
enum useARBTesselationShader;
Undocumented in source.
useARBTesselationShader
enum useARBTesselationShader;
Undocumented in source.
useARBTransformFeedback2
enum useARBTransformFeedback2;
Undocumented in source.
useARBTransformFeedback2
enum useARBTransformFeedback2;
Undocumented in source.
useARBTransformFeedback2
enum useARBTransformFeedback2;
Undocumented in source.
useARBTransformFeedback3
enum useARBTransformFeedback3;
Undocumented in source.
useARBTransformFeedback3
enum useARBTransformFeedback3;
Undocumented in source.
useARBTransformFeedback3
enum useARBTransformFeedback3;
Undocumented in source.

Static variables

glBeginQueryIndexed
pglBeginQueryIndexed glBeginQueryIndexed;
Undocumented in source.
glBindTransformFeedback
pglBindTransformFeedback glBindTransformFeedback;
Undocumented in source.
glDeleteTransformFeedbacks
pglDeleteTransformFeedbacks glDeleteTransformFeedbacks;
Undocumented in source.
glDrawArraysIndirect
pglDrawArraysIndirect glDrawArraysIndirect;
Undocumented in source.
glDrawElementsIndirect
pglDrawElementsIndirect glDrawElementsIndirect;
Undocumented in source.
glDrawTransformFeedback
pglDrawTransformFeedback glDrawTransformFeedback;
Undocumented in source.
glDrawTransformFeedbackStream
pglDrawTransformFeedbackStream glDrawTransformFeedbackStream;
Undocumented in source.
glEndQueryIndexed
pglEndQueryIndexed glEndQueryIndexed;
Undocumented in source.
glGenTransformFeedbacks
pglGenTransformFeedbacks glGenTransformFeedbacks;
Undocumented in source.
glGetActiveSubroutineName
pglGetActiveSubroutineName glGetActiveSubroutineName;
Undocumented in source.
glGetActiveSubroutineUniformName
pglGetActiveSubroutineUniformName glGetActiveSubroutineUniformName;
Undocumented in source.
glGetActiveSubroutineUniformiv
pglGetActiveSubroutineUniformiv glGetActiveSubroutineUniformiv;
Undocumented in source.
glGetProgramStageiv
pglGetProgramStageiv glGetProgramStageiv;
Undocumented in source.
glGetQueryIndexediv
pglGetQueryIndexediv glGetQueryIndexediv;
Undocumented in source.
glGetSubroutineIndex
pglGetSubroutineIndex glGetSubroutineIndex;
Undocumented in source.
glGetSubroutineUniformLocation
pglGetSubroutineUniformLocation glGetSubroutineUniformLocation;
Undocumented in source.
glGetUniformSubroutineuiv
pglGetUniformSubroutineuiv glGetUniformSubroutineuiv;
Undocumented in source.
glGetUniformdv
pglGetUniformdv glGetUniformdv;
Undocumented in source.
glIsTransformFeedback
pglIsTransformFeedback glIsTransformFeedback;
Undocumented in source.
glPatchParameterfv
pglPatchParameterfv glPatchParameterfv;
Undocumented in source.
glPatchParameteri
pglPatchParameteri glPatchParameteri;
Undocumented in source.
glPauseTransformFeedback
pglPauseTransformFeedback glPauseTransformFeedback;
Undocumented in source.
glResumeTransformFeedback
pglResumeTransformFeedback glResumeTransformFeedback;
Undocumented in source.
glUniform1d
pglUniform1d glUniform1d;
Undocumented in source.
glUniform1dv
pglUniform1dv glUniform1dv;
Undocumented in source.
glUniform2d
pglUniform2d glUniform2d;
Undocumented in source.
glUniform2dv
pglUniform2dv glUniform2dv;
Undocumented in source.
glUniform3d
pglUniform3d glUniform3d;
Undocumented in source.
glUniform3dv
pglUniform3dv glUniform3dv;
Undocumented in source.
glUniform4d
pglUniform4d glUniform4d;
Undocumented in source.
glUniform4dv
pglUniform4dv glUniform4dv;
Undocumented in source.
glUniformMatrix2dv
pglUniformMatrix2dv glUniformMatrix2dv;
Undocumented in source.
glUniformMatrix2x3dv
pglUniformMatrix2x3dv glUniformMatrix2x3dv;
Undocumented in source.
glUniformMatrix2x4dv
pglUniformMatrix2x4dv glUniformMatrix2x4dv;
Undocumented in source.
glUniformMatrix3dv
pglUniformMatrix3dv glUniformMatrix3dv;
Undocumented in source.
glUniformMatrix3x2dv
pglUniformMatrix3x2dv glUniformMatrix3x2dv;
Undocumented in source.
glUniformMatrix3x4dv
pglUniformMatrix3x4dv glUniformMatrix3x4dv;
Undocumented in source.
glUniformMatrix4dv
pglUniformMatrix4dv glUniformMatrix4dv;
Undocumented in source.
glUniformMatrix4x2dv
pglUniformMatrix4x2dv glUniformMatrix4x2dv;
Undocumented in source.
glUniformMatrix4x3dv
pglUniformMatrix4x3dv glUniformMatrix4x3dv;
Undocumented in source.
glUniformSubroutinesuiv
pglUniformSubroutinesuiv glUniformSubroutinesuiv;
Undocumented in source.

Meta