mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
Update wgpu to 26 and wasm-bindgen to 0.2.100 (#7540)
Co-authored-by: TÖRÖK Attila <torokati44@gmail.com> Co-authored-by: Andreas Reich <r_andreas2@web.de>
This commit is contained in:
@@ -190,6 +190,7 @@ impl crate::TestRenderer for WgpuTestRenderer {
|
||||
load: wgpu::LoadOp::Clear(wgpu::Color::TRANSPARENT),
|
||||
store: wgpu::StoreOp::Store,
|
||||
},
|
||||
depth_slice: None,
|
||||
})],
|
||||
..Default::default()
|
||||
})
|
||||
@@ -205,7 +206,7 @@ impl crate::TestRenderer for WgpuTestRenderer {
|
||||
self.render_state
|
||||
.device
|
||||
.poll(wgpu::PollType::Wait)
|
||||
.map_err(|e| format!("{e}"))?;
|
||||
.map_err(|e| format!("{e:?}"))?;
|
||||
|
||||
Ok(texture_to_image(
|
||||
&self.render_state.device,
|
||||
|
||||
Reference in New Issue
Block a user