Hacker News new | ask | show | jobs
by jorvi 618 days ago
There is virtually no use (and it’s arguably detrimental due to frame pacing) in running your FPS above your refresh rate.

Any mid+ CPU will easily pump out 240FPS on Counterstrike or Valorant.

2 comments

I certainly don't care to do it, but running FPS above your frame rate can reduce latency if the frame buffering policy is reasonable (or you don't mind tearing). The difference isn't very big, especially if you're at 240Hz, but getting stuff to the display one frame sooner makes a difference.

But I've heard of triple buffering setups where you're displaying the current frame, and once you have a complete next frame, you can repeatedly render into the second next frame, but the next frame isn't swapped. In that case, it's hard to argue for any gain, since your next frame is way old when it's swapped to current.

Some rendering systems will do double buffering where the render is scheduled to start just in time to finish with a small margin before vBlank. If you've got that tuned just so, that's almost the same latency benefit as running unlocked, but if rendering takes too long you have a stutter.

Higher FPS means lower input latency, so technically the game would continue to feel increasingly responsive even above the refresh rate.