API Reference / @gtkx/gl / drawArraysIndirect
Function: drawArraysIndirect()
drawArraysIndirect(
mode,indirect):void
Defined in: generated/commands.d.ts:1728
void glDrawArraysIndirect(GLenum mode, const void *indirect)
Provided by GL_VERSION_4_0. Registry note: Reuse ARB_draw_indirect Also provided by the GL_ARB_draw_indirect extension.
Parameters
mode
number
PrimitiveType
indirect
number
GLintptr, byte offset into the bound buffer
Returns
void