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

[glium] implement reactive run mode

This commit is contained in:
Emil Ernerfeldt
2020-07-22 22:26:49 +02:00
parent a14bfa0e73
commit 48bad68257
3 changed files with 63 additions and 17 deletions

View File

@@ -39,11 +39,6 @@ impl MyApp {
});
ui.separator();
ui.label("WebGl painter info:");
ui.indent("webgl region id", |ui| {
ui.label(&backend.painter_debug_info());
});
ui.add(
label!(
"CPU usage: {:.2} ms / frame (excludes painting)",