Skip to content

API Reference / @gtkx/gl / vertexArrayAttribFormat

Function: vertexArrayAttribFormat()

vertexArrayAttribFormat(vaobj, attribindex, size, type, normalized, relativeoffset): void

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

void glVertexArrayAttribFormat(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)

Provided by GL_VERSION_4_5.

Parameters

vaobj

number

GLuint, object class vertex array

attribindex

number

GLuint

size

number

GLint

type

number

GLenum, group VertexAttribType

normalized

boolean

GLboolean

relativeoffset

number

GLuint

Returns

void

See

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

Released under the MPL-2.0 License.