Updated wgpu-rs and imgui-wgpu-rs
This commit is contained in:
parent
a90747dfeb
commit
f8c223a698
3 changed files with 119 additions and 110 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue