Changes:
- Fixed an assert in
vmaCreateAllocator
function incorrectly failing when Vulkan version 1.4 is used (#457). - Fix for importing function
vkGetPhysicalDeviceMemoryProperties2
/vkGetPhysicalDeviceMemoryProperties2KHR
whenVMA_DYNAMIC_VULKAN_FUNCTIONS
macro is enabled (#410). - Other minor fixes and improvements...