Vulkan Memory Allocator
|
Parameters of an existing virtual allocation, returned by vmaGetVirtualAllocationInfo(). More...
Public Attributes | |
VkDeviceSize | offset |
Offset of the allocation. More... | |
VkDeviceSize | size |
Size of the allocation. More... | |
void * | pUserData |
Custom pointer associated with the allocation. More... | |
Parameters of an existing virtual allocation, returned by vmaGetVirtualAllocationInfo().
VkDeviceSize VmaVirtualAllocationInfo::offset |
Offset of the allocation.
Offset at which the allocation was made.
void* VmaVirtualAllocationInfo::pUserData |
Custom pointer associated with the allocation.
Same value as passed in VmaVirtualAllocationCreateInfo::pUserData or to vmaSetVirtualAllocationUserData().
VkDeviceSize VmaVirtualAllocationInfo::size |
Size of the allocation.
Same value as passed in VmaVirtualAllocationCreateInfo::size.