API Reference / @gtkx/gl / scissorArrayv
Function: scissorArrayv()
scissorArrayv(
first,count,v):void
Defined in: generated/commands.d.ts:5247
void glScissorArrayv(GLuint first, GLsizei count, const GLint *v)
Provided by GL_VERSION_4_1. Registry note: Reuse commands from ARB_viewport_array Also provided by the GL_ARB_viewport_array extension. Also known as glScissorArrayvNV, glScissorArrayvOES.
Parameters
first
number
GLuint
count
number
GLsizei
v
number[] | Int32Array<ArrayBufferLike>
GLint[] | Int32Array, length COMPSIZE(count)
Returns
void