Merge pull request #344 from DominosCinnaStix/master

fix(wgpu): Set adapter backend to PRIMARY
This commit is contained in:
Héctor Ramón 2020-05-14 18:17:25 +02:00 committed by GitHub
commit e89e521e2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ impl iced_native::window::Backend for Backend {
},
compatible_surface: None,
},
wgpu::BackendBit::all(),
wgpu::BackendBit::PRIMARY,
)
.await
.expect("Request adapter");