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

Function RENDERDOC_GetLogFileContents

renderdoc/replay/entry_points.cpp:302–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302extern "C" RENDERDOC_API void RENDERDOC_CC RENDERDOC_GetLogFileContents(uint64_t offset,
303 rdcstr &logfile)
304{
305 logfile = FileIO::logfile_readall(offset, RDCGETLOGFILE());
306}
307
308extern "C" RENDERDOC_API void RENDERDOC_CC RENDERDOC_InitialiseReplay(GlobalEnvironment env,
309 const rdcarray<rdcstr> &args)

Callers 2

on_save_clickedMethod · 0.85
messages_refreshMethod · 0.85

Calls 1

logfile_readallFunction · 0.50

Tested by

no test coverage detected