ID3D10BlendState1::GetDesc1 method (d3d10_1.h)

Get the blend state.

Syntax

void GetDesc1(
  [out] D3D10_BLEND_DESC1 *pDesc
);

Parameters

[out] pDesc

Type: D3D10_BLEND_DESC1*

A pointer to the blend state (see D3D10_BLEND_DESC1).

Return value

None

Remarks

This method requires Windows Vista Service Pack 1.

Requirements

Requirement Value
Target Platform Windows
Header d3d10_1.h

See also

ID3D10BlendState1 Interface