[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.BlendState.Create

Create Method

Create(Device, BlendStateDescription)

Constructs a new BlendState based on the specified description.

Declaration
public static BlendState Create(Device device, BlendStateDescription description)
Parameters
Type Name Description
Device device

The device with which to associate the state object.

BlendStateDescription description

The state description.

Returns
Type Description
BlendState

The newly created object.