|
1 | 1 | // This file is autogenerated by XREW, the OpenXR Extension Wrangler. Do not modify! |
2 | | -// Timestamp : 2021-08-02T15:22:00.519313 |
3 | | -// OpenXR Version : 1.0.18 |
| 2 | +// Timestamp : 2021-08-25T15:39:18.656758 |
| 3 | +// OpenXR Version : 1.0.19 |
4 | 4 |
|
5 | 5 |
|
6 | 6 | /* |
@@ -38,7 +38,7 @@ extern "C" |
38 | 38 | { |
39 | 39 | #endif |
40 | 40 |
|
41 | | -#define XREW_GENERATED_VERSION XR_MAKE_VERSION(1, 0, 18) |
| 41 | +#define XREW_GENERATED_VERSION XR_MAKE_VERSION(1, 0, 19) |
42 | 42 | #define XREW_GET_FUN(x) x |
43 | 43 |
|
44 | 44 | // OpenXR 1.0 Core API: |
@@ -91,6 +91,7 @@ static PFN_xrGetDisplayRefreshRateFB __xrew_xrGetDisplayRefreshRateFB = NULL; |
91 | 91 | static PFN_xrRequestDisplayRefreshRateFB __xrew_xrRequestDisplayRefreshRateFB = NULL; |
92 | 92 | static PFN_xrEnumerateColorSpacesFB __xrew_xrEnumerateColorSpacesFB = NULL; |
93 | 93 | static PFN_xrSetColorSpaceFB __xrew_xrSetColorSpaceFB = NULL; |
| 94 | +static PFN_xrGetHandMeshFB __xrew_xrGetHandMeshFB = NULL; |
94 | 95 | static PFN_xrCreateFoveationProfileFB __xrew_xrCreateFoveationProfileFB = NULL; |
95 | 96 | static PFN_xrDestroyFoveationProfileFB __xrew_xrDestroyFoveationProfileFB = NULL; |
96 | 97 | static PFN_xrSetEnvironmentDepthEstimationVARJO __xrew_xrSetEnvironmentDepthEstimationVARJO = NULL; |
@@ -207,6 +208,7 @@ static XrBool32 xrewInit(XrInstance instance) |
207 | 208 | xrGetInstanceProcAddr(instance, "xrRequestDisplayRefreshRateFB", (PFN_xrVoidFunction *) &__xrew_xrRequestDisplayRefreshRateFB); |
208 | 209 | xrGetInstanceProcAddr(instance, "xrEnumerateColorSpacesFB", (PFN_xrVoidFunction *) &__xrew_xrEnumerateColorSpacesFB); |
209 | 210 | xrGetInstanceProcAddr(instance, "xrSetColorSpaceFB", (PFN_xrVoidFunction *) &__xrew_xrSetColorSpaceFB); |
| 211 | + xrGetInstanceProcAddr(instance, "xrGetHandMeshFB", (PFN_xrVoidFunction *) &__xrew_xrGetHandMeshFB); |
210 | 212 | xrGetInstanceProcAddr(instance, "xrCreateFoveationProfileFB", (PFN_xrVoidFunction *) &__xrew_xrCreateFoveationProfileFB); |
211 | 213 | xrGetInstanceProcAddr(instance, "xrDestroyFoveationProfileFB", (PFN_xrVoidFunction *) &__xrew_xrDestroyFoveationProfileFB); |
212 | 214 | xrGetInstanceProcAddr(instance, "xrSetEnvironmentDepthEstimationVARJO", (PFN_xrVoidFunction *) &__xrew_xrSetEnvironmentDepthEstimationVARJO); |
@@ -319,6 +321,7 @@ static void xrewQuit() |
319 | 321 | __xrew_xrRequestDisplayRefreshRateFB = NULL; |
320 | 322 | __xrew_xrEnumerateColorSpacesFB = NULL; |
321 | 323 | __xrew_xrSetColorSpaceFB = NULL; |
| 324 | + __xrew_xrGetHandMeshFB = NULL; |
322 | 325 | __xrew_xrCreateFoveationProfileFB = NULL; |
323 | 326 | __xrew_xrDestroyFoveationProfileFB = NULL; |
324 | 327 | __xrew_xrSetEnvironmentDepthEstimationVARJO = NULL; |
@@ -428,6 +431,7 @@ static void xrewQuit() |
428 | 431 | #define xrRequestDisplayRefreshRateFB XREW_GET_FUN(__xrew_xrRequestDisplayRefreshRateFB) |
429 | 432 | #define xrEnumerateColorSpacesFB XREW_GET_FUN(__xrew_xrEnumerateColorSpacesFB) |
430 | 433 | #define xrSetColorSpaceFB XREW_GET_FUN(__xrew_xrSetColorSpaceFB) |
| 434 | +#define xrGetHandMeshFB XREW_GET_FUN(__xrew_xrGetHandMeshFB) |
431 | 435 | #define xrCreateFoveationProfileFB XREW_GET_FUN(__xrew_xrCreateFoveationProfileFB) |
432 | 436 | #define xrDestroyFoveationProfileFB XREW_GET_FUN(__xrew_xrDestroyFoveationProfileFB) |
433 | 437 | #define xrSetEnvironmentDepthEstimationVARJO XREW_GET_FUN(__xrew_xrSetEnvironmentDepthEstimationVARJO) |
|
0 commit comments