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

Method VRDebug

headers/openvr.h:6013–6022  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6011 }
6012
6013 IVRDebug *VRDebug()
6014 {
6015 CheckClear();
6016 if ( !m_pVRDebug )
6017 {
6018 EVRInitError eError;
6019 m_pVRDebug = (IVRDebug *)VR_GetGenericInterface( IVRDebug_Version, &eError );
6020 }
6021 return m_pVRDebug;
6022 }
6023
6024 IVRNotifications *VRNotifications()
6025 {

Callers 1

VR_CALLTYPE VRDebugFunction · 0.45

Calls 1

VR_GetGenericInterfaceFunction · 0.85

Tested by

no test coverage detected