Update wgpu to 0.18 and cosmic-text to 0.10

This commit is contained in:
Héctor Ramón Jiménez 2023-10-27 03:21:40 +02:00
parent f1b1344d59
commit 86b877517f
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
6 changed files with 24 additions and 9 deletions

View file

@ -167,10 +167,12 @@ impl Blit {
resolve_target: None,
ops: wgpu::Operations {
load: wgpu::LoadOp::Load,
store: true,
store: wgpu::StoreOp::Store,
},
})],
depth_stencil_attachment: None,
timestamp_writes: None,
occlusion_query_set: None,
});
render_pass.set_pipeline(&self.pipeline);