|
1 | 1 | // This file is autogenerated by XREW, the OpenXR Extension Wrangler. Do not modify! |
2 | | -// Timestamp : 2022-05-29T12:33:33.128099 |
3 | | -// OpenXR Version : 1.0.23 |
| 2 | +// Timestamp : 2022-06-24T15:15:24.341319 |
| 3 | +// OpenXR Version : 1.0.24 |
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, 23) |
| 41 | +#define XREW_GENERATED_VERSION XR_MAKE_VERSION(1, 0, 24) |
42 | 42 | #define XREW_GET_FUN(x) x |
43 | 43 |
|
44 | 44 | // OpenXR 1.0 Core API: |
@@ -149,6 +149,11 @@ static PFN_xrQuerySpacesFB __xrew_xrQuerySpacesFB = NULL; |
149 | 149 | static PFN_xrRetrieveSpaceQueryResultsFB __xrew_xrRetrieveSpaceQueryResultsFB = NULL; |
150 | 150 | static PFN_xrSaveSpaceFB __xrew_xrSaveSpaceFB = NULL; |
151 | 151 | static PFN_xrEraseSpaceFB __xrew_xrEraseSpaceFB = NULL; |
| 152 | +static PFN_xrGetSpaceBoundingBox2DFB __xrew_xrGetSpaceBoundingBox2DFB = NULL; |
| 153 | +static PFN_xrGetSpaceBoundingBox3DFB __xrew_xrGetSpaceBoundingBox3DFB = NULL; |
| 154 | +static PFN_xrGetSpaceSemanticLabelsFB __xrew_xrGetSpaceSemanticLabelsFB = NULL; |
| 155 | +static PFN_xrGetSpaceBoundary2DFB __xrew_xrGetSpaceBoundary2DFB = NULL; |
| 156 | +static PFN_xrGetSpaceRoomLayoutFB __xrew_xrGetSpaceRoomLayoutFB = NULL; |
152 | 157 | static PFN_xrSetDigitalLensControlALMALENCE __xrew_xrSetDigitalLensControlALMALENCE = NULL; |
153 | 158 | static PFN_xrGetSpaceContainerFB __xrew_xrGetSpaceContainerFB = NULL; |
154 | 159 | static PFN_xrPassthroughLayerSetKeyboardHandsIntensityFB __xrew_xrPassthroughLayerSetKeyboardHandsIntensityFB = NULL; |
@@ -320,6 +325,11 @@ static XrBool32 xrewInit(XrInstance instance) |
320 | 325 | xrGetInstanceProcAddr(instance, "xrRetrieveSpaceQueryResultsFB", (PFN_xrVoidFunction *) &__xrew_xrRetrieveSpaceQueryResultsFB); |
321 | 326 | xrGetInstanceProcAddr(instance, "xrSaveSpaceFB", (PFN_xrVoidFunction *) &__xrew_xrSaveSpaceFB); |
322 | 327 | xrGetInstanceProcAddr(instance, "xrEraseSpaceFB", (PFN_xrVoidFunction *) &__xrew_xrEraseSpaceFB); |
| 328 | + xrGetInstanceProcAddr(instance, "xrGetSpaceBoundingBox2DFB", (PFN_xrVoidFunction *) &__xrew_xrGetSpaceBoundingBox2DFB); |
| 329 | + xrGetInstanceProcAddr(instance, "xrGetSpaceBoundingBox3DFB", (PFN_xrVoidFunction *) &__xrew_xrGetSpaceBoundingBox3DFB); |
| 330 | + xrGetInstanceProcAddr(instance, "xrGetSpaceSemanticLabelsFB", (PFN_xrVoidFunction *) &__xrew_xrGetSpaceSemanticLabelsFB); |
| 331 | + xrGetInstanceProcAddr(instance, "xrGetSpaceBoundary2DFB", (PFN_xrVoidFunction *) &__xrew_xrGetSpaceBoundary2DFB); |
| 332 | + xrGetInstanceProcAddr(instance, "xrGetSpaceRoomLayoutFB", (PFN_xrVoidFunction *) &__xrew_xrGetSpaceRoomLayoutFB); |
323 | 333 | xrGetInstanceProcAddr(instance, "xrSetDigitalLensControlALMALENCE", (PFN_xrVoidFunction *) &__xrew_xrSetDigitalLensControlALMALENCE); |
324 | 334 | xrGetInstanceProcAddr(instance, "xrGetSpaceContainerFB", (PFN_xrVoidFunction *) &__xrew_xrGetSpaceContainerFB); |
325 | 335 | xrGetInstanceProcAddr(instance, "xrPassthroughLayerSetKeyboardHandsIntensityFB", (PFN_xrVoidFunction *) &__xrew_xrPassthroughLayerSetKeyboardHandsIntensityFB); |
@@ -487,6 +497,11 @@ static void xrewQuit() |
487 | 497 | __xrew_xrRetrieveSpaceQueryResultsFB = NULL; |
488 | 498 | __xrew_xrSaveSpaceFB = NULL; |
489 | 499 | __xrew_xrEraseSpaceFB = NULL; |
| 500 | + __xrew_xrGetSpaceBoundingBox2DFB = NULL; |
| 501 | + __xrew_xrGetSpaceBoundingBox3DFB = NULL; |
| 502 | + __xrew_xrGetSpaceSemanticLabelsFB = NULL; |
| 503 | + __xrew_xrGetSpaceBoundary2DFB = NULL; |
| 504 | + __xrew_xrGetSpaceRoomLayoutFB = NULL; |
490 | 505 | __xrew_xrSetDigitalLensControlALMALENCE = NULL; |
491 | 506 | __xrew_xrGetSpaceContainerFB = NULL; |
492 | 507 | __xrew_xrPassthroughLayerSetKeyboardHandsIntensityFB = NULL; |
@@ -651,6 +666,11 @@ static void xrewQuit() |
651 | 666 | #define xrRetrieveSpaceQueryResultsFB XREW_GET_FUN(__xrew_xrRetrieveSpaceQueryResultsFB) |
652 | 667 | #define xrSaveSpaceFB XREW_GET_FUN(__xrew_xrSaveSpaceFB) |
653 | 668 | #define xrEraseSpaceFB XREW_GET_FUN(__xrew_xrEraseSpaceFB) |
| 669 | +#define xrGetSpaceBoundingBox2DFB XREW_GET_FUN(__xrew_xrGetSpaceBoundingBox2DFB) |
| 670 | +#define xrGetSpaceBoundingBox3DFB XREW_GET_FUN(__xrew_xrGetSpaceBoundingBox3DFB) |
| 671 | +#define xrGetSpaceSemanticLabelsFB XREW_GET_FUN(__xrew_xrGetSpaceSemanticLabelsFB) |
| 672 | +#define xrGetSpaceBoundary2DFB XREW_GET_FUN(__xrew_xrGetSpaceBoundary2DFB) |
| 673 | +#define xrGetSpaceRoomLayoutFB XREW_GET_FUN(__xrew_xrGetSpaceRoomLayoutFB) |
654 | 674 | #define xrSetDigitalLensControlALMALENCE XREW_GET_FUN(__xrew_xrSetDigitalLensControlALMALENCE) |
655 | 675 | #define xrGetSpaceContainerFB XREW_GET_FUN(__xrew_xrGetSpaceContainerFB) |
656 | 676 | #define xrPassthroughLayerSetKeyboardHandsIntensityFB XREW_GET_FUN(__xrew_xrPassthroughLayerSetKeyboardHandsIntensityFB) |
|
0 commit comments