Skip to content

Commit

Permalink
OpenXR 1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Ybalrid committed Apr 15, 2021
1 parent eb307d3 commit bcfb579
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OpenXR-SDK-Source
Submodule OpenXR-SDK-Source updated 34 files
+86 −0 CHANGELOG.SDK.md
+0 −5 changes/sdk/pr.234.gh.OpenXR-SDK-Source.md
+0 −7 changes/sdk/pr.239.gh.OpenXR-SDK-Source.md
+0 −5 changes/sdk/pr.242.gh.OpenXR-SDK-Source.md
+0 −1 changes/sdk/pr.245.gh.OpenXR-SDK-Source.md
+0 −1 changes/sdk/pr.246.gh.OpenXR-SDK-Source.md
+0 −1 changes/sdk/pr.247.gh.OpenXR-SDK-Source.md
+0 −4 changes/sdk/pr.249.gh.OpenXR-SDK-Source.md
+0 −4 changes/sdk/pr.250.gh.OpenXR-SDK-Source.md
+0 −6 changes/sdk/pr.251.gh.OpenXR-SDK-Source.md
+0 −47 file_format.sh
+1 −1 maintainer-scripts/common.sh
+2 −2 specification/Makefile
+199 −24 specification/registry/xr.xml
+3 −0 specification/scripts/cgenerator.py
+1 −0 specification/scripts/check_spec_links.py
+1 −0 specification/scripts/conventions.py
+1 −1 specification/scripts/creflectiongenerator.py
+1 −1 specification/scripts/docgenerator.py
+4 −2 specification/scripts/reflow.py
+ src/api_layers/OpenXR_API_Dump.png
+1 −0 src/api_layers/OpenXR_API_Dump.png.license
+ src/api_layers/OpenXR_Core_Validation.png
+1 −0 src/api_layers/OpenXR_Core_Validation.png.license
+56 −51 src/api_layers/README_api_dump.md
+45 −53 src/api_layers/README_core_validation.md
+ src/api_layers/core_validation_html_anchor.png
+1 −0 src/api_layers/core_validation_html_anchor.png.license
+ src/api_layers/core_validation_message.png
+235 −0 src/api_layers/core_validation_message.svg
+1 −0 src/api_layers/core_validation_message.svg.license
+10 −7 src/loader/loader_core.cpp
+1 −1 src/scripts/validation_layer_generator.py
+14 −0 src/tests/list/list.cpp
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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.14 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.15 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
6 changes: 5 additions & 1 deletion generated/xrew.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is autogenertaed by XREW, the OpenXR Extension Wrangler. Do not modify!
// Timestamp : 2021-04-14T11:32:33.822741
// Timestamp : 2021-04-15T09:59:47.157292

/*
MIT License
Expand Down Expand Up @@ -70,6 +70,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_xrSetEnvironmentDepthEstimationVARJO __xrew_xrSetEnvironmentDepthEstimationVARJO = NULL;
#ifdef XR_USE_PLATFORM_ANDROID
static PFN_xrSetAndroidApplicationThreadKHR __xrew_xrSetAndroidApplicationThreadKHR = NULL;
static PFN_xrCreateSwapchainAndroidSurfaceKHR __xrew_xrCreateSwapchainAndroidSurfaceKHR = NULL;
Expand Down Expand Up @@ -144,6 +145,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, "xrSetEnvironmentDepthEstimationVARJO", (PFN_xrVoidFunction *) &__xrew_xrSetEnvironmentDepthEstimationVARJO);
#ifdef XR_USE_PLATFORM_ANDROID
xrGetInstanceProcAddr(instance, "xrSetAndroidApplicationThreadKHR", (PFN_xrVoidFunction *) &__xrew_xrSetAndroidApplicationThreadKHR);
xrGetInstanceProcAddr(instance, "xrCreateSwapchainAndroidSurfaceKHR", (PFN_xrVoidFunction *) &__xrew_xrCreateSwapchainAndroidSurfaceKHR);
Expand Down Expand Up @@ -218,6 +220,7 @@ static void xrewQuit()
__xrew_xrRequestDisplayRefreshRateFB = NULL;
__xrew_xrEnumerateColorSpacesFB = NULL;
__xrew_xrSetColorSpaceFB = NULL;
__xrew_xrSetEnvironmentDepthEstimationVARJO = NULL;
#ifdef XR_USE_PLATFORM_ANDROID
__xrew_xrSetAndroidApplicationThreadKHR = NULL;
__xrew_xrCreateSwapchainAndroidSurfaceKHR = NULL;
Expand Down Expand Up @@ -291,6 +294,7 @@ static void xrewQuit()
#define xrRequestDisplayRefreshRateFB __xrew_xrRequestDisplayRefreshRateFB
#define xrEnumerateColorSpacesFB __xrew_xrEnumerateColorSpacesFB
#define xrSetColorSpaceFB __xrew_xrSetColorSpaceFB
#define xrSetEnvironmentDepthEstimationVARJO __xrew_xrSetEnvironmentDepthEstimationVARJO
#ifdef XR_USE_PLATFORM_ANDROID
#define xrSetAndroidApplicationThreadKHR __xrew_xrSetAndroidApplicationThreadKHR
#define xrCreateSwapchainAndroidSurfaceKHR __xrew_xrCreateSwapchainAndroidSurfaceKHR
Expand Down

0 comments on commit bcfb579

Please sign in to comment.