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
I tried to quickly restructure the EventLoop code to handle the timeout similar to bevy, but without much avail. Most likely due to a lack of understanding Screen 13.
The text was updated successfully, but these errors were encountered:
When running any example under Linux with both winit wayland and x11 backend the swapchain is continuously recreated:
I tried fixing it locally by handling the timeout here: https://github.com/attackgoat/screen-13/blob/master/src/driver/swapchain.rs#L109
But then no frame is rendered after the initial frame. I am currently traveling and using an integrated AMD GPU I suspect the reason for the timeouts is similar to the following workaround in bevy for integrated GPUs on Linux: https://github.com/bevyengine/bevy/blob/main/crates/bevy_render/src/view/window.rs#L230
I tried to quickly restructure the
EventLoop
code to handle the timeout similar to bevy, but without much avail. Most likely due to a lack of understanding Screen 13.The text was updated successfully, but these errors were encountered: