mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-26 04:36:56 +00:00
Vulkan: Fix descriptor set layout leak.
This commit is contained in:
parent
972a5db7ae
commit
89a5983c3c
@ -933,6 +933,7 @@ static void vulkan_test_deinit(void)
|
||||
|
||||
VKFUNC(vkDestroyRenderPass)(device, vk.render_pass, NULL);
|
||||
VKFUNC(vkDestroyPipeline)(device, vk.pipeline, NULL);
|
||||
VKFUNC(vkDestroyDescriptorSetLayout)(device, vk.set_layout, NULL);
|
||||
VKFUNC(vkDestroyPipelineLayout)(device, vk.pipeline_layout, NULL);
|
||||
|
||||
VKFUNC(vkFreeMemory)(device, vk.vbo.memory, NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user