pascal-gw
Results
1
issues of
pascal-gw
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.