VertexArray.clear

Clear the VertexArray, deleting all vertices.

Can only be called while the VertexArray is unlocked.

class VertexArray(V)
void
clear
@trusted pure nothrow @nogc
(
)
if (
isVertex!V
)

Meta