VulkanMemoryAllocator/src
2018-09-03 11:48:40 +02:00
..
Shaders First commit 2017-06-16 17:21:31 +02:00
VmaReplay VmaReplay: Added usage of VMA_ALLOCATOR_CREATE_EXTERNALLY_SYNCHRONIZED_BIT, as the app is currently single-threaded only anyway. 2018-08-22 11:46:26 +02:00
Common.cpp Publishing testing environment. Tests are available under [T] key. 2018-03-13 16:15:53 +01:00
Common.h Added benchmark for linear allocator. 2018-08-24 11:18:41 +02:00
Doxyfile Generated Doxygen documentation into docs/ directory. 2017-06-20 11:17:23 +02:00
Tests.cpp Added support for multiple Vulkan memory blocks in custom pools with VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT. Works with free-at-once and stack, doesn't work with double stack or ring buffer. 2018-08-24 15:36:32 +02:00
Tests.h Publishing testing environment. Tests are available under [T] key. 2018-03-13 16:15:53 +01:00
vk_mem_alloc.h Removed hack for clang compiler error. It didn't work anyway. 2018-09-03 11:48:40 +02: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 Added source files to project: Common.*, Tests.*, VmaUsage.*. 2018-03-13 15:42:22 +01:00
VmaUsage.h Fixes for compilation under Linux gcc and clang. #2 2018-08-27 12:30:53 +02:00
VulkanSample.cpp Added new validation layer message to ignores, and documented it. 2018-08-20 11:14:07 +02:00