Skip to content

Commit e8089f3

Browse files
author
Darryl Gough
authored
Update openxr.html to include msft_spatial_graph_bridge revision 2 (#103)
* Update openxr.html to include msft_spatial_graph_bridge revision 2 * update readme for bridge extension
1 parent 1dcec91 commit e8089f3

2 files changed

Lines changed: 731 additions & 122 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ or choose x64 platform when running on a Windows Desktop PC with the HoloLens 2
2828

2929
The [openxr_preview](https://github.com/microsoft/OpenXR-MixedReality/tree/main/openxr_preview) folder contains a set of [preview header files](https://github.com/microsoft/OpenXR-MixedReality/tree/main/openxr_preview/include/openxr) containing the following OpenXR extensions that are only available [in preview runtime](http://aka.ms/openxr-preview).
3030

31-
1. There's no additional preview extensions in latest preview runtime.
31+
1. [XR_MSFT_spatial_graph_bridge](https://microsoft.github.io/OpenXR-MixedReality/openxr_preview/specs/openxr.html#XR_MSFT_spatial_graph_bridge) Revision 2 adds the `XrSpatialGraphNodeBindingMSFT` handle and `xrTryCreateSpatialGraphStaticNodeBindingMSFT` function so that applications can try to get a spatial graph node from an `XrSpace` handle.
3232

3333
Please send feedback on preview extensions and samples at [GitHub issues](https://github.com/microsoft/OpenXR-MixedReality/issues).
3434
We are planning to incorporate your feedback and finalize these extensions as vendor extensions (MSFT) or cross-vendor extensions (EXT)
@@ -40,7 +40,7 @@ over the coming months.
4040

4141
- **The core OpenXR API usage patterns** <br/>
4242
can be found in the [BasicXrApp/OpenXRProgram.cpp](https://github.com/microsoft/OpenXR-MixedReality/blob/main/samples/BasicXrApp/OpenXrProgram.cpp) file.
43-
The [Run() function](https://github.com/microsoft/OpenXR-MixedReality/blob/main/samples/BasicXrApp/OpenXrProgram.cpp#L28)
43+
The [Run() function](https://github.com/microsoft/OpenXR-MixedReality/blob/main/samples/BasicXrApp/OpenXrProgram.cpp#L15)
4444
captures a typical OpenXR app code flow for session initialization, event handling, the frame loop and input actions.
4545

4646
- **Hand tracking** <br/>

0 commit comments

Comments
 (0)