Skip to content

Commit e15e4ed

Browse files
committed
version 1.0.19
1 parent c4fafca commit e15e4ed

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-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.17 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.19 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: 7 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 : 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
44

55

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

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

4444
// OpenXR 1.0 Core API:
@@ -91,6 +91,7 @@ static PFN_xrGetDisplayRefreshRateFB __xrew_xrGetDisplayRefreshRateFB = NULL;
9191
static PFN_xrRequestDisplayRefreshRateFB __xrew_xrRequestDisplayRefreshRateFB = NULL;
9292
static PFN_xrEnumerateColorSpacesFB __xrew_xrEnumerateColorSpacesFB = NULL;
9393
static PFN_xrSetColorSpaceFB __xrew_xrSetColorSpaceFB = NULL;
94+
static PFN_xrGetHandMeshFB __xrew_xrGetHandMeshFB = NULL;
9495
static PFN_xrCreateFoveationProfileFB __xrew_xrCreateFoveationProfileFB = NULL;
9596
static PFN_xrDestroyFoveationProfileFB __xrew_xrDestroyFoveationProfileFB = NULL;
9697
static PFN_xrSetEnvironmentDepthEstimationVARJO __xrew_xrSetEnvironmentDepthEstimationVARJO = NULL;
@@ -207,6 +208,7 @@ static XrBool32 xrewInit(XrInstance instance)
207208
xrGetInstanceProcAddr(instance, "xrRequestDisplayRefreshRateFB", (PFN_xrVoidFunction *) &__xrew_xrRequestDisplayRefreshRateFB);
208209
xrGetInstanceProcAddr(instance, "xrEnumerateColorSpacesFB", (PFN_xrVoidFunction *) &__xrew_xrEnumerateColorSpacesFB);
209210
xrGetInstanceProcAddr(instance, "xrSetColorSpaceFB", (PFN_xrVoidFunction *) &__xrew_xrSetColorSpaceFB);
211+
xrGetInstanceProcAddr(instance, "xrGetHandMeshFB", (PFN_xrVoidFunction *) &__xrew_xrGetHandMeshFB);
210212
xrGetInstanceProcAddr(instance, "xrCreateFoveationProfileFB", (PFN_xrVoidFunction *) &__xrew_xrCreateFoveationProfileFB);
211213
xrGetInstanceProcAddr(instance, "xrDestroyFoveationProfileFB", (PFN_xrVoidFunction *) &__xrew_xrDestroyFoveationProfileFB);
212214
xrGetInstanceProcAddr(instance, "xrSetEnvironmentDepthEstimationVARJO", (PFN_xrVoidFunction *) &__xrew_xrSetEnvironmentDepthEstimationVARJO);
@@ -319,6 +321,7 @@ static void xrewQuit()
319321
__xrew_xrRequestDisplayRefreshRateFB = NULL;
320322
__xrew_xrEnumerateColorSpacesFB = NULL;
321323
__xrew_xrSetColorSpaceFB = NULL;
324+
__xrew_xrGetHandMeshFB = NULL;
322325
__xrew_xrCreateFoveationProfileFB = NULL;
323326
__xrew_xrDestroyFoveationProfileFB = NULL;
324327
__xrew_xrSetEnvironmentDepthEstimationVARJO = NULL;
@@ -428,6 +431,7 @@ static void xrewQuit()
428431
#define xrRequestDisplayRefreshRateFB XREW_GET_FUN(__xrew_xrRequestDisplayRefreshRateFB)
429432
#define xrEnumerateColorSpacesFB XREW_GET_FUN(__xrew_xrEnumerateColorSpacesFB)
430433
#define xrSetColorSpaceFB XREW_GET_FUN(__xrew_xrSetColorSpaceFB)
434+
#define xrGetHandMeshFB XREW_GET_FUN(__xrew_xrGetHandMeshFB)
431435
#define xrCreateFoveationProfileFB XREW_GET_FUN(__xrew_xrCreateFoveationProfileFB)
432436
#define xrDestroyFoveationProfileFB XREW_GET_FUN(__xrew_xrDestroyFoveationProfileFB)
433437
#define xrSetEnvironmentDepthEstimationVARJO XREW_GET_FUN(__xrew_xrSetEnvironmentDepthEstimationVARJO)

0 commit comments

Comments
 (0)