mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-07 23:41:18 +12:00
Vulkan: Cleanup pipeline cache
This commit is contained in:
parent
7dd28f79ed
commit
df53971507
1 changed files with 3 additions and 0 deletions
|
@ -628,6 +628,9 @@ VulkanRenderer::~VulkanRenderer()
|
||||||
m_pipeline_cache_semaphore.notify();
|
m_pipeline_cache_semaphore.notify();
|
||||||
m_pipeline_cache_save_thread.join();
|
m_pipeline_cache_save_thread.join();
|
||||||
|
|
||||||
|
vkDestroyPipelineCache(m_logicalDevice, m_pipeline_cache, nullptr);
|
||||||
|
|
||||||
|
|
||||||
for(auto& i : m_backbufferBlitPipelineCache)
|
for(auto& i : m_backbufferBlitPipelineCache)
|
||||||
{
|
{
|
||||||
vkDestroyPipeline(m_logicalDevice, i.second, nullptr);
|
vkDestroyPipeline(m_logicalDevice, i.second, nullptr);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue