Go to file
2017-07-18 16:24:24 +02:00
bin First commit 2017-06-16 17:21:31 +02:00
docs/html Clarified documentation of vmaUnmapPersistentlyMappedMemory function (thanks @bobvodka) 2017-07-18 16:24:24 +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 Clarified documentation of vmaUnmapPersistentlyMappedMemory function (thanks @bobvodka) 2017-07-18 16:24:24 +02: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 Updated CHANGELOG.md. 2017-07-13 16:38:20 +02:00
LICENSE.txt First commit 2017-06-16 17:21:31 +02:00
README.md Dummy commit to test webhook for AppVeyor. 2017-07-14 11:12:37 +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