mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-17 06:16:21 +01:00
![lynxnb](/assets/img/avatar_default.png)
Unindexed quad draws were broken when multiple draw calls were done on the same vertex buffer, with a non-zero `first` index. Indexed quad draws also suffered from the same issue, but was never encountered in games. This commit fixes both cases by accounting for the `first` drawn index when generating conversion index buffers.