Update wgpu to 26

This commit is contained in:
Héctor Ramón Jiménez 2025-07-22 02:50:42 +02:00
parent 71b0b6ae07
commit 195146b50c
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
11 changed files with 436 additions and 386 deletions

View file

@ -369,6 +369,7 @@ impl Pipeline {
color_attachments: &[Some(
wgpu::RenderPassColorAttachment {
view: target,
depth_slice: None,
resolve_target: None,
ops: wgpu::Operations {
load: wgpu::LoadOp::Load,
@ -568,6 +569,7 @@ impl DepthPipeline {
label: Some("cubes.pipeline.depth_pass"),
color_attachments: &[Some(wgpu::RenderPassColorAttachment {
view: target,
depth_slice: None,
resolve_target: None,
ops: wgpu::Operations {
load: wgpu::LoadOp::Load,