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

Method VROverlay

headers/openvr.h:5860–5869  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

VR_CALLTYPE VROverlayFunction · 0.45

Calls 1

VR_GetGenericInterfaceFunction · 0.85

Tested by

no test coverage detected