VertexBuffer

Undocumented in source.

Constructors

this
this(T input)
Undocumented in source.
this
this(T[] input)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

Bind
void Bind(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
Draw
void Draw(int amount, DrawType dt)
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.
UpdateAttribPointers
void UpdateAttribPointers()
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

Data
T[] Data;
Undocumented in source.
vao
XVertexArray!(T, layout) vao;
Undocumented in source.

Meta