MCPcopy Create free account
hub / github.com/LibreVR/Revive / ovr_ConfigureTracking

Function ovr_ConfigureTracking

LibOVRProxy/OVR_CAPI.cpp:74–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73OVR_PUBLIC_FUNCTION(ovrResult)
74ovr_ConfigureTracking(
75 ovrSession session,
76 unsigned int requestedTrackingCaps,
77 unsigned int requiredTrackingCaps)
78{
79 return ovrSuccess;
80}
81
82struct ovrDesktopWindowDesc_;
83typedef struct ovrDesktopWindowDesc_ ovrDesktopWindowDesc;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected