Replace name abbreviation in iced_wgpu
This commit is contained in:
parent
3d38d0af91
commit
9adc20922d
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ impl iced_graphics::window::Compositor for Compositor {
|
||||||
|
|
||||||
// Submit work
|
// Submit work
|
||||||
self.staging_belt.finish();
|
self.staging_belt.finish();
|
||||||
let _idx = self.queue.submit(Some(encoder.finish()));
|
let _submission = self.queue.submit(Some(encoder.finish()));
|
||||||
frame.present();
|
frame.present();
|
||||||
|
|
||||||
// Recall staging buffers
|
// Recall staging buffers
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue