From 4ab8c7b97ea513e209705907afce9852934a7d86 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Thu, 26 Mar 2026 19:50:19 +1100 Subject: Implement QueueNotifyOutOfBandNV, SetLatencySleepModeNV - also some bookkeeping --- src/layer_context.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/layer_context.hh') diff --git a/src/layer_context.hh b/src/layer_context.hh index da13dc6..95f1cd5 100644 --- a/src/layer_context.hh +++ b/src/layer_context.hh @@ -48,15 +48,15 @@ using dispatch_context_t = typename context_for_t::context; class LayerContext final : public Context { private: - // If this is not null and set to exactly "1", then we should sleep after + // If this is not null and set to exactly 1, then we should sleep after // present. static constexpr auto SLEEP_AFTER_PRESENT_ENV = "LOW_LATENCY_LAYER_SLEEP_AFTER_PRESENT"; - // If this is not null and set to exactly "1", then VK_NV_LOW_LATENCY2 + // If this is not null and set to exactly 1, then VK_NV_low_latency2 // should be provided instead of VK_AMD_anti_lag. static constexpr auto SPOOF_NVIDIA_ENV = - "LOW_LATENCY_LAYER_SPOOF_NV_LOWLATENCY2"; + "LOW_LATENCY_LAYER_SPOOF_NVIDIA"; public: std::mutex mutex; -- cgit v1.2.3