We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99cbb74 commit 4f76a9bCopy full SHA for 4f76a9b
1 file changed
src/scene/shader-lib/shader-utils.js
@@ -31,14 +31,6 @@ class ShaderGeneratorPassThrough extends ShaderGenerator {
31
}
32
33
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
- */
42
class ShaderUtils {
43
/**
44
* Creates a shader. When the active graphics device is WebGL, the provided GLSL vertex and
0 commit comments