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

Function ovr_ConfigureTracking

ReviveXR/REV_CAPI.cpp:1440–1446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1438
1439OVR_PUBLIC_FUNCTION(ovrResult)
1440ovr_ConfigureTracking(
1441 ovrSession session,
1442 unsigned int requestedTrackingCaps,
1443 unsigned int requiredTrackingCaps)
1444{
1445 return ovrSuccess;
1446}
1447
1448OVR_PUBLIC_FUNCTION(ovrResult)
1449ovr_IsExtensionSupported(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected