'Declaration Public Function GetSamplers( _ ByVal startSlot As Integer, _ ByVal count As Integer _ ) As SamplerState()
public SamplerState[] GetSamplers( int startSlot, int count )
Parameters
- startSlot
- Index into the device's zero-based array from which to begin retrieving samplers.
- count
- Number of samplers to retrieve.
Return Value
An array of sampler states.