Formatting more comments

This commit is contained in:
Anadroid
2021-04-12 10:24:07 +02:00
parent 69700fbeeb
commit 7b5c8ba9ce
18 changed files with 132 additions and 132 deletions

View File

@@ -37,7 +37,7 @@ import java.util.HashMap;
* fragment shader. It's compatible with the P2D and P3D renderers, but not with
* the default renderer. Use the <b>loadShader()</b> function to load your
* shader code. [Note: It's strongly encouraged to use <b>loadShader()</b> to
* create a PShader object, rather than calling the PShader constructor
* create a <b>PShader</b> object, rather than calling the <b>PShader</b> constructor
* manually.]
*
* @webref rendering:shaders