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 started a small project using gl-rs on windows, and it worked fine there. later i moved to windows and continued developing the project on linux but on X11. however now i'm on wayland, and when i try to execute the program it compiles file but throws "interface 'wl_output' has no event 4" as soon as it runs and panics. Is there some wayland specific setting im missing that i need to turn on? my current code is exactly the same as the triangle.rs example from the repo
The text was updated successfully, but these errors were encountered:
I started a small project using gl-rs on windows, and it worked fine there. later i moved to windows and continued developing the project on linux but on X11. however now i'm on wayland, and when i try to execute the program it compiles file but throws "interface 'wl_output' has no event 4" as soon as it runs and panics. Is there some wayland specific setting im missing that i need to turn on? my current code is exactly the same as the triangle.rs example from the repo
The text was updated successfully, but these errors were encountered: