MCPcopy Create free account
hub / github.com/baldurk/renderdoc / INTERNAL_SetDebugLogFile

Function INTERNAL_SetDebugLogFile

renderdoc/os/win32/win32_process.cpp:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213extern "C" __declspec(dllexport) void __cdecl INTERNAL_SetDebugLogFile(const char *logfile)
214{
215 RENDERDOC_SetDebugLogFile(logfile ? logfile : rdcstr());
216}
217
218static EnvironmentModification tempEnvMod;
219

Callers

nothing calls this directly

Calls 2

rdcstrClass · 0.85

Tested by

no test coverage detected