| 4461 | } |
| 4462 | |
| 4463 | IVRCompositorDriverHost *VRCompositorDriverHost() |
| 4464 | { |
| 4465 | if ( m_pVRCompositorDriverHost == nullptr ) |
| 4466 | { |
| 4467 | EVRInitError eError; |
| 4468 | m_pVRCompositorDriverHost = ( IVRCompositorDriverHost * )VRDriverContext()->GetGenericInterface( IVRCompositorDriverHost_Version, &eError ); |
| 4469 | } |
| 4470 | return m_pVRCompositorDriverHost; |
| 4471 | } |
| 4472 | |
| 4473 | IVRDriverLog *VRDriverLog() |
| 4474 | { |
no test coverage detected