Skip to content

Commit 4f76a9b

Browse files
committed
docs: revert ShaderUtils class JSDoc addition
Made-with: Cursor
1 parent 99cbb74 commit 4f76a9b

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/scene/shader-lib/shader-utils.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,6 @@ class ShaderGeneratorPassThrough extends ShaderGenerator {
3131
}
3232
}
3333

34-
/**
35-
* Utility class for creating shaders. Provides a higher-level API over the {@link Shader}
36-
* constructor, handling cross-API concerns such as GLSL/WGSL selection and translation, shader
37-
* caching, include and define resolution, and attaching commonly used extensions and precision
38-
* qualifiers.
39-
*
40-
* @category Graphics
41-
*/
4234
class ShaderUtils {
4335
/**
4436
* Creates a shader. When the active graphics device is WebGL, the provided GLSL vertex and

0 commit comments

Comments
 (0)