Class FormatFeatures
The features exposed for a particular format.
Inheritance
System.Object
FormatFeatures
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class FormatFeatures : ValueType
Fields
MSAALevelMax
Gets the maximum MSAA sample count for a particular PixelFormat.
Declaration
public MSAALevel MSAALevelMax
Field Value
MSAALevel
|
Support
Support of a given format on the installed video device.
Declaration
public FormatSupport Support
Field Value
FormatSupport
|
Properties
Default
The default FormatFeatures.
Declaration
public static FormatFeatures Default { get; }
Property Value
FormatFeatures
|