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

Method ReopenCaptureFile

qrenderdoc/Code/ReplayManager.cpp:397–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397void ReplayManager::ReopenCaptureFile(const QString &path)
398{
399 if(!m_CaptureFile)
400 m_CaptureFile = RENDERDOC_OpenCaptureFile();
401 m_CaptureFile->OpenFile(path, "rdc", NULL);
402}
403
404ExecuteResult ReplayManager::ExecuteAndInject(const rdcstr &exe, const rdcstr &workingDir,
405 const rdcstr &cmdLine,

Callers 2

RecompressCaptureMethod · 0.80
SaveCaptureToMethod · 0.80

Calls 2

OpenFileMethod · 0.80

Tested by

no test coverage detected