Skip to content

Commit

Permalink
Fix latest wgpu changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Nov 14, 2023
1 parent 65f4ff0 commit de9420e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wgpu/src/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -353,11 +353,13 @@ impl Backend {
resolve_target: None,
ops: wgpu::Operations {
load: wgpu::LoadOp::Load,
store: true,
store: wgpu::StoreOp::Store,
},
},
)],
depth_stencil_attachment: None,
timestamp_writes: None,
occlusion_query_set: None,
},
));
}
Expand Down

0 comments on commit de9420e

Please sign in to comment.