Monado OpenXR Runtime
|
Tracking factory. More...
#include <xrt/xrt_tracking.h>
Data Fields | |
struct xrt_frame_context * | xfctx |
Internal frame context, exposed for debugging purposes. More... | |
int(* | create_tracked_psmv )(struct xrt_tracking_factory *, struct xrt_device *xdev, struct xrt_tracked_psmv **out_psmv) |
Create a tracked PSMV ball. More... | |
int(* | create_tracked_psvr )(struct xrt_tracking_factory *, struct xrt_device *xdev, struct xrt_tracked_psvr **out_psvr) |
Create a tracked PSVR ball. More... | |
Tracking factory.
int(* xrt_tracking_factory::create_tracked_psmv) (struct xrt_tracking_factory *, struct xrt_device *xdev, struct xrt_tracked_psmv **out_psmv) |
Create a tracked PSMV ball.
Referenced by p_tracking_init().
int(* xrt_tracking_factory::create_tracked_psvr) (struct xrt_tracking_factory *, struct xrt_device *xdev, struct xrt_tracked_psvr **out_psvr) |
Create a tracked PSVR ball.
struct xrt_frame_context* xrt_tracking_factory::xfctx |
Internal frame context, exposed for debugging purposes.
Referenced by p_tracking_init().