From 60911c5181c749868bdb523dfbda45be2dacf6b3 Mon Sep 17 00:00:00 2001 From: Sasha Szpakowski Date: Sun, 17 Mar 2024 00:01:10 -0300 Subject: [PATCH] vulkan: remove some newly dead code --- src/modules/graphics/vulkan/Graphics.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/modules/graphics/vulkan/Graphics.h b/src/modules/graphics/vulkan/Graphics.h index 206a5a846..d33a889fd 100644 --- a/src/modules/graphics/vulkan/Graphics.h +++ b/src/modules/graphics/vulkan/Graphics.h @@ -249,16 +249,6 @@ struct RenderpassState OptionalInt mainWindowClearStencilValue; }; -struct ScreenshotReadbackBuffer -{ - VkBuffer buffer; - VmaAllocation allocation; - VmaAllocationInfo allocationInfo; - - VkImage image; - VmaAllocation imageAllocation; -}; - enum SubmitMode { SUBMIT_PRESENT,