Added small documentation

This commit is contained in:
Robin Quint 2023-06-30 17:42:12 +02:00
parent ca5ce7df23
commit 1d0e8ba3b3

View File

@ -234,6 +234,8 @@ extern "C" {
#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