Note: for support questions, please use the #engine-user-help channel in our Discord or create a discussion. This repository's issues are reserved for feature requests and bug reports.
Describe the issue:
As per the title, Vulkan is causing a crash with the X11 windowing system when VK_ERROR_OUT_OF_DATE_KHR is returned from vkAcquireNextImageKHR inside of NovelRT's Vulkan render pipeline.
Please provide the steps to reproduce if possible:
- Clone the repo
- Switch to main branch
- build any of the known working samples and run it
- resize the window
- observe the issue
Expected behaviour:
The window should handle VK_ERROR_OUT_OF_DATE_KHR more gracefully than this.
Please tell us about your environment:
- Engine Version: [v0.0.0]
- Configuration: Debug
- OS Version: Debian Bookworm
If building from source:
- Compiler Version: clang 14
- Git branch: main
Additional context:
Windows works fine because of course it does so debugging this is major pain. From what I've gathered though, this is something that might be fixed with my post-MVP rewrite of the graphics layer.
Note: for support questions, please use the #engine-user-help channel in our Discord or create a discussion. This repository's issues are reserved for feature requests and bug reports.
Describe the issue:
As per the title, Vulkan is causing a crash with the X11 windowing system when VK_ERROR_OUT_OF_DATE_KHR is returned from
vkAcquireNextImageKHRinside of NovelRT's Vulkan render pipeline.Please provide the steps to reproduce if possible:
Expected behaviour:
The window should handle VK_ERROR_OUT_OF_DATE_KHR more gracefully than this.
Please tell us about your environment:
If building from source:
Additional context:
Windows works fine because of course it does so debugging this is major pain. From what I've gathered though, this is something that might be fixed with my post-MVP rewrite of the graphics layer.