Merge pull request #9353 from vonchenplus/draw_indexed

video_core: Fine tuning the index drawing judgment logic
This commit is contained in:
liamwhite
2022-12-03 10:43:34 -05:00
committed by GitHub
2 changed files with 22 additions and 27 deletions

View File

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