-
Notifications
You must be signed in to change notification settings - Fork 75
Description
error message:
VUID-vkAcquireNextImageKHR-semaphore-01779(ERROR / SPEC): msgNum: 1461184347 - Validation Error: [ VUID-vkAcquireNextImageKHR-semaphore-01779 ] Object 0: handle = 0xea7170000000031, type = VK_OBJECT_TYPE_SEMAPHORE; | MessageID = 0x5717e75b | vkAcquireNextImageKHR(): Semaphore must not have any pending operations. The Vulkan spec states: If semaphore is not VK_NULL_HANDLE it must not have any uncompleted signal or wait operations pending (https://vulkan.lunarg.com/doc/view/1.3.290.0/windows/1.3-extensions/vkspec.html#VUID-vkAcquireNextImageKHR-semaphore-01779)
Objects: 1
[0] 0xea7170000000031, type: 5, name: NULL
environment:
Windows11 ver22631
CPU: AMD Ryzen9 7950X
GPU: NVIDIA RTX 3060, driver version 561.09
Vulkan: 1.3.280
vsg and vsgvolume example Compiler: msvc143 x64 AVX2 enabled (Clang-Cl has the same problem)