You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release primarily adds new defines for easier use of both OpenXR
1.0 and 1.1 with up-to-date headers, some documentation improvements,
and improvements for Android, including support for using the “API Dump”
and “Validation” API layers in your own APK during the development
process.
- Registry
- Addition: New XR_API_VERSION_1_0 and XR_API_VERSION_1_1 defines
to allow applications to easily specify OpenXR “major” and
“minor” version while passing through the “patch” version.
(internal MR 3329, internal MR 3354, internal issue 2254)
- Addition: Register Razer vendor ID. (internal MR 3340)
- Fix: Add “palm_pose” to “touch_controller_pro” and
“touch_controller_plus” in XML. (internal MR 3363)
- Improvement: Add Schematron rule to avoid triggering edge cases
of vendor tags ending with X. (internal MR 3341)
- Reservation: Reserve extension numbers for a few new EXT
extensions. (internal MR 3285, internal MR 3292)
- Update: Bump version of XR_FB_composition_layer_alpha_blend due
to spec text clarification. (internal MR 3317)
- SDK
- Addition: Ship open-in-docker.sh script for use building the
loader design doc. (internal MR 3352, internal issue 2283,
OpenXR-SDK-Source issue 476)
- Fix: Fix references to Docker container in spec build
instructions and clarify that most parts do not apply to the
SDK-Source repo. (internal MR 3352, internal issue 2283,
OpenXR-SDK-Source issue 476)
- Fix: Do not load all Android app-supplied layers as explicit,
but rather as their actual type. (OpenXR-SDK-Source PR 475,
internal issue 2284)
- Improvement: Use new XR_API_VERSION_1_0 and XR_API_VERSION_1_1
defines. (internal MR 3329, internal issue 2254)
- Improvement: Add Android support to “api_dump” and
“core_validation” API layers. (internal MR 3330)
GitOrigin-RevId: b84815a669b7ab8721ff5117872d8af17b601754
0 commit comments