1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 21:30:03 -04:00

Some more work now stuff is rendered corectly

This commit is contained in:
Konkitoman
2023-08-02 20:49:41 +03:00
parent 141421547b
commit 2057993f54
4 changed files with 62 additions and 6 deletions

View File

@@ -980,7 +980,6 @@ mod glow_integration {
let window = &mut *window.write();
if let Some(winit_state) = &mut window.egui_winit {
if let Some(win) = window.window.clone() {
println!("Render beagin!");
let win = win.read();
let input = winit_state.take_egui_input(&win);
let output =
@@ -1026,7 +1025,6 @@ mod glow_integration {
"failed to get current context to swap buffers",
));
}
println!("Should render sync");
return;
}
}