API Reference / @gtkx/gl / scissorIndexed
Function: scissorIndexed()
scissorIndexed(
index,left,bottom,width,height):void
Defined in: generated/commands.d.ts:5262
void glScissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height)
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 glScissorIndexedNV, glScissorIndexedOES.
Parameters
index
number
GLuint
left
number
GLint
bottom
number
GLint
width
number
GLsizei
height
number
GLsizei
Returns
void