- pglBeginConditionalRender
alias pglBeginConditionalRender = void function(GLuint, GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglBeginTransformFeedback
alias pglBeginTransformFeedback = void function(GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglBindBufferBase
alias pglBindBufferBase = 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.
- pglBindBufferRange
alias pglBindBufferRange = void function(GLenum, GLuint, GLuint, 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.
- pglBindFragDataLocation
alias pglBindFragDataLocation = void function(GLuint, 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.
- pglClampColor
alias pglClampColor = void function(GLenum, GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglClearBufferfi
alias pglClearBufferfi = void function(GLenum, GLint, GLfloat, 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.
- pglClearBufferfv
alias pglClearBufferfv = void function(GLenum, GLint, 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.
- pglClearBufferiv
alias pglClearBufferiv = void function(GLenum, GLint, 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.
- pglClearBufferuiv
alias pglClearBufferuiv = void function(GLenum, GLint, 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.
- pglColorMaski
alias pglColorMaski = void function(GLuint, GLboolean, GLboolean, GLboolean, GLboolean)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglDisablei
alias pglDisablei = 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.
- pglEnablei
alias pglEnablei = 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.
- pglEndConditionalRender
alias pglEndConditionalRender = 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.
- pglEndTransformFeedback
alias pglEndTransformFeedback = 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.
- pglGetBooleani_v
alias pglGetBooleani_v = void function(GLenum, GLuint, GLboolean*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglGetFragDataLocation
alias pglGetFragDataLocation = GLint 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.
- pglGetIntegeri_v
alias pglGetIntegeri_v = void function(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.
- pglGetStringi
alias pglGetStringi = const(char)* 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.
- pglGetTexParameterIiv
alias pglGetTexParameterIiv = void function(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.
- pglGetTexParameterIuiv
alias pglGetTexParameterIuiv = void function(GLenum, 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.
- pglGetTransformFeedbackVarying
alias pglGetTransformFeedbackVarying = void function(GLuint, GLuint, GLsizei, GLsizei*, GLsizei*, GLenum*, 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.
- pglGetUniformuiv
alias pglGetUniformuiv = 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.
- pglGetVertexAttribIiv
alias pglGetVertexAttribIiv = 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.
- pglGetVertexAttribIuiv
alias pglGetVertexAttribIuiv = void function(GLuint, 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.
- pglIsEnabledi
alias pglIsEnabledi = GLboolean 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.
- pglTexParameterIiv
alias pglTexParameterIiv = void function(GLenum, GLenum, 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.
- pglTexParameterIuiv
alias pglTexParameterIuiv = void function(GLenum, GLenum, 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.
- pglTransformFeedbackVaryings
alias pglTransformFeedbackVaryings = void function(GLuint, GLsizei, const(GLchar*)*, GLenum)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglUniform1ui
alias pglUniform1ui = void function(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.
- pglUniform1uiv
alias pglUniform1uiv = void function(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.
- pglUniform2ui
alias pglUniform2ui = void function(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.
- pglUniform2uiv
alias pglUniform2uiv = void function(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.
- pglUniform3ui
alias pglUniform3ui = void function(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.
- pglUniform3uiv
alias pglUniform3uiv = void function(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.
- pglUniform4ui
alias pglUniform4ui = void function(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.
- pglUniform4uiv
alias pglUniform4uiv = void function(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.
- pglVertexAttribI1i
alias pglVertexAttribI1i = void function(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.
- pglVertexAttribI1iv
alias pglVertexAttribI1iv = 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.
- pglVertexAttribI1ui
alias pglVertexAttribI1ui = 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.
- pglVertexAttribI1uiv
alias pglVertexAttribI1uiv = void function(GLuint, 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.
- pglVertexAttribI2i
alias pglVertexAttribI2i = 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.
- pglVertexAttribI2iv
alias pglVertexAttribI2iv = 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.
- pglVertexAttribI2ui
alias pglVertexAttribI2ui = 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.
- pglVertexAttribI2uiv
alias pglVertexAttribI2uiv = void function(GLuint, 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.
- pglVertexAttribI3i
alias pglVertexAttribI3i = 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.
- pglVertexAttribI3iv
alias pglVertexAttribI3iv = 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.
- pglVertexAttribI3ui
alias pglVertexAttribI3ui = void function(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.
- pglVertexAttribI3uiv
alias pglVertexAttribI3uiv = void function(GLuint, 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.
- pglVertexAttribI4bv
alias pglVertexAttribI4bv = void function(GLuint, const(GLbyte)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttribI4i
alias pglVertexAttribI4i = 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.
- pglVertexAttribI4iv
alias pglVertexAttribI4iv = 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.
- pglVertexAttribI4sv
alias pglVertexAttribI4sv = void function(GLuint, const(GLshort)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttribI4ubv
alias pglVertexAttribI4ubv = void function(GLuint, const(GLubyte)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttribI4ui
alias pglVertexAttribI4ui = void function(GLuint, 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.
- pglVertexAttribI4uiv
alias pglVertexAttribI4uiv = void function(GLuint, 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.
- pglVertexAttribI4usv
alias pglVertexAttribI4usv = void function(GLuint, const(GLushort)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglVertexAttribIPointer
alias pglVertexAttribIPointer = 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.
- glBeginConditionalRender
pglBeginConditionalRender glBeginConditionalRender;
Undocumented in source.
- glBeginTransformFeedback
pglBeginTransformFeedback glBeginTransformFeedback;
Undocumented in source.
- glBindBufferBase
pglBindBufferBase glBindBufferBase;
Undocumented in source.
- glBindBufferRange
pglBindBufferRange glBindBufferRange;
Undocumented in source.
- glBindFragDataLocation
pglBindFragDataLocation glBindFragDataLocation;
Undocumented in source.
- glClampColor
pglClampColor glClampColor;
Undocumented in source.
- glClearBufferfi
pglClearBufferfi glClearBufferfi;
Undocumented in source.
- glClearBufferfv
pglClearBufferfv glClearBufferfv;
Undocumented in source.
- glClearBufferiv
pglClearBufferiv glClearBufferiv;
Undocumented in source.
- glClearBufferuiv
pglClearBufferuiv glClearBufferuiv;
Undocumented in source.
- glColorMaski
pglColorMaski glColorMaski;
Undocumented in source.
- glDisablei
pglDisablei glDisablei;
Undocumented in source.
- glEnablei
pglEnablei glEnablei;
Undocumented in source.
- glEndConditionalRender
pglEndConditionalRender glEndConditionalRender;
Undocumented in source.
- glEndTransformFeedback
pglEndTransformFeedback glEndTransformFeedback;
Undocumented in source.
- glGetBooleani_v
pglGetBooleani_v glGetBooleani_v;
Undocumented in source.
- glGetFragDataLocation
pglGetFragDataLocation glGetFragDataLocation;
Undocumented in source.
- glGetIntegeri_v
pglGetIntegeri_v glGetIntegeri_v;
Undocumented in source.
- glGetStringi
pglGetStringi glGetStringi;
Undocumented in source.
- glGetTexParameterIiv
pglGetTexParameterIiv glGetTexParameterIiv;
Undocumented in source.
- glGetTexParameterIuiv
pglGetTexParameterIuiv glGetTexParameterIuiv;
Undocumented in source.
- glGetTransformFeedbackVarying
pglGetTransformFeedbackVarying glGetTransformFeedbackVarying;
Undocumented in source.
- glGetUniformuiv
pglGetUniformuiv glGetUniformuiv;
Undocumented in source.
- glGetVertexAttribIiv
pglGetVertexAttribIiv glGetVertexAttribIiv;
Undocumented in source.
- glGetVertexAttribIuiv
pglGetVertexAttribIuiv glGetVertexAttribIuiv;
Undocumented in source.
- glIsEnabledi
pglIsEnabledi glIsEnabledi;
Undocumented in source.
- glTexParameterIiv
pglTexParameterIiv glTexParameterIiv;
Undocumented in source.
- glTexParameterIuiv
pglTexParameterIuiv glTexParameterIuiv;
Undocumented in source.
- glTransformFeedbackVaryings
pglTransformFeedbackVaryings glTransformFeedbackVaryings;
Undocumented in source.
- glUniform1ui
pglUniform1ui glUniform1ui;
Undocumented in source.
- glUniform1uiv
pglUniform1uiv glUniform1uiv;
Undocumented in source.
- glUniform2ui
pglUniform2ui glUniform2ui;
Undocumented in source.
- glUniform2uiv
pglUniform2uiv glUniform2uiv;
Undocumented in source.
- glUniform3ui
pglUniform3ui glUniform3ui;
Undocumented in source.
- glUniform3uiv
pglUniform3uiv glUniform3uiv;
Undocumented in source.
- glUniform4ui
pglUniform4ui glUniform4ui;
Undocumented in source.
- glUniform4uiv
pglUniform4uiv glUniform4uiv;
Undocumented in source.
- glVertexAttribI1i
pglVertexAttribI1i glVertexAttribI1i;
Undocumented in source.
- glVertexAttribI1iv
pglVertexAttribI1iv glVertexAttribI1iv;
Undocumented in source.
- glVertexAttribI1ui
pglVertexAttribI1ui glVertexAttribI1ui;
Undocumented in source.
- glVertexAttribI1uiv
pglVertexAttribI1uiv glVertexAttribI1uiv;
Undocumented in source.
- glVertexAttribI2i
pglVertexAttribI2i glVertexAttribI2i;
Undocumented in source.
- glVertexAttribI2iv
pglVertexAttribI2iv glVertexAttribI2iv;
Undocumented in source.
- glVertexAttribI2ui
pglVertexAttribI2ui glVertexAttribI2ui;
Undocumented in source.
- glVertexAttribI2uiv
pglVertexAttribI2uiv glVertexAttribI2uiv;
Undocumented in source.
- glVertexAttribI3i
pglVertexAttribI3i glVertexAttribI3i;
Undocumented in source.
- glVertexAttribI3iv
pglVertexAttribI3iv glVertexAttribI3iv;
Undocumented in source.
- glVertexAttribI3ui
pglVertexAttribI3ui glVertexAttribI3ui;
Undocumented in source.
- glVertexAttribI3uiv
pglVertexAttribI3uiv glVertexAttribI3uiv;
Undocumented in source.
- glVertexAttribI4bv
pglVertexAttribI4bv glVertexAttribI4bv;
Undocumented in source.
- glVertexAttribI4i
pglVertexAttribI4i glVertexAttribI4i;
Undocumented in source.
- glVertexAttribI4iv
pglVertexAttribI4iv glVertexAttribI4iv;
Undocumented in source.
- glVertexAttribI4sv
pglVertexAttribI4sv glVertexAttribI4sv;
Undocumented in source.
- glVertexAttribI4ubv
pglVertexAttribI4ubv glVertexAttribI4ubv;
Undocumented in source.
- glVertexAttribI4ui
pglVertexAttribI4ui glVertexAttribI4ui;
Undocumented in source.
- glVertexAttribI4uiv
pglVertexAttribI4uiv glVertexAttribI4uiv;
Undocumented in source.
- glVertexAttribI4usv
pglVertexAttribI4usv glVertexAttribI4usv;
Undocumented in source.
- glVertexAttribIPointer
pglVertexAttribIPointer glVertexAttribIPointer;
Undocumented in source.