Skip to content

Commit d347f2e

Browse files
committed
v1.0.23 🎉
1 parent e7fe31e commit d347f2e

File tree

3 files changed

+78
-6
lines changed

3 files changed

+78
-6
lines changed

OpenXR-SDK-Source

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.22 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.23 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: 76 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// This file is autogenerated by XREW, the OpenXR Extension Wrangler. Do not modify!
2-
// Timestamp : 2022-01-13T02:36:59.256050
3-
// OpenXR Version : 1.0.22
2+
// Timestamp : 2022-05-29T12:33:33.128099
3+
// OpenXR Version : 1.0.23
44

55

66
/*
77
MIT License
88
9-
Copyright (c) 2021 LIV Inc.
9+
Copyright (c) 2021-2022 LIV Inc.
1010
1111
Permission is hereby granted, free of charge, to any person obtaining a copy
1212
of this software and associated documentation files (the "Software"), to deal
@@ -38,7 +38,7 @@ extern "C"
3838
{
3939
#endif
4040

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

4444
// OpenXR 1.0 Core API:
@@ -61,6 +61,9 @@ static PFN_xrSetInputDeviceStateFloatEXT __xrew_xrSetInputDeviceStateFloatEXT =
6161
static PFN_xrSetInputDeviceStateVector2fEXT __xrew_xrSetInputDeviceStateVector2fEXT = NULL;
6262
static PFN_xrSetInputDeviceLocationEXT __xrew_xrSetInputDeviceLocationEXT = NULL;
6363
static PFN_xrCreateSpatialGraphNodeSpaceMSFT __xrew_xrCreateSpatialGraphNodeSpaceMSFT = NULL;
64+
static PFN_xrTryCreateSpatialGraphStaticNodeBindingMSFT __xrew_xrTryCreateSpatialGraphStaticNodeBindingMSFT = NULL;
65+
static PFN_xrDestroySpatialGraphNodeBindingMSFT __xrew_xrDestroySpatialGraphNodeBindingMSFT = NULL;
66+
static PFN_xrGetSpatialGraphNodeBindingPropertiesMSFT __xrew_xrGetSpatialGraphNodeBindingPropertiesMSFT = NULL;
6467
static PFN_xrCreateHandTrackerEXT __xrew_xrCreateHandTrackerEXT = NULL;
6568
static PFN_xrDestroyHandTrackerEXT __xrew_xrDestroyHandTrackerEXT = NULL;
6669
static PFN_xrLocateHandJointsEXT __xrew_xrLocateHandJointsEXT = NULL;
@@ -96,6 +99,11 @@ static PFN_xrGetFacialExpressionsHTC __xrew_xrGetFacialExpressionsHTC = NULL;
9699
static PFN_xrEnumerateColorSpacesFB __xrew_xrEnumerateColorSpacesFB = NULL;
97100
static PFN_xrSetColorSpaceFB __xrew_xrSetColorSpaceFB = NULL;
98101
static PFN_xrGetHandMeshFB __xrew_xrGetHandMeshFB = NULL;
102+
static PFN_xrCreateSpatialAnchorFB __xrew_xrCreateSpatialAnchorFB = NULL;
103+
static PFN_xrGetSpaceUuidFB __xrew_xrGetSpaceUuidFB = NULL;
104+
static PFN_xrEnumerateSpaceSupportedComponentsFB __xrew_xrEnumerateSpaceSupportedComponentsFB = NULL;
105+
static PFN_xrSetSpaceComponentStatusFB __xrew_xrSetSpaceComponentStatusFB = NULL;
106+
static PFN_xrGetSpaceComponentStatusFB __xrew_xrGetSpaceComponentStatusFB = NULL;
99107
static PFN_xrCreateFoveationProfileFB __xrew_xrCreateFoveationProfileFB = NULL;
100108
static PFN_xrDestroyFoveationProfileFB __xrew_xrDestroyFoveationProfileFB = NULL;
101109
static PFN_xrQuerySystemTrackedKeyboardFB __xrew_xrQuerySystemTrackedKeyboardFB = NULL;
@@ -129,15 +137,25 @@ static PFN_xrSetMarkerTrackingTimeoutVARJO __xrew_xrSetMarkerTrackingTimeoutVARJ
129137
static PFN_xrSetMarkerTrackingPredictionVARJO __xrew_xrSetMarkerTrackingPredictionVARJO = NULL;
130138
static PFN_xrGetMarkerSizeVARJO __xrew_xrGetMarkerSizeVARJO = NULL;
131139
static PFN_xrCreateMarkerSpaceVARJO __xrew_xrCreateMarkerSpaceVARJO = NULL;
140+
static PFN_xrSetViewOffsetVARJO __xrew_xrSetViewOffsetVARJO = NULL;
132141
static PFN_xrCreateSpatialAnchorStoreConnectionMSFT __xrew_xrCreateSpatialAnchorStoreConnectionMSFT = NULL;
133142
static PFN_xrDestroySpatialAnchorStoreConnectionMSFT __xrew_xrDestroySpatialAnchorStoreConnectionMSFT = NULL;
134143
static PFN_xrPersistSpatialAnchorMSFT __xrew_xrPersistSpatialAnchorMSFT = NULL;
135144
static PFN_xrEnumeratePersistedSpatialAnchorNamesMSFT __xrew_xrEnumeratePersistedSpatialAnchorNamesMSFT = NULL;
136145
static PFN_xrCreateSpatialAnchorFromPersistedNameMSFT __xrew_xrCreateSpatialAnchorFromPersistedNameMSFT = NULL;
137146
static PFN_xrUnpersistSpatialAnchorMSFT __xrew_xrUnpersistSpatialAnchorMSFT = NULL;
138147
static PFN_xrClearSpatialAnchorStoreMSFT __xrew_xrClearSpatialAnchorStoreMSFT = NULL;
148+
static PFN_xrQuerySpacesFB __xrew_xrQuerySpacesFB = NULL;
149+
static PFN_xrRetrieveSpaceQueryResultsFB __xrew_xrRetrieveSpaceQueryResultsFB = NULL;
150+
static PFN_xrSaveSpaceFB __xrew_xrSaveSpaceFB = NULL;
151+
static PFN_xrEraseSpaceFB __xrew_xrEraseSpaceFB = NULL;
139152
static PFN_xrSetDigitalLensControlALMALENCE __xrew_xrSetDigitalLensControlALMALENCE = NULL;
153+
static PFN_xrGetSpaceContainerFB __xrew_xrGetSpaceContainerFB = NULL;
140154
static PFN_xrPassthroughLayerSetKeyboardHandsIntensityFB __xrew_xrPassthroughLayerSetKeyboardHandsIntensityFB = NULL;
155+
static PFN_xrEnumeratePerformanceMetricsCounterPathsMETA __xrew_xrEnumeratePerformanceMetricsCounterPathsMETA = NULL;
156+
static PFN_xrSetPerformanceMetricsStateMETA __xrew_xrSetPerformanceMetricsStateMETA = NULL;
157+
static PFN_xrGetPerformanceMetricsStateMETA __xrew_xrGetPerformanceMetricsStateMETA = NULL;
158+
static PFN_xrQueryPerformanceMetricsCounterMETA __xrew_xrQueryPerformanceMetricsCounterMETA = NULL;
141159
// XR_USE_PLATFORM_ANDROID
142160
#ifdef XR_USE_PLATFORM_ANDROID
143161
static PFN_xrSetAndroidApplicationThreadKHR __xrew_xrSetAndroidApplicationThreadKHR = NULL;
@@ -214,6 +232,9 @@ static XrBool32 xrewInit(XrInstance instance)
214232
xrGetInstanceProcAddr(instance, "xrSetInputDeviceStateVector2fEXT", (PFN_xrVoidFunction *) &__xrew_xrSetInputDeviceStateVector2fEXT);
215233
xrGetInstanceProcAddr(instance, "xrSetInputDeviceLocationEXT", (PFN_xrVoidFunction *) &__xrew_xrSetInputDeviceLocationEXT);
216234
xrGetInstanceProcAddr(instance, "xrCreateSpatialGraphNodeSpaceMSFT", (PFN_xrVoidFunction *) &__xrew_xrCreateSpatialGraphNodeSpaceMSFT);
235+
xrGetInstanceProcAddr(instance, "xrTryCreateSpatialGraphStaticNodeBindingMSFT", (PFN_xrVoidFunction *) &__xrew_xrTryCreateSpatialGraphStaticNodeBindingMSFT);
236+
xrGetInstanceProcAddr(instance, "xrDestroySpatialGraphNodeBindingMSFT", (PFN_xrVoidFunction *) &__xrew_xrDestroySpatialGraphNodeBindingMSFT);
237+
xrGetInstanceProcAddr(instance, "xrGetSpatialGraphNodeBindingPropertiesMSFT", (PFN_xrVoidFunction *) &__xrew_xrGetSpatialGraphNodeBindingPropertiesMSFT);
217238
xrGetInstanceProcAddr(instance, "xrCreateHandTrackerEXT", (PFN_xrVoidFunction *) &__xrew_xrCreateHandTrackerEXT);
218239
xrGetInstanceProcAddr(instance, "xrDestroyHandTrackerEXT", (PFN_xrVoidFunction *) &__xrew_xrDestroyHandTrackerEXT);
219240
xrGetInstanceProcAddr(instance, "xrLocateHandJointsEXT", (PFN_xrVoidFunction *) &__xrew_xrLocateHandJointsEXT);
@@ -249,6 +270,11 @@ static XrBool32 xrewInit(XrInstance instance)
249270
xrGetInstanceProcAddr(instance, "xrEnumerateColorSpacesFB", (PFN_xrVoidFunction *) &__xrew_xrEnumerateColorSpacesFB);
250271
xrGetInstanceProcAddr(instance, "xrSetColorSpaceFB", (PFN_xrVoidFunction *) &__xrew_xrSetColorSpaceFB);
251272
xrGetInstanceProcAddr(instance, "xrGetHandMeshFB", (PFN_xrVoidFunction *) &__xrew_xrGetHandMeshFB);
273+
xrGetInstanceProcAddr(instance, "xrCreateSpatialAnchorFB", (PFN_xrVoidFunction *) &__xrew_xrCreateSpatialAnchorFB);
274+
xrGetInstanceProcAddr(instance, "xrGetSpaceUuidFB", (PFN_xrVoidFunction *) &__xrew_xrGetSpaceUuidFB);
275+
xrGetInstanceProcAddr(instance, "xrEnumerateSpaceSupportedComponentsFB", (PFN_xrVoidFunction *) &__xrew_xrEnumerateSpaceSupportedComponentsFB);
276+
xrGetInstanceProcAddr(instance, "xrSetSpaceComponentStatusFB", (PFN_xrVoidFunction *) &__xrew_xrSetSpaceComponentStatusFB);
277+
xrGetInstanceProcAddr(instance, "xrGetSpaceComponentStatusFB", (PFN_xrVoidFunction *) &__xrew_xrGetSpaceComponentStatusFB);
252278
xrGetInstanceProcAddr(instance, "xrCreateFoveationProfileFB", (PFN_xrVoidFunction *) &__xrew_xrCreateFoveationProfileFB);
253279
xrGetInstanceProcAddr(instance, "xrDestroyFoveationProfileFB", (PFN_xrVoidFunction *) &__xrew_xrDestroyFoveationProfileFB);
254280
xrGetInstanceProcAddr(instance, "xrQuerySystemTrackedKeyboardFB", (PFN_xrVoidFunction *) &__xrew_xrQuerySystemTrackedKeyboardFB);
@@ -282,15 +308,25 @@ static XrBool32 xrewInit(XrInstance instance)
282308
xrGetInstanceProcAddr(instance, "xrSetMarkerTrackingPredictionVARJO", (PFN_xrVoidFunction *) &__xrew_xrSetMarkerTrackingPredictionVARJO);
283309
xrGetInstanceProcAddr(instance, "xrGetMarkerSizeVARJO", (PFN_xrVoidFunction *) &__xrew_xrGetMarkerSizeVARJO);
284310
xrGetInstanceProcAddr(instance, "xrCreateMarkerSpaceVARJO", (PFN_xrVoidFunction *) &__xrew_xrCreateMarkerSpaceVARJO);
311+
xrGetInstanceProcAddr(instance, "xrSetViewOffsetVARJO", (PFN_xrVoidFunction *) &__xrew_xrSetViewOffsetVARJO);
285312
xrGetInstanceProcAddr(instance, "xrCreateSpatialAnchorStoreConnectionMSFT", (PFN_xrVoidFunction *) &__xrew_xrCreateSpatialAnchorStoreConnectionMSFT);
286313
xrGetInstanceProcAddr(instance, "xrDestroySpatialAnchorStoreConnectionMSFT", (PFN_xrVoidFunction *) &__xrew_xrDestroySpatialAnchorStoreConnectionMSFT);
287314
xrGetInstanceProcAddr(instance, "xrPersistSpatialAnchorMSFT", (PFN_xrVoidFunction *) &__xrew_xrPersistSpatialAnchorMSFT);
288315
xrGetInstanceProcAddr(instance, "xrEnumeratePersistedSpatialAnchorNamesMSFT", (PFN_xrVoidFunction *) &__xrew_xrEnumeratePersistedSpatialAnchorNamesMSFT);
289316
xrGetInstanceProcAddr(instance, "xrCreateSpatialAnchorFromPersistedNameMSFT", (PFN_xrVoidFunction *) &__xrew_xrCreateSpatialAnchorFromPersistedNameMSFT);
290317
xrGetInstanceProcAddr(instance, "xrUnpersistSpatialAnchorMSFT", (PFN_xrVoidFunction *) &__xrew_xrUnpersistSpatialAnchorMSFT);
291318
xrGetInstanceProcAddr(instance, "xrClearSpatialAnchorStoreMSFT", (PFN_xrVoidFunction *) &__xrew_xrClearSpatialAnchorStoreMSFT);
319+
xrGetInstanceProcAddr(instance, "xrQuerySpacesFB", (PFN_xrVoidFunction *) &__xrew_xrQuerySpacesFB);
320+
xrGetInstanceProcAddr(instance, "xrRetrieveSpaceQueryResultsFB", (PFN_xrVoidFunction *) &__xrew_xrRetrieveSpaceQueryResultsFB);
321+
xrGetInstanceProcAddr(instance, "xrSaveSpaceFB", (PFN_xrVoidFunction *) &__xrew_xrSaveSpaceFB);
322+
xrGetInstanceProcAddr(instance, "xrEraseSpaceFB", (PFN_xrVoidFunction *) &__xrew_xrEraseSpaceFB);
292323
xrGetInstanceProcAddr(instance, "xrSetDigitalLensControlALMALENCE", (PFN_xrVoidFunction *) &__xrew_xrSetDigitalLensControlALMALENCE);
324+
xrGetInstanceProcAddr(instance, "xrGetSpaceContainerFB", (PFN_xrVoidFunction *) &__xrew_xrGetSpaceContainerFB);
293325
xrGetInstanceProcAddr(instance, "xrPassthroughLayerSetKeyboardHandsIntensityFB", (PFN_xrVoidFunction *) &__xrew_xrPassthroughLayerSetKeyboardHandsIntensityFB);
326+
xrGetInstanceProcAddr(instance, "xrEnumeratePerformanceMetricsCounterPathsMETA", (PFN_xrVoidFunction *) &__xrew_xrEnumeratePerformanceMetricsCounterPathsMETA);
327+
xrGetInstanceProcAddr(instance, "xrSetPerformanceMetricsStateMETA", (PFN_xrVoidFunction *) &__xrew_xrSetPerformanceMetricsStateMETA);
328+
xrGetInstanceProcAddr(instance, "xrGetPerformanceMetricsStateMETA", (PFN_xrVoidFunction *) &__xrew_xrGetPerformanceMetricsStateMETA);
329+
xrGetInstanceProcAddr(instance, "xrQueryPerformanceMetricsCounterMETA", (PFN_xrVoidFunction *) &__xrew_xrQueryPerformanceMetricsCounterMETA);
294330
// XR_USE_PLATFORM_ANDROID
295331
#ifdef XR_USE_PLATFORM_ANDROID
296332
xrGetInstanceProcAddr(instance, "xrSetAndroidApplicationThreadKHR", (PFN_xrVoidFunction *) &__xrew_xrSetAndroidApplicationThreadKHR);
@@ -363,6 +399,9 @@ static void xrewQuit()
363399
__xrew_xrSetInputDeviceStateVector2fEXT = NULL;
364400
__xrew_xrSetInputDeviceLocationEXT = NULL;
365401
__xrew_xrCreateSpatialGraphNodeSpaceMSFT = NULL;
402+
__xrew_xrTryCreateSpatialGraphStaticNodeBindingMSFT = NULL;
403+
__xrew_xrDestroySpatialGraphNodeBindingMSFT = NULL;
404+
__xrew_xrGetSpatialGraphNodeBindingPropertiesMSFT = NULL;
366405
__xrew_xrCreateHandTrackerEXT = NULL;
367406
__xrew_xrDestroyHandTrackerEXT = NULL;
368407
__xrew_xrLocateHandJointsEXT = NULL;
@@ -398,6 +437,11 @@ static void xrewQuit()
398437
__xrew_xrEnumerateColorSpacesFB = NULL;
399438
__xrew_xrSetColorSpaceFB = NULL;
400439
__xrew_xrGetHandMeshFB = NULL;
440+
__xrew_xrCreateSpatialAnchorFB = NULL;
441+
__xrew_xrGetSpaceUuidFB = NULL;
442+
__xrew_xrEnumerateSpaceSupportedComponentsFB = NULL;
443+
__xrew_xrSetSpaceComponentStatusFB = NULL;
444+
__xrew_xrGetSpaceComponentStatusFB = NULL;
401445
__xrew_xrCreateFoveationProfileFB = NULL;
402446
__xrew_xrDestroyFoveationProfileFB = NULL;
403447
__xrew_xrQuerySystemTrackedKeyboardFB = NULL;
@@ -431,15 +475,25 @@ static void xrewQuit()
431475
__xrew_xrSetMarkerTrackingPredictionVARJO = NULL;
432476
__xrew_xrGetMarkerSizeVARJO = NULL;
433477
__xrew_xrCreateMarkerSpaceVARJO = NULL;
478+
__xrew_xrSetViewOffsetVARJO = NULL;
434479
__xrew_xrCreateSpatialAnchorStoreConnectionMSFT = NULL;
435480
__xrew_xrDestroySpatialAnchorStoreConnectionMSFT = NULL;
436481
__xrew_xrPersistSpatialAnchorMSFT = NULL;
437482
__xrew_xrEnumeratePersistedSpatialAnchorNamesMSFT = NULL;
438483
__xrew_xrCreateSpatialAnchorFromPersistedNameMSFT = NULL;
439484
__xrew_xrUnpersistSpatialAnchorMSFT = NULL;
440485
__xrew_xrClearSpatialAnchorStoreMSFT = NULL;
486+
__xrew_xrQuerySpacesFB = NULL;
487+
__xrew_xrRetrieveSpaceQueryResultsFB = NULL;
488+
__xrew_xrSaveSpaceFB = NULL;
489+
__xrew_xrEraseSpaceFB = NULL;
441490
__xrew_xrSetDigitalLensControlALMALENCE = NULL;
491+
__xrew_xrGetSpaceContainerFB = NULL;
442492
__xrew_xrPassthroughLayerSetKeyboardHandsIntensityFB = NULL;
493+
__xrew_xrEnumeratePerformanceMetricsCounterPathsMETA = NULL;
494+
__xrew_xrSetPerformanceMetricsStateMETA = NULL;
495+
__xrew_xrGetPerformanceMetricsStateMETA = NULL;
496+
__xrew_xrQueryPerformanceMetricsCounterMETA = NULL;
443497
// XR_USE_PLATFORM_ANDROID
444498
#ifdef XR_USE_PLATFORM_ANDROID
445499
__xrew_xrSetAndroidApplicationThreadKHR = NULL;
@@ -509,6 +563,9 @@ static void xrewQuit()
509563
#define xrSetInputDeviceStateVector2fEXT XREW_GET_FUN(__xrew_xrSetInputDeviceStateVector2fEXT)
510564
#define xrSetInputDeviceLocationEXT XREW_GET_FUN(__xrew_xrSetInputDeviceLocationEXT)
511565
#define xrCreateSpatialGraphNodeSpaceMSFT XREW_GET_FUN(__xrew_xrCreateSpatialGraphNodeSpaceMSFT)
566+
#define xrTryCreateSpatialGraphStaticNodeBindingMSFT XREW_GET_FUN(__xrew_xrTryCreateSpatialGraphStaticNodeBindingMSFT)
567+
#define xrDestroySpatialGraphNodeBindingMSFT XREW_GET_FUN(__xrew_xrDestroySpatialGraphNodeBindingMSFT)
568+
#define xrGetSpatialGraphNodeBindingPropertiesMSFT XREW_GET_FUN(__xrew_xrGetSpatialGraphNodeBindingPropertiesMSFT)
512569
#define xrCreateHandTrackerEXT XREW_GET_FUN(__xrew_xrCreateHandTrackerEXT)
513570
#define xrDestroyHandTrackerEXT XREW_GET_FUN(__xrew_xrDestroyHandTrackerEXT)
514571
#define xrLocateHandJointsEXT XREW_GET_FUN(__xrew_xrLocateHandJointsEXT)
@@ -544,6 +601,11 @@ static void xrewQuit()
544601
#define xrEnumerateColorSpacesFB XREW_GET_FUN(__xrew_xrEnumerateColorSpacesFB)
545602
#define xrSetColorSpaceFB XREW_GET_FUN(__xrew_xrSetColorSpaceFB)
546603
#define xrGetHandMeshFB XREW_GET_FUN(__xrew_xrGetHandMeshFB)
604+
#define xrCreateSpatialAnchorFB XREW_GET_FUN(__xrew_xrCreateSpatialAnchorFB)
605+
#define xrGetSpaceUuidFB XREW_GET_FUN(__xrew_xrGetSpaceUuidFB)
606+
#define xrEnumerateSpaceSupportedComponentsFB XREW_GET_FUN(__xrew_xrEnumerateSpaceSupportedComponentsFB)
607+
#define xrSetSpaceComponentStatusFB XREW_GET_FUN(__xrew_xrSetSpaceComponentStatusFB)
608+
#define xrGetSpaceComponentStatusFB XREW_GET_FUN(__xrew_xrGetSpaceComponentStatusFB)
547609
#define xrCreateFoveationProfileFB XREW_GET_FUN(__xrew_xrCreateFoveationProfileFB)
548610
#define xrDestroyFoveationProfileFB XREW_GET_FUN(__xrew_xrDestroyFoveationProfileFB)
549611
#define xrQuerySystemTrackedKeyboardFB XREW_GET_FUN(__xrew_xrQuerySystemTrackedKeyboardFB)
@@ -577,15 +639,25 @@ static void xrewQuit()
577639
#define xrSetMarkerTrackingPredictionVARJO XREW_GET_FUN(__xrew_xrSetMarkerTrackingPredictionVARJO)
578640
#define xrGetMarkerSizeVARJO XREW_GET_FUN(__xrew_xrGetMarkerSizeVARJO)
579641
#define xrCreateMarkerSpaceVARJO XREW_GET_FUN(__xrew_xrCreateMarkerSpaceVARJO)
642+
#define xrSetViewOffsetVARJO XREW_GET_FUN(__xrew_xrSetViewOffsetVARJO)
580643
#define xrCreateSpatialAnchorStoreConnectionMSFT XREW_GET_FUN(__xrew_xrCreateSpatialAnchorStoreConnectionMSFT)
581644
#define xrDestroySpatialAnchorStoreConnectionMSFT XREW_GET_FUN(__xrew_xrDestroySpatialAnchorStoreConnectionMSFT)
582645
#define xrPersistSpatialAnchorMSFT XREW_GET_FUN(__xrew_xrPersistSpatialAnchorMSFT)
583646
#define xrEnumeratePersistedSpatialAnchorNamesMSFT XREW_GET_FUN(__xrew_xrEnumeratePersistedSpatialAnchorNamesMSFT)
584647
#define xrCreateSpatialAnchorFromPersistedNameMSFT XREW_GET_FUN(__xrew_xrCreateSpatialAnchorFromPersistedNameMSFT)
585648
#define xrUnpersistSpatialAnchorMSFT XREW_GET_FUN(__xrew_xrUnpersistSpatialAnchorMSFT)
586649
#define xrClearSpatialAnchorStoreMSFT XREW_GET_FUN(__xrew_xrClearSpatialAnchorStoreMSFT)
650+
#define xrQuerySpacesFB XREW_GET_FUN(__xrew_xrQuerySpacesFB)
651+
#define xrRetrieveSpaceQueryResultsFB XREW_GET_FUN(__xrew_xrRetrieveSpaceQueryResultsFB)
652+
#define xrSaveSpaceFB XREW_GET_FUN(__xrew_xrSaveSpaceFB)
653+
#define xrEraseSpaceFB XREW_GET_FUN(__xrew_xrEraseSpaceFB)
587654
#define xrSetDigitalLensControlALMALENCE XREW_GET_FUN(__xrew_xrSetDigitalLensControlALMALENCE)
655+
#define xrGetSpaceContainerFB XREW_GET_FUN(__xrew_xrGetSpaceContainerFB)
588656
#define xrPassthroughLayerSetKeyboardHandsIntensityFB XREW_GET_FUN(__xrew_xrPassthroughLayerSetKeyboardHandsIntensityFB)
657+
#define xrEnumeratePerformanceMetricsCounterPathsMETA XREW_GET_FUN(__xrew_xrEnumeratePerformanceMetricsCounterPathsMETA)
658+
#define xrSetPerformanceMetricsStateMETA XREW_GET_FUN(__xrew_xrSetPerformanceMetricsStateMETA)
659+
#define xrGetPerformanceMetricsStateMETA XREW_GET_FUN(__xrew_xrGetPerformanceMetricsStateMETA)
660+
#define xrQueryPerformanceMetricsCounterMETA XREW_GET_FUN(__xrew_xrQueryPerformanceMetricsCounterMETA)
589661
// XR_USE_PLATFORM_ANDROID
590662
#ifdef XR_USE_PLATFORM_ANDROID
591663
#define xrSetAndroidApplicationThreadKHR XREW_GET_FUN(__xrew_xrSetAndroidApplicationThreadKHR)

0 commit comments

Comments
 (0)