![]() |
XII Release 0.1.0
|
Abstract representation of Vulkan memory property flags. More...
#include <MemoryAllocatorVulkan.h>
Classes | |
| struct | Bits |
Public Types | |
| enum | Enum : StorageType { DeviceLocal = 0x00000001 , HostVisible = 0x00000002 , HostCoherent = 0x00000004 , HostCached = 0x00000008 , LazilyAllocated = 0x00000010 , Protected = 0x00000020 , Default = 0U } |
| using | StorageType = xiiUInt32 |
Abstract representation of Vulkan memory property flags.
Helps describe physical device memory types in a readable and type-safe way.
| enum xiiVulkanMemoryPropertyFlags::Enum : StorageType |