1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 12:50:04 -04:00
Files
egui/crates
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
..
2024-07-05 12:09:21 +02:00
2024-07-07 08:50:04 +02:00
2024-07-07 08:50:04 +02:00
2023-04-18 15:52:45 +02:00
2024-07-05 11:39:47 +02:00
2024-07-05 12:09:21 +02:00