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
In SharpVk/Khronos/Swapchain.gen.cs, AcquireNextImage is only throwing when the return code is an error (eg. VK_ERROR_SURFACE_LOST_KHR). But silently ignores non-success code like VK_TIMEOUT & VK_NOT_READY and incorrectly returns 0 instead.