summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_3d.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2022-12-03 16:43:34 +0100
committerGitHub <noreply@github.com>2022-12-03 16:43:34 +0100
commitac0721a4bc3ad8ecdd91da0a5198b13457eae869 (patch)
treed6821658e3ff2ca5bdac4ee86c041b15e7a37e47 /src/video_core/engines/maxwell_3d.h
parentMerge pull request #9303 from liamwhite/new-vulkan-init (diff)
parentvideo_core: Fine tuning the index drawing judgment logic (diff)
downloadyuzu-ac0721a4bc3ad8ecdd91da0a5198b13457eae869.tar
yuzu-ac0721a4bc3ad8ecdd91da0a5198b13457eae869.tar.gz
yuzu-ac0721a4bc3ad8ecdd91da0a5198b13457eae869.tar.bz2
yuzu-ac0721a4bc3ad8ecdd91da0a5198b13457eae869.tar.lz
yuzu-ac0721a4bc3ad8ecdd91da0a5198b13457eae869.tar.xz
yuzu-ac0721a4bc3ad8ecdd91da0a5198b13457eae869.tar.zst
yuzu-ac0721a4bc3ad8ecdd91da0a5198b13457eae869.zip
Diffstat (limited to 'src/video_core/engines/maxwell_3d.h')
-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 deba292a5..a541cd95f 100644
--- a/src/video_core/engines/maxwell_3d.h
+++ b/src/video_core/engines/maxwell_3d.h
@@ -3159,6 +3159,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) \