Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
759
void 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
HighlightResourceUsage
Method · 0.80
ResourceId
Function · 0.50
HasTimelineBar
Method · 0.45
GetTimelineBar
Method · 0.45
Tested by
no test coverage detected