Skip to content

Commit

Permalink
1.0.26 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ybalrid committed Dec 8, 2022
1 parent e479bfa commit 31d8ab8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OpenXR-SDK-Source
Submodule OpenXR-SDK-Source updated 75 files
+1 −1 .appveyor.yml
+9 −7 .azure-pipelines/nuget/stage_nuget.ps1
+1 −1 .azure-pipelines/openxr-sdk-source.yml
+8 −0 .azure-pipelines/shared/build_jobs.yml
+11 −0 .github/dependabot.yml
+70 −0 .github/scripts/CMakePresets.json
+2 −0 .github/scripts/CMakePresets.json.license
+16 −0 .github/scripts/generate_windows_matrix_build.py
+36 −0 .github/scripts/install_vulkan.ps1
+43 −0 .github/scripts/organize_windows_artifacts.py
+54 −0 .github/scripts/shared.py
+0 −30 .github/workflows/android-OpenXR-loader.yml
+0 −31 .github/workflows/android-helloxr-ci.yml
+0 −105 .github/workflows/android-release.yml
+0 −38 .github/workflows/android-snapshot.yml
+182 −0 .github/workflows/android.yml
+33 −0 .github/workflows/check_clang_format_and_codespell.yml
+1 −1 .github/workflows/gradle-wrapper-validation.yml
+54 −0 .github/workflows/msvc-build-preset.yml
+16 −0 .github/workflows/pr.yml
+20 −0 .github/workflows/release.yml
+12 −0 .github/workflows/snapshot.yml
+73 −0 .github/workflows/windows-matrix.yml
+101 −0 CHANGELOG.SDK.md
+1 −1 CMakeLists.txt
+8 −0 LICENSES/ISC.txt
+5 −0 include/generated_header_list.txt
+5 −0 include/generated_header_list.txt.license
+13 −9 include/openxr/CMakeLists.txt
+6 −5 maintainer-scripts/archive-sdk.sh
+26 −1 maintainer-scripts/common.sh
+7 −5 specification/Makefile
+9 −1 specification/loader/runtime.adoc
+503 −28 specification/registry/xr.xml
+6 −1 specification/scripts/cgenerator.py
+1 −17 specification/scripts/check_spec_links.py
+61 −19 specification/scripts/creflectiongenerator.py
+3 −9 specification/scripts/extensionmetadocgenerator.py
+38 −1 specification/scripts/generator.py
+90 −13 specification/scripts/genxr.py
+1 −1 specification/scripts/indexgenerator.py
+18 −10 specification/scripts/reg.py
+37 −16 specification/scripts/spec_tools/macro_checker_file.py
+21 −12 specification/scripts/template_openxr_reflection.h
+29 −0 specification/scripts/template_openxr_reflection_parent_structs.h
+57 −0 specification/scripts/template_openxr_reflection_structs.h
+167 −170 specification/scripts/test_check_spec_links.py
+34 −22 specification/scripts/test_check_spec_links_api_specific.py
+1 −1 specification/scripts/xrconventions.py
+0 −1 src/api_layers/api_dump.cpp
+0 −1 src/api_layers/core_validation.cpp
+826 −0 src/external/earcut/include/earcut.hpp
+1,695 −0 src/external/span-lite/include/nonstd/span.hpp
+841 −0 src/external/type-lite/include/nonstd/type.hpp
+5 −2 src/loader/CMakeLists.txt
+1 −1 src/loader/abi.json
+ src/loader/gradle/wrapper/gradle-wrapper.jar
+0 −2 src/loader/gradle/wrapper/gradle-wrapper.jar.license
+0 −5 src/loader/gradle/wrapper/gradle-wrapper.properties
+0 −2 src/loader/gradle/wrapper/gradle-wrapper.properties.license
+0 −187 src/loader/gradlew
+0 −106 src/loader/gradlew.bat
+3 −1 src/loader/loader_core.cpp
+9 −3 src/loader/manifest_file.cpp
+1 −0 src/tests/hello_xr/AndroidManifest.xml
+1 −1 src/tests/hello_xr/build.gradle
+1 −1 src/tests/hello_xr/gradle/wrapper/gradle-wrapper.properties
+9 −3 src/tests/hello_xr/graphicsplugin_vulkan.cpp
+2 −1 src/tests/hello_xr/main.cpp
+2 −12 src/tests/hello_xr/openxr_program.cpp
+5 −19 src/tests/hello_xr/platformplugin_factory.cpp
+8 −6 src/tests/hello_xr/platformplugin_posix.cpp
+4 −14 src/tests/list/list.cpp
+0 −4 src/tests/loader_test/test_layers/layer_test.cpp
+0 −1 src/tests/loader_test/test_runtimes/runtime_test.cpp
18 changes: 15 additions & 3 deletions generated/xrew.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is autogenerated by XREW, the OpenXR Extension Wrangler. Do not modify!
// Timestamp : 2022-10-07T13:02:15.687243
// OpenXR Version : 1.0.25
// Timestamp : 2022-12-08T13:20:26.416922
// OpenXR Version : 1.0.26


