egui
egui copied to clipboard
Fix: Speed issues on Windows when immediate viewport is on another screen
Fix Issues : Speed issues on Windows when immediate viewport is on another screen
Improvement : In glow and wgpu, we are removing egui_ctx and only using integration.egui_ctx.
This simplifies the structure and reduces the possibility of bugs.
- Related #4022
- Closes #5249
Preview available at https://egui-pr-preview.github.io/pr/5250-patch136 Note that it might take a couple seconds for the update to show up after the preview_build workflow has completed.