- pglBindFramebuffer
alias pglBindFramebuffer = 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.
- pglBindRenderbuffer
alias pglBindRenderbuffer = 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.
- pglBindVertexArray
alias pglBindVertexArray = 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.
- pglBlitFramebuffer
alias pglBlitFramebuffer = void function(GLint, GLint, GLint, GLint, GLint, GLint, GLint, GLint, GLbitfield, 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.
- pglCheckFramebufferStatus
alias pglCheckFramebufferStatus = GLenum 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.
- pglDeleteFramebuffers
alias pglDeleteFramebuffers = 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.
- pglDeleteRenderbuffers
alias pglDeleteRenderbuffers = 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.
- pglDeleteVertexArrays
alias pglDeleteVertexArrays = 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.
- pglFlushMappedBufferRange
alias pglFlushMappedBufferRange = void function(GLenum, 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.
- pglFramebufferRenderbuffer
alias pglFramebufferRenderbuffer = void function(GLenum, 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.
- pglFramebufferTexture1D
alias pglFramebufferTexture1D = void function(GLenum, GLenum, 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.
- pglFramebufferTexture2D
alias pglFramebufferTexture2D = void function(GLenum, GLenum, 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.
- pglFramebufferTexture3D
alias pglFramebufferTexture3D = void function(GLenum, GLenum, GLenum, 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.
- pglFramebufferTextureLayer
alias pglFramebufferTextureLayer = void function(GLenum, GLenum, 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.
- pglGenFramebuffers
alias pglGenFramebuffers = 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.
- pglGenRenderbuffers
alias pglGenRenderbuffers = 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.
- pglGenVertexArrays
alias pglGenVertexArrays = 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.
- pglGenerateMipmap
alias pglGenerateMipmap = 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.
- pglGetFramebufferAttachmentParameteriv
alias pglGetFramebufferAttachmentParameteriv = void function(GLenum, 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.
- pglGetRenderbufferParameteriv
alias pglGetRenderbufferParameteriv = 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.
- pglIsFramebuffer
alias pglIsFramebuffer = 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.
- pglIsRenderbuffer
alias pglIsRenderbuffer = 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.
- pglIsVertexArray
alias pglIsVertexArray = 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.
- pglMapBufferRange
alias pglMapBufferRange = GLvoid* function(GLenum, GLintptr, GLsizeiptr, GLbitfield)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pglRenderbufferStorage
alias pglRenderbufferStorage = void function(GLenum, GLenum, 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.
- pglRenderbufferStorageMultisample
alias pglRenderbufferStorageMultisample = void function(GLenum, GLsizei, GLenum, 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.
- glBindFramebuffer
pglBindFramebuffer glBindFramebuffer;
Undocumented in source.
- glBindRenderbuffer
pglBindRenderbuffer glBindRenderbuffer;
Undocumented in source.
- glBindVertexArray
pglBindVertexArray glBindVertexArray;
Undocumented in source.
- glBlitFramebuffer
pglBlitFramebuffer glBlitFramebuffer;
Undocumented in source.
- glCheckFramebufferStatus
pglCheckFramebufferStatus glCheckFramebufferStatus;
Undocumented in source.
- glDeleteFramebuffers
pglDeleteFramebuffers glDeleteFramebuffers;
Undocumented in source.
- glDeleteRenderbuffers
pglDeleteRenderbuffers glDeleteRenderbuffers;
Undocumented in source.
- glDeleteVertexArrays
pglDeleteVertexArrays glDeleteVertexArrays;
Undocumented in source.
- glFlushMappedBufferRange
pglFlushMappedBufferRange glFlushMappedBufferRange;
Undocumented in source.
- glFramebufferRenderbuffer
pglFramebufferRenderbuffer glFramebufferRenderbuffer;
Undocumented in source.
- glFramebufferTexture1D
pglFramebufferTexture1D glFramebufferTexture1D;
Undocumented in source.
- glFramebufferTexture2D
pglFramebufferTexture2D glFramebufferTexture2D;
Undocumented in source.
- glFramebufferTexture3D
pglFramebufferTexture3D glFramebufferTexture3D;
Undocumented in source.
- glFramebufferTextureLayer
pglFramebufferTextureLayer glFramebufferTextureLayer;
Undocumented in source.
- glGenFramebuffers
pglGenFramebuffers glGenFramebuffers;
Undocumented in source.
- glGenRenderbuffers
pglGenRenderbuffers glGenRenderbuffers;
Undocumented in source.
- glGenVertexArrays
pglGenVertexArrays glGenVertexArrays;
Undocumented in source.
- glGenerateMipmap
pglGenerateMipmap glGenerateMipmap;
Undocumented in source.
- glGetFramebufferAttachmentParameteriv
pglGetFramebufferAttachmentParameteriv glGetFramebufferAttachmentParameteriv;
Undocumented in source.
- glGetRenderbufferParameteriv
pglGetRenderbufferParameteriv glGetRenderbufferParameteriv;
Undocumented in source.
- glIsFramebuffer
pglIsFramebuffer glIsFramebuffer;
Undocumented in source.
- glIsRenderbuffer
pglIsRenderbuffer glIsRenderbuffer;
Undocumented in source.
- glIsVertexArray
pglIsVertexArray glIsVertexArray;
Undocumented in source.
- glMapBufferRange
pglMapBufferRange glMapBufferRange;
Undocumented in source.
- glRenderbufferStorage
pglRenderbufferStorage glRenderbufferStorage;
Undocumented in source.
- glRenderbufferStorageMultisample
pglRenderbufferStorageMultisample glRenderbufferStorageMultisample;
Undocumented in source.