use different uniform buffers for each draw call

This commit is contained in:
niki
2022-06-30 18:42:49 +02:00
parent 7f894e5bf7
commit 0cea07806f
9 changed files with 118 additions and 40 deletions
@@ -28,7 +28,6 @@ namespace love {
VmaAllocator allocator;
VmaAllocation allocation;
VmaAllocationInfo allocInfo;
VkDevice device;
VkBuffer buffer;
size_t usedGPUMemory;