VertexSpec

abstract
class VertexSpec (
VERTEX
) {}

Members

Functions

unuse
void unuse()
use
void use(uint divisor)
vertexSize
size_t vertexSize()

Returns the size of the Vertex. The size can be computed after you added all your attributes.

Meta