Click or drag to resize
Ab4d.SharpEngine logo

AccessFlags Enumeration


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
[FlagsAttribute]
public enum AccessFlags
Members
Member nameValueDescription
None0 
IndirectCommandRead1Controls coherency of indirect command reads
IndexRead2Controls coherency of index reads
VertexAttributeRead4Controls coherency of vertex attribute reads
UniformRead8Controls coherency of uniform buffer reads
InputAttachmentRead16Controls coherency of input attachment reads
ShaderRead32Controls coherency of shader reads
ShaderWrite64Controls coherency of shader writes
ColorAttachmentRead128Controls coherency of color attachment reads
ColorAttachmentWrite256Controls coherency of color attachment writes
DepthStencilAttachmentRead512Controls coherency of depth/stencil attachment reads
DepthStencilAttachmentWrite1,024Controls coherency of depth/stencil attachment writes
TransferRead2,048Controls coherency of transfer reads
TransferWrite4,096Controls coherency of transfer writes
HostRead8,192Controls coherency of host reads
HostWrite16,384Controls coherency of host writes
MemoryRead32,768Controls coherency of memory reads
MemoryWrite65,536Controls coherency of memory writes
See Also