Update wgpu to 0.18 and cosmic-text to 0.10
This commit is contained in:
parent
f1b1344d59
commit
86b877517f
6 changed files with 24 additions and 9 deletions
|
|
@ -300,10 +300,15 @@ impl Pipeline {
|
|||
wgpu::RenderPassColorAttachment {
|
||||
view: attachment,
|
||||
resolve_target,
|
||||
ops: wgpu::Operations { load, store: true },
|
||||
ops: wgpu::Operations {
|
||||
load,
|
||||
store: wgpu::StoreOp::Store,
|
||||
},
|
||||
},
|
||||
)],
|
||||
depth_stencil_attachment: None,
|
||||
timestamp_writes: None,
|
||||
occlusion_query_set: None,
|
||||
});
|
||||
|
||||
let layer = &mut self.layers[layer];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue