VulkanMemoryAllocator-Hpp
VulkanMemoryAllocator-Hpp copied to clipboard
vma::copyAllocationToMemory uses std::vector<void>
c++ standard prohibits use of std::vector<void> but vma::copyAllocationToMemory uses it.
Indeed, missed that, thank you