Changed comments for all the web references in core

This commit is contained in:
Anadroid
2020-09-10 13:51:11 +02:00
parent 2e8a2b7ffd
commit db91449e33
21 changed files with 910 additions and 675 deletions

View File

@@ -39,6 +39,8 @@ import java.util.HashMap;
* http://processing.org/discourse/beta/num_1159494801.html
*
* @webref rendering:shaders
* @webBrief This class encapsulates a GLSL shader program, including a vertex
* and a fragment shader.
*/
public class PShader implements PConstants {
static protected final int POINT = 0;
@@ -382,8 +384,10 @@ public class PShader implements PConstants {
}
/**
* Sets a variable within the shader
*
* @webref rendering:shaders
* @brief Sets a variable within the shader
* @webBrief Sets a variable within the shader
* @param name the name of the uniform variable to modify
* @param x first component of the variable to modify
*/