- 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.
- 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.