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

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

Detailed Description

Parameters of an existing buffer suballocation, returned by vmaBufferAllocatorAllocate() or vmaGetBufferSuballocationInfo().

Member Data Documentation

◆ allocation

VmaAllocation VmaBufferSuballocationInfo::allocation

TODO document! TODO implement!

◆ buffer

VkBuffer VmaBufferSuballocationInfo::buffer

TODO document! TODO implement!

◆ bufferLocalOffset

VkDeviceSize VmaBufferSuballocationInfo::bufferLocalOffset

TODO document! TODO implement!

◆ pMappedData

void* VmaBufferSuballocationInfo::pMappedData

TODO document! TODO implement!

◆ pUserData

void* VmaBufferSuballocationInfo::pUserData

Custom pointer associated with the suballocation.

Same value as passed in VmaBufferSuballocationCreateInfo::pUserData or to vmaSetBufferSuballocationUserData().

◆ size

VkDeviceSize VmaBufferSuballocationInfo::size

TODO document! TODO implement!


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