From 470b12bfd36f0a7600e9cc31a99d99fde868cd26 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Tue, 4 Aug 2026 20:11:42 +0200 Subject: [PATCH] Post merge --- Source/Engine/GraphicsDevice/Vulkan/GPUSwapChainVulkan.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Engine/GraphicsDevice/Vulkan/GPUSwapChainVulkan.cpp b/Source/Engine/GraphicsDevice/Vulkan/GPUSwapChainVulkan.cpp index 005d935ae..b259ed688 100644 --- a/Source/Engine/GraphicsDevice/Vulkan/GPUSwapChainVulkan.cpp +++ b/Source/Engine/GraphicsDevice/Vulkan/GPUSwapChainVulkan.cpp @@ -145,8 +145,6 @@ GPUTextureView* GPUSwapChainVulkan::GetBackBufferView() } ASSERT(_acquiredImageIndex != -1); - auto context = _device->MainContext; - // Wait for prior GPU work that used this acquired image before recording // commands against it again. Waiting before acquire can target a different image // and unnecessarily serialize frames when the swapchain has multiple images.