VertexArray.capacity

Get the maximum number of vertices the VertexArray can hold.

If VertexArray.length equals this value, no more vertices can be added.

class VertexArray(V)
size_t
capacity
@safe pure nothrow const @nogc
(
)
if (
isVertex!V
)

Meta