NVIDIA Reflex - Early Access
NVIDIA Reflex
Please review the license agreement before downloading. By downloading and installing the NVIDIA Reflex SDK, you are accepting the following NVIDIA Reflex License Agreement.
Key Features
- Low Latency Mode - Aligns game engine work to complete just-in-time for rendering, eliminating the GPU render queue and reducing CPU back pressure in GPU-bound scenarios. Specifically tuned to have minimal FPS impact while significantly reducing latency.
- Latency Markers - Validate the stages of the rendering system and display helpful latency metrics to players using the Reflex SDK’s per frame latency struct.
- Flash Indicator - Using the marker system, configure the flash indicator marker to draw a small white rectangle on the screen each click. This is helpful when automating the use of a tool like the NVIDIA Reflex Latency Analyzer to measure latency.
Requirements
Operating System | Windows 10 |
---|---|
Dependencies | |
Development Environment | C++ Development environment |
Release Notes
NVIDIA Reflex SDK 1.4:
- New Boost Feature - When a game becomes CPU render thread bound, Boost mode
will align simulation work to render submission work, further reducing latency. - Update to Unity - Added Flash Indicator.
- Optimization - Improve latency reduction in certain scenarios.