Monado OpenXR Runtime
sdl_device.c File Reference

Shared default implementation of the device with compositor. More...

Include dependency graph for sdl_device.c:

Functions

static void sdl_hmd_get_tracked_pose (struct xrt_device *xdev, enum xrt_input_name name, uint64_t at_timestamp_ns, struct xrt_space_relation *out_relation)
 
static void sdl_hmd_destroy (struct xrt_device *xdev)
 
void sdl_device_init (struct sdl_program *sp)
 Init the xrt_device sub struct. More...
 

Detailed Description

Shared default implementation of the device with compositor.

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

Function Documentation

◆ sdl_device_init()