D2D1_FEATURE_LEVEL enumeration
Describes the minimum DirectX support required for hardware rendering by a render target.
Syntax
typedef enum { D2D1_FEATURE_LEVEL_DEFAULT = 0, D2D1_FEATURE_LEVEL_9 = D3D10_FEATURE_LEVEL_9_1, D2D1_FEATURE_LEVEL_10 = D3D10_FEATURE_LEVEL_10_0 } D2D1_FEATURE_LEVEL;
Constants
- D2D1_FEATURE_LEVEL_DEFAULT
-
Direct2D determines whether the video card provides adequate hardware rendering support.
- D2D1_FEATURE_LEVEL_9
-
The video card must support DirectX 9.
- D2D1_FEATURE_LEVEL_10
-
The video card must support DirectX 10.
Requirements
|
Minimum supported client |
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
See also