Skip to content

API Reference / @gtkx/gl / vertexAttrib1fv

Function: vertexAttrib1fv()

vertexAttrib1fv(index, v): void

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

void glVertexAttrib1fv(GLuint index, const GLfloat *v)

Provided by GL_VERSION_2_0. Also known as glVertexAttrib1fvARB, glVertexAttrib1fvNV. GLX render opcode 4193.

Parameters

index

number

GLuint

v

number[] | Float32Array<ArrayBufferLike>

GLfloat[] | Float32Array, length 1

Returns

void

Released under the MPL-2.0 License.