VertexArray.put

Add a vertex to the VertexArray.

Must not add any more vertices if VertexArray.length == VertexArray.capacity. Must not be called when the VertexArray is locked.

class VertexArray(V)
@safe pure nothrow @nogc
void
put
(
const V vertex
)

Meta