Skip to content

Commit 62257f1

Browse files
committed
docs: correct link from baseFilterShader to buildFilterShader
1 parent 276a96a commit 62257f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/webgl/material.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1633,7 +1633,7 @@ function material(p5, fn) {
16331633
/**
16341634
* Returns the base shader used for filters.
16351635
*
1636-
* Calling <a href="#/p5/buildMaterialShader">`buildFilterShader(shaderFunction)`</a>
1636+
* Calling <a href="#/p5/buildFilterShader">`buildFilterShader(shaderFunction)`</a>
16371637
* is equivalent to calling `baseFilterShader().modify(shaderFunction)`.
16381638
*
16391639
* Read <a href="#/p5/buildFilterShader">the `buildFilterShader` reference</a> or

0 commit comments

Comments
 (0)