VulkanMemoryAllocator/src
Patryk Obara ff9ac65fe2 Use fallback aligned_alloc for older glibc++
This function was introduced in C++17, then backported to older versions
of glibc++ library, but is not available in older releases (it's missing
from Ubuntu 12.04 derived SteamRT for example).
2019-08-15 13:23:13 +02:00
..
Shaders Updated copyright headers after New Year. 2019-01-02 10:23:35 +01:00
VmaReplay Fix ignore warning C4324 also in VmaReplay project 2019-07-26 15:22:51 +02:00
Common.cpp Updated copyright headers after New Year. 2019-01-02 10:23:35 +01:00
Common.h Updated copyright headers after New Year. 2019-01-02 10:23:35 +01:00
Doxyfile Generated Doxygen documentation into docs/ directory. 2017-06-20 11:17:23 +02:00
SparseBindingTest.cpp Updated copyright headers after New Year. 2019-01-02 10:23:35 +01:00
SparseBindingTest.h Updated copyright headers after New Year. 2019-01-02 10:23:35 +01:00
Tests.cpp Fix sample application to also pass VkAllocationCallbacks to Vulkan, not only to VMA 2019-07-02 13:40:01 +02:00
Tests.h Updated copyright headers after New Year. 2019-01-02 10:23:35 +01:00
vk_mem_alloc.h Use fallback aligned_alloc for older glibc++ 2019-08-15 13:23:13 +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 Updated copyright headers after New Year. 2019-01-02 10:23:35 +01:00
VmaUsage.h Fix alignment of VmaPoolAllocator::Item::Value 2019-07-26 15:09:07 +02:00
VulkanSample.cpp Add functions vmaBindBufferMemory2, vmaBindImageMemory2, flag VMA_ALLOCATOR_CREATE_KHR_BIND_MEMORY2_BIT 2019-07-02 14:37:21 +02:00