Files
filament/third_party/vkmemalloc/tnt
Philip Rideout 7fff7d715f Update VkMemAlloc and fix its usage. (#126)
This implements the following suggestions from Adam Sawicki:

(1) Update VkMemAlloc to dev branch.
(2) Use VMA_MEMORY_USAGE_CPU_ONLY in the stage pool.
(2) Add vmaFlush after every vmaUnmap.

We also considered removing Map / Unmap in favor of persistent mapping
via VMA_ALLOCATION_CREATE_MAPPED_BIT, but decided to be conservative
until we have a chance to rethink our UBO update strategy.

Closes #19
2018-08-23 10:20:12 -07:00
..
2018-08-03 10:38:22 -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