glScissorArray

define the scissor box for multiple viewports

Signature

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

Parameters

VariablesDescription
first
Specifies the index of the first viewport whose scissor box to modify.
count
Specifies the number of scissor boxes to modify.
v
Specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order.