mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Upgrade wgpu to v30 (#8289)
This commit is contained in:
@@ -380,7 +380,7 @@ impl WebPainter for WebPainterWgpu {
|
||||
);
|
||||
}
|
||||
|
||||
frame.present();
|
||||
render_state.queue.present(frame);
|
||||
}
|
||||
|
||||
// Free textures marked for destruction **after** queue submit since they might still be used in the current frame.
|
||||
|
||||
Reference in New Issue
Block a user