Monado OpenXR Runtime
Loading...
Searching...
No Matches
target_builder_interface.h File Reference

List of all xrt_builder creation functions. More...

#include "xrt/xrt_config_build.h"
#include "xrt/xrt_config_drivers.h"
Include dependency graph for target_builder_interface.h:

Go to the source code of this file.

Functions

struct xrt_buildert_builder_legacy_create (void)
 Builder used as a fallback for drivers not converted to builders yet.
 
struct xrt_buildert_builder_steamvr_create (void)
 Builder for SteamVR proprietary wrapper (vive, index, tundra trackers, etc.)
 
struct xrt_buildert_builder_lighthouse_create (void)
 Builder for Lighthouse-tracked devices (vive, index, tundra trackers, etc.)
 
struct xrt_buildert_builder_north_star_create (void)
 Builder for NorthStar headsets.
 
struct xrt_buildert_builder_psvr2_create (void)
 The PS VR2 driver builder.
 
struct xrt_builderrift_builder_create (void)
 The Rift driver builder.
 
struct xrt_buildert_builder_qwerty_create (void)
 The qwerty driver builder.
 
struct xrt_buildert_builder_remote_create (void)
 The remote driver builder.
 
struct xrt_buildert_builder_rgb_tracking_create (void)
 RGB tracking based drivers, like PS Move driver and PSVR driver.
 
struct xrt_buildert_builder_simulated_create (void)
 Builder for Simulated driver devices.
 
struct xrt_buildert_builder_simula_create (void)
 Builder for SimulaVR headsets.
 
struct xrt_buildert_builder_wmr_create (void)
 Builder for Windows Mixed Reality headsets.
 

Detailed Description

List of all xrt_builder creation functions.

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

Function Documentation

◆ rift_builder_create()

◆ t_builder_legacy_create()

◆ t_builder_lighthouse_create()

◆ t_builder_north_star_create()

◆ t_builder_psvr2_create()

◆ t_builder_qwerty_create()

◆ t_builder_remote_create()

◆ t_builder_rgb_tracking_create()

◆ t_builder_simula_create()

◆ t_builder_simulated_create()

◆ t_builder_steamvr_create()

struct xrt_builder * t_builder_steamvr_create ( void  )

◆ t_builder_wmr_create()