[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.SamplerState.Create

Create Method

Create(Device, SamplerStateDescription)

Constructs a new SamplerState based on the specified description.

Declaration
public static SamplerState Create(Device device, SamplerStateDescription description)
Parameters
Type Name Description
Device device

The device with which to associate the state object.

SamplerStateDescription description

The state description.

Returns
Type Description
SamplerState