Technical guide

Frame Generation Explained for PC Gaming

Understand rendered and generated frames, base frame rate, displayed FPS, latency, frame pacing, VRR, upscaling, and modern single- and multi-frame generation.

On this page
  1. Frame generation adds presented frames between frames the game renders
  2. Single-frame and multi-frame generation change the ratio, not the definition
  3. Displayed FPS and responsiveness are different measurements
  4. There is no universal minimum base FPS or universal latency penalty
  5. Frame pacing determines whether a high output rate is delivered evenly
  6. VRR and refresh rate still bound what the display can show
  7. Upscaling and frame generation solve different problems
  8. Generated images have their own reconstruction challenges
  9. Read frame-generation benchmarks as a pipeline description, not just one FPS number

Frame generation adds presented frames between frames the game renders

A conventionally rendered frame comes from the normal game pipeline: the CPU advances game work, the engine builds the scene state, and the GPU renders an image from that state. Frame-generation systems use information from rendered frames and other available data to create additional images for presentation. Those generated images can raise the number of frames sent toward the display without requiring the game to conventionally render every displayed frame.

That distinction is the foundation for interpreting frame-generation FPS correctly. A counter can report a much higher presentation rate after frame generation is enabled, but the underlying stream of conventionally rendered frames has not automatically risen to the same rate. Game simulation, CPU work and input processing therefore should not be assumed to operate at the generated display cadence.

Frame-generation terms describe different parts of the pipeline
TermWhat it describesWhat it does not prove
Base or rendered frame rateCadence of conventionally rendered game frames before generated frames are insertedThe final number of frames presented to the display
Generated frameAn additional image synthesized for presentation between rendered framesAn additional full game-simulation step
Displayed or output FPSPresentation cadence after generated frames are includedEquivalent input latency or simulation rate
Frame pacingHow evenly frames are scheduled for presentation over timeThat every frame was conventionally rendered
Latency reductionA separate technique intended to reduce input-to-display delay or queued workA consequence guaranteed by a higher displayed FPS number

Single-frame and multi-frame generation change the ratio, not the definition

Single-frame generation commonly inserts one generated frame for each conventionally rendered frame, producing two presentation opportunities from one rendered-frame interval. Multi-frame generation can insert more than one generated image between rendered frames. Intel’s XeSS Frame Generation developer guide, for example, describes an additional interpolated frame and a proxy swap chain that performs two presents for every game-rendered frame.

NVIDIA has extended the same basic distinction further. DLSS 4 introduced Multi Frame Generation capable of generating up to three additional frames per traditionally rendered frame on GeForce RTX 50 Series hardware. NVIDIA’s current DLSS 4.5 material describes a 6X Multi Frame Generation mode that can generate five additional frames for each natively rendered frame. These are version- and hardware-specific capabilities, not a definition that should be applied to every frame-generation implementation.

Displayed FPS and responsiveness are different measurements

A higher presentation cadence can make motion look smoother because the display receives more temporally spaced images. It does not follow that input-to-screen latency improves by the same ratio. The newest input still has to influence a game state and a conventionally rendered frame before generated presentation frames can represent that updated state.

This is why frame-generation ecosystems also use explicit latency-reduction technologies. NVIDIA pairs its current DLSS frame-generation stack with Reflex. Intel requires Xe Low Latency when XeSS Frame Generation is enabled and documents XeLL separately as a system that reduces render-queue and input-to-screen latency. Treat those companion systems as distinct pipeline optimizations rather than describing generated frames themselves as a latency-reduction feature.

There is no universal minimum base FPS or universal latency penalty

The quality of the experience depends on the implementation, base render cadence, game behavior, display mode, hardware, generated-frame ratio and latency-management path. A single minimum-FPS rule would erase those differences. Intel currently recommends 40 FPS as a minimum and 60 FPS for its best XeSS-FG latency experience, but those are Intel’s stated targets for XeSS-FG, not universal thresholds for DLSS, FSR or every future technique.

Latency likewise needs measurement under a defined configuration. Enabling a frame-generation mode adds work and changes presentation behavior, while upscaling can reduce render cost and latency-reduction features can change queueing. A combined vendor demonstration may therefore show different total latency from native rendering, but that result cannot be converted into a fixed “frame generation adds X milliseconds” rule.

Frame pacing determines whether a high output rate is delivered evenly

Average FPS counts frames over time; it does not describe the spacing between individual presents. If intervals vary significantly, motion can look less consistent even when the average output rate is high. Frame-generation implementations therefore have to schedule both rendered and generated frames at appropriate presentation times rather than merely produce additional images as quickly as possible.

NVIDIA explicitly changed this part of its architecture for DLSS 4 Multi Frame Generation. Its documentation says DLSS 3 used CPU-based pacing, while RTX 50 Series hardware introduced Flip Metering in the display engine to manage display timing for multiple generated frames more precisely. Intel’s XeSS-FG interface similarly describes smooth presentation pacing as part of its proxy-swap-chain design. These implementation details are useful evidence that pacing is a separate engineering problem from generating the image itself.

VRR and refresh rate still bound what the display can show

Generated frames eventually pass through the same display path as rendered frames. The monitor still has a finite refresh rate, and fixed-refresh or variable-refresh behavior still affects presentation. Intel documents XeSS-FG support for both fixed-refresh and VRR modes, illustrating that frame generation operates alongside the display synchronization policy rather than replacing it.

If output exceeds what the configured display path can present, the extra reported frame rate should not be interpreted as additional visible refreshes. Conversely, variable refresh rate can help the monitor track changing presentation cadence inside its supported operating range, but VRR does not create rendered or generated frames. Check the monitor, GPU output, connection, refresh configuration and game synchronization mode as separate parts of the chain.

Upscaling and frame generation solve different problems

Upscaling or super resolution reduces the cost of producing a conventionally rendered output by reconstructing a higher-resolution image from a lower-resolution render plus other temporal or engine data. Frame generation instead adds presentation frames between conventionally rendered frames. A game can combine both, which is why vendor performance multipliers often describe a complete technology stack rather than frame generation in isolation.

When comparing results, record the internal or quality-mode rendering path as well as the generated-frame mode. Native rendering plus frame generation is not the same workload as performance-mode upscaling plus multi-frame generation. A headline output-FPS multiplier that combines both technologies should not be attributed solely to frame generation.

Generated images have their own reconstruction challenges

A generated frame must estimate how the scene should look at a time for which the game did not conventionally render a complete image. Motion, disocclusion, particles, transparencies, rapidly changing lighting and interface elements can therefore be difficult cases. Implementations use combinations of adjacent frames, motion information, depth and other engine or model inputs, but the exact data path varies by technology and version.

That does not justify a universal image-quality verdict. Artifact behavior can change by game, scene, implementation version, generated-frame ratio and vendor update. Current NVIDIA DLSS 4.5 documentation, for example, describes newer model and UI-handling changes specifically intended to improve generated-frame image stability. Evaluate image quality with the exact game and feature version you intend to use rather than treating the technology name as a permanent quality score.

Read frame-generation benchmarks as a pipeline description, not just one FPS number

A useful benchmark identifies the base rendered rate, final displayed rate, resolution and upscaling mode, frame-generation ratio, latency-reduction setting, refresh and synchronization configuration, GPU, CPU, driver and game version. Without those details, two identical-looking FPS numbers can describe materially different workloads and responsiveness.

For practical use, start with a base rendering configuration that already behaves acceptably for your game and controls, then evaluate frame generation for presentation smoothness, latency and image stability on your own target display. The important distinction is not whether generated frames are “real” or “fake”; it is which parts of the game pipeline actually ran for each frame and which measurements the final FPS number does—and does not—represent.

Sources

Primary and technical sources

Technical details can vary by exact model, firmware, and platform. These are the sources used for the factual claims in this article.

  1. 01 NVIDIA

    DLSS 4 architecture, Multi Frame Generation, Reflex relationship, and hardware Flip Metering
  2. 02 NVIDIA

    DLSS 4.5 Multi Frame Generation 6X and current generated-frame ratio
  3. 03 Intel

    XeSS Frame Generation developer guide: interpolated frames, presentation pacing, VRR, base-rate guidance, and XeLL requirement
  4. 04 Intel

    Xe Low Latency developer guide: render-queue and input-to-screen latency behavior

Related