Click or drag to resize
Ab4d.SharpEngine logo

SampleCountFlags Enumeration

[Missing <summary> documentation for "T:Ab4d.Vulkan.SampleCountFlags"]


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
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
Remarks

[Missing <remarks> documentation for "T:Ab4d.Vulkan.SampleCountFlags"]

See Also