Skip to content

Commit

Permalink
Replace Mailbox leftover with PresentMode::AutoVsync in hello e…
Browse files Browse the repository at this point in the history
…xample
  • Loading branch information
hecrj committed Jul 3, 2022
1 parent 5f8c15a commit ffb0d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fn main() -> Result<(), Box<dyn Error>> {
format: render_format,
width: size.width,
height: size.height,
present_mode: wgpu::PresentMode::Mailbox,
present_mode: wgpu::PresentMode::AutoVsync,
},
);
}
Expand Down

0 comments on commit ffb0d17

Please sign in to comment.