Update wgpu
to 0.18
This commit is contained in:
parent
6aaaf5071e
commit
2caa9fc5e5
2 changed files with 4 additions and 2 deletions
|
@ -130,10 +130,12 @@ async fn run() {
|
|||
resolve_target: None,
|
||||
ops: Operations {
|
||||
load: LoadOp::Clear(wgpu::Color::BLACK),
|
||||
store: true,
|
||||
store: wgpu::StoreOp::Store,
|
||||
},
|
||||
})],
|
||||
depth_stencil_attachment: None,
|
||||
timestamp_writes: None,
|
||||
occlusion_query_set: None,
|
||||
});
|
||||
|
||||
text_renderer.render(&atlas, &mut pass).unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue