The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

st/oxr: a->an

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2322>

+3 -3
+3 -3
src/xrt/state_trackers/oxr/oxr_objects.h
··· 151 151 */ 152 152 153 153 /*! 154 - * Safely copy a xrt_pose to a XrPosef. 154 + * Safely copy an xrt_pose to an XrPosef. 155 155 */ 156 156 #define OXR_XRT_POSE_TO_XRPOSEF(FROM, TO) \ 157 157 do { \ ··· 163 163 } while (false) 164 164 165 165 /*! 166 - * Safely copy a xrt_fov to a XrFovf. 166 + * Safely copy an xrt_fov to an XrFovf. 167 167 */ 168 168 #define OXR_XRT_FOV_TO_XRFOVF(FROM, TO) \ 169 169 do { \ ··· 1444 1444 * 1445 1445 * Not strictly an object, but an atom. 1446 1446 * 1447 - * Valid only within a XrInstance (@ref oxr_instance) 1447 + * Valid only within an XrInstance (@ref oxr_instance) 1448 1448 * 1449 1449 * @obj{XrSystemId} 1450 1450 */