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:
@@ -43,7 +43,7 @@ impl OxrEntry {
|
||||
application_version: app_info.version.to_u32(),
|
||||
engine_name: "Bevy",
|
||||
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(),
|
||||
layers,
|
||||
|
||||
Reference in New Issue
Block a user