The open source OpenXR runtime
0
fork

Configure Feed

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

u/device: Improve comment on u_device_get_view_poses

+3 -1
+3 -1
src/xrt/auxiliary/util/u_device.h
··· 152 152 */ 153 153 154 154 /*! 155 - * Helper function for `get_view_poses` in a HMD driver. 155 + * Helper function to implement @ref xrt_device::get_view_poses in a HMD driver. 156 + * 157 + * The field @ref xrt_device::hmd needs to be set and valid. 156 158 */ 157 159 void 158 160 u_device_get_view_poses(struct xrt_device *xdev,