mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-27 05:25:56 -06:00
Vulkan: Free swapchain DescriptorSetLayout
This commit is contained in:
parent
95c9701dbf
commit
c93858bf96
@ -637,6 +637,8 @@ VulkanRenderer::~VulkanRenderer()
|
||||
}
|
||||
m_backbufferBlitPipelineCache = {};
|
||||
|
||||
vkDestroyDescriptorSetLayout(m_logicalDevice, m_swapchainDescriptorSetLayout, nullptr);
|
||||
|
||||
// shut down imgui
|
||||
ImGui_ImplVulkan_Shutdown();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user