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

Parameters of created VmaVirtualBlock object to be passed to vmaCreateVirtualBlock(). More...

#include <vk_mem_alloc.h>

Public Attributes

VkDeviceSize size
 Total size of the virtual block. More...
 
VmaVirtualBlockCreateFlags flags
 Use combination of VmaVirtualBlockCreateFlagBits. More...
 
const VkAllocationCallbacks *VMA_NULLABLE pAllocationCallbacks
 Custom CPU memory allocation callbacks. More...
 

Detailed Description

Parameters of created VmaVirtualBlock object to be passed to vmaCreateVirtualBlock().

Member Data Documentation

◆ flags

VmaVirtualBlockCreateFlags VmaVirtualBlockCreateInfo::flags

Use combination of VmaVirtualBlockCreateFlagBits.

◆ pAllocationCallbacks

const VkAllocationCallbacks* VMA_NULLABLE VmaVirtualBlockCreateInfo::pAllocationCallbacks

Custom CPU memory allocation callbacks.

Optional.

Optional, can be null. When specified, they will be used for all CPU-side memory allocations.

◆ size

VkDeviceSize VmaVirtualBlockCreateInfo::size

Total size of the virtual block.

Sizes can be expressed in bytes or any units you want as long as you are consistent in using them. For example, if you allocate from some array of structures, 1 can mean single instance of entire structure.


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