Vulkan Memory Allocator
Loading...
Searching...
No Matches
Public Attributes | List of all members
VmaBufferSuballocationCreateInfo Struct Reference

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...
 

Detailed Description

Parameters of created VmaBufferSuballocation object to be passed to vmaBufferAllocatorAllocate().

Member Data Documentation

◆ alignment

VkDeviceSize VmaBufferSuballocationCreateInfo::alignment

TODO document! TODO implement!

◆ flags

VmaBufferSuballocationCreateFlags VmaBufferSuballocationCreateInfo::flags

TODO document! TODO implement!

◆ pUserData

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.

◆ size

VkDeviceSize VmaBufferSuballocationCreateInfo::size

TODO document! TODO implement!


The documentation for this struct was generated from the following file: