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

Method VRResources

headers/openvr_driver.h:4498–4506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4496 }
4497
4498 IVRResources *VRResources()
4499 {
4500 if ( !m_pVRResources )
4501 {
4502 EVRInitError eError;
4503 m_pVRResources = (IVRResources *)VRDriverContext()->GetGenericInterface( IVRResources_Version, &eError );
4504 }
4505 return m_pVRResources;
4506 }
4507
4508 IVRDriverInput *VRDriverInput()
4509 {

Callers 1

VR_CALLTYPE VRResourcesFunction · 0.45

Calls 1

GetGenericInterfaceMethod · 0.45

Tested by

no test coverage detected