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

Method VRDriverLog

headers/openvr_driver.h:4473–4481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4471 }
4472
4473 IVRDriverLog *VRDriverLog()
4474 {
4475 if ( m_pVRDriverLog == nullptr )
4476 {
4477 EVRInitError eError;
4478 m_pVRDriverLog = (IVRDriverLog *)VRDriverContext()->GetGenericInterface( IVRDriverLog_Version, &eError );
4479 }
4480 return m_pVRDriverLog;
4481 }
4482
4483 DriverHandle_t VR_CALLTYPE VRDriverHandle()
4484 {

Callers 1

VR_CALLTYPE VRDriverLogFunction · 0.80

Calls 1

GetGenericInterfaceMethod · 0.45

Tested by

no test coverage detected