diff options
author | Feng Chen <vonchenplus@gmail.com> | 2022-11-29 08:04:47 +0100 |
---|---|---|
committer | Feng Chen <vonchenplus@gmail.com> | 2022-12-01 12:14:58 +0100 |
commit | cb5400b34d420be37202419e1af0c84b61e68098 (patch) | |
tree | 02699bdf7b48517b19805f64002b1f374bcf0a74 /src/video_core/engines/maxwell_3d.h | |
parent | Merge pull request #8829 from Docteh/qt6_0002 (diff) | |
download | yuzu-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 'src/video_core/engines/maxwell_3d.h')
-rw-r--r-- | src/video_core/engines/maxwell_3d.h | 1 |
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) \ |