Update wgpu to 28

This commit is contained in:
Héctor Ramón Jiménez 2026-01-20 02:01:42 +01:00
parent 0e025ed813
commit 3836ca7a17
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
4 changed files with 7 additions and 7 deletions

View file

@ -213,6 +213,7 @@ impl winit::application::ApplicationHandler for Application {
depth_stencil_attachment: None,
timestamp_writes: None,
occlusion_query_set: None,
multiview_mask: None,
});
text_renderer.render(&atlas, &viewport, &mut pass).unwrap();