Skip to content

API Reference / @gtkx/gl / scissorIndexedv

Function: scissorIndexedv()

scissorIndexedv(index, v): void

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

void glScissorIndexedv(GLuint index, 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 glScissorIndexedvNV, glScissorIndexedvOES.

Parameters

index

number

GLuint

v

number[] | Int32Array<ArrayBufferLike>

GLint[] | Int32Array, length 4

Returns

void

Released under the MPL-2.0 License.