The open source OpenXR runtime
0
fork

Configure Feed

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

st/oxr: Internal docs

authored by

Ryan Pavlik and committed by
Jakob Bornecrantz
66a303f8 699a92d9

+12
+12
src/xrt/state_trackers/oxr/oxr_session_frame_end.c
··· 837 837 * 838 838 */ 839 839 840 + /** 841 + * Turn the poses supplied with a composition layer into the poses the compositor wants. 842 + * 843 + * @param log logger 844 + * @param sess session 845 + * @param spc space that @p pose_ptr is supplied in 846 + * @param pose_ptr pose supplied with layer 847 + * @param inv_offset inverse of the tracking origin offset 848 + * @param timestamp timestamp for pose 849 + * @param[out] out_pose Resulting view-space pose 850 + * @return true if successfully transformed into a view space pose 851 + */ 840 852 static bool 841 853 handle_space(struct oxr_logger *log, 842 854 struct oxr_session *sess,