• 0 Posts
  • 1 Comment
Joined 3 years ago
cake
Cake day: June 14th, 2023

help-circle
  • While I don’t disagree that frame gen at high refresh rates does look pretty decent, I feel the need to correct the input latency part… In your 72fps example you actually have the latency of effectively 36fps because the GPU has to hold back a frame in order to have two frames to interpolate between. It doesn’t (currently?) do extrapolation so this holding back a frame is a hard limit and applies pretty much equally from 2x frame gen all the way up to 6x. This isn’t exactly catastrophic for single player or PVE multiplayer but I would steer clear in PVP

    Nvidia reflex 2 should sorta kinda tackle this by taking the updated input => camera position and reprojecting the image before rendering but 1) this will require the game to support it (e.g. declaring UI, crosshairs etc to exclude) and 2) only serves to tackle the game feel portion of the problem - in pve you’ll still be working with old pixels and your response times will still suffer accordingly.

    Again, great tech but worth knowing the limits!