Table of Contents

Enum MemoryPropertyFlags

Namespace
SharpVulkan
Assembly
Lime.dll
[Flags]
public enum MemoryPropertyFlags

Fields

DeviceLocal = 1
HostCached = 8
HostCoherent = 4
HostVisible = 2
LazilyAllocated = 16
None = 0