Update wgpu to 26
This commit is contained in:
parent
71b0b6ae07
commit
195146b50c
11 changed files with 436 additions and 386 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue