vulkan: fix incorrect uniform values

This commit is contained in:
niki
2022-10-05 15:18:27 +02:00
parent 2466e49fd1
commit e4543c604c
3 changed files with 4 additions and 6 deletions
@@ -61,7 +61,6 @@ private:
VmaAllocation allocation;
VmaAllocationInfo allocInfo;
VkBuffer buffer = VK_NULL_HANDLE;
int frameIndex = 0;
};