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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user