Fix latest wgpu changes

This commit is contained in:
Héctor Ramón Jiménez 2023-11-14 11:33:04 +01:00
parent 65f4ff060a
commit de9420e7df
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -353,11 +353,13 @@ impl Backend {
resolve_target: None, resolve_target: None,
ops: wgpu::Operations { ops: wgpu::Operations {
load: wgpu::LoadOp::Load, load: wgpu::LoadOp::Load,
store: true, store: wgpu::StoreOp::Store,
}, },
}, },
)], )],
depth_stencil_attachment: None, depth_stencil_attachment: None,
timestamp_writes: None,
occlusion_query_set: None,
}, },
)); ));
} }