PabloMK7 / citra

A Nintendo 3DS Emulator
GNU General Public License v2.0
3.74k stars 636 forks source link

renderer_vulkan: Reduce amount of wait semaphores #186

Closed PabloMK7 closed 4 months ago

PabloMK7 commented 4 months ago

Removes an unnecessary execution dependency on queue submissions and allows the gpu to process commands more in parallel.