From 108801fe96d855c5ccf532639a6db8ff0065310e Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Mon, 30 Mar 2026 22:47:12 +1100 Subject: Move timestamp pool reacquisition to an asynchronous worker queue, fix device_context race during destructor --- src/device_context.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/device_context.hh') diff --git a/src/device_context.hh b/src/device_context.hh index 0e0a4eb..53970e5 100644 --- a/src/device_context.hh +++ b/src/device_context.hh @@ -31,10 +31,10 @@ class DeviceContext final : public Context { const VkDevice device; const VkuDeviceDispatchTable vtable; - std::unordered_map> queues; - std::unique_ptr clock; + std::unordered_map> queues; + std::unordered_map swapchain_monitors; public: -- cgit v1.2.3