Added small documentation
diff --git a/include/vk_mem_alloc.h b/include/vk_mem_alloc.h index 97291dc..fbe4f13 100644 --- a/include/vk_mem_alloc.h +++ b/include/vk_mem_alloc.h
@@ -234,6 +234,8 @@ #define VMA_CALL_POST #endif +// Define this macro to decorate pNext pointers with an attribute specifying the Vulkan +// structure that will be extended via the pNext chain. #ifndef VMA_EXTENDS_VK_STRUCT #define VMA_EXTENDS_VK_STRUCT(vkStruct) #endif