Skip to content

API Reference / @gtkx/gl / vertexAttrib4Nbv

Function: vertexAttrib4Nbv()

vertexAttrib4Nbv(index, v): void

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

void glVertexAttrib4Nbv(GLuint index, const GLbyte *v)

Provided by GL_VERSION_2_0. Also known as glVertexAttrib4NbvARB.

Parameters

index

number

GLuint

v

number[] | Int8Array<ArrayBufferLike>

GLbyte[] | Int8Array, length 4

Returns

void

Released under the MPL-2.0 License.