Skip to content

API Reference / @gtkx/gl / vertexAttribIFormat

Function: vertexAttribIFormat()

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

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

void glVertexAttribIFormat(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

VertexAttribIType

relativeoffset

number

GLuint

Returns

void

Released under the MPL-2.0 License.