Skip to content

API Reference / @gtkx/gl / bindFragDataLocation

Function: bindFragDataLocation()

bindFragDataLocation(program, color, name): void

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

void glBindFragDataLocation(GLuint program, GLuint color, const GLchar *name)

Provided by GL_VERSION_3_0.

Parameters

program

number

GLuint, object class program

color

number

GLuint

name

string

const GLchar *, length COMPSIZE(name)

Returns

void

See

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

Released under the MPL-2.0 License.