Enum PrimitiveType

PrimitiveType enumeration

The topology type of primitives to render.

public enum PrimitiveType

Values

NameValueDescription
POINTS0
LINES1
LINE_LOOP2
LINE_STRIP3
TRIANGLES4
TRIANGLE_STRIP5
TRIANGLE_FAN6

See Also