Interface Engine.PrimitiveType

Enclosing interface:
Engine

public static interface Engine.PrimitiveType
Geometric primitives used for drawing.

We can't simply use point or line, because both OpenGL and Vulkan can only guarantee the rasterization of one pixel in screen coordinates, may or may not anti-aliased.