Update wgpu to 26.0

This commit is contained in:
Héctor Ramón Jiménez 2025-07-22 02:37:58 +02:00
parent 36459b06ca
commit b36979ec18
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 3 additions and 3 deletions

View file

@ -203,6 +203,7 @@ impl winit::application::ApplicationHandler for Application {
label: None,
color_attachments: &[Some(RenderPassColorAttachment {
view: &view,
depth_slice: None,
resolve_target: None,
ops: Operations {
load: LoadOp::Clear(wgpu::Color::BLACK),