aboutsummaryrefslogtreecommitdiff
path: root/src/GPU3D.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GPU3D.h')
-rw-r--r--src/GPU3D.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GPU3D.h b/src/GPU3D.h
index 4e7c01a..e115261 100644
--- a/src/GPU3D.h
+++ b/src/GPU3D.h
@@ -66,6 +66,8 @@ typedef struct
bool IsShadowMask;
bool IsShadow;
+ int Type; // 0=polygon 1=horizontal line 2=vertical line 3=diagonal line 4=point
+
u32 VTop, VBottom; // vertex indices
s32 YTop, YBottom; // Y coords
s32 XTop, XBottom; // associated X coords