Draw vertices from the VertexArray directly, without using indices.
This is the only way to draw if the VertexArray has no index type.
Can only be called when the VertexArray is bound.
Type of primitives to draw.
Index of the first vertex to draw.
Number of vertices to draw.
first + count <= VertexArray.length() must be true.
See Implementation
Draw vertices from the VertexArray directly, without using indices.
This is the only way to draw if the VertexArray has no index type.
Can only be called when the VertexArray is bound.