aboutsummaryrefslogtreecommitdiff
path: root/GPU3D.h
diff options
context:
space:
mode:
Diffstat (limited to 'GPU3D.h')
-rw-r--r--GPU3D.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/GPU3D.h b/GPU3D.h
index 96e76aa..cbb8234 100644
--- a/GPU3D.h
+++ b/GPU3D.h
@@ -29,6 +29,14 @@ typedef struct
bool Clipped;
+ // final vertex attributes.
+ // allows them to be reused in polygon strips.
+
+ s32 FinalPosition[4];
+ s32 FinalColor[3];
+
+ bool ViewportTransformDone;
+
} Vertex;
typedef struct