Update wgpu to 22.0

This commit is contained in:
Héctor Ramón Jiménez 2024-07-19 19:10:23 +02:00
parent aed9a03e3c
commit a5e69cfb5f
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
12 changed files with 16 additions and 2 deletions

View file

@ -174,6 +174,7 @@ impl Pipeline {
alpha_to_coverage_enabled: false,
},
multiview: None,
cache: None,
},
);

View file

@ -136,6 +136,7 @@ impl Pipeline {
alpha_to_coverage_enabled: false,
},
multiview: None,
cache: None,
});
Self { pipeline }