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

Function ovr_ConfigureTracking

Revive/REV_CAPI.cpp:1310–1316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1308
1309OVR_PUBLIC_FUNCTION(ovrResult)
1310ovr_ConfigureTracking(
1311 ovrSession session,
1312 unsigned int requestedTrackingCaps,
1313 unsigned int requiredTrackingCaps)
1314{
1315 return ovrSuccess;
1316}
1317
1318OVR_PUBLIC_FUNCTION(ovrResult)
1319ovr_IsExtensionSupported(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected