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

Method VRWatchdogHost

headers/openvr_driver.h:4453–4461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4451 }
4452
4453 IVRWatchdogHost *VRWatchdogHost()
4454 {
4455 if ( m_pVRWatchdogHost == nullptr )
4456 {
4457 EVRInitError eError;
4458 m_pVRWatchdogHost = (IVRWatchdogHost *)VRDriverContext()->GetGenericInterface( IVRWatchdogHost_Version, &eError );
4459 }
4460 return m_pVRWatchdogHost;
4461 }
4462
4463 IVRCompositorDriverHost *VRCompositorDriverHost()
4464 {

Callers 1

Calls 1

GetGenericInterfaceMethod · 0.45

Tested by

no test coverage detected