Image |
[FlagsAttribute] public enum ImageUsageFlags
Member name | Value | Description |
---|---|---|
None | 0 | |
TransferSrc | 1 | Can be used as a source of transfer operations |
TransferDst | 2 | Can be used as a destination of transfer operations |
Sampled | 4 | Can be sampled from (SAMPLED_IMAGE and COMBINED_IMAGE_SAMPLER descriptor types) |
Storage | 8 | Can be used as storage image (STORAGE_IMAGE descriptor type) |
ColorAttachment | 16 | Can be used as framebuffer color attachment |
DepthStencilAttachment | 32 | Can be used as framebuffer depth/stencil attachment |
TransientAttachment | 64 | Image data not needed outside of rendering |
InputAttachment | 128 | Can be used as framebuffer input attachment |
Copyright (c) by AB4D d.o.o. (www.ab4d.com)