Vulkan Memory Allocator
|
Information about existing VmaAllocator object. More...
Public Attributes | |
VkInstance | instance |
Handle to Vulkan instance object. | |
VkPhysicalDevice | physicalDevice |
Handle to Vulkan physical device object. | |
VkDevice | device |
Handle to Vulkan device object. | |
Information about existing VmaAllocator object.
VkDevice VmaAllocatorInfo::device |
Handle to Vulkan device object.
This is the same value as has been passed through VmaAllocatorCreateInfo::device.
VkInstance VmaAllocatorInfo::instance |
Handle to Vulkan instance object.
This is the same value as has been passed through VmaAllocatorCreateInfo::instance.
VkPhysicalDevice VmaAllocatorInfo::physicalDevice |
Handle to Vulkan physical device object.
This is the same value as has been passed through VmaAllocatorCreateInfo::physicalDevice.