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
Add exception handling for vk::SystemError across mainLoop and presentation functions
- Catch `vk::SystemError` in `mainLoop` and presentation logic to handle `vk::Result::eErrorOutOfDateKHR` gracefully.
- Log and ignore swapchain-related errors during shutdown or presentation to prevent crashes while rethrowing unexpected exceptions.
- Updated multiple attachments for consistent error handling.
0 commit comments