Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Describes the minimum DirectX support required for hardware rendering by a render target.
Syntax
typedef enum D2D1_FEATURE_LEVEL {
D2D1_FEATURE_LEVEL_DEFAULT = 0,
D2D1_FEATURE_LEVEL_9,
D2D1_FEATURE_LEVEL_10,
D2D1_FEATURE_LEVEL_FORCE_DWORD = 0xffffffff
} ;
Constants
D2D1_FEATURE_LEVEL_DEFAULTValue: 0 Direct2D determines whether the video card provides adequate hardware rendering support. |
D2D1_FEATURE_LEVEL_9The video card must support DirectX 9. |
D2D1_FEATURE_LEVEL_10The video card must support DirectX 10. |
D2D1_FEATURE_LEVEL_FORCE_DWORDValue: 0xffffffff |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps] |
| Header | d2d1.h |