mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-15 03:39:19 +01:00
![Billy Laws](/assets/img/avatar_default.png)
In the cases of indirect draws, we don't know the vertex offset to write into the driver info constant buffer ahead of time, and to do it at draw time on the GPU would mean marking the constant buffer as GPU dirty (slow). HLE them in the shader instead using the host draw parameters extension.