IndexBuffer

Undocumented in source.

Constructors

this
this(GLuint[] indices)
Undocumented in source.

Members

Functions

Bind
void Bind()
Undocumented in source. Be warned that the author may not have intended to support it.
Unbind
void Unbind()
Undocumented in source. Be warned that the author may not have intended to support it.
UpdateBuffer
void UpdateBuffer(int index, BufferMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
UpdateSubData
void UpdateSubData(int index, GLintptr offset, GLsizeiptr size)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

Id
GLuint Id;
Undocumented in source.
Indices
GLuint[] Indices;
Undocumented in source.

Meta