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
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)
this message pops frequently, but not every frame
The text was updated successfully, but these errors were encountered:
Veloctor
changed the title
vsgvolume pops error message
vsgvolume pops error message every frame
Sep 26, 2024
Veloctor
changed the title
vsgvolume pops error message every frame
vsgvolume pops error message
Sep 26, 2024
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)
this message pops frequently, but not every frame
The text was updated successfully, but these errors were encountered: