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

Method GetEventName

qrenderdoc/Windows/EventBrowser.cpp:606–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604 }
605
606 rdcstr GetEventName(uint32_t eid)
607 {
608 if(eid < m_Actions.size())
609 return RichResourceTextFormat(m_Ctx, GetCachedEIDName(eid));
610
611 return rdcstr();
612 }
613
614 rdcarray<rdcstr> GetMarkerList() const
615 {

Callers

nothing calls this directly

Calls 3

RichResourceTextFormatFunction · 0.85
rdcstrClass · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected