-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Example demo_app crashes when minimized on Windows #61
Comments
Seems that now in the case of resize, we end up passing an invalid future. So we should only |
#62 should fix this |
Thank you for looking into this so quickly! Sadly the fix only ensures that the program does not fully crash. Minimizing still gives this validation error:
Additionally, the application keeps eating more and more memory while minimized and the program hangs when it is unminimized (the duration of the hang depends on how long it was minimized) |
Will look into it further when I get a moment |
Right, this is annoying... So the fix seems to be passing the timeout to swapchain acquire. This wasn't possible in After trying with a small timeout, the app no longer hangs after minimizing. Assuming the validation error also clears, because UINT64_MAX is no longer used with 2 min swapchain images, but I don't currently have validation layers enabled, so didn't check. |
Not sure why but the example demo_app crashes when I minimize one of the two windows on Windows. Note that I have validation layers enabled through the Vulkan Configurator.
This is what is printed in the terminal:
The text was updated successfully, but these errors were encountered: