mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Merge #1097
1097: Fix bad copy/paste in #907 r=grovesNL a=VincentFTS **Connections** #907 **Description** Fix a copy/paste from dx11 code. Co-authored-by: Vincent Jousse <contact@ftsoftware.fr>
This commit is contained in:
@@ -743,7 +743,7 @@ impl<G: GlobalIdentityHandlerFactory> Global<G> {
|
||||
#[cfg(dx11)]
|
||||
map(("Dx11", &mut id_dx11, adapters_dx11, backend::Dx11::hub)),
|
||||
#[cfg(gl)]
|
||||
map(("GL", &mut id_dx11, adapters_gl, backend::Gl::hub)),
|
||||
map(("GL", &mut id_gl, adapters_gl, backend::Gl::hub)),
|
||||
}
|
||||
|
||||
let _ = (
|
||||
|
||||
Reference in New Issue
Block a user