Skip to content

API Reference / @gtkx/gl / scissorArrayv

Function: scissorArrayv()

scissorArrayv(first, count, v): void

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

void glScissorArrayv(GLuint first, GLsizei count, const GLint *v)

Provided by GL_VERSION_4_1.

Parameters

first

number

GLuint

count

number

GLsizei

v

number[] | Int32Array<ArrayBufferLike>

const GLint *, length COMPSIZE(count)

Returns

void

See

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

Released under the MPL-2.0 License.