Skip to content

Commit

Permalink
vulkan: remove some newly dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Mar 17, 2024
1 parent 48aefd9 commit 60911c5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/modules/graphics/vulkan/Graphics.h
Original file line number Diff line number Diff line change
Expand Up @@ -249,16 +249,6 @@ struct RenderpassState
OptionalInt mainWindowClearStencilValue;
};

struct ScreenshotReadbackBuffer
{
VkBuffer buffer;
VmaAllocation allocation;
VmaAllocationInfo allocationInfo;

VkImage image;
VmaAllocation imageAllocation;
};

enum SubmitMode
{
SUBMIT_PRESENT,
Expand Down

0 comments on commit 60911c5

Please sign in to comment.