From 18b77323841ba3853e6663757fd47ac3bb007eac Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Mon, 30 Mar 2026 23:25:03 +1100 Subject: Turn on reflex by default for all swapchains --- src/queue_context.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/queue_context.hh') diff --git a/src/queue_context.hh b/src/queue_context.hh index 873a85a..be73adc 100644 --- a/src/queue_context.hh +++ b/src/queue_context.hh @@ -51,7 +51,7 @@ class QueueContext final : public Context { // NVIDIA's extension lets the application explicitly state that this queue // does not contribute to the frame. AMD's extension has no such mechanism - // so this will always be false when using VK_AMD_anti_lag. - bool should_ignore_latency = false; + bool is_out_of_band = false; public: // I want our queue bookkeeping to be fairly simple and do one thing - track -- cgit v1.2.3