Skip to content

API Reference / @gtkx/gl / scissorIndexedv

Function: scissorIndexedv()

scissorIndexedv(index, v): void

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

void glScissorIndexedv(GLuint index, const GLint *v)

Provided by GL_VERSION_4_1.

Parameters

index

number

GLuint

v

number[] | Int32Array<ArrayBufferLike>

const GLint *, length 4

Returns

void

See

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

Released under the MPL-2.0 License.