Merge pull request #344 from DominosCinnaStix/master
fix(wgpu): Set adapter backend to PRIMARY
This commit is contained in:
commit
e89e521e2b
@ -28,7 +28,7 @@ impl iced_native::window::Backend for Backend {
|
||||
},
|
||||
compatible_surface: None,
|
||||
},
|
||||
wgpu::BackendBit::all(),
|
||||
wgpu::BackendBit::PRIMARY,
|
||||
)
|
||||
.await
|
||||
.expect("Request adapter");
|
||||
|
Loading…
Reference in New Issue
Block a user