From a67570bc468664627da48b4ebe22c7caad217732 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Wed, 8 Apr 2026 12:58:41 +1000 Subject: Fix clearing outstanding semaphores instead of outstanding work for LowLatency2 --- src/strategies/low_latency2/swapchain_monitor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/strategies/low_latency2/swapchain_monitor.cc b/src/strategies/low_latency2/swapchain_monitor.cc index 7442eec..3d1d276 100644 --- a/src/strategies/low_latency2/swapchain_monitor.cc +++ b/src/strategies/low_latency2/swapchain_monitor.cc @@ -102,7 +102,7 @@ void SwapchainMonitor::notify_semaphore(const VkSemaphore& timeline_semaphore, return frame_span->has_completed(); })) { wakeup_semaphore.signal(this->device); - this->pending_signals.clear(); + this->pending_frame_spans.clear(); return; } -- cgit v1.2.3