ezEngine  Release 25.03
ezVulkanAllocationCreateFlags Struct Reference

Subset of VmaAllocationCreateFlagBits. Duplicated for abstraction purposes. More...

#include <MemoryAllocatorVulkan.h>

Classes

struct  Bits
 

Public Types

enum  Enum {
  DedicatedMemory = 0x00000001, NeverAllocate = 0x00000002, Mapped = 0x00000004, CanAlias = 0x00000200,
  HostAccessSequentialWrite = 0x00000400, HostAccessRandom = 0x00000800, AllowTransferInstead = 0x00001000, StrategyMinMemory = 0x00010000,
  StrategyMinTime = 0x00020000, Default = 0
}
 
typedef ezUInt32 StorageType
 

Detailed Description

Subset of VmaAllocationCreateFlagBits. Duplicated for abstraction purposes.


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