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.
1 parent e27fbb8 commit 0614cceCopy full SHA for 0614cce
player/src/bin/play.rs
@@ -41,8 +41,7 @@ fn main() {
41
.build(&event_loop)
42
.unwrap();
43
44
- let global =
45
- wgc::hub::Global::new("player", IdentityPassThroughFactory, wgt::Backends::PRIMARY);
+ let global = wgc::hub::Global::new("player", IdentityPassThroughFactory, wgt::Backends::all());
46
let mut command_buffer_id_manager = wgc::hub::IdentityManager::default();
47
48
#[cfg(feature = "winit")]
0 commit comments