This folder was created as follows:

curl -L -O https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/archive/2193611.zip
unzip 2193611.zip
mv VulkanMemoryAllocator-* vkmemalloc
cd vkmemalloc
rm -rf bin docs media premake third_party tools
rsync -r ./ ~/github/filament/third_party/vkmemalloc/ --delete --exclude tnt
