Skip to content

API Reference / @gtkx/gl / vertexAttrib4Nub

Function: vertexAttrib4Nub()

vertexAttrib4Nub(index, x, y, z, w): void

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

void glVertexAttrib4Nub(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)

Provided by GL_VERSION_2_0.

Parameters

index

number

GLuint

x

number

GLubyte

y

number

GLubyte

z

number

GLubyte

w

number

GLubyte

Returns

void

See

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

Released under the MPL-2.0 License.