Skip to content

API Reference / @gtkx/gl / vertexAttribLFormat

Function: vertexAttribLFormat()

vertexAttribLFormat(attribindex, size, type, relativeoffset): void

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

void glVertexAttribLFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)

Provided by GL_VERSION_4_3.

Parameters

attribindex

number

GLuint

size

number

GLint

type

number

GLenum, group VertexAttribLType

relativeoffset

number

GLuint

Returns

void

See

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

Released under the MPL-2.0 License.