Updated wgpu-rs and imgui-wgpu-rs

This commit is contained in:
4bb4 2021-05-19 17:57:39 +02:00
parent a90747dfeb
commit f8c223a698
3 changed files with 119 additions and 110 deletions

View file

@ -198,8 +198,8 @@ impl System {
let mut rpass = encoder.begin_render_pass(&wgpu::RenderPassDescriptor {
label: None,
color_attachments: &[wgpu::RenderPassColorAttachmentDescriptor {
attachment: &frame.output.view,
color_attachments: &[wgpu::RenderPassColorAttachment {
view: &frame.output.view,
resolve_target: None,
ops: wgpu::Operations {
load: wgpu::LoadOp::Clear(wgpu::Color {