diff --git a/player/src/bin/play.rs b/player/src/bin/play.rs index 5af9187cfa..41e454fd79 100644 --- a/player/src/bin/play.rs +++ b/player/src/bin/play.rs @@ -41,8 +41,7 @@ fn main() { .build(&event_loop) .unwrap(); - let global = - wgc::hub::Global::new("player", IdentityPassThroughFactory, wgt::Backends::PRIMARY); + let global = wgc::hub::Global::new("player", IdentityPassThroughFactory, wgt::Backends::all()); let mut command_buffer_id_manager = wgc::hub::IdentityManager::default(); #[cfg(feature = "winit")]