1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 12:50:04 -04:00

[glium] break out persistence

This commit is contained in:
Emil Ernerfeldt
2020-07-22 18:01:27 +02:00
parent 4e52a960e5
commit e84412dec5
4 changed files with 248 additions and 173 deletions

View File

@@ -36,8 +36,6 @@ pub struct Backend {
painter: webgl::Painter,
frame_times: egui::MovementTracker<f32>,
frame_start: Option<f64>,
/// If true, paint at full framerate always.
/// If false, only paint on input.
run_mode: RunMode,
last_save_time: Option<f64>,
}