Skip to content

API Reference / @gtkx/gl / vertexAttribP4uiv

Function: vertexAttribP4uiv()

vertexAttribP4uiv(index, type, normalized, value): void

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

void glVertexAttribP4uiv(GLuint index, GLenum type, GLboolean normalized, const GLuint *value)

Provided by GL_VERSION_3_3.

Parameters

index

number

GLuint

type

number

GLenum, group VertexAttribPointerType

normalized

boolean

GLboolean

value

number[] | Uint32Array<ArrayBufferLike>

const GLuint *, length 1

Returns

void

See

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

Released under the MPL-2.0 License.