Index: tests/GLProgramsTest.cpp |
diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp |
index b0b7446b9ffd60b200df738a8b6ac29f8eb5b936..16745e5669d673dd0ddc18d0b3772e0de69e7297 100644 |
--- a/tests/GLProgramsTest.cpp |
+++ b/tests/GLProgramsTest.cpp |
@@ -148,9 +148,9 @@ |
// finally add the stage to the correct pipeline in the drawstate |
if (s < numColorProcs) { |
- pipelineBuilder->addColorFragmentProcessor(fp); |
+ pipelineBuilder->addColorProcessor(fp); |
} else { |
- pipelineBuilder->addCoverageFragmentProcessor(fp); |
+ pipelineBuilder->addCoverageProcessor(fp); |
} |
++s; |
} |