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)
void
put
@safe pure nothrow @nogc
(
const V vertex
)
if (
isVertex!V
)

Meta