Skip to content

API Reference / @gtkx/gl / vertexAttrib4fv

Function: vertexAttrib4fv()

vertexAttrib4fv(index, v): void

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

void glVertexAttrib4fv(GLuint index, const GLfloat *v)

Provided by GL_VERSION_2_0. Also known as glVertexAttrib4fvARB, glVertexAttrib4fvNV. GLX render opcode 4196.

Parameters

index

number

GLuint

v

number[] | Float32Array<ArrayBufferLike>

GLfloat[] | Float32Array, length 4

Returns

void

Released under the MPL-2.0 License.