mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-03 13:22:26 -07:00
Move descriptor lookup and update code to a separate thread. Delaying this removes work from the main GPU thread and allows creating descriptor layouts on another thread. This reduces a bit the workload of the main thread when new pipelines are encountered.