aboutsummaryrefslogtreecommitdiff
path: root/src/layer_context.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/layer_context.hh')
-rw-r--r--src/layer_context.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/layer_context.hh b/src/layer_context.hh
index 4979379..049684d 100644
--- a/src/layer_context.hh
+++ b/src/layer_context.hh
@@ -52,8 +52,8 @@ class LayerContext final : public Context {
// provided instead of VK_AMD_anti_lag.
static constexpr auto EXPOSE_REFLEX_ENV = "LOW_LATENCY_LAYER_EXPOSE_REFLEX";
- // If this is not null and set to 1 then the card's vendor and id will be
- // spoofed to appear as a NVIDIA card.
+ // If this is not null and set to 1 then the card's vendor, id, and device
+ // name will be modified to appear as a NVIDIA card.
static constexpr auto SPOOF_NVIDIA_ENV = "LOW_LATENCY_LAYER_SPOOF_NVIDIA";
public: