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

Method RecordedMachineIdent

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

Source from the content-addressed store, hash-verified

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; }
116 double TimestampFrequency() { return m_RDC ? m_RDC->GetTimestampFrequency() : 1.0; }
117 rdcpair<ResultDetails, IReplayController *> OpenCapture(const ReplayOptions &opts,

Callers 1

LoadCaptureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected