Fix minimal-egui rendering (#327)
This commit is contained in:
parent
6f4fa6c967
commit
6055a21e6c
|
@ -118,7 +118,7 @@ impl Framework {
|
|||
view: render_target,
|
||||
resolve_target: None,
|
||||
ops: wgpu::Operations {
|
||||
load: wgpu::LoadOp::Clear(wgpu::Color::BLACK),
|
||||
load: wgpu::LoadOp::Load,
|
||||
store: true,
|
||||
},
|
||||
})],
|
||||
|
|
Loading…
Reference in a new issue