mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 18:08:29 +00:00
st/oxr: a->an
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2322>
This commit is contained in:
parent
7d061ca7ca
commit
573493bcb3
|
@ -151,7 +151,7 @@ typedef XrResult (*oxr_handle_destroyer)(struct oxr_logger *log, struct oxr_hand
|
|||
*/
|
||||
|
||||
/*!
|
||||
* Safely copy a xrt_pose to a XrPosef.
|
||||
* Safely copy an xrt_pose to an XrPosef.
|
||||
*/
|
||||
#define OXR_XRT_POSE_TO_XRPOSEF(FROM, TO) \
|
||||
do { \
|
||||
|
@ -163,7 +163,7 @@ typedef XrResult (*oxr_handle_destroyer)(struct oxr_logger *log, struct oxr_hand
|
|||
} while (false)
|
||||
|
||||
/*!
|
||||
* Safely copy a xrt_fov to a XrFovf.
|
||||
* Safely copy an xrt_fov to an XrFovf.
|
||||
*/
|
||||
#define OXR_XRT_FOV_TO_XRFOVF(FROM, TO) \
|
||||
do { \
|
||||
|
@ -1444,7 +1444,7 @@ struct oxr_handle_base
|
|||
*
|
||||
* Not strictly an object, but an atom.
|
||||
*
|
||||
* Valid only within a XrInstance (@ref oxr_instance)
|
||||
* Valid only within an XrInstance (@ref oxr_instance)
|
||||
*
|
||||
* @obj{XrSystemId}
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue