mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
Fetch structured file on capture load so it's available persistently
This commit is contained in:
@@ -85,6 +85,7 @@ struct CaptureContextInvoker : ICaptureContext
|
||||
{
|
||||
return m_Ctx.GetDrawcall(eventID);
|
||||
}
|
||||
virtual const SDFile &GetStructuredFile() override { return m_Ctx.GetStructuredFile(); }
|
||||
virtual WindowingSystem CurWindowingSystem() override { return m_Ctx.CurWindowingSystem(); }
|
||||
virtual void *FillWindowingData(uintptr_t winId) override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user