Condividi tramite


D3D10_1_DDI_BLEND_DESC struttura (d3d10umddi.h)

La struttura D3D10_1_DDI_BLEND_DESC descrive uno stato di fusione.

Sintassi

typedef struct D3D10_1_DDI_BLEND_DESC {
  [in] BOOL                                AlphaToCoverageEnable;
  [in] BOOL                                IndependentBlendEnable;
       D3D10_DDI_RENDER_TARGET_BLEND_DESC1 RenderTarget[D3D10_DDI_SIMULTANEOUS_RENDER_TARGET_COUNT];
} D3D10_1_DDI_BLEND_DESC;

Members

[in] AlphaToCoverageEnable

Valore booleano che specifica se la copertura della trasparenza è abilitata. TRUE indica che la copertura della trasparenza è abilitata; FALSE indica che la copertura della trasparenza è disabilitata. Questo membro è rilevante solo per l'antialiasing a più campioni.

[in] IndependentBlendEnable

Valore booleano che specifica solo se la funzione CalcPrivateBlendStateSize(D3D10_1) ha replicato la prima voce nella matrice specificata dal membro RenderTarget per le altre voci della matrice. TRUE indica che la prima voce non è stata replicata; FALSE indica che la prima voce della matrice nel membro RenderTarget viene replicata nelle altre voci della matrice.

[in] RenderTarget[D3D10_DDI_SIMULTANEOUS_RENDER_TARGET_COUNT]

Matrice di strutture D3D10_DDI_RENDER_TARGET_BLEND_DESC1 che indicano lo stato di blend per ogni destinazione di rendering associata.

Requisiti

Requisito Valore
Client minimo supportato D3D10_1_DDI_BLEND_DESC è supportato in Windows Vista con Service Pack 1 (SP1) e versioni successive e windows Server 2008 e versioni successive.
Intestazione d3d10umddi.h (include D3d10umddi.h)

Vedi anche

CalcPrivateBlendStateSize(D3D10_1)

CreateBlendState(D3D10_1)

D3D10_DDI_BLEND

D3D10_DDI_BLEND_OP

D3D10_DDI_RENDER_TARGET_BLEND_DESC1