|
Monado OpenXR Runtime
|
Shared default implementation of the instance: pieces that are used whether or not there's a compositor. More...
#include "target_lists.h"#include "xrt/xrt_prober.h"#include "xrt/xrt_instance.h"#include "xrt/xrt_config_os.h"#include "util/u_misc.h"#include "util/u_trace_marker.h"
Go to the source code of this file.
Data Structures | |
| struct | t_instance |
| Main "real" instance implementation. More... | |
Functions | |
| static struct t_instance * | t_instance (struct xrt_instance *xinst) |
| static xrt_result_t | t_instance_get_prober (struct xrt_instance *xinst, struct xrt_prober **out_xp) |
| static void | t_instance_destroy (struct xrt_instance *xinst) |
Shared default implementation of the instance: pieces that are used whether or not there's a compositor.