- pglActiveShaderProgram
alias pglActiveShaderProgram = void function(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.
- pglBindProgramPipeline
alias pglBindProgramPipeline = void 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.
- pglClearDepthf
alias pglClearDepthf = 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.
- pglCreateShaderProgramv
alias pglCreateShaderProgramv = GLuint function(GLenum, GLsizei, 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.
- pglDeleteProgramPipelines
alias pglDeleteProgramPipelines = 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.
- pglDepthRangeArrayv
alias pglDepthRangeArrayv = void function(GLuint, GLsizei, const(GLclampd)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglDepthRangeIndexed
alias pglDepthRangeIndexed = void function(GLuint, GLclampd, GLclampd)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglDepthRangef
alias pglDepthRangef = void function(GLclampf, 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.
- pglGenProgramPipelines
alias pglGenProgramPipelines = 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.
- pglGetDoublei_v
alias pglGetDoublei_v = void function(GLenum, GLuint, 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.
- pglGetFloati_v
alias pglGetFloati_v = void function(GLenum, GLuint, 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.
- pglGetProgramBinary
alias pglGetProgramBinary = void function(GLuint, GLsizei, GLsizei*, GLenum*, 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.
- pglGetProgramPipelineInfoLog
alias pglGetProgramPipelineInfoLog = void function(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.
- pglGetProgramPipelineiv
alias pglGetProgramPipelineiv = void function(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.
- pglGetShaderPrecisionFormat
alias pglGetShaderPrecisionFormat = void function(GLenum, GLenum, GLint*, 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.
- pglGetVertexAttribLdv
alias pglGetVertexAttribLdv = void function(GLuint, GLenum, 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.
- pglIsProgramPipeline
alias pglIsProgramPipeline = 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.
- pglProgramBinary
alias pglProgramBinary = void function(GLuint, GLenum, const(GLvoid)*, GLsizei)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglProgramParameteri
alias pglProgramParameteri = void function(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.
- pglProgramUniform1d
alias pglProgramUniform1d = 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.
- pglProgramUniform1dv
alias pglProgramUniform1dv = void function(GLuint, 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.
- pglProgramUniform1f
alias pglProgramUniform1f = void function(GLuint, GLint, 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.
- pglProgramUniform1fv
alias pglProgramUniform1fv = void function(GLuint, GLint, GLsizei, 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.
- pglProgramUniform1i
alias pglProgramUniform1i = void function(GLuint, GLint, 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.
- pglProgramUniform1iv
alias pglProgramUniform1iv = void function(GLuint, GLint, GLsizei, const(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.
- pglProgramUniform1ui
alias pglProgramUniform1ui = void function(GLuint, 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.
- pglProgramUniform1uiv
alias pglProgramUniform1uiv = void function(GLuint, GLint, 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.
- pglProgramUniform2d
alias pglProgramUniform2d = void function(GLuint, 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.
- pglProgramUniform2dv
alias pglProgramUniform2dv = void function(GLuint, 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.
- pglProgramUniform2f
alias pglProgramUniform2f = void function(GLuint, GLint, GLfloat, 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.
- pglProgramUniform2fv
alias pglProgramUniform2fv = void function(GLuint, GLint, GLsizei, 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.
- pglProgramUniform2i
alias pglProgramUniform2i = void function(GLuint, GLint, GLint, 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.
- pglProgramUniform2iv
alias pglProgramUniform2iv = void function(GLuint, GLint, GLsizei, const(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.
- pglProgramUniform2ui
alias pglProgramUniform2ui = void function(GLuint, GLint, 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.
- pglProgramUniform2uiv
alias pglProgramUniform2uiv = void function(GLuint, GLint, 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.
- pglProgramUniform3d
alias pglProgramUniform3d = void function(GLuint, 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.
- pglProgramUniform3dv
alias pglProgramUniform3dv = void function(GLuint, 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.
- pglProgramUniform3f
alias pglProgramUniform3f = void function(GLuint, GLint, GLfloat, GLfloat, 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.
- pglProgramUniform3fv
alias pglProgramUniform3fv = void function(GLuint, GLint, GLsizei, 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.
- pglProgramUniform3i
alias pglProgramUniform3i = void function(GLuint, GLint, GLint, GLint, 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.
- pglProgramUniform3iv
alias pglProgramUniform3iv = void function(GLuint, GLint, GLsizei, const(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.
- pglProgramUniform3ui
alias pglProgramUniform3ui = void function(GLuint, GLint, 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.
- pglProgramUniform3uiv
alias pglProgramUniform3uiv = void function(GLuint, GLint, 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.
- pglProgramUniform4d
alias pglProgramUniform4d = void function(GLuint, 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.
- pglProgramUniform4dv
alias pglProgramUniform4dv = void function(GLuint, 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.
- pglProgramUniform4f
alias pglProgramUniform4f = void function(GLuint, GLint, GLfloat, GLfloat, GLfloat, 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.
- pglProgramUniform4fv
alias pglProgramUniform4fv = void function(GLuint, GLint, GLsizei, 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.
- pglProgramUniform4i
alias pglProgramUniform4i = void function(GLuint, GLint, GLint, GLint, GLint, 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.
- pglProgramUniform4iv
alias pglProgramUniform4iv = void function(GLuint, GLint, GLsizei, const(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.
- pglProgramUniform4ui
alias pglProgramUniform4ui = void function(GLuint, GLint, GLuint, 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.
- pglProgramUniform4uiv
alias pglProgramUniform4uiv = void function(GLuint, GLint, 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.
- pglProgramUniformMatrix2dv
alias pglProgramUniformMatrix2dv = void function(GLuint, 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.
- pglProgramUniformMatrix2fv
alias pglProgramUniformMatrix2fv = void function(GLuint, GLint, GLsizei, GLboolean, 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.
- pglProgramUniformMatrix2x3dv
alias pglProgramUniformMatrix2x3dv = void function(GLuint, 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.
- pglProgramUniformMatrix2x3fv
alias pglProgramUniformMatrix2x3fv = void function(GLuint, GLint, GLsizei, GLboolean, 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.
- pglProgramUniformMatrix2x4dv
alias pglProgramUniformMatrix2x4dv = void function(GLuint, 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.
- pglProgramUniformMatrix2x4fv
alias pglProgramUniformMatrix2x4fv = void function(GLuint, GLint, GLsizei, GLboolean, 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.
- pglProgramUniformMatrix3dv
alias pglProgramUniformMatrix3dv = void function(GLuint, 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.
- pglProgramUniformMatrix3fv
alias pglProgramUniformMatrix3fv = void function(GLuint, GLint, GLsizei, GLboolean, 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.
- pglProgramUniformMatrix3x2dv
alias pglProgramUniformMatrix3x2dv = void function(GLuint, 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.
- pglProgramUniformMatrix3x2fv
alias pglProgramUniformMatrix3x2fv = void function(GLuint, GLint, GLsizei, GLboolean, 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.
- pglProgramUniformMatrix3x4dv
alias pglProgramUniformMatrix3x4dv = void function(GLuint, 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.
- pglProgramUniformMatrix3x4fv
alias pglProgramUniformMatrix3x4fv = void function(GLuint, GLint, GLsizei, GLboolean, 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.
- pglProgramUniformMatrix4dv
alias pglProgramUniformMatrix4dv = void function(GLuint, 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.
- pglProgramUniformMatrix4fv
alias pglProgramUniformMatrix4fv = void function(GLuint, GLint, GLsizei, GLboolean, 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.
- pglProgramUniformMatrix4x2dv
alias pglProgramUniformMatrix4x2dv = void function(GLuint, 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.
- pglProgramUniformMatrix4x2fv
alias pglProgramUniformMatrix4x2fv = void function(GLuint, GLint, GLsizei, GLboolean, 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.
- pglProgramUniformMatrix4x3dv
alias pglProgramUniformMatrix4x3dv = void function(GLuint, 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.
- pglProgramUniformMatrix4x3fv
alias pglProgramUniformMatrix4x3fv = void function(GLuint, GLint, GLsizei, GLboolean, 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.
- pglReleaseShaderCompiler
alias pglReleaseShaderCompiler = 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.
- pglScissorArrayv
alias pglScissorArrayv = void function(GLuint, GLsizei, const(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.
- pglScissorIndexed
alias pglScissorIndexed = void function(GLuint, GLint, GLint, GLsizei, GLsizei)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglScissorIndexedv
alias pglScissorIndexedv = void function(GLuint, const(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.
- pglShaderBinary
alias pglShaderBinary = void function(GLsizei, const(GLuint)*, GLenum, const(GLvoid)*, GLsizei)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglUseProgramStages
alias pglUseProgramStages = void function(GLuint, GLbitfield, 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.
- pglValidateProgramPipeline
alias pglValidateProgramPipeline = void 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.
- pglVertexAttribL1d
alias pglVertexAttribL1d = void function(GLuint, 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.
- pglVertexAttribL1dv
alias pglVertexAttribL1dv = void function(GLuint, 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.
- pglVertexAttribL2d
alias pglVertexAttribL2d = void function(GLuint, 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.
- pglVertexAttribL2dv
alias pglVertexAttribL2dv = void function(GLuint, 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.
- pglVertexAttribL3d
alias pglVertexAttribL3d = void function(GLuint, 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.
- pglVertexAttribL3dv
alias pglVertexAttribL3dv = void function(GLuint, 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.
- pglVertexAttribL4d
alias pglVertexAttribL4d = void function(GLuint, 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.
- pglVertexAttribL4dv
alias pglVertexAttribL4dv = void function(GLuint, 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.
- pglVertexAttribLPointer
alias pglVertexAttribLPointer = void function(GLuint, GLint, GLenum, GLsizei, 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.
- pglViewportArrayv
alias pglViewportArrayv = void function(GLuint, GLsizei, 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.
- pglViewportIndexedf
alias pglViewportIndexedf = void function(GLuint, GLfloat, GLfloat, GLfloat, 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.
- pglViewportIndexedfv
alias pglViewportIndexedfv = void function(GLuint, 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.
- glActiveShaderProgram
pglActiveShaderProgram glActiveShaderProgram;
Undocumented in source.
- glBindProgramPipeline
pglBindProgramPipeline glBindProgramPipeline;
Undocumented in source.
- glClearDepthf
pglClearDepthf glClearDepthf;
Undocumented in source.
- glCreateShaderProgramv
pglCreateShaderProgramv glCreateShaderProgramv;
Undocumented in source.
- glDeleteProgramPipelines
pglDeleteProgramPipelines glDeleteProgramPipelines;
Undocumented in source.
- glDepthRangeArrayv
pglDepthRangeArrayv glDepthRangeArrayv;
Undocumented in source.
- glDepthRangeIndexed
pglDepthRangeIndexed glDepthRangeIndexed;
Undocumented in source.
- glDepthRangef
pglDepthRangef glDepthRangef;
Undocumented in source.
- glGenProgramPipelines
pglGenProgramPipelines glGenProgramPipelines;
Undocumented in source.
- glGetDoublei_v
pglGetDoublei_v glGetDoublei_v;
Undocumented in source.
- glGetFloati_v
pglGetFloati_v glGetFloati_v;
Undocumented in source.
- glGetProgramBinary
pglGetProgramBinary glGetProgramBinary;
Undocumented in source.
- glGetProgramPipelineInfoLog
pglGetProgramPipelineInfoLog glGetProgramPipelineInfoLog;
Undocumented in source.
- glGetProgramPipelineiv
pglGetProgramPipelineiv glGetProgramPipelineiv;
Undocumented in source.
- glGetShaderPrecisionFormat
pglGetShaderPrecisionFormat glGetShaderPrecisionFormat;
Undocumented in source.
- glGetVertexAttribLdv
pglGetVertexAttribLdv glGetVertexAttribLdv;
Undocumented in source.
- glIsProgramPipeline
pglIsProgramPipeline glIsProgramPipeline;
Undocumented in source.
- glProgramBinary
pglProgramBinary glProgramBinary;
Undocumented in source.
- glProgramParameteri
pglProgramParameteri glProgramParameteri;
Undocumented in source.
- glProgramUniform1d
pglProgramUniform1d glProgramUniform1d;
Undocumented in source.
- glProgramUniform1dv
pglProgramUniform1dv glProgramUniform1dv;
Undocumented in source.
- glProgramUniform1f
pglProgramUniform1f glProgramUniform1f;
Undocumented in source.
- glProgramUniform1fv
pglProgramUniform1fv glProgramUniform1fv;
Undocumented in source.
- glProgramUniform1i
pglProgramUniform1i glProgramUniform1i;
Undocumented in source.
- glProgramUniform1iv
pglProgramUniform1iv glProgramUniform1iv;
Undocumented in source.
- glProgramUniform1ui
pglProgramUniform1ui glProgramUniform1ui;
Undocumented in source.
- glProgramUniform1uiv
pglProgramUniform1uiv glProgramUniform1uiv;
Undocumented in source.
- glProgramUniform2d
pglProgramUniform2d glProgramUniform2d;
Undocumented in source.
- glProgramUniform2dv
pglProgramUniform2dv glProgramUniform2dv;
Undocumented in source.
- glProgramUniform2f
pglProgramUniform2f glProgramUniform2f;
Undocumented in source.
- glProgramUniform2fv
pglProgramUniform2fv glProgramUniform2fv;
Undocumented in source.
- glProgramUniform2i
pglProgramUniform2i glProgramUniform2i;
Undocumented in source.
- glProgramUniform2iv
pglProgramUniform2iv glProgramUniform2iv;
Undocumented in source.
- glProgramUniform2ui
pglProgramUniform2ui glProgramUniform2ui;
Undocumented in source.
- glProgramUniform2uiv
pglProgramUniform2uiv glProgramUniform2uiv;
Undocumented in source.
- glProgramUniform3d
pglProgramUniform3d glProgramUniform3d;
Undocumented in source.
- glProgramUniform3dv
pglProgramUniform3dv glProgramUniform3dv;
Undocumented in source.
- glProgramUniform3f
pglProgramUniform3f glProgramUniform3f;
Undocumented in source.
- glProgramUniform3fv
pglProgramUniform3fv glProgramUniform3fv;
Undocumented in source.
- glProgramUniform3i
pglProgramUniform3i glProgramUniform3i;
Undocumented in source.
- glProgramUniform3iv
pglProgramUniform3iv glProgramUniform3iv;
Undocumented in source.
- glProgramUniform3ui
pglProgramUniform3ui glProgramUniform3ui;
Undocumented in source.
- glProgramUniform3uiv
pglProgramUniform3uiv glProgramUniform3uiv;
Undocumented in source.
- glProgramUniform4d
pglProgramUniform4d glProgramUniform4d;
Undocumented in source.
- glProgramUniform4dv
pglProgramUniform4dv glProgramUniform4dv;
Undocumented in source.
- glProgramUniform4f
pglProgramUniform4f glProgramUniform4f;
Undocumented in source.
- glProgramUniform4fv
pglProgramUniform4fv glProgramUniform4fv;
Undocumented in source.
- glProgramUniform4i
pglProgramUniform4i glProgramUniform4i;
Undocumented in source.
- glProgramUniform4iv
pglProgramUniform4iv glProgramUniform4iv;
Undocumented in source.
- glProgramUniform4ui
pglProgramUniform4ui glProgramUniform4ui;
Undocumented in source.
- glProgramUniform4uiv
pglProgramUniform4uiv glProgramUniform4uiv;
Undocumented in source.
- glProgramUniformMatrix2dv
pglProgramUniformMatrix2dv glProgramUniformMatrix2dv;
Undocumented in source.
- glProgramUniformMatrix2fv
pglProgramUniformMatrix2fv glProgramUniformMatrix2fv;
Undocumented in source.
- glProgramUniformMatrix2x3dv
pglProgramUniformMatrix2x3dv glProgramUniformMatrix2x3dv;
Undocumented in source.
- glProgramUniformMatrix2x3fv
pglProgramUniformMatrix2x3fv glProgramUniformMatrix2x3fv;
Undocumented in source.
- glProgramUniformMatrix2x4dv
pglProgramUniformMatrix2x4dv glProgramUniformMatrix2x4dv;
Undocumented in source.
- glProgramUniformMatrix2x4fv
pglProgramUniformMatrix2x4fv glProgramUniformMatrix2x4fv;
Undocumented in source.
- glProgramUniformMatrix3dv
pglProgramUniformMatrix3dv glProgramUniformMatrix3dv;
Undocumented in source.
- glProgramUniformMatrix3fv
pglProgramUniformMatrix3fv glProgramUniformMatrix3fv;
Undocumented in source.
- glProgramUniformMatrix3x2dv
pglProgramUniformMatrix3x2dv glProgramUniformMatrix3x2dv;
Undocumented in source.
- glProgramUniformMatrix3x2fv
pglProgramUniformMatrix3x2fv glProgramUniformMatrix3x2fv;
Undocumented in source.
- glProgramUniformMatrix3x4dv
pglProgramUniformMatrix3x4dv glProgramUniformMatrix3x4dv;
Undocumented in source.
- glProgramUniformMatrix3x4fv
pglProgramUniformMatrix3x4fv glProgramUniformMatrix3x4fv;
Undocumented in source.
- glProgramUniformMatrix4dv
pglProgramUniformMatrix4dv glProgramUniformMatrix4dv;
Undocumented in source.
- glProgramUniformMatrix4fv
pglProgramUniformMatrix4fv glProgramUniformMatrix4fv;
Undocumented in source.
- glProgramUniformMatrix4x2dv
pglProgramUniformMatrix4x2dv glProgramUniformMatrix4x2dv;
Undocumented in source.
- glProgramUniformMatrix4x2fv
pglProgramUniformMatrix4x2fv glProgramUniformMatrix4x2fv;
Undocumented in source.
- glProgramUniformMatrix4x3dv
pglProgramUniformMatrix4x3dv glProgramUniformMatrix4x3dv;
Undocumented in source.
- glProgramUniformMatrix4x3fv
pglProgramUniformMatrix4x3fv glProgramUniformMatrix4x3fv;
Undocumented in source.
- glReleaseShaderCompiler
pglReleaseShaderCompiler glReleaseShaderCompiler;
Undocumented in source.
- glScissorArrayv
pglScissorArrayv glScissorArrayv;
Undocumented in source.
- glScissorIndexed
pglScissorIndexed glScissorIndexed;
Undocumented in source.
- glScissorIndexedv
pglScissorIndexedv glScissorIndexedv;
Undocumented in source.
- glShaderBinary
pglShaderBinary glShaderBinary;
Undocumented in source.
- glUseProgramStages
pglUseProgramStages glUseProgramStages;
Undocumented in source.
- glValidateProgramPipeline
pglValidateProgramPipeline glValidateProgramPipeline;
Undocumented in source.
- glVertexAttribL1d
pglVertexAttribL1d glVertexAttribL1d;
Undocumented in source.
- glVertexAttribL1dv
pglVertexAttribL1dv glVertexAttribL1dv;
Undocumented in source.
- glVertexAttribL2d
pglVertexAttribL2d glVertexAttribL2d;
Undocumented in source.
- glVertexAttribL2dv
pglVertexAttribL2dv glVertexAttribL2dv;
Undocumented in source.
- glVertexAttribL3d
pglVertexAttribL3d glVertexAttribL3d;
Undocumented in source.
- glVertexAttribL3dv
pglVertexAttribL3dv glVertexAttribL3dv;
Undocumented in source.
- glVertexAttribL4d
pglVertexAttribL4d glVertexAttribL4d;
Undocumented in source.
- glVertexAttribL4dv
pglVertexAttribL4dv glVertexAttribL4dv;
Undocumented in source.
- glVertexAttribLPointer
pglVertexAttribLPointer glVertexAttribLPointer;
Undocumented in source.
- glViewportArrayv
pglViewportArrayv glViewportArrayv;
Undocumented in source.
- glViewportIndexedf
pglViewportIndexedf glViewportIndexedf;
Undocumented in source.
- glViewportIndexedfv
pglViewportIndexedfv glViewportIndexedfv;
Undocumented in source.