mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-29 22:40:08 +00:00

glDrawArrays was being used when the draw had a base instance specified. This commit removes the draw parameters abstraction and fixes the mentioned issue.