Skip to content

Commit 6a9c5bb

Browse files
committed
v1.0.24 🎉
1 parent d347f2e commit 6a9c5bb

File tree

3 files changed

+25
-5
lines changed

3 files changed

+25
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ![XR purple cowboy emoji](./resources/XR_wranglerx40.png) XREW [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
22

3-
*generated version commited under /generated/xrew.h : OpenXR 1.0.23 Grab the raw header file here : [xrew.h](https://raw.githubusercontent.com/LIV/XREW/master/generated/xrew.h)*
3+
*generated version commited under /generated/xrew.h : OpenXR 1.0.24 Grab the raw header file here : [xrew.h](https://raw.githubusercontent.com/LIV/XREW/master/generated/xrew.h)*
44

55
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)
66

generated/xrew.h

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 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
44

55

66
/*
@@ -38,7 +38,7 @@ extern "C"
3838
{
3939
#endif
4040

41-
#define XREW_GENERATED_VERSION XR_MAKE_VERSION(1, 0, 23)
41+
#define XREW_GENERATED_VERSION XR_MAKE_VERSION(1, 0, 24)
4242
#define XREW_GET_FUN(x) x
4343

4444
// OpenXR 1.0 Core API:
@@ -149,6 +149,11 @@ static PFN_xrQuerySpacesFB __xrew_xrQuerySpacesFB = NULL;
149149
static PFN_xrRetrieveSpaceQueryResultsFB __xrew_xrRetrieveSpaceQueryResultsFB = NULL;
150150
static PFN_xrSaveSpaceFB __xrew_xrSaveSpaceFB = NULL;
151151
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;
152157
static PFN_xrSetDigitalLensControlALMALENCE __xrew_xrSetDigitalLensControlALMALENCE = NULL;
153158
static PFN_xrGetSpaceContainerFB __xrew_xrGetSpaceContainerFB = NULL;
154159
static PFN_xrPassthroughLayerSetKeyboardHandsIntensityFB __xrew_xrPassthroughLayerSetKeyboardHandsIntensityFB = NULL;
@@ -320,6 +325,11 @@ static XrBool32 xrewInit(XrInstance instance)
320325
xrGetInstanceProcAddr(instance, "xrRetrieveSpaceQueryResultsFB", (PFN_xrVoidFunction *) &__xrew_xrRetrieveSpaceQueryResultsFB);
321326
xrGetInstanceProcAddr(instance, "xrSaveSpaceFB", (PFN_xrVoidFunction *) &__xrew_xrSaveSpaceFB);
322327
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);
323333
xrGetInstanceProcAddr(instance, "xrSetDigitalLensControlALMALENCE", (PFN_xrVoidFunction *) &__xrew_xrSetDigitalLensControlALMALENCE);
324334
xrGetInstanceProcAddr(instance, "xrGetSpaceContainerFB", (PFN_xrVoidFunction *) &__xrew_xrGetSpaceContainerFB);
325335
xrGetInstanceProcAddr(instance, "xrPassthroughLayerSetKeyboardHandsIntensityFB", (PFN_xrVoidFunction *) &__xrew_xrPassthroughLayerSetKeyboardHandsIntensityFB);
@@ -487,6 +497,11 @@ static void xrewQuit()
487497
__xrew_xrRetrieveSpaceQueryResultsFB = NULL;
488498
__xrew_xrSaveSpaceFB = NULL;
489499
__xrew_xrEraseSpaceFB = NULL;
500+
__xrew_xrGetSpaceBoundingBox2DFB = NULL;
501+
__xrew_xrGetSpaceBoundingBox3DFB = NULL;
502+
__xrew_xrGetSpaceSemanticLabelsFB = NULL;
503+
__xrew_xrGetSpaceBoundary2DFB = NULL;
504+
__xrew_xrGetSpaceRoomLayoutFB = NULL;
490505
__xrew_xrSetDigitalLensControlALMALENCE = NULL;
491506
__xrew_xrGetSpaceContainerFB = NULL;
492507
__xrew_xrPassthroughLayerSetKeyboardHandsIntensityFB = NULL;
@@ -651,6 +666,11 @@ static void xrewQuit()
651666
#define xrRetrieveSpaceQueryResultsFB XREW_GET_FUN(__xrew_xrRetrieveSpaceQueryResultsFB)
652667
#define xrSaveSpaceFB XREW_GET_FUN(__xrew_xrSaveSpaceFB)
653668
#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)
654674
#define xrSetDigitalLensControlALMALENCE XREW_GET_FUN(__xrew_xrSetDigitalLensControlALMALENCE)
655675
#define xrGetSpaceContainerFB XREW_GET_FUN(__xrew_xrGetSpaceContainerFB)
656676
#define xrPassthroughLayerSetKeyboardHandsIntensityFB XREW_GET_FUN(__xrew_xrPassthroughLayerSetKeyboardHandsIntensityFB)

0 commit comments

Comments
 (0)