emilk / egui

egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
https://www.egui.rs/
Apache License 2.0
22.46k stars 1.6k forks source link

Unexpected Monitor Behavior When Resizing egui Program with `wgpu` (Windows 10) #5062

Open rustbasic opened 2 months ago

rustbasic commented 2 months ago

egui: Master Version + wgpu OS: Windows 10

When I resize the program created using egui + wgpu on Windows 10 by dragging it extensively with the mouse, it affects other screens and causes the entire monitor to briefly turn off and on, as if it were restarting.

This issue newly occurred after updating wgpu to the latest version in egui. Since this phenomenon is not found in the examples provided by wgpu, it seems to be a problem that originated from egui.

Has anyone else experienced this phenomenon? Am I the only one?