One of memory allocation helpers uses VMA which is included in this repo for convenience (see 'external' directory).
If you are loading Vulkan via volk in your project, you will need to define USE_VOLK symbol. For Cmake-based projects you can do this by adding the following line to CMakeLists.txt:
add_compile_definitions(USE_VOLK)Main repo URL: https://gitlab.com/vsan/vkutils