Monado OpenXR Runtime
oxr_space.c File Reference

So much space! More...

#include "xrt/xrt_space.h"
#include "math/m_api.h"
#include "math/m_space.h"
#include "util/u_debug.h"
#include "util/u_misc.h"
#include "oxr_objects.h"
#include "oxr_logger.h"
#include "oxr_handle.h"
#include "oxr_input_transform.h"
#include "oxr_chain.h"
#include "oxr_pretty_print.h"
#include "oxr_conversions.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Include dependency graph for oxr_space.c:

Functions

static XrResult get_xrt_space_action (struct oxr_logger *log, struct oxr_space *spc, struct xrt_space **out_xspace)
 
static XrResult get_xrt_space (struct oxr_logger *log, struct oxr_space *spc, struct xrt_space **out_xspace)
 
static XrResult oxr_space_destroy (struct oxr_logger *log, struct oxr_handle_base *hb)
 
XrResult oxr_space_action_create (struct oxr_logger *log, struct oxr_session *sess, uint32_t key, const XrActionSpaceCreateInfo *createInfo, struct oxr_space **out_space)
 
XrResult oxr_space_reference_create (struct oxr_logger *log, struct oxr_session *sess, const XrReferenceSpaceCreateInfo *createInfo, struct oxr_space **out_space)
 
XrResult oxr_space_locate (struct oxr_logger *log, struct oxr_space *spc, struct oxr_space *baseSpc, XrTime time, XrSpaceLocation *location)
 
XrResult oxr_space_locate_device (struct oxr_logger *log, struct xrt_device *xdev, struct oxr_space *baseSpc, XrTime time, struct xrt_space_relation *out_relation)
 Locate the xrt_device in the given base space, useful for implementing hand tracking location look ups and the like. More...
 

Detailed Description

So much space!

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