GlBuffer

Undocumented in source.

Members

Aliases

BufferTarget
alias BufferTarget = Target
Undocumented in source.
ValueType
alias ValueType = T
Undocumented in source.

Functions

bind
void bind()
Undocumented in source. Be warned that the author may not have intended to support it.
construct
void construct(GLuint length, GLbitfield createFlags, GLbitfield mapFlags)
Undocumented in source. Be warned that the author may not have intended to support it.
destruct
void destruct()
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.

Variables

data
T* data;
Undocumented in source.
handle
GLuint handle;
Undocumented in source.
length
GLuint length;
Undocumented in source.

Meta