summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_pipeline_cache.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2021-04-01 09:09:09 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-23 03:51:25 +0200
commitd0a529683a2e5a693b53c6f24f6816c06f8f7e65 (patch)
tree06d9ccc769af3483d9cd51ad508a6d1d541bb5c6 /src/video_core/renderer_vulkan/vk_pipeline_cache.h
parentvulkan: Create pipeline layouts in separate threads (diff)
downloadyuzu-d0a529683a2e5a693b53c6f24f6816c06f8f7e65.tar
yuzu-d0a529683a2e5a693b53c6f24f6816c06f8f7e65.tar.gz
yuzu-d0a529683a2e5a693b53c6f24f6816c06f8f7e65.tar.bz2
yuzu-d0a529683a2e5a693b53c6f24f6816c06f8f7e65.tar.lz
yuzu-d0a529683a2e5a693b53c6f24f6816c06f8f7e65.tar.xz
yuzu-d0a529683a2e5a693b53c6f24f6816c06f8f7e65.tar.zst
yuzu-d0a529683a2e5a693b53c6f24f6816c06f8f7e65.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/renderer_vulkan/vk_pipeline_cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/renderer_vulkan/vk_pipeline_cache.h b/src/video_core/renderer_vulkan/vk_pipeline_cache.h
index 609f00898..343ea1554 100644
--- a/src/video_core/renderer_vulkan/vk_pipeline_cache.h
+++ b/src/video_core/renderer_vulkan/vk_pipeline_cache.h
@@ -187,6 +187,7 @@ private:
std::string pipeline_cache_filename;
Common::ThreadWorker workers;
+ Common::ThreadWorker serialization_thread;
};
} // namespace Vulkan