struct VmaAllocationInfo

Defined at line 3184 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h

Parameters of #VmaAllocation objects, that can be retrieved using function vmaGetAllocationInfo().

Public Members

uint32_t memoryType
VkDeviceMemory _Nullable deviceMemory
VkDeviceSize offset
VkDeviceSize size
void * _Nullable pMappedData
void * _Nullable pUserData