Skip to content

Commit

Permalink
Use Limits::downlevel_defaults in iced_wgpu
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Mar 7, 2022
1 parent 4411da2 commit a53fa91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu/src/window/compositor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ impl Compositor {
.using_resolution(adapter.limits());

#[cfg(not(target_arch = "wasm32"))]
let limits = wgpu::Limits::default();
let limits = wgpu::Limits::downlevel_defaults();

let (device, queue) = adapter
.request_device(
Expand Down

0 comments on commit a53fa91

Please sign in to comment.