Easy to integrate Vulkan memory allocation library
Go to file
2017-07-11 17:42:44 +02:00
bin First commit 2017-06-16 17:21:31 +02:00
docs/html Updated version number to 2.0.0-alpha.2. Regenerated Doxygen documentation. 2017-07-11 15:22:12 +02:00
media First commit 2017-06-16 17:21:31 +02:00
premake Added missing premake/LICENSE.txt and premake5.exe. 2017-06-20 10:59:33 +02:00
src Fixing = instead of == in VMA_HEAVY_ASSERT (thanks @zeux!) 2017-07-11 17:42:44 +02:00
third_party/mathfu-1.1.0 First commit 2017-06-16 17:21:31 +02:00
.gitignore First commit 2017-06-16 17:21:31 +02:00
CHANGELOG.md Added CHANGELOG.md. Introduced semantic versioning - current version is 1.0.0. 2017-07-04 14:03:54 +02:00
LICENSE.txt First commit 2017-06-16 17:21:31 +02:00
README.md Added CHANGELOG.md. Introduced semantic versioning - current version is 1.0.0. 2017-07-04 14:03:54 +02:00

Vulkan Memory Allocator

This is a README file for Vulkan Memory Allocator library and accompanying sample application.

Documentation: See Vulkan Memory Allocator (generated from Doxygen-style comments in src/vk_mem_alloc.h).

License: MIT. See LICENSE.txt.

Changelog:: See CHANGELOG.md.