/*
Expand Down Expand Up @@ -38,7 +38,7 @@ extern "C"
{
#endif

#define XREW_GENERATED_VERSION XR_MAKE_VERSION(1, 0, 25)
#define XREW_GENERATED_VERSION XR_MAKE_VERSION(1, 0, 26)
#define XREW_GET_FUN(x) x

// OpenXR 1.0 Core API:
Expand Down Expand Up @@ -161,6 +161,9 @@ static PFN_xrEnumeratePerformanceMetricsCounterPathsMETA __xrew_xrEnumeratePerfo
static PFN_xrSetPerformanceMetricsStateMETA __xrew_xrSetPerformanceMetricsStateMETA = NULL;
static PFN_xrGetPerformanceMetricsStateMETA __xrew_xrGetPerformanceMetricsStateMETA = NULL;
static PFN_xrQueryPerformanceMetricsCounterMETA __xrew_xrQueryPerformanceMetricsCounterMETA = NULL;
static PFN_xrCreatePassthroughHTC __xrew_xrCreatePassthroughHTC = NULL;
static PFN_xrDestroyPassthroughHTC __xrew_xrDestroyPassthroughHTC = NULL;
static PFN_xrApplyFoveationHTC __xrew_xrApplyFoveationHTC = NULL;
// XR_USE_PLATFORM_ANDROID
#ifdef XR_USE_PLATFORM_ANDROID
static PFN_xrSetAndroidApplicationThreadKHR __xrew_xrSetAndroidApplicationThreadKHR = NULL;
Expand Down Expand Up @@ -337,6 +340,9 @@ static XrBool32 xrewInit(XrInstance instance)
xrGetInstanceProcAddr(instance, "xrSetPerformanceMetricsStateMETA", (PFN_xrVoidFunction *) &__xrew_xrSetPerformanceMetricsStateMETA);
xrGetInstanceProcAddr(instance, "xrGetPerformanceMetricsStateMETA", (PFN_xrVoidFunction *) &__xrew_xrGetPerformanceMetricsStateMETA);
xrGetInstanceProcAddr(instance, "xrQueryPerformanceMetricsCounterMETA", (PFN_xrVoidFunction *) &__xrew_xrQueryPerformanceMetricsCounterMETA);
xrGetInstanceProcAddr(instance, "xrCreatePassthroughHTC", (PFN_xrVoidFunction *) &__xrew_xrCreatePassthroughHTC);
xrGetInstanceProcAddr(instance, "xrDestroyPassthroughHTC", (PFN_xrVoidFunction *) &__xrew_xrDestroyPassthroughHTC);
xrGetInstanceProcAddr(instance, "xrApplyFoveationHTC", (PFN_xrVoidFunction *) &__xrew_xrApplyFoveationHTC);
// XR_USE_PLATFORM_ANDROID
#ifdef XR_USE_PLATFORM_ANDROID
xrGetInstanceProcAddr(instance, "xrSetAndroidApplicationThreadKHR", (PFN_xrVoidFunction *) &__xrew_xrSetAndroidApplicationThreadKHR);
Expand Down Expand Up @@ -509,6 +515,9 @@ static void xrewQuit()
__xrew_xrSetPerformanceMetricsStateMETA = NULL;
__xrew_xrGetPerformanceMetricsStateMETA = NULL;
__xrew_xrQueryPerformanceMetricsCounterMETA = NULL;
__xrew_xrCreatePassthroughHTC = NULL;
__xrew_xrDestroyPassthroughHTC = NULL;
__xrew_xrApplyFoveationHTC = NULL;
// XR_USE_PLATFORM_ANDROID
#ifdef XR_USE_PLATFORM_ANDROID
__xrew_xrSetAndroidApplicationThreadKHR = NULL;
Expand Down Expand Up @@ -678,6 +687,9 @@ static void xrewQuit()
#define xrSetPerformanceMetricsStateMETA XREW_GET_FUN(__xrew_xrSetPerformanceMetricsStateMETA)
#define xrGetPerformanceMetricsStateMETA XREW_GET_FUN(__xrew_xrGetPerformanceMetricsStateMETA)
#define xrQueryPerformanceMetricsCounterMETA XREW_GET_FUN(__xrew_xrQueryPerformanceMetricsCounterMETA)
#define xrCreatePassthroughHTC XREW_GET_FUN(__xrew_xrCreatePassthroughHTC)
#define xrDestroyPassthroughHTC XREW_GET_FUN(__xrew_xrDestroyPassthroughHTC)
#define xrApplyFoveationHTC XREW_GET_FUN(__xrew_xrApplyFoveationHTC)
// XR_USE_PLATFORM_ANDROID
#ifdef XR_USE_PLATFORM_ANDROID
#define xrSetAndroidApplicationThreadKHR XREW_GET_FUN(__xrew_xrSetAndroidApplicationThreadKHR)
Expand Down

0 comments on commit 31d8ab8

Please sign in to comment.