Signature
Parameters
Variables | Description |
---|---|
index |
Specifies the index of the viewport whose scissor box to modify.
|
left, bottom |
Specify the coordinate of the bottom left corner of the scissor box, in pixels.
|
width, height |
Specify ths dimensions of the scissor box, in pixels.
|
v |
For
glScissorIndexedv
, specifies the address of an array containing the left, bottom, width and height of each
scissor box, in that order.
|