Skip to content

API Reference / @gtkx/gl / bindFragDataLocationIndexed

Function: bindFragDataLocationIndexed()

bindFragDataLocationIndexed(program, colorNumber, index, name): void

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

void glBindFragDataLocationIndexed(GLuint program, GLuint colorNumber, GLuint index, const GLchar *name)

Provided by GL_VERSION_3_3. Registry note: Reuse ARB_blend_func_extended Also provided by the GL_ARB_blend_func_extended extension. Also known as glBindFragDataLocationIndexedEXT.

Parameters

program

number

GLuint, object class program

colorNumber

number

GLuint

index

number

GLuint

name

string

string

Returns

void

Released under the MPL-2.0 License.