Merge pull request 'Notify winit before presenting frames' (#6) from iris-ai/iris:split/05-pre-present-notify into main
Reviewed-on: iris/iris#6
This commit is contained in:
commit
db9b0f21d5
1 file changed
+1
@@ -45,6 +45,7 @@ impl UiRenderer {
|
||||
}
|
||||
|
||||
self.queue.submit(std::iter::once(encoder.finish()));
|
||||
self.window.pre_present_notify();
|
||||
output.present();
|
||||
}
|
||||
|
||||
|
||||
Reference in new issue
Block a user