| 1079 | } |
| 1080 | |
| 1081 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_ResetPerfStats(ovrSession session) |
| 1082 | { |
| 1083 | REV_TRACE(ovr_ResetPerfStats); |
| 1084 | |
| 1085 | vr::VRCompositor()->GetCumulativeStats(&session->BaseStats, sizeof(vr::Compositor_CumulativeStats)); |
| 1086 | return ovrSuccess; |
| 1087 | } |
| 1088 | |
| 1089 | OVR_PUBLIC_FUNCTION(double) ovr_GetPredictedDisplayTime(ovrSession session, long long frameIndex) |
| 1090 | { |
nothing calls this directly
no outgoing calls
no test coverage detected