Merge pull request #167 from Schmarni-Dev/downgrade_to_oxr10

downgrade to the newest OpenXR 1.0 to accommodate legacy runtimes like SteamVR
This commit is contained in:
Schmarni
2025-01-03 22:04:20 +01:00
committed by GitHub

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,