Access | |
[FlagsAttribute] public enum AccessFlags
| Member name | Value | Description |
|---|---|---|
| None | 0 | |
| IndirectCommandRead | 1 | Controls coherency of indirect command reads |
| IndexRead | 2 | Controls coherency of index reads |
| VertexAttributeRead | 4 | Controls coherency of vertex attribute reads |
| UniformRead | 8 | Controls coherency of uniform buffer reads |
| InputAttachmentRead | 16 | Controls coherency of input attachment reads |
| ShaderRead | 32 | Controls coherency of shader reads |
| ShaderWrite | 64 | Controls coherency of shader writes |
| ColorAttachmentRead | 128 | Controls coherency of color attachment reads |
| ColorAttachmentWrite | 256 | Controls coherency of color attachment writes |
| DepthStencilAttachmentRead | 512 | Controls coherency of depth/stencil attachment reads |
| DepthStencilAttachmentWrite | 1,024 | Controls coherency of depth/stencil attachment writes |
| TransferRead | 2,048 | Controls coherency of transfer reads |
| TransferWrite | 4,096 | Controls coherency of transfer writes |
| HostRead | 8,192 | Controls coherency of host reads |
| HostWrite | 16,384 | Controls coherency of host writes |
| MemoryRead | 32,768 | Controls coherency of memory reads |
| MemoryWrite | 65,536 | Controls coherency of memory writes |
Copyright (c) by AB4D d.o.o. (www.ab4d.com)