Monado OpenXR Runtime
|
Interface to the Oculus Rift S HMD driver code. More...
#include "math/m_imu_3dof.h"
#include "util/u_distortion_mesh.h"
#include "xrt/xrt_defines.h"
#include "xrt/xrt_device.h"
#include "rift_s.h"
Go to the source code of this file.
Data Structures | |
struct | rift_s_hmd |
Functions | |
struct rift_s_hmd * | rift_s_hmd_create (struct rift_s_system *sys, const unsigned char *hmd_serial_no, struct rift_s_hmd_config *config) |
void | rift_s_hmd_handle_report (struct rift_s_hmd *hmd, timepoint_ns local_ts, rift_s_hmd_report_t *report) |
void | rift_s_hmd_set_proximity (struct rift_s_hmd *hmd, bool prox_sensor) |
Interface to the Oculus Rift S HMD driver code.