Condividi tramite


enumerazione D3DDDI_COMPOSERECTSOP (d3dumddi.h)

Descrive i modi in cui comporre le aree rettangolo.

Sintassi

typedef enum _D3DDDI_COMPOSERECTSOP {
  D3DDDICOMPOSERECTS_COPY,
  D3DDDICOMPOSERECTS_OR,
  D3DDDICOMPOSERECTS_AND,
  D3DDDICOMPOSERECTS_NEG,
  D3DDDICOMPOSERECTS_FORCE_UINT
} D3DDDI_COMPOSERECTSOP;

Costanti

 
D3DDDICOMPOSERECTS_COPY
copia.
D3DDDICOMPOSERECTS_OR
Usare un OR.
D3DDDICOMPOSERECTS_AND
Usare un AND.
D3DDDICOMPOSERECTS_NEG
Usare NEG.
D3DDDICOMPOSERECTS_FORCE_UINT
Forza la compilazione in 32 bit di questa enumerazione. Senza questo valore, alcuni compilatori consentono la compilazione di questa enumerazione in dimensioni diverse da 32 bit. Non è consigliabile usare questo valore.

Requisiti

Requisito Valore
Intestazione d3dumddi.h