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

Method VRServerDriverHost

headers/openvr_driver.h:4443–4451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4441 }
4442
4443 IVRServerDriverHost *VRServerDriverHost()
4444 {
4445 if ( m_pVRServerDriverHost == nullptr )
4446 {
4447 EVRInitError eError;
4448 m_pVRServerDriverHost = (IVRServerDriverHost *)VRDriverContext()->GetGenericInterface( IVRServerDriverHost_Version, &eError );
4449 }
4450 return m_pVRServerDriverHost;
4451 }
4452
4453 IVRWatchdogHost *VRWatchdogHost()
4454 {

Callers 1

Calls 1

GetGenericInterfaceMethod · 0.45

Tested by

no test coverage detected