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

Method VRResources

headers/openvr.h:5893–5902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5891 }
5892
5893 IVRResources *VRResources()
5894 {
5895 CheckClear();
5896 if ( m_pVRResources == nullptr )
5897 {
5898 EVRInitError eError;
5899 m_pVRResources = (IVRResources *)VR_GetGenericInterface( IVRResources_Version, &eError );
5900 }
5901 return m_pVRResources;
5902 }
5903
5904 IVRScreenshots *VRScreenshots()
5905 {

Callers 1

VR_CALLTYPE VRResourcesFunction · 0.45

Calls 1

VR_GetGenericInterfaceFunction · 0.85

Tested by

no test coverage detected