API Reference / @gtkx/gl / drawArraysInstancedBaseInstance
Function: drawArraysInstancedBaseInstance()
drawArraysInstancedBaseInstance(
mode,first,count,instancecount,baseinstance):void
Defined in: generated/commands.d.ts:1581
void glDrawArraysInstancedBaseInstance(GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance)
Provided by GL_VERSION_4_2.
Parameters
mode
number
GLenum, group PrimitiveType
first
number
GLint
count
number
GLsizei
instancecount
number
GLsizei
baseinstance
number
GLuint
Returns
void
See
https://registry.khronos.org/OpenGL-Refpages/gl4/html/glDrawArraysInstancedBaseInstance.xhtml