From e15e4ed68726749b7b7055a567576d7c3b90c5e3 Mon Sep 17 00:00:00 2001 From: "Arthur Brainville (LIV Inc.)" <ybalrid@liv.tv> Date: Wed, 25 Aug 2021 17:40:28 +0200 Subject: [PATCH] version 1.0.19 --- OpenXR-SDK-Source | 2 +- README.md | 2 +- generated/xrew.h | 10 +++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/OpenXR-SDK-Source b/OpenXR-SDK-Source index 09cbbc9..6ea7133 160000 --- a/OpenXR-SDK-Source +++ b/OpenXR-SDK-Source @@ -1 +1 @@ -Subproject commit 09cbbc9d3bc540a53d5f2d76b8074ddc0b96e933 +Subproject commit 6ea713327d85bd004b5968e9761a69f1ad54b3ab diff --git a/README.md b/README.md index c6c7b5b..fd88580 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ #  XREW [](https://opensource.org/licenses/MIT) -*generated version commited under /generated/xrew.h : OpenXR 1.0.17 Grab the raw header file here : [xrew.h](https://raw.githubusercontent.com/LIV/XREW/master/generated/xrew.h)* +*generated version commited under /generated/xrew.h : OpenXR 1.0.19 Grab the raw header file here : [xrew.h](https://raw.githubusercontent.com/LIV/XREW/master/generated/xrew.h)* XREW is a single-header OpenXR Extension Wrangler, generated from the [OpenXR registry](https://github.com/KhronosGroup/OpenXR-SDK-Source/blob/master/specification/registry/xr.xml) diff --git a/generated/xrew.h b/generated/xrew.h index ea57725..a8facf7 100644 --- a/generated/xrew.h +++ b/generated/xrew.h @@ -1,6 +1,6 @@ // This file is autogenerated by XREW, the OpenXR Extension Wrangler. Do not modify! -// Timestamp : 2021-08-02T15:22:00.519313 -// OpenXR Version : 1.0.18 +// Timestamp : 2021-08-25T15:39:18.656758 +// OpenXR Version : 1.0.19 /* @@ -38,7 +38,7 @@ extern "C" { #endif -#define XREW_GENERATED_VERSION XR_MAKE_VERSION(1, 0, 18) +#define XREW_GENERATED_VERSION XR_MAKE_VERSION(1, 0, 19) #define XREW_GET_FUN(x) x // OpenXR 1.0 Core API: @@ -91,6 +91,7 @@ static PFN_xrGetDisplayRefreshRateFB __xrew_xrGetDisplayRefreshRateFB = NULL; static PFN_xrRequestDisplayRefreshRateFB __xrew_xrRequestDisplayRefreshRateFB = NULL; static PFN_xrEnumerateColorSpacesFB __xrew_xrEnumerateColorSpacesFB = NULL; static PFN_xrSetColorSpaceFB __xrew_xrSetColorSpaceFB = NULL; +static PFN_xrGetHandMeshFB __xrew_xrGetHandMeshFB = NULL; static PFN_xrCreateFoveationProfileFB __xrew_xrCreateFoveationProfileFB = NULL; static PFN_xrDestroyFoveationProfileFB __xrew_xrDestroyFoveationProfileFB = NULL; static PFN_xrSetEnvironmentDepthEstimationVARJO __xrew_xrSetEnvironmentDepthEstimationVARJO = NULL; @@ -207,6 +208,7 @@ static XrBool32 xrewInit(XrInstance instance) xrGetInstanceProcAddr(instance, "xrRequestDisplayRefreshRateFB", (PFN_xrVoidFunction *) &__xrew_xrRequestDisplayRefreshRateFB); xrGetInstanceProcAddr(instance, "xrEnumerateColorSpacesFB", (PFN_xrVoidFunction *) &__xrew_xrEnumerateColorSpacesFB); xrGetInstanceProcAddr(instance, "xrSetColorSpaceFB", (PFN_xrVoidFunction *) &__xrew_xrSetColorSpaceFB); + xrGetInstanceProcAddr(instance, "xrGetHandMeshFB", (PFN_xrVoidFunction *) &__xrew_xrGetHandMeshFB); xrGetInstanceProcAddr(instance, "xrCreateFoveationProfileFB", (PFN_xrVoidFunction *) &__xrew_xrCreateFoveationProfileFB); xrGetInstanceProcAddr(instance, "xrDestroyFoveationProfileFB", (PFN_xrVoidFunction *) &__xrew_xrDestroyFoveationProfileFB); xrGetInstanceProcAddr(instance, "xrSetEnvironmentDepthEstimationVARJO", (PFN_xrVoidFunction *) &__xrew_xrSetEnvironmentDepthEstimationVARJO); @@ -319,6 +321,7 @@ static void xrewQuit() __xrew_xrRequestDisplayRefreshRateFB = NULL; __xrew_xrEnumerateColorSpacesFB = NULL; __xrew_xrSetColorSpaceFB = NULL; + __xrew_xrGetHandMeshFB = NULL; __xrew_xrCreateFoveationProfileFB = NULL; __xrew_xrDestroyFoveationProfileFB = NULL; __xrew_xrSetEnvironmentDepthEstimationVARJO = NULL; @@ -428,6 +431,7 @@ static void xrewQuit() #define xrRequestDisplayRefreshRateFB XREW_GET_FUN(__xrew_xrRequestDisplayRefreshRateFB) #define xrEnumerateColorSpacesFB XREW_GET_FUN(__xrew_xrEnumerateColorSpacesFB) #define xrSetColorSpaceFB XREW_GET_FUN(__xrew_xrSetColorSpaceFB) +#define xrGetHandMeshFB XREW_GET_FUN(__xrew_xrGetHandMeshFB) #define xrCreateFoveationProfileFB XREW_GET_FUN(__xrew_xrCreateFoveationProfileFB) #define xrDestroyFoveationProfileFB XREW_GET_FUN(__xrew_xrDestroyFoveationProfileFB) #define xrSetEnvironmentDepthEstimationVARJO XREW_GET_FUN(__xrew_xrSetEnvironmentDepthEstimationVARJO)