diff options
| author | Nicolas James <nj3ahxac@gmail.com> | 2026-04-11 11:23:12 +1000 |
|---|---|---|
| committer | Nicolas James <nj3ahxac@gmail.com> | 2026-04-11 12:10:06 +1000 |
| commit | 973532a7d28c2afbaaf0fe79efa9a5084d14e3aa (patch) | |
| tree | 77dc466edc18d2b3a4f960ad45382915fbfc2fd8 /src/strategies/low_latency2/swapchain_monitor.cc | |
| parent | 79ecffd2ebfa5e5efd0c8496a6ae90aa31964596 (diff) | |
Don't discard signal semaphore on missing swapchain monitor without signalling it first
Diffstat (limited to 'src/strategies/low_latency2/swapchain_monitor.cc')
| -rw-r--r-- | src/strategies/low_latency2/swapchain_monitor.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strategies/low_latency2/swapchain_monitor.cc b/src/strategies/low_latency2/swapchain_monitor.cc index 5d384f8..6f55dd6 100644 --- a/src/strategies/low_latency2/swapchain_monitor.cc +++ b/src/strategies/low_latency2/swapchain_monitor.cc @@ -102,6 +102,7 @@ void SwapchainMonitor::notify_semaphore(const VkSemaphore& timeline_semaphore, } return frame_span->has_completed(); })) { + wakeup_semaphore.signal(this->device); this->pending_frame_spans.clear(); return; |
