From 0614ccea7ede8f07c4652f9ebf14fd4909855774 Mon Sep 17 00:00:00 2001 From: Zicklag Date: Fri, 9 Jul 2021 20:42:16 -0500 Subject: [PATCH] Enable All Backends for Trace Player --- player/src/bin/play.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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")]