Monado OpenXR Runtime
|
Visual-Inertial Tracking consumer helper. More...
#include "xrt/xrt_config_os.h"
#include "tracking/t_vit_loader.h"
#include "util/u_logging.h"
#include "vit/vit_interface.h"
#include <stdlib.h>
#include <dlfcn.h>
Macros | |
#define | GET_PROC(SYM) |
Functions | |
static bool | vit_get_proc (void *handle, const char *name, void *proc_ptr) |
bool | t_vit_bundle_load (struct t_vit_bundle *vit, const char *path) |
Load the tracker. More... | |
void | t_vit_bundle_unload (struct t_vit_bundle *vit) |
Unload the tracker. More... | |
Visual-Inertial Tracking consumer helper.
#define GET_PROC | ( | SYM | ) |