VulkanMemoryAllocator/src
Juan Ramos b48d20cc86 Fixup include of "vk_mem_alloc.h"
No need to include via `../include`

By linking against `GPUOpen::VulkanMemoryAllocator` the proper
include directory is added to the project.
2023-07-11 14:13:20 -06: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 Fixup include of "vk_mem_alloc.h" 2023-07-11 14:13:20 -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 Fixup include of "vk_mem_alloc.h" 2023-07-11 14:13:20 -06:00
VulkanSample.cpp fixed copy paste error in vulkan sample 2023-07-10 14:28:30 +02:00