Open-source layer brings Reflex to Linux GPUs
- Korthos Software this month published low_latency_layer, an open-source Vulkan layer that exposes NVIDIA Reflex and AMD Anti-Lag-style low-latency features on Linux GPUs. - The project implements the VK_NV_low_latency2 and VK_AMD_anti_lag extensions and, its GitHub page says, can work without official driver-level support. - The code is available now on GitHub, with Proton use requiring DXVK-NVAPI support and layer configuration.
Korthos Software has published an open-source project called low_latency_layer that aims to bring NVIDIA Reflex- and AMD Anti-Lag-style latency reduction to more Linux gaming setups. The code is distributed as an implicit Vulkan layer, which means it sits between a game and the graphics driver rather than arriving as a vendor driver feature. The project’s GitHub page says it provides hardware-agnostic implementations of the `VK_NV_low_latency2` and `VK_AMD_anti_lag` device extensions. VideoCardz reported on May 19 that the result is Reflex support on AMD and Intel GPUs under Linux, not just on NVIDIA hardware. ### What does this layer actually do? The GitHub repository says low_latency_layer is a “C++23 implicit Vulkan layer” designed to reduce click-to-photon latency. In practical terms, it exposes the same Vulkan extension hooks that games use for NVIDIA Reflex and AMD Anti-Lag, then handles those calls in a hardware-agnostic way on Linux. VideoCardz said the project’s main significance is that it can bring Reflex support to AMD and Intel GPUs. (github.com) That matters because, as the repository notes, more applications support NVIDIA Reflex than AMD Anti-Lag, creating a compatibility gap for Linux users on non-NVIDIA hardware. ### Why are Linux players paying attention to Reflex specifically? The repository says the layer “eliminates a hardware support disparity” because many games already expose Reflex while fewer expose AMD Anti-Lag. (github.com) That means an AMD or Intel user on Linux may benefit more from a Reflex-compatible path than from waiting for native Anti-Lag support in each game. VideoCardz described that as a way to bypass dependence on official driver-level support from AMD, Intel or NVIDIA. (github.com) In other words, the layer is not adding low-latency options by changing the game itself; it is making existing low-latency interfaces available more broadly through Vulkan and, for some Windows games running through Proton, DXVK-NVAPI. ### Does this mean any Linux game gets it automatically? The GitHub page says native Linux Vulkan applications can expose AMD Anti-Lag through the layer by default, and it cites Counter-Strike 2 as an example that can work out of the box. For Reflex exposure, the repository says users can set `LOW_LATENCY_EXPOSE_REFLEX=1`, which switches the layer to present the `VK_NV_low_latency2` extension instead. (videocardz.com) The same page says many applications also need `LOW_LATENCY_SPOOF_NVIDIA=1` so the game reports the device as an NVIDIA GPU and surfaces Reflex in its menus. For Proton-based applications, the repository says users must also enable NVAPI support, which is where DXVK-NVAPI comes in. ### How much of this is proven versus claimed? The GitHub README says benchmarks suggest the layer performs “as well as or better than” proprietary Windows implementations on equivalent hardware. (github.com) VideoCardz said the published tests cover The Finals, Counter-Strike 2, Cyberpunk 2077, Resident Evil Requiem, Marvel Rivals and Overwatch 2, and reported that the developer claims the Reflex path can match or beat Windows on the same AMD hardware in some cases. Those numbers come from the project materials and follow-up coverage, not from vendor validation. NVIDIA, AMD and Intel had not, in the cited reports, announced official support for this layer. VideoCardz said NVIDIA had not responded to its separate questions about Reflex 2 support and rollout. ### So what is the practical takeaway for Linux gamers? (github.com) The practical change is that Linux users with AMD or Intel GPUs may now be able to access Reflex-style low-latency paths in games that already expose those hooks, without waiting for official vendor driver support. The project is available now on GitHub, and the next step for users is installation, environment-variable setup, and—on Proton titles—DXVK-NVAPI configuration. (github.com) (videocardz.com)