Monado OpenXR Runtime
|
Tracking integration code. More...
#include "xrt/xrt_frame.h"
#include "xrt/xrt_frameserver.h"
#include "xrt/xrt_tracking.h"
#include "xrt/xrt_config_have.h"
#include "xrt/xrt_config_drivers.h"
#include "util/u_var.h"
#include "util/u_misc.h"
#include "util/u_sink.h"
#include "p_prober.h"
#include <stdio.h>
#include <string.h>
Data Structures | |
struct | p_factory |
Functions | |
int | p_tracking_init (struct prober *p) |
Init the tracking factory. More... | |
void | p_tracking_teardown (struct prober *p) |
Teardown the tracking factory. More... | |
Tracking integration code.
int p_tracking_init | ( | struct prober * | p | ) |
Init the tracking factory.
References p_factory::base, xrt_tracking_factory::create_tracked_psmv, U_TYPED_CALLOC, p_factory::xfctx, and xrt_tracking_factory::xfctx.
void p_tracking_teardown | ( | struct prober * | p | ) |
Teardown the tracking factory.
References xrt_prober::tracking.