Skip to content

Commit 31d8ab8

Browse files
committed
1.0.26 update
1 parent e479bfa commit 31d8ab8

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

OpenXR-SDK-Source

Submodule OpenXR-SDK-Source updated 75 files

generated/xrew.h

Lines changed: 15 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-10-07T13:02:15.687243
3-
// OpenXR Version : 1.0.25
2+
// Timestamp : 2022-12-08T13:20:26.416922
3+
// OpenXR Version : 1.0.26
44

55

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

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

4444
// OpenXR 1.0 Core API:
@@ -161,6 +161,9 @@ static PFN_xrEnumeratePerformanceMetricsCounterPathsMETA __xrew_xrEnumeratePerfo
161161
static PFN_xrSetPerformanceMetricsStateMETA __xrew_xrSetPerformanceMetricsStateMETA = NULL;
162162
static PFN_xrGetPerformanceMetricsStateMETA __xrew_xrGetPerformanceMetricsStateMETA = NULL;
163163
static PFN_xrQueryPerformanceMetricsCounterMETA __xrew_xrQueryPerformanceMetricsCounterMETA = NULL;
164+
static PFN_xrCreatePassthroughHTC __xrew_xrCreatePassthroughHTC = NULL;
165+
static PFN_xrDestroyPassthroughHTC __xrew_xrDestroyPassthroughHTC = NULL;
166+
static PFN_xrApplyFoveationHTC __xrew_xrApplyFoveationHTC = NULL;
164167
// XR_USE_PLATFORM_ANDROID
165168
#ifdef XR_USE_PLATFORM_ANDROID
166169
static PFN_xrSetAndroidApplicationThreadKHR __xrew_xrSetAndroidApplicationThreadKHR = NULL;
@@ -337,6 +340,9 @@ static XrBool32 xrewInit(XrInstance instance)
337340
xrGetInstanceProcAddr(instance, "xrSetPerformanceMetricsStateMETA", (PFN_xrVoidFunction *) &__xrew_xrSetPerformanceMetricsStateMETA);
338341
xrGetInstanceProcAddr(instance, "xrGetPerformanceMetricsStateMETA", (PFN_xrVoidFunction *) &__xrew_xrGetPerformanceMetricsStateMETA);
339342
xrGetInstanceProcAddr(instance, "xrQueryPerformanceMetricsCounterMETA", (PFN_xrVoidFunction *) &__xrew_xrQueryPerformanceMetricsCounterMETA);
343+
xrGetInstanceProcAddr(instance, "xrCreatePassthroughHTC", (PFN_xrVoidFunction *) &__xrew_xrCreatePassthroughHTC);
344+
xrGetInstanceProcAddr(instance, "xrDestroyPassthroughHTC", (PFN_xrVoidFunction *) &__xrew_xrDestroyPassthroughHTC);
345+
xrGetInstanceProcAddr(instance, "xrApplyFoveationHTC", (PFN_xrVoidFunction *) &__xrew_xrApplyFoveationHTC);
340346
// XR_USE_PLATFORM_ANDROID
341347
#ifdef XR_USE_PLATFORM_ANDROID
342348
xrGetInstanceProcAddr(instance, "xrSetAndroidApplicationThreadKHR", (PFN_xrVoidFunction *) &__xrew_xrSetAndroidApplicationThreadKHR);
@@ -509,6 +515,9 @@ static void xrewQuit()
509515
__xrew_xrSetPerformanceMetricsStateMETA = NULL;
510516
__xrew_xrGetPerformanceMetricsStateMETA = NULL;
511517
__xrew_xrQueryPerformanceMetricsCounterMETA = NULL;
518+
__xrew_xrCreatePassthroughHTC = NULL;
519+
__xrew_xrDestroyPassthroughHTC = NULL;
520+
__xrew_xrApplyFoveationHTC = NULL;
512521
// XR_USE_PLATFORM_ANDROID
513522
#ifdef XR_USE_PLATFORM_ANDROID
514523
__xrew_xrSetAndroidApplicationThreadKHR = NULL;
@@ -678,6 +687,9 @@ static void xrewQuit()
678687
#define xrSetPerformanceMetricsStateMETA XREW_GET_FUN(__xrew_xrSetPerformanceMetricsStateMETA)
679688
#define xrGetPerformanceMetricsStateMETA XREW_GET_FUN(__xrew_xrGetPerformanceMetricsStateMETA)
680689
#define xrQueryPerformanceMetricsCounterMETA XREW_GET_FUN(__xrew_xrQueryPerformanceMetricsCounterMETA)
690+
#define xrCreatePassthroughHTC XREW_GET_FUN(__xrew_xrCreatePassthroughHTC)
691+
#define xrDestroyPassthroughHTC XREW_GET_FUN(__xrew_xrDestroyPassthroughHTC)
692+
#define xrApplyFoveationHTC XREW_GET_FUN(__xrew_xrApplyFoveationHTC)
681693
// XR_USE_PLATFORM_ANDROID
682694
#ifdef XR_USE_PLATFORM_ANDROID
683695
#define xrSetAndroidApplicationThreadKHR XREW_GET_FUN(__xrew_xrSetAndroidApplicationThreadKHR)

0 commit comments

Comments
 (0)