mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
Allow clicking 'next draw' from the frame start marker at EID 0
This commit is contained in:
@@ -68,6 +68,11 @@ struct CaptureContextInvoker : ICaptureContext
|
||||
return m_Ctx.CurSelectedDrawcall();
|
||||
}
|
||||
virtual const DrawcallDescription *CurDrawcall() override { return m_Ctx.CurDrawcall(); }
|
||||
virtual const DrawcallDescription *GetFirstDrawcall() override
|
||||
{
|
||||
return m_Ctx.GetFirstDrawcall();
|
||||
}
|
||||
virtual const DrawcallDescription *GetLastDrawcall() override { return m_Ctx.GetLastDrawcall(); }
|
||||
virtual const rdctype::array<DrawcallDescription> &CurDrawcalls() override
|
||||
{
|
||||
return m_Ctx.CurDrawcalls();
|
||||
|
||||
Reference in New Issue
Block a user