mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
vulkan: remove some newly dead code
This commit is contained in:
@@ -249,16 +249,6 @@ struct RenderpassState
|
||||
OptionalInt mainWindowClearStencilValue;
|
||||
};
|
||||
|
||||
struct ScreenshotReadbackBuffer
|
||||
{
|
||||
VkBuffer buffer;
|
||||
VmaAllocation allocation;
|
||||
VmaAllocationInfo allocationInfo;
|
||||
|
||||
VkImage image;
|
||||
VmaAllocation imageAllocation;
|
||||
};
|
||||
|
||||
enum SubmitMode
|
||||
{
|
||||
SUBMIT_PRESENT,
|
||||
|
||||
Reference in New Issue
Block a user