Enum D3D11FeatureLevel
Describes the set of features targeted by a Direct3D device.
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
public enum D3D11FeatureLevel
Fields
| Name | Description |
|---|---|
| FeatureLevel100 | Targets features supported by Direct3D 10.0 including shader model 4. |
| FeatureLevel101 | Targets features supported by Direct3D 10.1 including shader model 4. |
| FeatureLevel110 | Targets features supported by Direct3D 11.0 including shader model 5. |
| FeatureLevel111 | Targets features supported by Direct3D 11.1 including shader model 5 and logical blend operations. |
| FeatureLevel91 | Targets features supported by feature level 9.1 including shader model 2. |
| FeatureLevel92 | Targets features supported by feature level 9.2 including shader model 2. |
| FeatureLevel93 | Targets features supported by feature level 9.3 including shader model 2.0b. |