You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: