Click or drag to resize
Ab4d.SharpEngine logo

ImageCreateFlags Enumeration

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


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
[FlagsAttribute]
public enum ImageCreateFlags
Members
Member nameValueDescription
None0 
SparseBinding1Image should support sparse backing
SparseResidency2Image should support sparse backing with partial residency
SparseAliased4Image should support constant data access to physical memory ranges mapped into multiple locations of sparse images
MutableFormat8Allows image views to have different format than the base image
CubeCompatible16Allows creating image views with cube type from the created image
_2DArrayCompatible32 
SplitInstanceBindRegions64 
BlockTexelViewCompatible128 
ExtendedUsage256 
Disjoint512 
Alias1,024 
Protected2,048 
Remarks

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

See Also