Skip to content

API Reference / @gtkx/gl / vertexAttribP3ui

Function: vertexAttribP3ui()

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

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

void glVertexAttribP3ui(GLuint index, GLenum type, GLboolean normalized, GLuint value)

Provided by GL_VERSION_3_3.

Parameters

index

number

GLuint

type

number

GLenum, group VertexAttribPointerType

normalized

boolean

GLboolean

value

number

GLuint

Returns

void

See

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

Released under the MPL-2.0 License.