mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 16:32:42 +02:00
Use OpenXR 1.0, some runtimes don't support 1.1 yet
This commit is contained in:
parent
8d3a221970
commit
d4d46cdbe8
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ bool OpenXrContext::initInstance() {
|
|||
.applicationVersion = 1,
|
||||
.engineName = "Overte",
|
||||
.engineVersion = 0,
|
||||
.apiVersion = XR_CURRENT_API_VERSION,
|
||||
.apiVersion = XR_API_VERSION_1_0,
|
||||
},
|
||||
.enabledExtensionCount = (uint32_t)enabled.size(),
|
||||
.enabledExtensionNames = enabled.data(),
|
||||
|
|
Loading…
Reference in a new issue