Easy to integrate Vulkan memory allocation library
Go to file
Adam Sawicki a59788d60d Correct wording of comment about required flags
The word "subset" is used when it should be "superset" instead.
2017-07-11 14:43:43 +02:00
bin First commit 2017-06-16 17:21:31 +02:00
docs/html Added CHANGELOG.md. Introduced semantic versioning - current version is 1.0.0. 2017-07-04 14:03:54 +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 Correct wording of comment about required flags 2017-07-11 14:43:43 +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.