Skip to content

API Reference / @gtkx/gl / bindFragDataLocationIndexed

Function: bindFragDataLocationIndexed()

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

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

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

Provided by GL_VERSION_3_3.

Parameters

program

number

GLuint, object class program

colorNumber

number

GLuint

index

number

GLuint

name

string

const GLchar *

Returns

void

See

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

Released under the MPL-2.0 License.