Skip to content

API Reference / @gtkx/gl / scissorIndexed

Function: scissorIndexed()

scissorIndexed(index, left, bottom, width, height): void

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

void glScissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height)

Provided by GL_VERSION_4_1.

Parameters

index

number

GLuint

left

number

GLint

bottom

number

GLint

width

number

GLsizei

height

number

GLsizei

Returns

void

See

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

Released under the MPL-2.0 License.