[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.CommonShaderStageBase.GetSamplers

GetSamplers Method

GetSamplers(int, int)

Gets the sampler states used by the shader stage.

Declaration
public SamplerState[] GetSamplers(int startSlot, int count)
Parameters
Type Name Description
int startSlot

Index into the device's zero-based array from which to begin retrieving samplers.

int count

Number of samplers to retrieve.

Returns
Type Description
SamplerState[]

An array of sampler states.