FidelityFX-SDK
FidelityFX-SDK copied to clipboard
Vulkan validation error with BrixelizerGI #2
Recreating the Brixelizer GI context will result in the following Vulkan validation error:
[22:50:23]: Vulkan: Validation Error: [ VUID-vkFreeDescriptorSets-descriptorPool-00312 ] Object 0: handle = 0x636d0900000005f1, type = VK_OBJECT_TYPE_DESCRIPTOR_POOL; | MessageID = 0x5f008dfb | vkFreeDescriptorSets(): descriptorPool with a pool created with VkDescriptorPoolCreateFlags(0). The Vulkan spec states: descriptorPool must have been created with the VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT flag (https://vulkan.lunarg.com/doc/view/1.4.304.0/windows/1.4-extensions/vkspec.html#VUID-vkFreeDescriptorSets-descriptorPool-00312)
Panos