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

Method HighlightUsage

qrenderdoc/Windows/ResourceInspector.cpp:759–763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

757}
758
759void ResourceInspector::HighlightUsage()
760{
761 if(m_Resource != ResourceId() && m_Ctx.HasTimelineBar())
762 m_Ctx.GetTimelineBar()->HighlightResourceUsage(m_Resource);
763}

Callers

nothing calls this directly

Calls 4

ResourceIdFunction · 0.50
HasTimelineBarMethod · 0.45
GetTimelineBarMethod · 0.45

Tested by

no test coverage detected