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.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
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