Click or drag to resize
Ab4d.SharpEngine logo

SampleCountFlags Enumeration


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax
C#
[FlagsAttribute]
public enum SampleCountFlags
Members
Member nameValueDescription
None0 
SampleCount11Sample count 1 supported
SampleCount22Sample count 2 supported
SampleCount44Sample count 4 supported
SampleCount88Sample count 8 supported
SampleCount1616Sample count 16 supported
SampleCount3232Sample count 32 supported
SampleCount6464Sample count 64 supported
See Also