2 files changed
+16
-4
lines changedSubmodule OpenXR-SDK-Source updated 75 files
- .appveyor.yml+1-1
- .azure-pipelines/nuget/stage_nuget.ps1+9-7
- .azure-pipelines/openxr-sdk-source.yml+1-1
- .azure-pipelines/shared/build_jobs.yml+8
- .github/dependabot.yml+11
- .github/scripts/CMakePresets.json+70
- .github/scripts/CMakePresets.json.license+2
- .github/scripts/generate_windows_matrix_build.py+16
- .github/scripts/install_vulkan.ps1+36
- .github/scripts/organize_windows_artifacts.py+43
- .github/scripts/shared.py+54
- .github/workflows/android-OpenXR-loader.yml-30
- .github/workflows/android-helloxr-ci.yml-31
- .github/workflows/android-release.yml-105
- .github/workflows/android-snapshot.yml-38
- .github/workflows/android.yml+182
- .github/workflows/check_clang_format_and_codespell.yml+33
- .github/workflows/gradle-wrapper-validation.yml+1-1
- .github/workflows/msvc-build-preset.yml+54
- .github/workflows/pr.yml+16
- .github/workflows/release.yml+20
- .github/workflows/snapshot.yml+12
- .github/workflows/windows-matrix.yml+73
- CHANGELOG.SDK.md+101
- CMakeLists.txt+1-1
- LICENSES/ISC.txt+8
- include/generated_header_list.txt+5
- include/generated_header_list.txt.license+5
- include/openxr/CMakeLists.txt+13-9
- maintainer-scripts/archive-sdk.sh+6-5
- maintainer-scripts/common.sh+26-1
- specification/Makefile+7-5
- specification/loader/runtime.adoc+9-1
- specification/registry/xr.xml+503-28
- specification/scripts/cgenerator.py+6-1
- specification/scripts/check_spec_links.py+1-17
- specification/scripts/creflectiongenerator.py+61-19
- specification/scripts/extensionmetadocgenerator.py+3-9
- specification/scripts/generator.py+38-1
- specification/scripts/genxr.py+90-13
- specification/scripts/indexgenerator.py+1-1
- specification/scripts/reg.py+18-10
- specification/scripts/spec_tools/macro_checker_file.py+37-16
- specification/scripts/template_openxr_reflection.h+21-12
- specification/scripts/template_openxr_reflection_parent_structs.h+29
- specification/scripts/template_openxr_reflection_structs.h+57
- specification/scripts/test_check_spec_links.py+167-170
- specification/scripts/test_check_spec_links_api_specific.py+34-22
- specification/scripts/xrconventions.py+1-1
- src/api_layers/api_dump.cpp-1
- src/api_layers/core_validation.cpp-1
- src/external/earcut/include/earcut.hpp+826
- src/external/span-lite/include/nonstd/span.hpp+1.7k
- src/external/type-lite/include/nonstd/type.hpp+841
- src/loader/CMakeLists.txt+5-2
- src/loader/abi.json+1-1
- src/loader/gradle/wrapper/gradle-wrapper.jar
- src/loader/gradle/wrapper/gradle-wrapper.jar.license-2
- src/loader/gradle/wrapper/gradle-wrapper.properties-5
- src/loader/gradle/wrapper/gradle-wrapper.properties.license-2
- src/loader/gradlew-187
- src/loader/gradlew.bat-106
- src/loader/loader_core.cpp+3-1
- src/loader/manifest_file.cpp+9-3
- src/tests/hello_xr/AndroidManifest.xml+1
- src/tests/hello_xr/build.gradle+1-1
- src/tests/hello_xr/gradle/wrapper/gradle-wrapper.properties+1-1
- src/tests/hello_xr/graphicsplugin_vulkan.cpp+9-3
- src/tests/hello_xr/main.cpp+2-1
- src/tests/hello_xr/openxr_program.cpp+2-12
- src/tests/hello_xr/platformplugin_factory.cpp+5-19
- src/tests/hello_xr/platformplugin_posix.cpp+8-6
- src/tests/list/list.cpp+4-14
- src/tests/loader_test/test_layers/layer_test.cpp-4
- src/tests/loader_test/test_runtimes/runtime_test.cpp-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
164 | 167 | | |
165 | 168 | | |
166 | 169 | | |
| |||
337 | 340 | | |
338 | 341 | | |
339 | 342 | | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
340 | 346 | | |
341 | 347 | | |
342 | 348 | | |
| |||
509 | 515 | | |
510 | 516 | | |
511 | 517 | | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
512 | 521 | | |
513 | 522 | | |
514 | 523 | | |
| |||
678 | 687 | | |
679 | 688 | | |
680 | 689 | | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
681 | 693 | | |
682 | 694 | | |
683 | 695 | | |
| |||
0 commit comments