Open 3D Engine Atom Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
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.
 
VkPhysicalDevice VMA_NOT_NULL physicalDevice
 Handle to Vulkan physical device object.
 
VkDevice VMA_NOT_NULL device
 Handle to Vulkan device object.
 

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: