Skip to content

Commit 1d0e8ba

Browse files
committed
Added small documentation
1 parent ca5ce7d commit 1d0e8ba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/vk_mem_alloc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,8 @@ extern "C" {
234234
#define VMA_CALL_POST
235235
#endif
236236

237+
// Define this macro to decorate pNext pointers with an attribute specifying the Vulkan
238+
// structure that will be extended via the pNext chain.
237239
#ifndef VMA_EXTENDS_VK_STRUCT
238240
#define VMA_EXTENDS_VK_STRUCT(vkStruct)
239241
#endif

0 commit comments

Comments
 (0)