mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-26 04:45:18 -06:00
Vulkan: Cleanup pipeline cache
This commit is contained in:
parent
7dd28f79ed
commit
df53971507
@ -628,6 +628,9 @@ VulkanRenderer::~VulkanRenderer()
|
||||
m_pipeline_cache_semaphore.notify();
|
||||
m_pipeline_cache_save_thread.join();
|
||||
|
||||
vkDestroyPipelineCache(m_logicalDevice, m_pipeline_cache, nullptr);
|
||||
|
||||
|
||||
for(auto& i : m_backbufferBlitPipelineCache)
|
||||
{
|
||||
vkDestroyPipeline(m_logicalDevice, i.second, nullptr);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user