yuzu-android/src
ReinUsesLisp ac8835659e vulkan: Defer descriptor set work to the Vulkan thread
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.
2021-07-22 21:51:29 -04:00
..
audio_core
common shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
core
input_common
shader_recompiler shader: Fix BFE s32 undefined check 2021-07-22 21:51:29 -04:00
tests shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
video_core vulkan: Defer descriptor set work to the Vulkan thread 2021-07-22 21:51:29 -04:00
web_service
yuzu
yuzu_cmd
.clang-format
CMakeLists.txt