We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wgt::Backend::Empty
unused_qualifications
1 parent 15d64c3 commit 754ead2Copy full SHA for 754ead2
wgpu-core/src/instance.rs
@@ -498,7 +498,7 @@ impl Global {
498
499
let id = self
500
.surfaces
501
- .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.
502
.assign(Arc::new(surface));
503
Ok(id)
504
}
0 commit comments