Blender Git Loki
Git Commits -> Revision b908c3f
Revision b908c3f by Clément Foucault (tmp-vulkan) March 11, 2021, 12:02 (GMT) |
VulkanMemoryAllocator: Add new extern library This library is used to simplify memory allocation / management for Vulkan. |
Commit Details:
Full Hash: b908c3fa0a8246d96c7367920b91e86372a691bc
Parent Commit: ef8e53c
Lines Changed: +19780, -4
6 Added Paths:
/extern/vulkan_memory_allocator/CMakeLists.txt (+43, -0) (View)
/extern/vulkan_memory_allocator/LICENSE.txt (+19, -0) (View)
/extern/vulkan_memory_allocator/README.blender (+5, -0) (View)
/extern/vulkan_memory_allocator/README.md (+134, -0) (View)
/extern/vulkan_memory_allocator/vk_mem_alloc.h (+19560, -0) (View)
/extern/vulkan_memory_allocator/vk_mem_alloc_impl.cc (+3, -0) (View)
/extern/vulkan_memory_allocator/LICENSE.txt (+19, -0) (View)
/extern/vulkan_memory_allocator/README.blender (+5, -0) (View)
/extern/vulkan_memory_allocator/README.md (+134, -0) (View)
/extern/vulkan_memory_allocator/vk_mem_alloc.h (+19560, -0) (View)
/extern/vulkan_memory_allocator/vk_mem_alloc_impl.cc (+3, -0) (View)