VulkanMemoryAllocator/src
2020-03-27 09:58:25 -07:00
..
Shaders Add support for VK_AMD_device_coherent_memory extension 2020-02-07 16:51:31 +01:00
VmaReplay Fix compilation of VmaReplay project 2020-03-23 18:58:04 +01:00
Common.cpp Add support for VK_AMD_device_coherent_memory extension 2020-02-07 16:51:31 +01:00
Common.h Add support for buffer device address, together with documentation and tests 2020-03-20 18:05:42 +01:00
Doxyfile Merge branch 'master' into MemoryBudget 2019-11-18 13:15:18 +01:00
SparseBindingTest.cpp Add support for VK_AMD_device_coherent_memory extension 2020-02-07 16:51:31 +01:00
SparseBindingTest.h Add support for VK_AMD_device_coherent_memory extension 2020-02-07 16:51:31 +01:00
Tests.cpp Add support for buffer device address, together with documentation and tests 2020-03-20 18:05:42 +01:00
Tests.h Add support for VK_AMD_device_coherent_memory extension 2020-02-07 16:51:31 +01:00
vk_mem_alloc.h Fixed a race condition with incremental defragmentation. The issue here is that VmaBlockVector::DefragmentationEnd() relied on the mutex being previously locked to safely mutate its data, but with incremental defrag this isn't guaranteed to be the case anymore. 2020-03-27 09:58:25 -07:00
vk_mem_alloc.natvis Created vk_mem_alloc.natvis file. VmaVectorRemoveSorted: Fixed compilation error when STL is used. 2017-09-20 13:27:21 +02:00
VmaUsage.cpp Add support for VK_AMD_device_coherent_memory extension 2020-02-07 16:51:31 +01:00
VmaUsage.h Merge branch 'Vulkan1_2' 2020-03-02 15:43:47 +01:00
VulkanSample.cpp Add support for buffer device address, together with documentation and tests 2020-03-20 18:05:42 +01:00