MCPcopy Create free account
hub / github.com/baldurk/renderdoc / GetFirstAction

Method GetFirstAction

qrenderdoc/Windows/PythonShell.cpp:494–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492 }
493 virtual const ActionDescription *CurAction() override { return m_Obj.CurAction(); }
494 virtual const ActionDescription *GetFirstAction() override { return m_Obj.GetFirstAction(); }
495 virtual const ActionDescription *GetLastAction() override { return m_Obj.GetLastAction(); }
496 virtual const rdcarray<ActionDescription> &CurRootActions() override
497 {

Callers 2

events_currentChangedMethod · 0.45
on_stepNext_clickedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected