| 1308 | |
| 1309 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1310 | ovr_ConfigureTracking( |
| 1311 | ovrSession session, |
| 1312 | unsigned int requestedTrackingCaps, |
| 1313 | unsigned int requiredTrackingCaps) |
| 1314 | { |
| 1315 | return ovrSuccess; |
| 1316 | } |
| 1317 | |
| 1318 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1319 | ovr_IsExtensionSupported( |
nothing calls this directly
no outgoing calls
no test coverage detected