mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 12:20:07 +00:00
Fixed docs
This commit is contained in:
parent
82731feeb9
commit
4c8801ca22
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user