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 48b545354a
commit f7e82d2fd6
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) \