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 276a96a commit 62257f1Copy full SHA for 62257f1
1 file changed
src/webgl/material.js
@@ -1633,7 +1633,7 @@ function material(p5, fn) {
1633
/**
1634
* Returns the base shader used for filters.
1635
*
1636
- * Calling <a href="#/p5/buildMaterialShader">`buildFilterShader(shaderFunction)`</a>
+ * Calling <a href="#/p5/buildFilterShader">`buildFilterShader(shaderFunction)`</a>
1637
* is equivalent to calling `baseFilterShader().modify(shaderFunction)`.
1638
1639
* Read <a href="#/p5/buildFilterShader">the `buildFilterShader` reference</a> or
0 commit comments