diff options
Diffstat (limited to 'GPU3D.h')
-rw-r--r-- | GPU3D.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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]; |