Click or drag to resize
Ab4d.SharpEngine logo

ImageCreateFlags Enumeration


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
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