[]
Gets the sampler states used by the shader stage.
public SamplerState[] GetSamplers(int startSlot, int count)
| 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. |
| Type | Description |
|---|---|
| SamplerState[] | An array of sampler states. |