VulkanMemoryAllocator/src
2019-07-01 12:12:51 +02:00
..
Shaders Updated copyright headers after New Year. 2019-01-02 10:23:35 +01:00
VmaReplay VmaReplay: Added "device memory statistics" - count and total size of successfully allocated device memory blocks, total and per memory type. 2019-01-24 17:00:36 +01: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 VmaAllocator_T::AllocateMemory for case when VMA_ALLOCATION_CREATE_MAPPED_BIT is used with custom memory pool created in memory type that is not VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT 2019-06-25 15:26:37 +02:00
Tests.h Updated copyright headers after New Year. 2019-01-02 10:23:35 +01:00
vk_mem_alloc.h Minor addition in documentation, "Configuration” section 2019-07-01 12:12:51 +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 Minor fixes in tests. Found a bug. Minor refactoring - added VmaAllocationRequestType. Fixed minor bug in VmaBlockMetadata_Linear::CreateAllocationRequest_LowerAddress. 2019-01-24 15:26:43 +01:00
VulkanSample.cpp Clarify comment about compatibility with RenderDoc 2019-04-23 11:29:57 +02:00