Monado OpenXR Runtime
Data Structures
xrt_instance.h File Reference

Header for xrt_instance object. More...

#include "xrt/xrt_compiler.h"
Include dependency graph for xrt_instance.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Header for xrt_instance object.

Author
Jakob Bornecrantz jakob.nosp@m.@col.nosp@m.labor.nosp@m.a.co.nosp@m.m

Function Documentation

◆ xrt_instance_create()

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().