expose sync pipeline comp, label pipelined rendering as experimental and disable it by default
This commit is contained in:
@@ -24,7 +24,7 @@ fn main() {
|
||||
app_info: XrAppInfo {
|
||||
name: "Bevy OXR Android Example".into(),
|
||||
},
|
||||
enable_pipelined_rendering: false,
|
||||
enable_pipelined_rendering: true,
|
||||
..Default::default()
|
||||
})
|
||||
// .add_plugins(OpenXrDebugRenderer)
|
||||
|
||||
Reference in New Issue
Block a user