Hi,
Builded your code, trying to run program, but got error - Out of date.[ERROR: Validation](user defined)
Validation Error: [ VUID-vkDestroySemaphore-semaphore-05149 ] | MessageID = 0x93e24db1 | vkDestroySemaphore(): semaphore can't be called on VkSemaphore 0x980f360000000011[] that is currently in use by VkSemaphore 0x980f360000000011[].
The Vulkan spec states: All submitted batches that refer to semaphore must have completed execution (https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-vkDestroySemaphore-semaphore-05149)
Any advice on how it can be fixed? GCC and Vulkan SDK are up-to-date.
Many thanks in advance!
Hi,
Builded your code, trying to run program, but got error - Out of date.[ERROR: Validation](user defined)
Validation Error: [ VUID-vkDestroySemaphore-semaphore-05149 ] | MessageID = 0x93e24db1 | vkDestroySemaphore(): semaphore can't be called on VkSemaphore 0x980f360000000011[] that is currently in use by VkSemaphore 0x980f360000000011[].
The Vulkan spec states: All submitted batches that refer to semaphore must have completed execution (https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-vkDestroySemaphore-semaphore-05149)
Any advice on how it can be fixed? GCC and Vulkan SDK are up-to-date.
Many thanks in advance!