Update wgpu to 22.0
This commit is contained in:
parent
aed9a03e3c
commit
a5e69cfb5f
12 changed files with 16 additions and 2 deletions
|
|
@ -774,6 +774,7 @@ mod solid {
|
|||
depth_stencil: None,
|
||||
multisample: triangle::multisample_state(antialiasing),
|
||||
multiview: None,
|
||||
cache: None,
|
||||
},
|
||||
);
|
||||
|
||||
|
|
@ -955,6 +956,7 @@ mod gradient {
|
|||
depth_stencil: None,
|
||||
multisample: triangle::multisample_state(antialiasing),
|
||||
multiview: None,
|
||||
cache: None,
|
||||
},
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue