mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
use different uniform buffers for each draw call
This commit is contained in:
@@ -28,7 +28,6 @@ namespace love {
|
||||
VmaAllocator allocator;
|
||||
VmaAllocation allocation;
|
||||
VmaAllocationInfo allocInfo;
|
||||
VkDevice device;
|
||||
VkBuffer buffer;
|
||||
size_t usedGPUMemory;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user