diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-03-30 15:54:10 +1100 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-03-30 15:54:10 +1100 |
| commit | 644bc4ed5edd4e3ffa88750bdacb147c75df9546 (patch) | |
| tree | 5580f05b202493ccb68d5c67ec37e10d53f3cd1d /src/swapchain_monitor.hh | |
| parent | 681bd5096ee416b50dd7338de30af7b3db385a36 (diff) | |
Fix AL2 via VK_NV_low_latency2's async implementation, fix race in TimestampPool
Diffstat (limited to 'src/swapchain_monitor.hh')
| -rw-r--r-- | src/swapchain_monitor.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/swapchain_monitor.hh b/src/swapchain_monitor.hh index 5678630..be81d59 100644 --- a/src/swapchain_monitor.hh +++ b/src/swapchain_monitor.hh @@ -62,6 +62,10 @@ class SwapchainMonitor { const std::uint64_t& value); void notify_present(const QueueContext::submissions_t& submissions); + + public: + // Synchronously wait until all in-flight submissions have completed. + void wait_until(); }; } // namespace low_latency |
