video_core: Fine tuning the index drawing judgment logic

This commit is contained in:
Feng Chen
2022-11-29 15:04:47 +08:00
parent 6b64557ad6
commit cb5400b34d
2 changed files with 22 additions and 27 deletions

View File

@ -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) \