Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AcquireNextImage ignores VK_TIMEOUT & VK_NOT_READY #63

Open
pascal-gw opened this issue Jan 14, 2021 · 0 comments
Open

AcquireNextImage ignores VK_TIMEOUT & VK_NOT_READY #63

pascal-gw opened this issue Jan 14, 2021 · 0 comments

Comments

@pascal-gw
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant