[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.BlendState1

BlendState1 Class

ID3D11BlendState1

Implements
Namespace: C1.Util.DX.Direct3D11
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("cc86fabe-da55-401d-85e7-e3c9de2877e9")]
public class BlendState1 : BlendState, IDisposable, IUnknown

Constructors

Name Description
BlendState1(IntPtr)

Initializes a new instance of the BlendState1 class.

Properties

Name Description
Description1

GetDescription1

Methods

Name Description
Create(Device1, BlendStateDescription1)

Constructs a new BlendState1 based on the specified description.

GetDescription1(out BlendStateDescription1)

void ID3D11BlendState1::GetDesc1([Out] D3D11_BLEND_DESC1* pDesc)

Operators

Name Description
explicit operator BlendState1(IntPtr)

Performs an explicit conversion from IntPtr to BlendState1.