Fixed docs

This commit is contained in:
Adam Sawicki 2021-06-21 14:51:25 +02:00
parent 82731feeb9
commit 4c8801ca22

View File

@ -3106,7 +3106,7 @@ typedef struct VmaPoolCreateInfo {
It can be useful for special needs such as adding `VkExportMemoryAllocateInfoKHR`. 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. 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. can be attached automatically by this library when using other, more convenient of its features.
*/ */
void* VMA_NULLABLE pMemoryAllocateNext; void* VMA_NULLABLE pMemoryAllocateNext;