[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.DepthStencilState.Create

Create Method

Create(Device, DepthStencilStateDescription)

Constructs a new DepthStencilState based on the specified description.

Declaration
public static DepthStencilState Create(Device device, DepthStencilStateDescription description)
Parameters
Type Name Description
Device device

The device with which to associate the state object.

DepthStencilStateDescription description

The state description.

Returns
Type Description
DepthStencilState