BlendEquation 的默认值是多少?

What's the default value of BlendEquation?

我正在阅读 WebGL 应用程序的源代码,发现它没有使用 blendEquation. But it has enabled BLEND and set blendFunc。混合正在起作用。

blendEquation是否有默认设置或值?这是什么?

查看原始的 OpenGL ES 2.0 specification or reference pages 很明显

Initially, both the RGB blend equation and the alpha blend equation are set to GL_FUNC_ADD.