build: upgrade wgpu 0.20 → 22 (#106)

This commit is contained in:
Erich Gubler 2024-07-23 23:16:06 -04:00 committed by GitHub
parent 47f4126f99
commit 9def853042
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 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()));