mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-11 01:57:13 +00:00
Add python function to clear replay cache
This commit is contained in:
@@ -531,6 +531,7 @@ struct CaptureContextInvoker : ObjectForwarder<ICaptureContext>
|
||||
{
|
||||
return m_Obj.GetAction(eventId);
|
||||
}
|
||||
virtual void ClearReplayCache() override { return m_Obj.ClearReplayCache(); }
|
||||
virtual bool OpenRGPProfile(const rdcstr &filename) override
|
||||
{
|
||||
return m_Obj.OpenRGPProfile(filename);
|
||||
|
||||
Reference in New Issue
Block a user