VulkanMemoryAllocator/src
Adam Sawicki c503590e54
Merge pull request #350 from juan-lunarg/vma/346
Make VulkanMemoryAllocator a header only library
2023-07-11 17:40:25 +02:00
..
Shaders Fixed vmaBuildVirtualBlockStatsString, vmaFreeVirtualBlockStatsString to also be inside #if VMA_STATS_STRING_ENABLED 2022-01-21 12:56:18 +01:00
.editorconfig Standardized line endings to LF 2021-09-30 12:03:35 +02:00
CMakeLists.txt Make VulkanMemoryAllocator a header only library 2023-07-06 14:49:44 -06:00
Common.cpp Strip trailing whitespace in code files 2022-06-14 13:41:15 +02:00
Common.h Fixed vmaBuildVirtualBlockStatsString, vmaFreeVirtualBlockStatsString to also be inside #if VMA_STATS_STRING_ENABLED 2022-01-21 12:56:18 +01:00
SparseBindingTest.cpp Strip trailing whitespace in code files 2022-06-14 13:41:15 +02:00
SparseBindingTest.h Fixed vmaBuildVirtualBlockStatsString, vmaFreeVirtualBlockStatsString to also be inside #if VMA_STATS_STRING_ENABLED 2022-01-21 12:56:18 +01:00
Tests.cpp Strip trailing whitespace in code files 2022-06-14 13:41:15 +02:00
Tests.h Fixed vmaBuildVirtualBlockStatsString, vmaFreeVirtualBlockStatsString to also be inside #if VMA_STATS_STRING_ENABLED 2022-01-21 12:56:18 +01:00
vk_mem_alloc.natvis Improved NATVIS file - added support for VmaIntrusiveLinkedList usage 2021-12-07 16:48:07 +01:00
VmaUsage.cpp Fixed vmaBuildVirtualBlockStatsString, vmaFreeVirtualBlockStatsString to also be inside #if VMA_STATS_STRING_ENABLED 2022-01-21 12:56:18 +01:00
VmaUsage.h Fixes for some compiler warnings 2023-02-24 14:04:59 +01:00
VulkanSample.cpp fixed copy paste error in vulkan sample 2023-07-10 14:28:30 +02:00