Vulkan: Free swapchain DescriptorSetLayout

This commit is contained in:
goeiecool9999 2024-11-04 19:59:05 +01:00
parent 95c9701dbf
commit c93858bf96

View file

@ -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();