OpenXR SDK (Source) 1.0.19
OpenXR SDK 1.0.19 (2021-08-24)
This release features a number of new or updated vendor extensions, as well as
some minor cleanups and bug fixes in the SDK.
- Registry
- Add
XR_SESSION_NOT_FOCUSEDas a possible success return code to
xrApplyHapticFeedbackandxrStopHapticFeedback.
(internal MR 2106,
internal issue 1270) - Add new
XR_FB_hand_tracking_meshvendor extension.
(internal MR 2089) - Add new
XR_FB_hand_tracking_capsulesvendor extension.
(internal MR 2089) - Add new
XR_FB_hand_tracking_aimvendor extension.
(internal MR 2089) - Add version 1 of new
XR_FB_space_warpvendor extension.
(internal MR 2115) - Register new Author ID for Almalence.
(OpenXR-Docs PR 92,
OpenXR-Docs PR 93) - Update to version 2 of
XR_VALVE_analog_threshold.
(internal MR 2113)
- Add
- SDK
- scripts: Some typing annotations and type-related cleanup found by using type-
aware Python editors.
(internal MR 2100) xr_linear.h: Fix bug inXrVector3f_Cross
(internal MR 2111)
- scripts: Some typing annotations and type-related cleanup found by using type-