Files
filament/third_party/vkmemalloc/tnt/README
2022-06-14 14:38:55 -07:00

8 lines
300 B
Plaintext

This folder was created as follows:
curl -L -O https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/archive/v3.0.1.zip
unzip v3.0.1.zip
cd VulkanMemoryAllocator-3.0.1
rm -rf build docs media tools bin premake
rsync -r ./ ~/github/filament/third_party/vkmemalloc/ --delete --exclude tnt