Click or drag to resize
Ab4d.SharpEngine logo

ImageUsageFlags Enumeration

[Missing <summary> documentation for "T:Ab4d.Vulkan.ImageUsageFlags"]


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
[FlagsAttribute]
public enum ImageUsageFlags
Members
Member nameValueDescription
None0 
TransferSrc1Can be used as a source of transfer operations
TransferDst2Can be used as a destination of transfer operations
Sampled4Can be sampled from (SAMPLED_IMAGE and COMBINED_IMAGE_SAMPLER descriptor types)
Storage8Can be used as storage image (STORAGE_IMAGE descriptor type)
ColorAttachment16Can be used as framebuffer color attachment
DepthStencilAttachment32Can be used as framebuffer depth/stencil attachment
TransientAttachment64Image data not needed outside of rendering
InputAttachment128Can be used as framebuffer input attachment
Remarks

[Missing <remarks> documentation for "T:Ab4d.Vulkan.ImageUsageFlags"]

See Also