Fixing staging buffers not getting deleted

remove vgcore
This commit is contained in:
2023-11-06 15:08:27 +01:00
parent d35f7acddc
commit 4c567b60f3
69 changed files with 505 additions and 304 deletions
+1 -2
View File
@@ -34,7 +34,7 @@ protected:
struct BufferAllocation
{
VkBuffer buffer;
PSubAllocation allocation;
OSubAllocation allocation;
};
PGraphics graphics;
uint32 currentBuffer;
@@ -140,6 +140,5 @@ protected:
VkAccessFlags dstAccess, VkPipelineStageFlags dstStage);
};
DEFINE_REF(IndexBuffer)
}
}