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

Call pre_present_notify before presenting (#8089)

This commit is contained in:
Dimitris Papaioannou
2026-04-12 17:06:12 +03:00
committed by GitHub
parent 86a7f47738
commit 41b64fc6f3
2 changed files with 6 additions and 0 deletions

View File

@@ -722,6 +722,7 @@ impl WgpuWinitRunning<'_> {
&clipped_primitives,
&textures_delta,
screenshot_commands,
window,
);
for action in viewport.actions_requested.drain(..) {
@@ -1111,6 +1112,7 @@ fn render_immediate_viewport(
&clipped_primitives,
&textures_delta,
vec![],
window,
);
egui_winit.handle_platform_output(window, platform_output);