| 370 | } |
| 371 | |
| 372 | OVR_PUBLIC_FUNCTION(void) ovr_ClearShouldRecenterFlag(ovrSession session) |
| 373 | { |
| 374 | if (session) |
| 375 | session->Status.ShouldRecenter = false; |
| 376 | } |
| 377 | |
| 378 | OVR_PUBLIC_FUNCTION(ovrTrackingState) ovr_GetTrackingState(ovrSession session, double absTime, ovrBool latencyMarker) |
| 379 | { |
nothing calls this directly
no outgoing calls
no test coverage detected