summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_3d.h
diff options
context:
space:
mode:
authorFeng Chen <vonchenplus@gmail.com>2022-11-29 08:04:47 +0100
committerFeng Chen <vonchenplus@gmail.com>2022-12-01 12:14:58 +0100
commitcb5400b34d420be37202419e1af0c84b61e68098 (patch)
tree02699bdf7b48517b19805f64002b1f374bcf0a74 /src/video_core/engines/maxwell_3d.h
parentMerge pull request #8829 from Docteh/qt6_0002 (diff)
downloadyuzu-cb5400b34d420be37202419e1af0c84b61e68098.tar
yuzu-cb5400b34d420be37202419e1af0c84b61e68098.tar.gz
yuzu-cb5400b34d420be37202419e1af0c84b61e68098.tar.bz2
yuzu-cb5400b34d420be37202419e1af0c84b61e68098.tar.lz
yuzu-cb5400b34d420be37202419e1af0c84b61e68098.tar.xz
yuzu-cb5400b34d420be37202419e1af0c84b61e68098.tar.zst
yuzu-cb5400b34d420be37202419e1af0c84b61e68098.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 84c497ebd..fa9910a27 100644
--- a/src/video_core/engines/maxwell_3d.h
+++ b/src/video_core/engines/maxwell_3d.h
@@ -3182,6 +3182,7 @@ private:
std::vector<u32> deferred_draw_method;
enum class DrawMode : u32 { General = 0, Instance, InlineIndex };
DrawMode draw_mode{DrawMode::General};
+ bool draw_indexed{};
};
#define ASSERT_REG_POSITION(field_name, position) \