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 5af4635 commit 003f3ccCopy full SHA for 003f3cc
src/webgl/p5.Shader.js
@@ -291,7 +291,7 @@ p5.Shader = class {
291
* of a hook, and the value is a string with the GLSL code for your hook. You
292
* can also add a `declarations` key, where the value is a GLSL string declaring
293
* <a href="#/p5.Shader/setUniform">uniform variables</a> and globals shared
294
- * between hooks. To add declarations jsut in a vertex or fragment shader, add
+ * between hooks. To add declarations just in a vertex or fragment shader, add
295
* `vertexDeclarations` and `fragmentDeclarations` keys.
296
*
297
* @method modify
0 commit comments