Files
filament/third_party/vkmemalloc/tnt
Romain Guy b1242163f7 Make CMake 3.10 the minimum version, add LTO option (#1316)
* Make CMake 3.10 the minimum version, add LTO option

* Install a newer CMake on Linux CI builds

* Update LLVM and Cmake on Windows CI

* Update build/windows/ci-common.bat

Co-Authored-By: Ben Doherty <benjdoherty15@gmail.com>

* Update formatting

* Apply suggestions from code review

* Update build/windows/ci-common.bat

* Update CMake

* Switch Android projects back to CMake 3.6
2019-06-19 12:53:03 -07:00
..

This folder was created as follows:

curl -L -O https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/archive/62c009.zip
unzip 62c009.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