| 5880 | } |
| 5881 | |
| 5882 | IVRHeadsetView *VRHeadsetView() |
| 5883 | { |
| 5884 | CheckClear(); |
| 5885 | if ( m_pVRHeadsetView == nullptr ) |
| 5886 | { |
| 5887 | EVRInitError eError; |
| 5888 | m_pVRHeadsetView = ( IVRHeadsetView * ) VR_GetGenericInterface( IVRHeadsetView_Version, &eError ); |
| 5889 | } |
| 5890 | return m_pVRHeadsetView; |
| 5891 | } |
| 5892 | |
| 5893 | IVRResources *VRResources() |
| 5894 | { |
no test coverage detected