Upgrade to wgpu 25
This commit is contained in:
parent
a456d1c17b
commit
1b72c1fe9e
2 changed files with 5 additions and 5 deletions
|
|
@ -49,7 +49,7 @@ impl WindowState {
|
|||
.await
|
||||
.unwrap();
|
||||
let (device, queue) = adapter
|
||||
.request_device(&DeviceDescriptor::default(), None)
|
||||
.request_device(&DeviceDescriptor::default())
|
||||
.await
|
||||
.unwrap();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue