| 4471 | } |
| 4472 | |
| 4473 | IVRDriverLog *VRDriverLog() |
| 4474 | { |
| 4475 | if ( m_pVRDriverLog == nullptr ) |
| 4476 | { |
| 4477 | EVRInitError eError; |
| 4478 | m_pVRDriverLog = (IVRDriverLog *)VRDriverContext()->GetGenericInterface( IVRDriverLog_Version, &eError ); |
| 4479 | } |
| 4480 | return m_pVRDriverLog; |
| 4481 | } |
| 4482 | |
| 4483 | DriverHandle_t VR_CALLTYPE VRDriverHandle() |
| 4484 | { |
no test coverage detected