Enum D2D1FeatureLevel
Describes the minimum DirectX support required for hardware rendering by a render target.
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
public enum D2D1FeatureLevel
Fields
| Name | Description |
|---|---|
| Default | The caller does not require a particular underlying D3D device level. |
| FeatureLevel100 | The D3D device level is DX10 compatible. |
| FeatureLevel91 | The D3D device level is DX9 compatible. |