Skip to content

Commit

Permalink
Merge pull request #95227 from BastiaanOlij/openxr_1_1_38
Browse files Browse the repository at this point in the history
Update OpenXR thirdparty library to 1.1.38
  • Loading branch information
akien-mga committed Aug 16, 2024
2 parents 01c0b39 + 1371b35 commit 5cb01a0
Show file tree
Hide file tree
Showing 9 changed files with 829 additions and 81 deletions.
2 changes: 1 addition & 1 deletion modules/openxr/openxr_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ with the provided patch.
## openxr

- Upstream: https://github.com/KhronosGroup/OpenXR-SDK
- Version: 1.0.34 (288d3a7ebc1ad959f62d51da75baa3d27438c499, 2024)
- Version: 1.1.38 (f90488c4fb1537f4256d09d4a4d3ad5543ebaf24, 2024)
- License: Apache 2.0

Files extracted from upstream source:
Expand Down
Loading

0 comments on commit 5cb01a0

Please sign in to comment.