Click or drag to resize
Ab4d.SharpEngine logo

ImageCreateFlags Enumeration


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
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 
See Also