mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 12:50:04 -04:00
Call pre_present_notify before presenting (#8089)
This commit is contained in:
committed by
GitHub
parent
86a7f47738
commit
41b64fc6f3
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user