Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ID3D11BlendState1::GetDesc1 method

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

Syntax


void GetDesc1(
  [out] D3D11_BLEND_DESC1 *pDesc
);

Parameters

pDesc [out]

A pointer to a D3D11_BLEND_DESC1 structure that receives a description of the blend state. This blend state can specify logical operations as well as blending operations.

Return value

Returns nothing.

Remarks

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

Requirements

Minimum supported client

Windows 8 and Platform Update for Windows 7 [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | Windows Store apps]

Minimum supported phone

Windows Phone 8

Header

D3D11_1.h

Library

D3D11.lib

See also

ID3D11BlendState1

 

 

Show:
© 2017 Microsoft