Allow clicking 'next draw' from the frame start marker at EID 0

This commit is contained in:
baldurk
2017-07-17 12:36:04 +01:00
parent 8adde662fd
commit 41092e869f
6 changed files with 60 additions and 12 deletions
+5
View File
@@ -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();