What is resolution scaling in video games and how does it affect much of anything? Whenever I lower it I suddenly get way greater FPS, yet not much seems to change.

504 views

What is resolution scaling in video games and how does it affect much of anything? Whenever I lower it I suddenly get way greater FPS, yet not much seems to change.

In: 1

5 Answers

Anonymous 0 Comments

Instead of rendering the game at full resolution, it renders it at a lower resolution. Then it blows it up back to full resolution. Since the lower resolution render has fewer pixels, there are holes it needs to fill. It uses an algorithm to guess what those pixels should be and fills them in.

End result, the game looks like it’s full resolution even though some of the pixels are just guesses. Since the algorithm for guessing the pixels is wayyyy easier than actually rendering them, you get increased performance. Depending on the guessing algorithm and the difference in resolution, it can be difficult to tell the difference.

You are viewing 1 out of 5 answers, click here to view all answers.