Vulkan Memory Allocator
|
Parameters of an existing buffer suballocation, returned by vmaBufferAllocatorAllocate() or vmaGetBufferSuballocationInfo(). More...
Public Attributes | |
VmaAllocation | allocation |
TODO document! TODO implement! More... | |
VkBuffer | buffer |
TODO document! TODO implement! More... | |
VkDeviceSize | bufferLocalOffset |
TODO document! TODO implement! More... | |
VkDeviceSize | size |
TODO document! TODO implement! More... | |
void * | pMappedData |
TODO document! TODO implement! More... | |
void * | pUserData |
Custom pointer associated with the suballocation. More... | |
Parameters of an existing buffer suballocation, returned by vmaBufferAllocatorAllocate() or vmaGetBufferSuballocationInfo().
VmaAllocation VmaBufferSuballocationInfo::allocation |
TODO document! TODO implement!
VkBuffer VmaBufferSuballocationInfo::buffer |
TODO document! TODO implement!
VkDeviceSize VmaBufferSuballocationInfo::bufferLocalOffset |
TODO document! TODO implement!
void* VmaBufferSuballocationInfo::pMappedData |
TODO document! TODO implement!
void* VmaBufferSuballocationInfo::pUserData |
Custom pointer associated with the suballocation.
Same value as passed in VmaBufferSuballocationCreateInfo::pUserData or to vmaSetBufferSuballocationUserData().
VkDeviceSize VmaBufferSuballocationInfo::size |
TODO document! TODO implement!