Open anantnrg opened 10 months ago
Are you on NVIDIA, by chance? I presume this is https://github.com/gfx-rs/wgpu/issues/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 wgpu
comes out. Maybe that'll solve it.
@anantnrg it's been a few updates by now, did you try again?
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):