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

Method GetCaptureFile

qrenderdoc/Code/ReplayManager.h:91–91  ·  view source on GitHub ↗

may return NULL if the capture file is not open locally. Consider using ICaptureAccess above to work whether local or remote.

Source from the content-addressed store, hash-verified

89 // may return NULL if the capture file is not open locally. Consider using ICaptureAccess above to
90 // work whether local or remote.
91 ICaptureFile *GetCaptureFile() { return m_CaptureFile; }
92 void ReopenCaptureFile(const QString &path);
93 RemoteHost CurrentRemote() { return m_RemoteHost; }
94 ExecuteResult ExecuteAndInject(const rdcstr &exe, const rdcstr &workingDir, const rdcstr &cmdLine,

Callers 10

RecompressCaptureMethod · 0.80
SaveCaptureToMethod · 0.80
ExportCaptureMethod · 0.80
SaveChangesMethod · 0.80
SaveRenamesMethod · 0.80
SaveBookmarksMethod · 0.80
SaveNotesMethod · 0.80
SaveEditsMethod · 0.80
EmbedDependentFilesMethod · 0.80
RemoveDependentFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected