From 4c8801ca229559632262eeaa49eb72e6a0c62b9a Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Mon, 21 Jun 2021 14:51:25 +0200 Subject: [PATCH] Fixed docs --- include/vk_mem_alloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vk_mem_alloc.h b/include/vk_mem_alloc.h index e25e2a5..83e5a8a 100644 --- a/include/vk_mem_alloc.h +++ b/include/vk_mem_alloc.h @@ -3106,7 +3106,7 @@ typedef struct VmaPoolCreateInfo { It can be useful for special needs such as adding `VkExportMemoryAllocateInfoKHR`. Structures pointed by this member must remain alive and unchanged for the whole lifetime of the custom pool. - Please note that some structures, e.g. `VkMemoryPriorityAllocateInfoEXT`, VkMemoryDedicatedAllocateInfoKHR`, + Please note that some structures, e.g. `VkMemoryPriorityAllocateInfoEXT`, `VkMemoryDedicatedAllocateInfoKHR`, can be attached automatically by this library when using other, more convenient of its features. */ void* VMA_NULLABLE pMemoryAllocateNext;