VertexArray
A destructor is present on this object, but not explicitly documented in the source.
- bind
void bind()
- disable
void disable(uint index)
- draw
void draw(PrimitiveType mode, int first, uint count)
- drawIndexed
void drawIndexed(PrimitiveType mode, ubyte[] indices)
- drawIndexed
void drawIndexed(PrimitiveType mode, uint count, ubyte[] indices)
- drawIndexed
void drawIndexed(PrimitiveType mode, ushort[] indices)
- drawIndexed
void drawIndexed(PrimitiveType mode, uint count, ushort[] indices)
- drawIndexed
void drawIndexed(PrimitiveType mode, uint[] indices)
- drawIndexed
void drawIndexed(PrimitiveType mode, uint count, uint[] indices)
- enable
void enable(uint index)
- pointer
void pointer(uint index, int size, VertexAttribType type, bool normalized, uint stride, void* pointer)
- opCall
VertexArray opCall()
Empty constructor that needs to be called explicitly
- id
uint id;