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

Method on_resourceUsage_doubleClicked

qrenderdoc/Windows/ResourceInspector.cpp:704–709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702}
703
704void ResourceInspector::on_resourceUsage_doubleClicked(const QModelIndex &index)
705{
706 uint32_t eid = index.model()->data(index, ResourceIdRole).value<uint32_t>();
707 if(eid != 0)
708 m_Ctx.SetEventID({}, eid, eid);
709}
710
711void ResourceInspector::resourceUsage_SplitByMarker_toggled()
712{

Callers

nothing calls this directly

Calls 3

dataMethod · 0.45
modelMethod · 0.45
SetEventIDMethod · 0.45

Tested by

no test coverage detected