Skip to content

API Reference / @gtkx/gl / blendEquationi

Function: blendEquationi()

blendEquationi(buf, mode): void

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

void glBlendEquationi(GLuint buf, GLenum mode)

Provided by GL_VERSION_4_0.

Parameters

buf

number

GLuint

mode

number

GLenum, group BlendEquationModeEXT

Returns

void

See

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

Released under the MPL-2.0 License.