| 4451 | } |
| 4452 | |
| 4453 | IVRWatchdogHost *VRWatchdogHost() |
| 4454 | { |
| 4455 | if ( m_pVRWatchdogHost == nullptr ) |
| 4456 | { |
| 4457 | EVRInitError eError; |
| 4458 | m_pVRWatchdogHost = (IVRWatchdogHost *)VRDriverContext()->GetGenericInterface( IVRWatchdogHost_Version, &eError ); |
| 4459 | } |
| 4460 | return m_pVRWatchdogHost; |
| 4461 | } |
| 4462 | |
| 4463 | IVRCompositorDriverHost *VRCompositorDriverHost() |
| 4464 | { |
no test coverage detected