MCPcopy Create free account
hub / github.com/baldurk/renderdoc / ~CaptureContext

Method ~CaptureContext

qrenderdoc/Code/CaptureContext.cpp:235–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235CaptureContext::~CaptureContext()
236{
237 delete m_QtHelper;
238 RENDERDOC_UnregisterMemoryRegion(this);
239 delete m_Icon;
240 m_Replay.CloseThread();
241 delete m_MainWindow;
242}
243
244void CaptureContext::Begin(QString paramFilename, QString remoteHost, uint32_t remoteIdent,
245 bool temp, QString scriptFilename)

Callers

nothing calls this directly

Calls 2

CloseThreadMethod · 0.80

Tested by

no test coverage detected