aboutsummaryrefslogtreecommitdiff
path: root/src/queue_context.hh
diff options
context:
space:
mode:
authorNicolas James <Eele1Ephe7uZahRie@tutanota.com>2026-03-30 23:25:03 +1100
committerNicolas James <Eele1Ephe7uZahRie@tutanota.com>2026-03-30 23:25:03 +1100
commit18b77323841ba3853e6663757fd47ac3bb007eac (patch)
treea17f7ffd100fb6f6a4d65b0b6bcd55fae294804b /src/queue_context.hh
parent108801fe96d855c5ccf532639a6db8ff0065310e (diff)
Turn on reflex by default for all swapchains
Diffstat (limited to 'src/queue_context.hh')
-rw-r--r--src/queue_context.hh2
1 files changed, 1 insertions, 1 deletions
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