D2D1_INPUT_DESCRIPTION struttura (d2d1effectauthor.h)

Descrive le opzioni che possono essere impostate sulle trame di input.

Sintassi

typedef struct D2D1_INPUT_DESCRIPTION {
  D2D1_FILTER filter;
  UINT32      levelOfDetailCount;
} D2D1_INPUT_DESCRIPTION;

Members

filter

Tipo di filtro da applicare alla trama di input.

levelOfDetailCount

Livello mip da recuperare dalla trasformazione upstream, se specificato.

Requisiti

Requisito Valore
Client minimo supportato Windows 8 e Aggiornamento della piattaforma per Windows 7 [app desktop | App UWP]
Server minimo supportato Windows Server 2012 e Aggiornamento della piattaforma per Windows Server 2008 R2 [app desktop | App UWP]
Intestazione d2d1effectauthor.h

Vedi anche

D2D1_FILTER