aboutsummaryrefslogtreecommitdiff
path: root/src/GPU3D.h
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-04-29 00:20:04 +0200
committerStapleButter <thetotalworm@gmail.com>2017-04-29 00:20:04 +0200
commitda31af92029af5f9db3c9fcc226414e3789f2682 (patch)
tree2556e529da79f631045053cb92297bafc74110b4 /src/GPU3D.h
parent2273bd2ea46c1d53a775d0f11bf902e1b3bb125b (diff)
fix Z-buffering. not really clean, and not perfectly accurate.
Diffstat (limited to 'src/GPU3D.h')
-rw-r--r--src/GPU3D.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GPU3D.h b/src/GPU3D.h
index 79287f7..fdb85f8 100644
--- a/src/GPU3D.h
+++ b/src/GPU3D.h
@@ -46,6 +46,7 @@ typedef struct
s32 FinalZ[10];
s32 FinalW[10];
u8 WShift;
+ bool WBuffer;
u32 Attr;
u32 TexParam;