Monado OpenXR Runtime
|
Header for xrt_instance object. More...
#include "xrt/xrt_compiler.h"
Go to the source code of this file.
Data Structures | |
struct | xrt_instance |
This object acts as a root object for Monado, it either wraps a xrt_prober or forms a connection to a out of process XR service. More... | |
Functions | |
int | xrt_instance_create (struct xrt_instance **out_xinst) |
Creating more then one xrt_instance is probably never the right thing to do, so avoid it. More... | |
Header for xrt_instance object.
int xrt_instance_create | ( | struct xrt_instance ** | out_xinst | ) |
Creating more then one xrt_instance is probably never the right thing to do, so avoid it.
References t_instance::base, xrt_instance::select, U_TYPED_CALLOC, t_instance::xp, and xrt_prober_create().