Update wgpu to 22.0

This commit is contained in:
Héctor Ramón Jiménez 2024-07-19 19:02:10 +02:00
parent ce412b3954
commit 0d7ba1bba4
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
3 changed files with 5 additions and 3 deletions

View file

@ -239,6 +239,7 @@ impl Cache {
depth_stencil: depth_stencil.clone(),
multisample,
multiview: None,
cache: None,
}));
cache.push((format, multisample, depth_stencil, pipeline.clone()));