mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-07 23:41:18 +12:00
Vulkan: Free swapchain DescriptorSetLayout
This commit is contained in:
parent
95c9701dbf
commit
c93858bf96
1 changed files with 2 additions and 0 deletions
|
@ -637,6 +637,8 @@ VulkanRenderer::~VulkanRenderer()
|
||||||
}
|
}
|
||||||
m_backbufferBlitPipelineCache = {};
|
m_backbufferBlitPipelineCache = {};
|
||||||
|
|
||||||
|
vkDestroyDescriptorSetLayout(m_logicalDevice, m_swapchainDescriptorSetLayout, nullptr);
|
||||||
|
|
||||||
// shut down imgui
|
// shut down imgui
|
||||||
ImGui_ImplVulkan_Shutdown();
|
ImGui_ImplVulkan_Shutdown();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue