Skip to content

Commit

Permalink
Add beta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
davepagurek committed Sep 14, 2024
1 parent 51f1b36 commit 6f24ac5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/webgl/material.js
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,7 @@ p5.prototype.shader = function (s) {
* their default implementations.
*
* @method materialShader
* @beta
* @returns {p5.Shader} The material shader
*
* @example
Expand Down Expand Up @@ -1220,6 +1221,7 @@ p5.prototype.materialShader = function() {
* their default implementations.
*
* @method normalShader
* @beta
* @returns {p5.Shader} The `normalMaterial` shader
*
* @example
Expand Down Expand Up @@ -1314,6 +1316,7 @@ p5.prototype.normalShader = function() {
* their default implementations.
*
* @method colorShader
* @beta
* @returns {p5.Shader} The color shader
*
* @example
Expand Down Expand Up @@ -1488,6 +1491,7 @@ p5.prototype.colorShader = function() {
* their default implementations.
*
* @method strokeShader
* @beta
* @returns {p5.Shader} The stroke shader
*
* @example
Expand Down
2 changes: 2 additions & 0 deletions src/webgl/p5.Shader.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ p5.Shader = class {
* ```
*
* @method inspectHooks
* @beta
*/
inspectHooks() {
console.log('==== Vertex shader hooks: ====');
Expand Down Expand Up @@ -369,6 +370,7 @@ p5.Shader = class {
* `vertexDeclarations` and `fragmentDeclarations` keys.
*
* @method modify
* @beta
* @param {Object} [hooks] The hooks in the shader to replace.
* @returns {p5.Shader}
*
Expand Down

0 comments on commit 6f24ac5

Please sign in to comment.