Skip to content

API Reference / @gtkx/gl / blendEquation

Function: blendEquation()

blendEquation(mode): void

Defined in: generated/commands.d.ts:339

void glBlendEquation(GLenum mode)

Provided by GL_VERSION_1_4.

Parameters

mode

number

GLenum, group BlendEquationModeEXT

Returns

void

See

https://registry.khronos.org/OpenGL-Refpages/gl4/html/glBlendEquation.xhtml

Released under the MPL-2.0 License.