Click or drag to resize
Ab4d.SharpEngine logo

FormatFeatureFlags2 Enumeration


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
[FlagsAttribute]
public enum FormatFeatureFlags2
Members
Member nameValueDescription
None0 
SampledImage1 
StorageImage2 
StorageImageAtomic4 
UniformTexelBuffer8 
StorageTexelBuffer16 
StorageTexelBufferAtomic32 
VertexBuffer64 
ColorAttachment128 
ColorAttachmentBlend256 
DepthStencilAttachment512 
BlitSrc1,024 
BlitDst2,048 
SampledImageFilterLinear4,096 
SampledImageFilterCubic8,192 
TransferSrc16,384 
TransferDst32,768 
SampledImageFilterMinmax65,536 
MidpointChromaSamples131,072 
SampledImageYcbcrConversionLinearFilter262,144 
SampledImageYcbcrConversionSeparateReconstructionFilter524,288 
SampledImageYcbcrConversionChromaReconstructionExplicit1,048,576 
SampledImageYcbcrConversionChromaReconstructionExplicitForceable2,097,152 
Disjoint4,194,304 
CositedChromaSamples8,388,608 
StorageReadWithoutFormat2,147,483,648 
StorageWriteWithoutFormat4,294,967,296 
SampledImageDepthComparison8,589,934,592 
See Also