Skip to content

API Reference / @gtkx/gl / vertexAttribP3uiv

Function: vertexAttribP3uiv()

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

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

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

Provided by GL_VERSION_3_3. Registry note: Reuse ARB_vertex_type_2_10_10_10_rev Also provided by the GL_ARB_vertex_type_2_10_10_10_rev extension.

Parameters

index

number

GLuint

type

number

VertexAttribPointerType

normalized

boolean

boolean

value

number[] | Uint32Array<ArrayBufferLike>

GLuint[] | Uint32Array, length 1

Returns

void

Released under the MPL-2.0 License.