MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / VRHeadsetView

Method VRHeadsetView

headers/openvr.h:5882–5891  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

Calls 1

VR_GetGenericInterfaceFunction · 0.85

Tested by

no test coverage detected