mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-26 19:58:39 +00: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.