- pglBindFragDataLocationIndexed
alias pglBindFragDataLocationIndexed = void function(GLuint, 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.
- pglBindSampler
alias pglBindSampler = 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.
- pglDeleteSamplers
alias pglDeleteSamplers = 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.
- pglGenSamplers
alias pglGenSamplers = 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.
- pglGetFragDataIndex
alias pglGetFragDataIndex = 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.
- pglGetQueryObjecti64v
alias pglGetQueryObjecti64v = void function(GLuint, GLenum, GLint64*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglGetQueryObjectui64v
alias pglGetQueryObjectui64v = void function(GLuint, GLenum, GLuint64*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglGetSamplerParameterIiv
alias pglGetSamplerParameterIiv = 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.
- pglGetSamplerParameterIuiv
alias pglGetSamplerParameterIuiv = 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.
- pglGetSamplerParameterfv
alias pglGetSamplerParameterfv = void function(GLuint, GLenum, 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.
- pglGetSamplerParameteriv
alias pglGetSamplerParameteriv = 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.
- pglIsSampler
alias pglIsSampler = 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.
- pglQueryCounter
alias pglQueryCounter = 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.
- pglSamplerParameterIiv
alias pglSamplerParameterIiv = void function(GLuint, 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.
- pglSamplerParameterIuiv
alias pglSamplerParameterIuiv = void function(GLuint, 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.
- pglSamplerParameterf
alias pglSamplerParameterf = void function(GLuint, GLenum, 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.
- pglSamplerParameterfv
alias pglSamplerParameterfv = void function(GLuint, 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.
- pglSamplerParameteri
alias pglSamplerParameteri = 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.
- pglSamplerParameteriv
alias pglSamplerParameteriv = void function(GLuint, 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.
- pglVertexAttribP1ui
alias pglVertexAttribP1ui = void function(GLuint, GLenum, GLboolean, 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.
- pglVertexAttribP1uiv
alias pglVertexAttribP1uiv = void function(GLuint, GLenum, GLboolean, 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.
- pglVertexAttribP2ui
alias pglVertexAttribP2ui = void function(GLuint, GLenum, GLboolean, 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.
- pglVertexAttribP2uiv
alias pglVertexAttribP2uiv = void function(GLuint, GLenum, GLboolean, 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.
- pglVertexAttribP3ui
alias pglVertexAttribP3ui = void function(GLuint, GLenum, GLboolean, 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.
- pglVertexAttribP3uiv
alias pglVertexAttribP3uiv = void function(GLuint, GLenum, GLboolean, 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.
- pglVertexAttribP4ui
alias pglVertexAttribP4ui = void function(GLuint, GLenum, GLboolean, 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.
- pglVertexAttribP4uiv
alias pglVertexAttribP4uiv = void function(GLuint, GLenum, GLboolean, 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.
- glBindFragDataLocationIndexed
pglBindFragDataLocationIndexed glBindFragDataLocationIndexed;
Undocumented in source.
- glBindSampler
pglBindSampler glBindSampler;
Undocumented in source.
- glDeleteSamplers
pglDeleteSamplers glDeleteSamplers;
Undocumented in source.
- glGenSamplers
pglGenSamplers glGenSamplers;
Undocumented in source.
- glGetFragDataIndex
pglGetFragDataIndex glGetFragDataIndex;
Undocumented in source.
- glGetQueryObjecti64v
pglGetQueryObjecti64v glGetQueryObjecti64v;
Undocumented in source.
- glGetQueryObjectui64v
pglGetQueryObjectui64v glGetQueryObjectui64v;
Undocumented in source.
- glGetSamplerParameterIiv
pglGetSamplerParameterIiv glGetSamplerParameterIiv;
Undocumented in source.
- glGetSamplerParameterIuiv
pglGetSamplerParameterIuiv glGetSamplerParameterIuiv;
Undocumented in source.
- glGetSamplerParameterfv
pglGetSamplerParameterfv glGetSamplerParameterfv;
Undocumented in source.
- glGetSamplerParameteriv
pglGetSamplerParameteriv glGetSamplerParameteriv;
Undocumented in source.
- glIsSampler
pglIsSampler glIsSampler;
Undocumented in source.
- glQueryCounter
pglQueryCounter glQueryCounter;
Undocumented in source.
- glSamplerParameterIiv
pglSamplerParameterIiv glSamplerParameterIiv;
Undocumented in source.
- glSamplerParameterIuiv
pglSamplerParameterIuiv glSamplerParameterIuiv;
Undocumented in source.
- glSamplerParameterf
pglSamplerParameterf glSamplerParameterf;
Undocumented in source.
- glSamplerParameterfv
pglSamplerParameterfv glSamplerParameterfv;
Undocumented in source.
- glSamplerParameteri
pglSamplerParameteri glSamplerParameteri;
Undocumented in source.
- glSamplerParameteriv
pglSamplerParameteriv glSamplerParameteriv;
Undocumented in source.
- glVertexAttribP1ui
pglVertexAttribP1ui glVertexAttribP1ui;
Undocumented in source.
- glVertexAttribP1uiv
pglVertexAttribP1uiv glVertexAttribP1uiv;
Undocumented in source.
- glVertexAttribP2ui
pglVertexAttribP2ui glVertexAttribP2ui;
Undocumented in source.
- glVertexAttribP2uiv
pglVertexAttribP2uiv glVertexAttribP2uiv;
Undocumented in source.
- glVertexAttribP3ui
pglVertexAttribP3ui glVertexAttribP3ui;
Undocumented in source.
- glVertexAttribP3uiv
pglVertexAttribP3uiv glVertexAttribP3uiv;
Undocumented in source.
- glVertexAttribP4ui
pglVertexAttribP4ui glVertexAttribP4ui;
Undocumented in source.
- glVertexAttribP4uiv
pglVertexAttribP4uiv glVertexAttribP4uiv;
Undocumented in source.