mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-11 17:20:56 +00:00
Add python function to clear replay cache
This commit is contained in:
@@ -2005,6 +2005,13 @@ void CaptureContext::LoadEdits(const QString &data)
|
||||
}
|
||||
}
|
||||
|
||||
void CaptureContext::ClearReplayCache()
|
||||
{
|
||||
m_CustomNameCachedID++;
|
||||
|
||||
Replay().AsyncInvoke([](IReplayController *r) { r->ClearReplayCache(); });
|
||||
}
|
||||
|
||||
bool CaptureContext::OpenRGPProfile(const rdcstr &filename)
|
||||
{
|
||||
delete m_RGP;
|
||||
|
||||
Reference in New Issue
Block a user