mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
Update OpenXR thirdparty library to 1.1.38, changed OpenXR init to stay on 1.0.x
This commit is contained in:
parent
eabeafd8c3
commit
1371b35b6e
9 changed files with 829 additions and 81 deletions
|
|
@ -525,7 +525,7 @@ bool OpenXRAPI::create_instance() {
|
|||
1, // applicationVersion, we don't currently have this
|
||||
"Godot Game Engine", // engineName
|
||||
VERSION_MAJOR * 10000 + VERSION_MINOR * 100 + VERSION_PATCH, // engineVersion 4.0 -> 40000, 4.0.1 -> 40001, 4.1 -> 40100, etc.
|
||||
XR_CURRENT_API_VERSION // apiVersion
|
||||
XR_API_VERSION_1_0 // apiVersion
|
||||
};
|
||||
|
||||
void *next_pointer = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue