mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 12:20:07 +00:00
10 lines
430 B
Markdown
10 lines
430 B
Markdown
# Vulkan Memory Allocator
|
|
|
|
This is a README file for Vulkan Memory Allocator library and accompanying sample application.
|
|
|
|
**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)).
|
|
|
|
**License:** MIT. See [LICENSE.txt](LICENSE.txt).
|
|
|
|
**Changelog:** See [CHANGELOG.md](CHANGELOG.md).
|