We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec8e60 commit df9ed89Copy full SHA for df9ed89
src/gpu/GrProcessorSet.cpp
@@ -58,7 +58,7 @@ SkString GrProcessorSet::dumpProcessors() const {
58
} else {
59
result.append("No color fragment processor.\n");
60
}
61
- if (this->hasColorFragmentProcessor()) {
+ if (this->hasCoverageFragmentProcessor()) {
62
result.append("Coverage Fragment Processor:\n");
63
result += this->coverageFragmentProcessor()->dumpTreeInfo();
64
0 commit comments