Nearly all modern console games are fill-rate bound on the GPU. This means, that most of the compute power on the GPU is required to determine the “correct color” for each pixel (lighting, texture mapping, post processing, etc). Supporting split screen is mostly about setting up multiple view frustums (i.e. multiple…