mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-05 21:38:12 +00:00
u/device: Improve comment on u_device_get_view_poses
This commit is contained in:
parent
5d49486a8b
commit
45f1a2d230
|
@ -152,7 +152,9 @@ u_device_get_view_pose(const struct xrt_vec3 *eye_relation, uint32_t view_index,
|
|||
*/
|
||||
|
||||
/*!
|
||||
* Helper function for `get_view_poses` in a HMD driver.
|
||||
* Helper function to implement @ref xrt_device::get_view_poses in a HMD driver.
|
||||
*
|
||||
* The field @ref xrt_device::hmd needs to be set and valid.
|
||||
*/
|
||||
void
|
||||
u_device_get_view_poses(struct xrt_device *xdev,
|
||||
|
|
Loading…
Reference in a new issue