Skip to content

API Reference / @gtkx/gl / vertexAttrib3fv

Function: vertexAttrib3fv()

vertexAttrib3fv(index, v): void

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

void glVertexAttrib3fv(GLuint index, const GLfloat *v)

Provided by GL_VERSION_2_0. Also known as glVertexAttrib3fvARB, glVertexAttrib3fvNV. GLX render opcode 4195.

Parameters

index

number

GLuint

v

number[] | Float32Array<ArrayBufferLike>

GLfloat[] | Float32Array, length 3

Returns

void

Released under the MPL-2.0 License.