Device.SetSamplerState Method ()
Sets a sampler stage state value.
public void SetSamplerState(int, SamplerStageStates, bool); public void SetSamplerState(int, SamplerStageStates, int); public void SetSamplerState(int, SamplerStageStates, float);
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
Show: