[]
        
(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)
Public Shared Function Create(device As Device1, description As RasterizerStateDescription1) As RasterizerState1
Parameters
Type Name Description
Device1 device

The device with which to associate the state object.

RasterizerStateDescription1 description

The state description.

Returns
Type Description
RasterizerState1