-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Eframe unusable when rendering with WGPU backend on Wayland #3924
Comments
Are you on NVIDIA, by chance? I presume this is gfx-rs/wgpu#4775. A fix for this has already been implemented in wgpu, and will most likely be released in the next major version (0.20). |
@Friz64 yes, I have an Nvidia GTX 1060. I'll test it once the new release of |
@anantnrg it's been a few updates by now, did you try again? |
@Wumpf sorry im late, but no i did not try again. |
@anantnrg mind giving it another spin with the latest egui version? :) |
@Wumpf sadly, im on windows right now (ue5 works better), and dont have a working linux install. So i wont be able to test it again. sorry :( |
Closing this then due to lack of information & repro |
Describe the bug
When running
eframe
with thewgpu
andwayland
features enabled, the result window is unresponsive to any mouse or keyboard events. Running withglow
works perfectly fine as intended.To Reproduce
Steps to reproduce the behavior:
emilk/eframe_template
repo.Cargo.toml
glow
ineframe
features
towgpu
wayland
feature toeframe
cargo run
Expected behavior
App should work as expected like when using the Glow backend.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: