API Reference / @gtkx/gl / vertexAttribP1ui
Function: vertexAttribP1ui()
vertexAttribP1ui(
index,type,normalized,value):void
Defined in: generated/commands.d.ts:7637
void glVertexAttribP1ui(GLuint index, GLenum type, GLboolean normalized, 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
GLuint
Returns
void