API Reference / @gtkx/gl / blendEquationi
Function: blendEquationi()
blendEquationi(
buf,mode):void
Defined in: generated/commands.d.ts:400
void glBlendEquationi(GLuint buf, GLenum mode)
Provided by GL_VERSION_4_0. Also known as glBlendEquationiARB, glBlendEquationiEXT, glBlendEquationIndexedAMD, glBlendEquationiOES.
Parameters
buf
number
GLuint
mode
number
BlendEquationModeEXT
Returns
void