Vulkan Memory Allocator
|
Parameters of created VmaBufferSuballocation object to be passed to vmaBufferAllocatorAllocate(). More...
Public Attributes | |
VmaBufferSuballocationCreateFlags | flags |
TODO document! TODO implement! More... | |
VkDeviceSize | size |
TODO document! TODO implement! More... | |
VkDeviceSize | alignment |
TODO document! TODO implement! More... | |
void * | pUserData |
Custom pointer to be associated with the suballocation. Optional. More... | |
Parameters of created VmaBufferSuballocation object to be passed to vmaBufferAllocatorAllocate().
VkDeviceSize VmaBufferSuballocationCreateInfo::alignment |
TODO document! TODO implement!
VmaBufferSuballocationCreateFlags VmaBufferSuballocationCreateInfo::flags |
TODO document! TODO implement!
void* VmaBufferSuballocationCreateInfo::pUserData |
Custom pointer to be associated with the suballocation. Optional.
It can be any value and can be used for user-defined purposes. It can be fetched or changed later.
VkDeviceSize VmaBufferSuballocationCreateInfo::size |
TODO document! TODO implement!