Set the viewport

Property definitions

glesv2 :: glesv2 $ Sys :: glViewport
# Set the viewport
fun glViewport(x, y, width, height: Int) `{ glViewport(x, y, width, height); `}
lib/glesv2/glesv2.nit:855,1--856,79