nothings / single_file_libs

List of single-file C/C++ libraries.
8.88k stars 584 forks source link

Added Vulkan Memory Allocator library. #140

Closed adam-sawicki-a closed 5 years ago

adam-sawicki-a commented 5 years ago

The library is "stb-style" single header. All is in file vk_mem_alloc.h, including header part (in C), implementation part (in C++), and documentation (in Doxygen-style comments). Rest of the files are just samples, tests, tools, etc. It works in 32-bit as well as 64-bit projects. It is multiplatform, used on a variety of desktop as well as mobile systems. License is MIT.