glViewport

common
fun glViewport(x: Int = 0, y: Int = 0, width: Int, height: Int)

Sets the viewport to have its bottom-left corner at (x, y), and a given width and height.