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

Method HighlightUsage

qrenderdoc/Windows/TextureViewer.cpp:718–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716}
717
718void TextureViewer::HighlightUsage()
719{
720 TextureDescription *texptr = GetCurrentTexture();
721
722 if(texptr && m_Ctx.HasTimelineBar())
723 m_Ctx.GetTimelineBar()->HighlightResourceUsage(texptr->resourceId);
724}
725
726void TextureViewer::SelectPreview(ResourcePreview *prev)
727{

Callers

nothing calls this directly

Calls 3

HasTimelineBarMethod · 0.45
GetTimelineBarMethod · 0.45

Tested by

no test coverage detected