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

Method LocalReplaySupport

renderdoc/replay/capture_file.cpp:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 ResultDetails CopyFileTo(const rdcstr &filename);
111 void Shutdown() { delete this; }
112 ReplaySupport LocalReplaySupport() { return m_Support; }
113 rdcstr DriverName() { return m_DriverName; }
114 rdcstr RecordedMachineIdent() { return m_Ident; }
115 uint64_t TimestampBase() { return m_RDC ? m_RDC->GetTimestampBase() : 0; }

Callers 9

LoadCaptureMethod · 0.80
renderdoc_intro.pyFile · 0.80
loadCaptureFunction · 0.80
loadCaptureFunction · 0.80
loadCaptureFunction · 0.80
loadCaptureFunction · 0.80
loadCaptureFunction · 0.80
loadCaptureFunction · 0.80
open_captureFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected