Table of Contents

Enum ImageUsageFlags

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

Fields

ColorAttachment = 16
DepthStencilAttachment = 32
InputAttachment = 128
None = 0
Sampled = 4
Storage = 8
TransferDestination = 2
TransferSource = 1
TransientAttachment = 64