Browse Source

vulkan: remove some newly dead code

Sasha Szpakowski 1 year ago
parent
commit
60911c5181
1 changed files with 0 additions and 10 deletions
  1. 0 10
      src/modules/graphics/vulkan/Graphics.h

+ 0 - 10
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,