summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_3d.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2022-03-11 23:16:56 +0100
committerLiam <byteslice@airmail.cc>2022-03-12 01:42:12 +0100
commit56c646d82cdb78557cac7a527247bb46c6028e97 (patch)
tree3f43e2861450343ee07b93a30931bc332621ed06 /src/video_core/engines/maxwell_3d.h
parentMaxwell3D: mark index buffers as dirty after updating counts (diff)
downloadyuzu-56c646d82cdb78557cac7a527247bb46c6028e97.tar
yuzu-56c646d82cdb78557cac7a527247bb46c6028e97.tar.gz
yuzu-56c646d82cdb78557cac7a527247bb46c6028e97.tar.bz2
yuzu-56c646d82cdb78557cac7a527247bb46c6028e97.tar.lz
yuzu-56c646d82cdb78557cac7a527247bb46c6028e97.tar.xz
yuzu-56c646d82cdb78557cac7a527247bb46c6028e97.tar.zst
yuzu-56c646d82cdb78557cac7a527247bb46c6028e97.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/engines/maxwell_3d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h
index e28937b01..eefb7a4dd 100644
--- a/src/video_core/engines/maxwell_3d.h
+++ b/src/video_core/engines/maxwell_3d.h
@@ -1581,6 +1581,7 @@ private:
Upload::State upload_state;
bool execute_on{true};
+ bool use_topology_override{false};
};
#define ASSERT_REG_POSITION(field_name, position) \