Monado OpenXR Runtime
Loading...
Searching...
No Matches
u_body_tracker.h File Reference

Misc helpers for xrt_body_tracker implementations. More...

Include dependency graph for u_body_tracker.h:

Go to the source code of this file.

Typedefs

typedef void(* u_body_tracker_destroy_function_t) (struct xrt_body_tracker *xbt)
 Function pointer type for the body tracker's destroy function.
 

Functions

void u_body_tracker_populate_function_pointers (struct xrt_body_tracker *xbt, u_body_tracker_destroy_function_t destroy_fn)
 Populate the body tracker's function pointers with default implementations.
 

Detailed Description

Misc helpers for xrt_body_tracker implementations.