From 31c69428639c0674339c3752c5401542d38693bc Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Wed, 1 Apr 2026 00:49:34 +1100 Subject: Turn shared_ptr to unique_ptr in Context, strictly transfer ownership in notify_present --- src/device_context.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/device_context.hh') diff --git a/src/device_context.hh b/src/device_context.hh index ed2991b..df1b58d 100644 --- a/src/device_context.hh +++ b/src/device_context.hh @@ -53,7 +53,7 @@ class DeviceContext final : public Context { const bool was_low_latency_requested); void notify_present(const VkSwapchainKHR& swapchain, - const QueueContext::submissions_ptr_t& submissions); + std::unique_ptr submissions); }; }; // namespace low_latency -- cgit v1.2.3