API Reference / @gtkx/gl / vertexAttribP2ui
Function: vertexAttribP2ui()
vertexAttribP2ui(
index,type,normalized,value):void
Defined in: generated/commands.d.ts:7663
void glVertexAttribP2ui(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