Easy to integrate Vulkan memory allocation library
Go to file
2017-09-14 11:17:20 +02:00
bin Fixed reporting custom pools and own allocations in statistics. Improved JSON printing of custom pools. Added convenience function VmaAllocator_T::MemoryTypeIndexToHeapIndex. 2017-09-14 11:11:36 +02:00
docs/html Version 2.0.0-alpha.3 - major update. 2017-09-12 20:45:14 +02:00
media First commit 2017-06-16 17:21:31 +02:00
premake Trying to setup Travis CI #3 - "Windows-x64" platform renamed back to "x64" because AppVeyor doesn't allow to enter custom platform name. 2017-08-21 16:04:40 +02:00
src VmaBlockVector::VmaBlockVector: Fixed warning on GCC Linux (thanks @carlosga) 2017-09-14 11:17:20 +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
.travis.yml vk_mem_alloc.h: Small fix found by clang compilation. .travis.yml: cleanup. 2017-08-21 17:06:45 +02:00
CHANGELOG.md Updated CHANGELOG.md. 2017-09-12 20:55:52 +02:00
LICENSE.txt First commit 2017-06-16 17:21:31 +02:00
README.md README.md: Added status image for Travis CI. 2017-08-21 17:26: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:

Windows: Build status
Linux: Build Status