Fix minimal-egui rendering (#327)

This commit is contained in:
Jay Oster 2022-12-17 21:43:06 -08:00 committed by GitHub
parent 6f4fa6c967
commit 6055a21e6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,7 +118,7 @@ impl Framework {
view: render_target, view: render_target,
resolve_target: None, resolve_target: None,
ops: wgpu::Operations { ops: wgpu::Operations {
load: wgpu::LoadOp::Clear(wgpu::Color::BLACK), load: wgpu::LoadOp::Load,
store: true, store: true,
}, },
})], })],