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

Method GetAction

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

Source from the content-addressed store, hash-verified

528 return m_Obj.GetBuffers();
529 }
530 virtual const ActionDescription *GetAction(uint32_t eventId) override
531 {
532 return m_Obj.GetAction(eventId);
533 }
534 virtual void ClearReplayCache() override { return m_Obj.ClearReplayCache(); }
535 virtual bool OpenRGPProfile(const rdcstr &filename) override
536 {

Callers 5

events_currentChangedMethod · 0.45
rowCountMethod · 0.45
dataMethod · 0.45
ShaderMessageViewerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected