Click or drag to resize
Ab4d.SharpEngine logo

SparseImageFormatFlags Enumeration

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


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
[FlagsAttribute]
public enum SparseImageFormatFlags
Members
Member nameValueDescription
None0 
SingleMiptail1Image uses a single mip tail region for all array layers
AlignedMipSize2Image requires mip level dimensions to be an integer multiple of the sparse image block dimensions for non-tail mip levels.
NonstandardBlockSize4Image uses a non-standard sparse image block dimensions
Remarks

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

See Also