Pyrogenesis  trunk
Public Attributes | List of all members
VmaAllocatorInfo Struct Reference

Information about existing VmaAllocator object. More...

#include <vk_mem_alloc.h>

Public Attributes

VkInstance VMA_NOT_NULL instance
 Handle to Vulkan instance object. More...
 
VkPhysicalDevice VMA_NOT_NULL physicalDevice
 Handle to Vulkan physical device object. More...
 
VkDevice VMA_NOT_NULL device
 Handle to Vulkan device object. More...
 

Detailed Description

Information about existing VmaAllocator object.

Member Data Documentation

◆ device

VkDevice VMA_NOT_NULL VmaAllocatorInfo::device

Handle to Vulkan device object.

This is the same value as has been passed through VmaAllocatorCreateInfo::device.

◆ instance

VkInstance VMA_NOT_NULL VmaAllocatorInfo::instance

Handle to Vulkan instance object.

This is the same value as has been passed through VmaAllocatorCreateInfo::instance.

◆ physicalDevice

VkPhysicalDevice VMA_NOT_NULL VmaAllocatorInfo::physicalDevice

Handle to Vulkan physical device object.

This is the same value as has been passed through VmaAllocatorCreateInfo::physicalDevice.


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