Use Limits::downlevel_defaults in iced_wgpu
This commit is contained in:
parent
4411da25cf
commit
a53fa91e0d
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue