Fix load operation for msaa render pass in iced_wgpu
This commit is contained in:
parent
5c196889f2
commit
788d9989ba
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ impl Pipeline {
|
||||||
view: &targets.attachment,
|
view: &targets.attachment,
|
||||||
resolve_target: Some(&targets.resolve),
|
resolve_target: Some(&targets.resolve),
|
||||||
ops: wgpu::Operations {
|
ops: wgpu::Operations {
|
||||||
load: wgpu::LoadOp::Load,
|
load: wgpu::LoadOp::Clear(wgpu::Color::TRANSPARENT),
|
||||||
store: wgpu::StoreOp::Store,
|
store: wgpu::StoreOp::Store,
|
||||||
},
|
},
|
||||||
})],
|
})],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue