Skip to content

Latency

Mikulas Florek edited this page Jul 14, 2024 · 2 revisions

NVidia FrameView

If you want to minimize latency, do following:

  1. Use DX12 plugin
  2. disable vsync (-no_vsync)
  3. disable buffering in renderer - RendererImpl::m_frames[2] -> RendererImpl::m_frames[1]

Note: This can actually hurt performance if your app is limited by CPU or GPU

Clone this wiki locally