Skip to content

API Reference / @gtkx/gl / drawArraysInstanced

Function: drawArraysInstanced()

drawArraysInstanced(mode, first, count, instancecount): void

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

void glDrawArraysInstanced(GLenum mode, GLint first, GLsizei count, GLsizei instancecount)

Provided by GL_VERSION_3_1.

Parameters

mode

number

GLenum, group PrimitiveType

first

number

GLint

count

number

GLsizei

instancecount

number

GLsizei

Returns

void

See

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

Released under the MPL-2.0 License.