1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -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:
Kumpelinus
2025-09-21 20:42:00 +02:00
committed by GitHub
parent 6ac155c5cd
commit c97c065a57
11 changed files with 117 additions and 114 deletions

View File

@@ -471,6 +471,7 @@ impl Painter {
}),
store: wgpu::StoreOp::Store,
},
depth_slice: None,
})],
depth_stencil_attachment: self.depth_texture_view.get(&viewport_id).map(|view| {
wgpu::RenderPassDepthStencilAttachment {