diff options
| author | Feng Chen <vonchenplus@gmail.com> | 2022-11-29 15:04:47 +0800 |
|---|---|---|
| committer | Feng Chen <vonchenplus@gmail.com> | 2022-12-01 19:14:58 +0800 |
| commit | cb5400b34d420be37202419e1af0c84b61e68098 (patch) | |
| tree | 02699bdf7b48517b19805f64002b1f374bcf0a74 /src/video_core/engines/maxwell_3d.h | |
| parent | 6b64557ad62141d1ac5d42e88ba7a3ed0cc9884d (diff) | |
video_core: Fine tuning the index drawing judgment logic
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) \ |
