| 109 | RENDERDOC_ProgressCallback progress); |
| 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; } |