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

Method ClearReplayCache

qrenderdoc/Code/CaptureContext.cpp:2034–2039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2032}
2033
2034void CaptureContext::ClearReplayCache()
2035{
2036 m_CustomNameCachedID++;
2037
2038 Replay().AsyncInvoke([](IReplayController *r) { r->ClearReplayCache(); });
2039}
2040
2041bool CaptureContext::OpenRGPProfile(const rdcstr &filename)
2042{

Callers

nothing calls this directly

Calls 1

AsyncInvokeMethod · 0.45

Tested by

no test coverage detected