Fix Vulkan Validation Layer error when running VK_Parameter_Zoo

refpushtempl desscriptor update template was not deleted before shutdown
This commit is contained in:
Jake Turner
2021-07-02 08:28:29 +01:00
committed by Baldur Karlsson
parent 23fe6ae67f
commit b3f57d1427
+3
View File
@@ -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);