Skip to content

Commit

Permalink
version 1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Ybalrid committed Aug 25, 2021
1 parent c4fafca commit e15e4ed
Show file tree
Hide file tree
Showing 3 changed files with 9 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.17 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.19 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
10 changes: 7 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 : 2021-08-02T15:22:00.519313
// OpenXR Version : 1.0.18
// Timestamp : 2021-08-25T15:39:18.656758
// OpenXR Version : 1.0.19


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

#define XREW_GENERATED_VERSION XR_MAKE_VERSION(1, 0, 18)
#define XREW_GENERATED_VERSION XR_MAKE_VERSION(1, 0, 19)
#define XREW_GET_FUN(x) x

// OpenXR 1.0 Core API:
Expand Down Expand Up @@ -91,6 +91,7 @@ static PFN_xrGetDisplayRefreshRateFB __xrew_xrGetDisplayRefreshRateFB = NULL;
static PFN_xrRequestDisplayRefreshRateFB __xrew_xrRequestDisplayRefreshRateFB = NULL;
static PFN_xrEnumerateColorSpacesFB __xrew_xrEnumerateColorSpacesFB = NULL;
static PFN_xrSetColorSpaceFB __xrew_xrSetColorSpaceFB = NULL;
static PFN_xrGetHandMeshFB __xrew_xrGetHandMeshFB = NULL;
static PFN_xrCreateFoveationProfileFB __xrew_xrCreateFoveationProfileFB = NULL;
static PFN_xrDestroyFoveationProfileFB __xrew_xrDestroyFoveationProfileFB = NULL;
static PFN_xrSetEnvironmentDepthEstimationVARJO __xrew_xrSetEnvironmentDepthEstimationVARJO = NULL;
Expand Down Expand Up @@ -207,6 +208,7 @@ static XrBool32 xrewInit(XrInstance instance)
xrGetInstanceProcAddr(instance, "xrRequestDisplayRefreshRateFB", (PFN_xrVoidFunction *) &__xrew_xrRequestDisplayRefreshRateFB);
xrGetInstanceProcAddr(instance, "xrEnumerateColorSpacesFB", (PFN_xrVoidFunction *) &__xrew_xrEnumerateColorSpacesFB);
xrGetInstanceProcAddr(instance, "xrSetColorSpaceFB", (PFN_xrVoidFunction *) &__xrew_xrSetColorSpaceFB);
xrGetInstanceProcAddr(instance, "xrGetHandMeshFB", (PFN_xrVoidFunction *) &__xrew_xrGetHandMeshFB);
xrGetInstanceProcAddr(instance, "xrCreateFoveationProfileFB", (PFN_xrVoidFunction *) &__xrew_xrCreateFoveationProfileFB);
xrGetInstanceProcAddr(instance, "xrDestroyFoveationProfileFB", (PFN_xrVoidFunction *) &__xrew_xrDestroyFoveationProfileFB);
xrGetInstanceProcAddr(instance, "xrSetEnvironmentDepthEstimationVARJO", (PFN_xrVoidFunction *) &__xrew_xrSetEnvironmentDepthEstimationVARJO);
Expand Down Expand Up @@ -319,6 +321,7 @@ static void xrewQuit()
__xrew_xrRequestDisplayRefreshRateFB = NULL;
__xrew_xrEnumerateColorSpacesFB = NULL;
__xrew_xrSetColorSpaceFB = NULL;
__xrew_xrGetHandMeshFB = NULL;
__xrew_xrCreateFoveationProfileFB = NULL;
__xrew_xrDestroyFoveationProfileFB = NULL;
__xrew_xrSetEnvironmentDepthEstimationVARJO = NULL;
Expand Down Expand Up @@ -428,6 +431,7 @@ static void xrewQuit()
#define xrRequestDisplayRefreshRateFB XREW_GET_FUN(__xrew_xrRequestDisplayRefreshRateFB)
#define xrEnumerateColorSpacesFB XREW_GET_FUN(__xrew_xrEnumerateColorSpacesFB)
#define xrSetColorSpaceFB XREW_GET_FUN(__xrew_xrSetColorSpaceFB)
#define xrGetHandMeshFB XREW_GET_FUN(__xrew_xrGetHandMeshFB)
#define xrCreateFoveationProfileFB XREW_GET_FUN(__xrew_xrCreateFoveationProfileFB)
#define xrDestroyFoveationProfileFB XREW_GET_FUN(__xrew_xrDestroyFoveationProfileFB)
#define xrSetEnvironmentDepthEstimationVARJO XREW_GET_FUN(__xrew_xrSetEnvironmentDepthEstimationVARJO)
Expand Down

0 comments on commit e15e4ed

Please sign in to comment.