| 719 | } |
| 720 | |
| 721 | void 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 | |
| 731 | void PixelHistoryView::enableTimelineHighlight() |
| 732 | { |
no test coverage detected