| 211 | } |
| 212 | |
| 213 | extern "C" __declspec(dllexport) void __cdecl INTERNAL_SetDebugLogFile(const char *logfile) |
| 214 | { |
| 215 | RENDERDOC_SetDebugLogFile(logfile ? logfile : rdcstr()); |
| 216 | } |
| 217 | |
| 218 | static EnvironmentModification tempEnvMod; |
| 219 |
nothing calls this directly
no test coverage detected