diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-03-30 23:25:03 +1100 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-03-30 23:25:03 +1100 |
| commit | 18b77323841ba3853e6663757fd47ac3bb007eac (patch) | |
| tree | a17f7ffd100fb6f6a4d65b0b6bcd55fae294804b /src/queue_context.cc | |
| parent | 108801fe96d855c5ccf532639a6db8ff0065310e (diff) | |
Turn on reflex by default for all swapchains
Diffstat (limited to 'src/queue_context.cc')
| -rw-r--r-- | src/queue_context.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
