| 4407 | EVRInitError InitCompositor(); |
| 4408 | |
| 4409 | IVRSettings *VRSettings() |
| 4410 | { |
| 4411 | if ( m_pVRSettings == nullptr ) |
| 4412 | { |
| 4413 | EVRInitError eError; |
| 4414 | m_pVRSettings = (IVRSettings *)VRDriverContext()->GetGenericInterface( IVRSettings_Version, &eError ); |
| 4415 | } |
| 4416 | return m_pVRSettings; |
| 4417 | } |
| 4418 | |
| 4419 | IVRProperties *VRPropertiesRaw() |
| 4420 | { |
no test coverage detected