VertexInfo

A storage object for the identifiers of the buffers stored in memory.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

bind
void bind()
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw(ShapeType drawType, uint count)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

colorAttibPointer
void colorAttibPointer(uint location, uint sample, uint offset)
Undocumented in source. Be warned that the author may not have intended to support it.
enableVertex
void enableVertex(uint location)
Undocumented in source. Be warned that the author may not have intended to support it.
positionAttribPointer
void positionAttribPointer(uint location, uint sample, uint offset)
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.
vertexAttribPointer
void vertexAttribPointer(uint location, uint components, uint sample, uint offset)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
BufferInfo!(T) buffer;
Undocumented in source.
elements
ElementInfo!(uint) elements;
Undocumented in source.
id
uint id;
Undocumented in source.

Meta