- ActiveTexture
void ActiveTexture(GLenum texture)
Undocumented in source. Be warned that the author may not have intended to support it.
- BindBuffer
void BindBuffer(GLenum target, GLuint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- BindFramebuffer
void BindFramebuffer(GLenum target, GLuint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- BindRenderbuffer
void BindRenderbuffer(GLenum target, GLuint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- BindTexture
void BindTexture(GLenum target, GLuint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- BindVertexArray
void BindVertexArray(GLuint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- BufferData
void BufferData(GLenum target, ptrdiff_t size, void* data, GLenum usage)
- BufferSubData
void BufferSubData(GLenum target, ptrdiff_t offset, ptrdiff_t size, void* data)
- Disable
void Disable(Capability cap)
Disables an OpenGL capability
- DrawArrays
void DrawArrays(GLenum mode, GLint first, GLsizei count)
Undocumented in source. Be warned that the author may not have intended to support it.
- DrawBuffers
void DrawBuffers(GLsizei count, const(GLenum)* buffers)
Undocumented in source. Be warned that the author may not have intended to support it.
- Enable
void Enable(Capability cap)
Enables an OpenGL capability.
- SetTextureParameter
void SetTextureParameter(GLenum target, GLenum pname, GLint param)
- SetTextureParameter
void SetTextureParameter(GLenum target, GLenum pname, GLfloat param)
- SetTextureParameter
void SetTextureParameter(GLenum target, GLenum pname, GLint* param)
- SetTextureParameter
void SetTextureParameter(GLenum target, GLenum pname, GLfloat* param)
- SetTextureParameter
void SetTextureParameter(GLenum target, GLenum pname, const(GLint)* param)
- SetTextureParameter
void SetTextureParameter(GLenum target, GLenum pname, const(GLuint)* param)
- Viewport
void Viewport(GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source. Be warned that the author may not have intended to support it.
Functions for OpenGL not attached to an object.