gx2: Add points primitive mode

This commit is contained in:
rw-r-r-0644 2018-10-17 13:36:12 +02:00 committed by James
parent 857fcd8eea
commit 5201b78bd0

View File

@ -238,6 +238,7 @@ typedef enum GX2LogicOp
typedef enum GX2PrimitiveMode
{
GX2_PRIMITIVE_MODE_POINTS = 1,
GX2_PRIMITIVE_MODE_LINES = 2,
GX2_PRIMITIVE_MODE_LINE_STRIP = 3,
GX2_PRIMITIVE_MODE_TRIANGLES = 4,