Condividi tramite


enumerazione D2D1_FEATURE_LEVEL (d2d1.h)

Descrive il supporto DirectX minimo richiesto per il rendering hardware da una destinazione di rendering.

Sintassi

typedef enum D2D1_FEATURE_LEVEL {
  D2D1_FEATURE_LEVEL_DEFAULT = 0,
  D2D1_FEATURE_LEVEL_9,
  D2D1_FEATURE_LEVEL_10,
  D2D1_FEATURE_LEVEL_FORCE_DWORD = 0xffffffff
} ;

Costanti

 
D2D1_FEATURE_LEVEL_DEFAULT
Valore: 0
Direct2D determina se la scheda video fornisce un supporto per il rendering hardware adeguato.
D2D1_FEATURE_LEVEL_9
La scheda video deve supportare DirectX 9.
D2D1_FEATURE_LEVEL_10
La scheda video deve supportare DirectX 10.
D2D1_FEATURE_LEVEL_FORCE_DWORD
Valore: 0xffffffff

Requisiti

Requisito Valore
Client minimo supportato Windows 7, Windows Vista con SP2 e Aggiornamento della piattaforma per Windows Vista [app desktop | App UWP]
Server minimo supportato Windows Server 2008 R2, Windows Server 2008 con SP2 e Platform Update per Windows Server 2008 [app desktop | App UWP]
Intestazione d2d1.h

Vedi anche

D2D1_RENDER_TARGET_PROPERTIES