Update wgpu to 26
This commit is contained in:
parent
71b0b6ae07
commit
195146b50c
11 changed files with 436 additions and 386 deletions
|
|
@ -24,6 +24,7 @@ impl Scene {
|
|||
label: None,
|
||||
color_attachments: &[Some(wgpu::RenderPassColorAttachment {
|
||||
view: target,
|
||||
depth_slice: None,
|
||||
resolve_target: None,
|
||||
ops: wgpu::Operations {
|
||||
load: wgpu::LoadOp::Clear({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue