VertexArray.primitiveType

The type of primitive to draw.

Can be any of the following: - Points - Lines - Triangles - Quads

The default primitive type is Points.

class VertexArray
PrimitiveType primitiveType;

Meta