Home
Docs
Install
GL
glScissorArray
define the scissor box for multiple viewports
Signature
glScissorArray
(
)->
glScissorArrayv
(
GLuint (
first
) ,
GLsizei (
count
) ,
const GLint *(
v
)
)-> void
glScissorArrayv
(
first
,
count
,
v
)
Parameters
Variables
Description
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.
Copyright Notices
This documentation is based on documentation licensed under the
SGI Free Software License B
.