Enum D3D10FeatureLevel
The version of hardware acceleration requested.
Namespace: JeremyAnsel.DirectX.D3D10
Assembly: JeremyAnsel.DirectX.D3D10.dll
Syntax
public enum D3D10FeatureLevel
Fields
Name | Description |
---|---|
FeatureLevel100 | The hardware supports Direct3D 10.0 features. |
FeatureLevel101 | The hardware supports Direct3D 10.1 features. |
FeatureLevel91 | The hardware supports 9.1 feature level. |
FeatureLevel92 | The hardware supports 9.2 feature level. |
FeatureLevel93 | The hardware supports 9.3 feature level. |