Easy to integrate Vulkan memory allocation library
Go to file
Dylan Ede d0f7c97f76 Correct wording of comment about required flags
The word "subset" is used when it should be "superset" instead.
2017-07-08 11:32:45 +01:00
bin First commit 2017-06-16 17:21:31 +02:00
docs/html Version 1.0.1 release. 2017-07-04 15:28:48 +02:00
media First commit 2017-06-16 17:21:31 +02:00
premake Fixing Vulkan paths in build script. 2017-07-05 16:47:26 +02:00
src Correct wording of comment about required flags 2017-07-08 11:32:45 +01:00
third_party/mathfu-1.1.0 First commit 2017-06-16 17:21:31 +02:00
.gitignore Revert "Comitting generated Visual Studio 2015 project to quickly start AppVeyor." 2017-07-05 17:02:19 +02:00
CHANGELOG.md Version 1.0.1 release. 2017-07-04 15:28:48 +02:00
LICENSE.txt First commit 2017-06-16 17:21:31 +02:00
README.md Added AppVeyor build status to README.md. 2017-07-05 17:09:56 +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.

Build status: Build status