mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-22 10:35:03 -05:00
gx2: Add points primitive mode
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user