2017-06-16 15:21:31 +00:00
# Vulkan Memory Allocator
This is a README file for Vulkan Memory Allocator library and accompanying sample application.
2017-06-20 10:20:31 +00:00
**Documentation:** See [Vulkan Memory Allocator ](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/ ) (generated from Doxygen-style comments in [src/vk_mem_alloc.h ](src/vk_mem_alloc.h )).
2017-06-16 15:21:31 +00:00
2017-06-20 10:20:31 +00:00
**License:** MIT. See [LICENSE.txt ](LICENSE.txt ).
2017-07-04 12:03:54 +00:00
2017-07-04 13:29:49 +00:00
**Changelog:** See [CHANGELOG.md ](CHANGELOG.md ).
2017-07-05 15:09:56 +00:00
2017-08-21 15:26:37 +00:00
**Build status:**
2017-07-14 09:12:37 +00:00
2017-08-21 15:26:37 +00:00
Windows: [![Build status ](https://ci.appveyor.com/api/projects/status/4vlcrb0emkaio2pn/branch/master?svg=true )](https://ci.appveyor.com/project/adam-sawicki-amd/vulkanmemoryallocator/branch/master)
Linux: [![Build Status ](https://travis-ci.org/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.svg?branch=master )](https://travis-ci.org/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator)