Skip to content

Commit

Permalink
v1.0.24 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Ybalrid committed Jun 24, 2022
1 parent d347f2e commit 6a9c5bb
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ![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)

*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)*
*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)*

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)

Expand Down
26 changes: 23 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-05-29T12:33:33.128099
// OpenXR Version : 1.0.23
// Timestamp : 2022-06-24T15:15:24.341319
// OpenXR Version : 1.0.24


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

#define XREW_GENERATED_VERSION XR_MAKE_VERSION(1, 0, 23)
#define XREW_GENERATED_VERSION XR_MAKE_VERSION(1, 0, 24)
#define XREW_GET_FUN(x) x

// OpenXR 1.0 Core API:
Expand Down Expand Up @@ -149,6 +149,11 @@ static PFN_xrQuerySpacesFB __xrew_xrQuerySpacesFB = NULL;
static PFN_xrRetrieveSpaceQueryResultsFB __xrew_xrRetrieveSpaceQueryResultsFB = NULL;
static PFN_xrSaveSpaceFB __xrew_xrSaveSpaceFB = NULL;
static PFN_xrEraseSpaceFB __xrew_xrEraseSpaceFB = NULL;
static PFN_xrGetSpaceBoundingBox2DFB __xrew_xrGetSpaceBoundingBox2DFB = NULL;
static PFN_xrGetSpaceBoundingBox3DFB __xrew_xrGetSpaceBoundingBox3DFB = NULL;
static PFN_xrGetSpaceSemanticLabelsFB __xrew_xrGetSpaceSemanticLabelsFB = NULL;
static PFN_xrGetSpaceBoundary2DFB __xrew_xrGetSpaceBoundary2DFB = NULL;
static PFN_xrGetSpaceRoomLayoutFB __xrew_xrGetSpaceRoomLayoutFB = NULL;
static PFN_xrSetDigitalLensControlALMALENCE __xrew_xrSetDigitalLensControlALMALENCE = NULL;
static PFN_xrGetSpaceContainerFB __xrew_xrGetSpaceContainerFB = NULL;
static PFN_xrPassthroughLayerSetKeyboardHandsIntensityFB __xrew_xrPassthroughLayerSetKeyboardHandsIntensityFB = NULL;
Expand Down Expand Up @@ -320,6 +325,11 @@ static XrBool32 xrewInit(XrInstance instance)
xrGetInstanceProcAddr(instance, "xrRetrieveSpaceQueryResultsFB", (PFN_xrVoidFunction *) &__xrew_xrRetrieveSpaceQueryResultsFB);
xrGetInstanceProcAddr(instance, "xrSaveSpaceFB", (PFN_xrVoidFunction *) &__xrew_xrSaveSpaceFB);
xrGetInstanceProcAddr(instance, "xrEraseSpaceFB", (PFN_xrVoidFunction *) &__xrew_xrEraseSpaceFB);
xrGetInstanceProcAddr(instance, "xrGetSpaceBoundingBox2DFB", (PFN_xrVoidFunction *) &__xrew_xrGetSpaceBoundingBox2DFB);
xrGetInstanceProcAddr(instance, "xrGetSpaceBoundingBox3DFB", (PFN_xrVoidFunction *) &__xrew_xrGetSpaceBoundingBox3DFB);
xrGetInstanceProcAddr(instance, "xrGetSpaceSemanticLabelsFB", (PFN_xrVoidFunction *) &__xrew_xrGetSpaceSemanticLabelsFB);
xrGetInstanceProcAddr(instance, "xrGetSpaceBoundary2DFB", (PFN_xrVoidFunction *) &__xrew_xrGetSpaceBoundary2DFB);
xrGetInstanceProcAddr(instance, "xrGetSpaceRoomLayoutFB", (PFN_xrVoidFunction *) &__xrew_xrGetSpaceRoomLayoutFB);
xrGetInstanceProcAddr(instance, "xrSetDigitalLensControlALMALENCE", (PFN_xrVoidFunction *) &__xrew_xrSetDigitalLensControlALMALENCE);
xrGetInstanceProcAddr(instance, "xrGetSpaceContainerFB", (PFN_xrVoidFunction *) &__xrew_xrGetSpaceContainerFB);
xrGetInstanceProcAddr(instance, "xrPassthroughLayerSetKeyboardHandsIntensityFB", (PFN_xrVoidFunction *) &__xrew_xrPassthroughLayerSetKeyboardHandsIntensityFB);
Expand Down Expand Up @@ -487,6 +497,11 @@ static void xrewQuit()
__xrew_xrRetrieveSpaceQueryResultsFB = NULL;
__xrew_xrSaveSpaceFB = NULL;
__xrew_xrEraseSpaceFB = NULL;
__xrew_xrGetSpaceBoundingBox2DFB = NULL;
__xrew_xrGetSpaceBoundingBox3DFB = NULL;
__xrew_xrGetSpaceSemanticLabelsFB = NULL;
__xrew_xrGetSpaceBoundary2DFB = NULL;
__xrew_xrGetSpaceRoomLayoutFB = NULL;
__xrew_xrSetDigitalLensControlALMALENCE = NULL;
__xrew_xrGetSpaceContainerFB = NULL;
__xrew_xrPassthroughLayerSetKeyboardHandsIntensityFB = NULL;
Expand Down Expand Up @@ -651,6 +666,11 @@ static void xrewQuit()
#define xrRetrieveSpaceQueryResultsFB XREW_GET_FUN(__xrew_xrRetrieveSpaceQueryResultsFB)
#define xrSaveSpaceFB XREW_GET_FUN(__xrew_xrSaveSpaceFB)
#define xrEraseSpaceFB XREW_GET_FUN(__xrew_xrEraseSpaceFB)
#define xrGetSpaceBoundingBox2DFB XREW_GET_FUN(__xrew_xrGetSpaceBoundingBox2DFB)
#define xrGetSpaceBoundingBox3DFB XREW_GET_FUN(__xrew_xrGetSpaceBoundingBox3DFB)
#define xrGetSpaceSemanticLabelsFB XREW_GET_FUN(__xrew_xrGetSpaceSemanticLabelsFB)
#define xrGetSpaceBoundary2DFB XREW_GET_FUN(__xrew_xrGetSpaceBoundary2DFB)
#define xrGetSpaceRoomLayoutFB XREW_GET_FUN(__xrew_xrGetSpaceRoomLayoutFB)
#define xrSetDigitalLensControlALMALENCE XREW_GET_FUN(__xrew_xrSetDigitalLensControlALMALENCE)
#define xrGetSpaceContainerFB XREW_GET_FUN(__xrew_xrGetSpaceContainerFB)
#define xrPassthroughLayerSetKeyboardHandsIntensityFB XREW_GET_FUN(__xrew_xrPassthroughLayerSetKeyboardHandsIntensityFB)
Expand Down

0 comments on commit 6a9c5bb

Please sign in to comment.