|
Monado OpenXR Runtime
|
Various helpers for accessing xrt_device. More...
#include "os/os_time.h"#include "math/m_api.h"#include "math/m_space.h"#include "util/u_time.h"#include "util/u_misc.h"#include "oxr_objects.h"#include "oxr_logger.h"#include "oxr_handle.h"#include "xrt/xrt_defines.h"#include <stdio.h>
Functions | |
| void | oxr_xdev_destroy (struct xrt_device **xdev_ptr) |
| bool | oxr_xdev_find_input (struct xrt_device *xdev, enum xrt_input_name name, struct xrt_input **out_input) |
| Return true if it finds an input of that name on this device. More... | |
| bool | oxr_xdev_find_output (struct xrt_device *xdev, enum xrt_output_name name, struct xrt_output **out_output) |
| Return true if it finds an output of that name on this device. More... | |
Various helpers for accessing xrt_device.