API Reference / @gtkx/gl / vertexAttribLFormat
Function: vertexAttribLFormat()
vertexAttribLFormat(
attribindex,size,type,relativeoffset):void
Defined in: generated/commands.d.ts:7609
void glVertexAttribLFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Provided by GL_VERSION_4_3. Registry note: Reuse commands from ARB_vertex_attrib_binding Also provided by the GL_ARB_vertex_attrib_binding extension.
Parameters
attribindex
number
GLuint
size
number
GLint
type
number
VertexAttribLType
relativeoffset
number
GLuint
Returns
void