mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-04-27 08:20:50 -07: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.