ID3D11BlendState::GetDesc method (d3d11.h)

Gets the description for blending state that you used to create the blend-state object.

Syntax

void GetDesc(
  [out] D3D11_BLEND_DESC *pDesc
);

Parameters

[out] pDesc

Type: D3D11_BLEND_DESC*

A pointer to a D3D11_BLEND_DESC structure that receives a description of the blend state.

Return value

None

Remarks

You use the description for blending state in a call to the ID3D11Device::CreateBlendState method to create the blend-state object.

Requirements

Requirement Value
Target Platform Windows
Header d3d11.h
Library D3D11.lib

See also

ID3D11BlendState