mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 04:10:06 +00:00
ee0ce0daf0
Robustify VmaStat |
||
---|---|---|
bin | ||
docs/html | ||
media | ||
premake | ||
src | ||
third_party/mathfu-1.1.0 | ||
.gitignore | ||
.travis.yml | ||
CHANGELOG.md | ||
LICENSE.txt | ||
README.md |
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:
Other software
- vulkan-malloc - Vulkan memory allocation library for Rust. Based on version 1 of this library. Author: Dylan Ede. License: MIT / Apache 2.0.