vulkan: readd local streambuffer frame index

This commit is contained in:
niki
2022-10-05 17:55:40 +02:00
parent e4543c604c
commit c89cca9e60
2 changed files with 4 additions and 2 deletions
@@ -61,6 +61,7 @@ private:
VmaAllocation allocation;
VmaAllocationInfo allocInfo;
VkBuffer buffer = VK_NULL_HANDLE;
int frameIndex = 0;
};