énumération D2D1_FEATURE_LEVEL (d2d1.h)
Décrit la prise en charge minimale de DirectX requise pour le rendu matériel par une cible de rendu.
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
} ;
Constantes
D2D1_FEATURE_LEVEL_DEFAULT Valeur : 0 Direct2D détermine si le carte vidéo fournit une prise en charge adéquate du rendu matériel. |
D2D1_FEATURE_LEVEL_9 La vidéo carte doit prendre en charge DirectX 9. |
D2D1_FEATURE_LEVEL_10 La vidéo carte doit prendre en charge DirectX 10. |
D2D1_FEATURE_LEVEL_FORCE_DWORD Valeur : 0xffffffff |
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 7, Windows Vista avec SP2 et Mise à jour de plateforme pour Windows Vista [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows Server 2008 R2, Windows Server 2008 avec SP2 et Platform Update pour Windows Server 2008 [applications de bureau | Applications UWP] |
En-tête | d2d1.h |