vulkan: remove some newly dead code

This commit is contained in:
Sasha Szpakowski
2024-03-17 00:01:10 -03:00
parent 48aefd91fa
commit 60911c5181
-10
View File
@@ -249,16 +249,6 @@ struct RenderpassState
OptionalInt mainWindowClearStencilValue;
};
struct ScreenshotReadbackBuffer
{
VkBuffer buffer;
VmaAllocation allocation;
VmaAllocationInfo allocationInfo;
VkImage image;
VmaAllocation imageAllocation;
};
enum SubmitMode
{
SUBMIT_PRESENT,