That’s one of the program’s common usages, yeah. Among other things (like integer scaling for pixel-based games), it can be used to:
render a game at a lower “internal” resolution and then apply one of several upscaling options to make up the difference, improving performance and hence “free FPS”, and/or
generate intermediate frames between “real” frames, which I guess you could describe as “free FPS” (but the quality of the intermediate frames will be so-so - there’s lots of tests and stuff of frame generation more broadly if you’re interested!)
Why does OOP call it a FPS? Is it to gain some frames per second?
That’s one of the program’s common usages, yeah. Among other things (like integer scaling for pixel-based games), it can be used to:
edit: added frame generation
I kept reading it as first person shooter.