aboutsummaryrefslogtreecommitdiff
path: root/GPU3D.h
diff options
context:
space:
mode:
Diffstat (limited to 'GPU3D.h')
-rw-r--r--GPU3D.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/GPU3D.h b/GPU3D.h
index d9e7e1a..96e76aa 100644
--- a/GPU3D.h
+++ b/GPU3D.h
@@ -27,6 +27,8 @@ typedef struct
s32 Position[4];
u8 Color[3];
+ bool Clipped;
+
} Vertex;
typedef struct
@@ -34,6 +36,10 @@ typedef struct
Vertex* Vertices[10];
u32 NumVertices;
+ u32 Attr;
+
+ bool FacingView;
+
} Polygon;
extern s32 Viewport[4];