Skip to content

API Reference / @gtkx/gl / drawArraysInstancedBaseInstance

Function: drawArraysInstancedBaseInstance()

drawArraysInstancedBaseInstance(mode, first, count, instancecount, baseinstance): void

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

void glDrawArraysInstancedBaseInstance(GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance)

Provided by GL_VERSION_4_2. Registry note: Reuse commands from ARB_base_instance Also provided by the GL_ARB_base_instance extension. Also known as glDrawArraysInstancedBaseInstanceEXT.

Parameters

mode

number

PrimitiveType

first

number

GLint

count

number

GLsizei

instancecount

number

GLsizei

baseinstance

number

GLuint

Returns

void

Released under the MPL-2.0 License.