Skip to content

Commit 0614cce

Browse files
committed
Enable All Backends for Trace Player
1 parent e27fbb8 commit 0614cce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

player/src/bin/play.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ fn main() {
4141
.build(&event_loop)
4242
.unwrap();
4343

44-
let global =
45-
wgc::hub::Global::new("player", IdentityPassThroughFactory, wgt::Backends::PRIMARY);
44+
let global = wgc::hub::Global::new("player", IdentityPassThroughFactory, wgt::Backends::all());
4645
let mut command_buffer_id_manager = wgc::hub::IdentityManager::default();
4746

4847
#[cfg(feature = "winit")]

0 commit comments

Comments
 (0)