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

eframe::App::post_rendering (#1591)

This commit is contained in:
René Rössler
2022-05-29 20:33:04 +02:00
committed by GitHub
parent abff2dcae2
commit 4a7a2d6430
8 changed files with 143 additions and 0 deletions

View File

@@ -126,6 +126,8 @@ pub fn run_glow(
&textures_delta,
);
integration.post_rendering(app.as_mut(), window);
{
crate::profile_scope!("swap_buffers");
gl_window.swap_buffers().unwrap();