2
0
mirror of https://github.com/skyline-emu/skyline.git synced 2025-05-15 04:42:18 +03:00
lynxnb 34bd16426c Fix quads index buffer conversion not accounting for first index
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.
2022-09-04 12:42:33 +02:00
..
2019-10-18 16:22:38 +05:30