- pglBeginQuery
alias pglBeginQuery = 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.
- pglBindBuffer
alias pglBindBuffer = 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.
- pglBufferData
alias pglBufferData = void function(GLenum, GLsizeiptr, const(GLvoid)*, 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.
- pglBufferSubData
alias pglBufferSubData = void function(GLenum, GLintptr, GLsizeiptr, 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.
- pglDeleteBuffers
alias pglDeleteBuffers = 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.
- pglDeleteQueries
alias pglDeleteQueries = 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.
- pglEndQuery
alias pglEndQuery = 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.
- pglGenBuffers
alias pglGenBuffers = 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.
- pglGenQueries
alias pglGenQueries = 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.
- pglGetBufferParameteriv
alias pglGetBufferParameteriv = 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.
- pglGetBufferPointerv
alias pglGetBufferPointerv = void function(GLenum, 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.
- pglGetBufferSubData
alias pglGetBufferSubData = void function(GLenum, GLintptr, GLsizeiptr, 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.
- pglGetQueryObjectiv
alias pglGetQueryObjectiv = 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.
- pglGetQueryObjectuiv
alias pglGetQueryObjectuiv = 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.
- pglGetQueryiv
alias pglGetQueryiv = 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.
- pglIsBuffer
alias pglIsBuffer = 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.
- pglIsQuery
alias pglIsQuery = 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.
- pglMapBuffer
alias pglMapBuffer = GLvoid* 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.
- pglUnmapBuffer
alias pglUnmapBuffer = GLboolean 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.
- glBeginQuery
pglBeginQuery glBeginQuery;
Undocumented in source.
- glBindBuffer
pglBindBuffer glBindBuffer;
Undocumented in source.
- glBufferData
pglBufferData glBufferData;
Undocumented in source.
- glBufferSubData
pglBufferSubData glBufferSubData;
Undocumented in source.
- glDeleteBuffers
pglDeleteBuffers glDeleteBuffers;
Undocumented in source.
- glDeleteQueries
pglDeleteQueries glDeleteQueries;
Undocumented in source.
- glEndQuery
pglEndQuery glEndQuery;
Undocumented in source.
- glGenBuffers
pglGenBuffers glGenBuffers;
Undocumented in source.
- glGenQueries
pglGenQueries glGenQueries;
Undocumented in source.
- glGetBufferParameteriv
pglGetBufferParameteriv glGetBufferParameteriv;
Undocumented in source.
- glGetBufferPointerv
pglGetBufferPointerv glGetBufferPointerv;
Undocumented in source.
- glGetBufferSubData
pglGetBufferSubData glGetBufferSubData;
Undocumented in source.
- glGetQueryObjectiv
pglGetQueryObjectiv glGetQueryObjectiv;
Undocumented in source.
- glGetQueryObjectuiv
pglGetQueryObjectuiv glGetQueryObjectuiv;
Undocumented in source.
- glGetQueryiv
pglGetQueryiv glGetQueryiv;
Undocumented in source.
- glIsBuffer
pglIsBuffer glIsBuffer;
Undocumented in source.
- glIsQuery
pglIsQuery glIsQuery;
Undocumented in source.
- glMapBuffer
pglMapBuffer glMapBuffer;
Undocumented in source.
- glUnmapBuffer
pglUnmapBuffer glUnmapBuffer;
Undocumented in source.