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

Function DebugDriverLog

samples/drivers/utils/driverlog/driverlog.cpp:31–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31void DebugDriverLog( const char *pMsgFormat, ... )
32{
33#ifdef _DEBUG
34 va_list args;
35 va_start( args, pMsgFormat );
36
37 DriverLogVarArgs( pMsgFormat, args );
38
39 va_end( args );
40#endif
41}

Callers

nothing calls this directly

Calls 1

DriverLogVarArgsFunction · 0.85

Tested by

no test coverage detected