mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Fix Vulkan Validation Layer error when running VK_Parameter_Zoo
refpushtempl desscriptor update template was not deleted before shutdown
This commit is contained in:
committed by
Baldur Karlsson
parent
23fe6ae67f
commit
b3f57d1427
@@ -1528,7 +1528,10 @@ void main()
|
||||
vkDestroyImageView(device, view3, NULL);
|
||||
|
||||
if(KHR_descriptor_update_template && KHR_push_descriptor)
|
||||
{
|
||||
vkDestroyDescriptorUpdateTemplateKHR(device, pushtempl, NULL);
|
||||
vkDestroyDescriptorUpdateTemplateKHR(device, refpushtempl, NULL);
|
||||
}
|
||||
|
||||
if(KHR_descriptor_update_template)
|
||||
vkDestroyDescriptorUpdateTemplateKHR(device, reftempl, NULL);
|
||||
|
||||
Reference in New Issue
Block a user