void viewport(int x, int y, int width, int height) { _gl.viewport(x, y, width, height); checkError('viewport'); }