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

Function ovr_ResetPerfStats

ReviveXR/REV_CAPI.cpp:1234–1239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1232}
1233
1234OVR_PUBLIC_FUNCTION(ovrResult) ovr_ResetPerfStats(ovrSession session)
1235{
1236 REV_TRACE(ovr_ResetPerfStats);
1237
1238 return ovrError_Unsupported;
1239}
1240
1241OVR_PUBLIC_FUNCTION(double) ovr_GetPredictedDisplayTime(ovrSession session, long long frameIndex)
1242{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected