Skip to content

API Reference / @gtkx/gl / blendEquation

Function: blendEquation()

blendEquation(mode): void

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

void glBlendEquation(GLenum mode)

Provided by GL_VERSION_1_4. Registry note: Promoted from ARB_imaging subset to core Also provided by the GL_ARB_imaging extension. GL_ARB_imaging note: Now treating ARB_imaging as an extension, not a GL API version. Also known as glBlendEquationEXT. GLX render opcode 4097.

Parameters

mode

number

BlendEquationModeEXT

Returns

void

Released under the MPL-2.0 License.