egui_wgpu_backend
egui_wgpu_backend copied to clipboard
Transparency not work
The git version of winit has fixed issue of transparent window. But running on linux with egui_wgpu_backend still get no transparent background.
Related issue: https://github.com/gfx-rs/wgpu/issues/687 .
Also winit
0.26 broke transparency on Windows 11: https://github.com/rust-windowing/winit/issues/2082 So we turned transparency off in the egui
demo app when updating: https://github.com/emilk/egui/pull/930