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

Method VRExtendedDisplay

headers/openvr.h:5926–5935  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5924 }
5925
5926 IVRExtendedDisplay *VRExtendedDisplay()
5927 {
5928 CheckClear();
5929 if ( m_pVRExtendedDisplay == nullptr )
5930 {
5931 EVRInitError eError;
5932 m_pVRExtendedDisplay = ( IVRExtendedDisplay * )VR_GetGenericInterface( IVRExtendedDisplay_Version, &eError );
5933 }
5934 return m_pVRExtendedDisplay;
5935 }
5936
5937 IVRSettings *VRSettings()
5938 {

Callers 1

Calls 1

VR_GetGenericInterfaceFunction · 0.85

Tested by

no test coverage detected