Click or drag to resize
AB4D logo

DXDeviceConfigurationSupportedFeatureLevels Property

Gets or sets an array of FeatureLevel that specify which feature levels are required to create the DirectX device (by default feature levels equal and higher than 10 are used).

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public FeatureLevel[] SupportedFeatureLevels { get; set; }

Property Value

FeatureLevel
See Also