fix Z-buffering. not really clean, and not perfectly accurate.

This commit is contained in:
StapleButter
2017-04-29 00:20:04 +02:00
parent 2273bd2ea4
commit da31af9202
3 changed files with 10 additions and 9 deletions

View File

@ -46,6 +46,7 @@ typedef struct
s32 FinalZ[10];
s32 FinalW[10];
u8 WShift;
bool WBuffer;
u32 Attr;
u32 TexParam;