Skip to content

API Reference / @gtkx/gl / blendFunci

Function: blendFunci()

blendFunci(buf, src, dst): void

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

void glBlendFunci(GLuint buf, GLenum src, GLenum dst)

Provided by GL_VERSION_4_0.

Parameters

buf

number

GLuint

src

number

GLenum, group BlendingFactor

dst

number

GLenum, group BlendingFactor

Returns

void

See

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

Released under the MPL-2.0 License.