Skip to content

API Reference / @gtkx/gl / vertexAttribP1uiv

Function: vertexAttribP1uiv()

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

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

void glVertexAttribP1uiv(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/glVertexAttribP1uiv.xhtml

Released under the MPL-2.0 License.