VulkanMemoryAllocator-Hpp icon indicating copy to clipboard operation
VulkanMemoryAllocator-Hpp copied to clipboard

vma::copyAllocationToMemory uses std::vector<void>

Open qbojj opened this issue 1 year ago • 1 comments

c++ standard prohibits use of std::vector<void> but vma::copyAllocationToMemory uses it.

qbojj avatar Feb 19 '24 19:02 qbojj

Indeed, missed that, thank you

YaaZ avatar Feb 19 '24 21:02 YaaZ