File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1036,6 +1036,7 @@ p5.prototype.shader = function (s) {
1036
1036
* their default implementations.
1037
1037
*
1038
1038
* @method materialShader
1039
+ * @beta
1039
1040
* @returns {p5.Shader } The material shader
1040
1041
*
1041
1042
* @example
@@ -1220,6 +1221,7 @@ p5.prototype.materialShader = function() {
1220
1221
* their default implementations.
1221
1222
*
1222
1223
* @method normalShader
1224
+ * @beta
1223
1225
* @returns {p5.Shader } The `normalMaterial` shader
1224
1226
*
1225
1227
* @example
@@ -1314,6 +1316,7 @@ p5.prototype.normalShader = function() {
1314
1316
* their default implementations.
1315
1317
*
1316
1318
* @method colorShader
1319
+ * @beta
1317
1320
* @returns {p5.Shader } The color shader
1318
1321
*
1319
1322
* @example
@@ -1488,6 +1491,7 @@ p5.prototype.colorShader = function() {
1488
1491
* their default implementations.
1489
1492
*
1490
1493
* @method strokeShader
1494
+ * @beta
1491
1495
* @returns {p5.Shader } The stroke shader
1492
1496
*
1493
1497
* @example
Original file line number Diff line number Diff line change @@ -310,6 +310,7 @@ p5.Shader = class {
310
310
* ```
311
311
*
312
312
* @method inspectHooks
313
+ * @beta
313
314
*/
314
315
inspectHooks ( ) {
315
316
console . log ( '==== Vertex shader hooks: ====' ) ;
@@ -369,6 +370,7 @@ p5.Shader = class {
369
370
* `vertexDeclarations` and `fragmentDeclarations` keys.
370
371
*
371
372
* @method modify
373
+ * @beta
372
374
* @param {Object } [hooks] The hooks in the shader to replace.
373
375
* @returns {p5.Shader }
374
376
*
You can’t perform that action at this time.
0 commit comments