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

Method SetHistory

qrenderdoc/Windows/PixelHistoryView.cpp:767–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765}
766
767void PixelHistoryView::SetHistory(const rdcarray<PixelModification> &history)
768{
769 m_Model->setHistory(history);
770
771 enableTimelineHighlight();
772}
773
774void PixelHistoryView::startDebug(EventTag tag)
775{

Callers 1

ShowPixelHistoryMethod · 0.80

Calls 1

setHistoryMethod · 0.80

Tested by

no test coverage detected