| 1438 | |
| 1439 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1440 | ovr_ConfigureTracking( |
| 1441 | ovrSession session, |
| 1442 | unsigned int requestedTrackingCaps, |
| 1443 | unsigned int requiredTrackingCaps) |
| 1444 | { |
| 1445 | return ovrSuccess; |
| 1446 | } |
| 1447 | |
| 1448 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1449 | ovr_IsExtensionSupported( |
nothing calls this directly
no outgoing calls
no test coverage detected