Files
citra/src
GPUCode 52251e3908 renderer_vulkan: Scheduler and presentation rewrite
* This commit ports yuzu's async scheduler replacing our older and crummier version
  Commands are recorded by the scheduler and processed by a separate worker thread.

* Queue submission is also moved to the worker thread which should alliviate slowdowns related to vkQueueSubmit stalls

* Fragment shader compilation and queue submission are also moved to that thread to reduce stutters
2022-12-25 22:23:46 +02:00
..
2022-12-25 22:19:06 +02:00
2022-12-25 22:23:46 +02:00
2022-12-25 22:12:42 +02:00
2022-12-25 22:19:06 +02:00