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.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/queue_context.cc') diff --git a/src/queue_context.cc b/src/queue_context.cc index 0356c5c..84b06fe 100644 --- a/src/queue_context.cc +++ b/src/queue_context.cc @@ -115,7 +115,7 @@ bool QueueContext::should_inject_timestamps() const { } // Don't do it if we've been marked as 'out of band' by nvidia's extension. - if (this->should_ignore_latency) { + if (this->is_out_of_band) { return false; } -- cgit v1.2.3