What do you want to know?
Supersampling is when the game is internally rendered to a larger frame-buffer (image), for example 1.4x the width and 1.4x the height, and then downsampled just before it is presented to the display.
It is a pretty nice form of anti-aliasing, giving good results and if done right shouldn't look too blurry. The downside is that the GPU has to render a lot more pixels - in my example above you are rendering twice as many pixels. So it's gonna put a bit of extra strain on your GPU.

MMO-Champion



PVP PVP PVP. In the possible event of a new stress test, Ill be checking it again.



