mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 00:03:29 +00:00
chore: resolve wgt::Backend::Empty
raising unused_qualifications
This commit is contained in:
parent
15d64c362e
commit
754ead25ab
@ -498,7 +498,7 @@ impl Global {
|
||||
|
||||
let id = self
|
||||
.surfaces
|
||||
.prepare(wgt::Backend::Empty, id_in) // No specific backend for Surface, since it's not specific.
|
||||
.prepare(Backend::Empty, id_in) // No specific backend for Surface, since it's not specific.
|
||||
.assign(Arc::new(surface));
|
||||
Ok(id)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user