mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-09 09:10:49 +00:00
Add registration and loading of extensions through a management window
This commit is contained in:
@@ -52,6 +52,7 @@ struct CaptureContextInvoker : ICaptureContext
|
||||
{
|
||||
return m_Ctx.TempCaptureFilename(appname);
|
||||
}
|
||||
virtual IExtensionManager &Extensions() override { return m_Ctx.Extensions(); }
|
||||
virtual IReplayManager &Replay() override { return m_Ctx.Replay(); }
|
||||
virtual bool IsCaptureLoaded() override { return m_Ctx.IsCaptureLoaded(); }
|
||||
virtual bool IsCaptureLocal() override { return m_Ctx.IsCaptureLocal(); }
|
||||
|
||||
Reference in New Issue
Block a user