glViewportArray

set multiple viewports

Signature

glViewportArray( )->
glViewportArrayv( GLuint ( first ) , GLsizei ( count ) , const GLfloat *( v ) )-> void
glViewportArrayv( first , count , v )

Parameters

VariablesDescription
first
Specify the first viewport to set.
count
Specify the number of viewports to set.
v
Specify the address of an array containing the viewport parameters.