egui/crates/eframe/src
rustbasic 20359a870f
eframe: Improve `glow` context switching (#4814)
Improved `change_gl_context()`

**Before:** 
Create a new `not_current_glcontext`. 

**After:**
If `not_current_glcontext` exists, apply it. Otherwise, create it. 

This will make the program smoother when dragging, etc.
2024-07-11 11:43:21 +02:00
..
native eframe: Improve `glow` context switching (#4814) 2024-07-11 11:43:21 +02:00
web Introduce dithering to reduce banding (#4497) 2024-07-08 09:57:11 +02:00
epi.rs Introduce dithering to reduce banding (#4497) 2024-07-08 09:57:11 +02:00
icon_data.rs Update `image` crate to 0.25 (#4160) 2024-05-13 13:35:15 +02:00
lib.rs `eframe::Result` is now short for `eframe::Result<()>` (#4706) 2024-06-25 13:31:42 +02:00
stopwatch.rs Much more accurate `cpu_usage` timing (#3913) 2024-01-29 19:12:16 +01:00