mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-22 01:07:32 -05:00
gx2: Add points primitive mode
This commit is contained in:
parent
857fcd8eea
commit
5201b78bd0
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user