| 1232 | } |
| 1233 | |
| 1234 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_ResetPerfStats(ovrSession session) |
| 1235 | { |
| 1236 | REV_TRACE(ovr_ResetPerfStats); |
| 1237 | |
| 1238 | return ovrError_Unsupported; |
| 1239 | } |
| 1240 | |
| 1241 | OVR_PUBLIC_FUNCTION(double) ovr_GetPredictedDisplayTime(ovrSession session, long long frameIndex) |
| 1242 | { |
nothing calls this directly
no outgoing calls
no test coverage detected