From 5e3837cadac73ba5b7d4085cddc48b0e816d826a Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Tue, 31 Mar 2026 16:15:00 +1100 Subject: Fix vram leak in Cyberpunk 2077, reduce duplicated logic + general cleanup --- 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 a46f479..ed2991b 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_t& submissions); + const QueueContext::submissions_ptr_t& submissions); }; }; // namespace low_latency -- cgit v1.2.3