We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36bf807 commit 672ee21Copy full SHA for 672ee21
1 file changed
src/effects/blending/BlendFunction.ts
@@ -42,7 +42,7 @@ export abstract class BlendFunction implements Identifiable {
42
*
43
* @param name - A unique blend function name.
44
* @param shader - The shader code.
45
- * @param supportsHDR - Indicates whether this blend function supports HDR colors.
+ * @param supportsHDR - Indicates whether this blend function supports HDR colors. Defaults to false.
46
*/
47
48
constructor(name: string, shader: string | null, supportsHDR = false) {
0 commit comments