SharpVk icon indicating copy to clipboard operation
SharpVk copied to clipboard

AcquireNextImage ignores VK_TIMEOUT & VK_NOT_READY

Open pascal-gw opened this issue 3 years ago • 0 comments

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.

pascal-gw avatar Jan 14 '21 10:01 pascal-gw