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

Method SetFailedDebug

qrenderdoc/Windows/PixelHistoryView.cpp:721–729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

719}
720
721void PixelHistoryView::SetFailedDebug()
722{
723 QString text = ui->label->text();
724 text = tr("<b>Pixel shader debug failed</b> - most likely this is caused by no write to the "
725 "pixel at the current event.<br>"
726 "Displaying pixel history to find the event which did write.<br><br>") +
727 text;
728 ui->label->setText(text);
729}
730
731void PixelHistoryView::enableTimelineHighlight()
732{

Callers 1

ShowPixelHistoryMethod · 0.80

Calls 3

trFunction · 0.50
textMethod · 0.45
setTextMethod · 0.45

Tested by

no test coverage detected