forked from Ralith/openxrs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes macOS build with KhronosGroup/OpenXR-SDK-Source#323
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule OpenXR-SDK
updated
24 files
+1 −1 | .azure-pipelines/shared/build_msvc.yml | |
+1 −1 | .azure-pipelines/shared/shared.py | |
+2 −1 | .gitattributes | |
+2 −0 | .gitignore | |
+5 −5 | .reuse/dep5 | |
+246 −0 | CHANGELOG.SDK.md | |
+687 −31 | include/openxr/openxr.h | |
+18 −3 | include/openxr/openxr_platform.h | |
+416 −4 | include/openxr/openxr_reflection.h | |
+1,414 −150 | specification/registry/xr.xml | |
+2 −0 | src/CMakeLists.txt | |
+33 −0 | src/common/unique_asset.h | |
+3 −3 | src/common/xr_linear.h | |
+9 −6 | src/loader/CMakeLists.txt | |
+1 −1 | src/loader/android_utilities.cpp | |
+0 −1 | src/loader/api_layer_interface.cpp | |
+4 −2 | src/loader/build.gradle | |
+3 −3 | src/loader/loader_core.cpp | |
+109 −11 | src/loader/manifest_file.cpp | |
+14 −0 | src/loader/manifest_file.hpp | |
+37 −0 | src/loader/runtime_interface.cpp | |
+2 −0 | src/loader/runtime_interface.hpp | |
+37 −0 | src/xr_generated_dispatch_table.c | |
+37 −0 | src/xr_generated_dispatch_table.h |