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)
@safe pure nothrow const @nogc
size_t
capacity
()

Meta