pull main, refactor passthrough

This commit is contained in:
Schmarni
2024-02-05 07:46:52 +01:00
10 changed files with 411 additions and 137 deletions

View File

@@ -65,6 +65,7 @@ pub fn main() {
info!("Running bevy_openxr demo");
let mut app = App::new();
let mut xr_extensions = XrExtensions::default();
xr_extensions.enable_fb_passthrough();
app
//lets get the usual diagnostic stuff added