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