| 5858 | } |
| 5859 | |
| 5860 | IVROverlay *VROverlay() |
| 5861 | { |
| 5862 | CheckClear(); |
| 5863 | if ( m_pVROverlay == nullptr ) |
| 5864 | { |
| 5865 | EVRInitError eError; |
| 5866 | m_pVROverlay = ( IVROverlay * )VR_GetGenericInterface( IVROverlay_Version, &eError ); |
| 5867 | } |
| 5868 | return m_pVROverlay; |
| 5869 | } |
| 5870 | |
| 5871 | IVROverlayView *VROverlayView() |
| 5872 | { |
no test coverage detected