Skip to content

API Reference / @gtkx/gl / vertexAttribP1ui

Function: vertexAttribP1ui()

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

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

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

Released under the MPL-2.0 License.