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

Method enableTimelineHighlight

qrenderdoc/Windows/PixelHistoryView.cpp:731–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729}
730
731void PixelHistoryView::enableTimelineHighlight()
732{
733 if(m_Ctx.HasTimelineBar())
734 m_Ctx.GetTimelineBar()->HighlightHistory(m_Model->texID(), m_Model->modifications().toList());
735}
736
737void PixelHistoryView::disableTimelineHighlight()
738{

Callers

nothing calls this directly

Calls 6

HighlightHistoryMethod · 0.80
texIDMethod · 0.80
modificationsMethod · 0.80
HasTimelineBarMethod · 0.45
GetTimelineBarMethod · 0.45
toListMethod · 0.45

Tested by

no test coverage detected