[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.RasterizerState1.Create

Create Method

Create(Device1, RasterizerStateDescription1)

Constructs a new RasterizerState1 based on the specified description.

Declaration
public static RasterizerState1 Create(Device1 device, RasterizerStateDescription1 description)
Parameters
Type Name Description
Device1 device

The device with which to associate the state object.

RasterizerStateDescription1 description

The state description.

Returns
Type Description
RasterizerState1