WIP: Vulkan: Many small things to get no crashes #112287

Closed
Jeroen Bakker wants to merge 19 commits from Jeroen-Bakker:vulkan/working-towards-eevee-next into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit 9d359928b3 - Show all commits

View File

@ -25,6 +25,7 @@ void VKDevice::deinit()
{
VK_ALLOCATION_CALLBACKS;
vkDestroyCommandPool(vk_device_, vk_command_pool_, vk_allocation_callbacks);
dummy_buffer_.free();
sampler_.free();
destroy_discarded_resources();