downgrade to OpenXR 1.0 to accommodate legacy runtimes like SteamVR

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-01-03 21:59:20 +01:00
parent 03a97f4c12
commit cee1b92d50

View File

@@ -43,7 +43,7 @@ impl OxrEntry {
application_version: app_info.version.to_u32(), application_version: app_info.version.to_u32(),
engine_name: "Bevy", engine_name: "Bevy",
engine_version: Version::BEVY.to_u32(), engine_version: Version::BEVY.to_u32(),
api_version: openxr::Version::new(1, 1, 36), api_version: openxr::Version::new(1, 0, 34),
}, },
&required_exts.into(), &required_exts.into(),
layers, layers,