| 72 | |
| 73 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 74 | ovr_ConfigureTracking( |
| 75 | ovrSession session, |
| 76 | unsigned int requestedTrackingCaps, |
| 77 | unsigned int requiredTrackingCaps) |
| 78 | { |
| 79 | return ovrSuccess; |
| 80 | } |
| 81 | |
| 82 | struct ovrDesktopWindowDesc_; |
| 83 | typedef struct ovrDesktopWindowDesc_ ovrDesktopWindowDesc; |
nothing calls this directly
no outgoing calls
no test coverage detected