egui_wgpu_backend icon indicating copy to clipboard operation
egui_wgpu_backend copied to clipboard

Transparency not work

Open chengchangwu opened this issue 3 years ago • 2 comments

The git version of winit has fixed issue of transparent window. But running on linux with egui_wgpu_backend still get no transparent background.

chengchangwu avatar Sep 10 '21 20:09 chengchangwu

Related issue: https://github.com/gfx-rs/wgpu/issues/687 .

chengchangwu avatar Sep 13 '21 23:09 chengchangwu

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

parasyte avatar Dec 31 '21 23:12 parasyte