Class EffectSamplerStateBinding
Binding to a sampler.
[DataContract]
public class EffectSamplerStateBinding
  - Inheritance
 - 
      objectEffectSamplerStateBinding
 
Constructors
EffectSamplerStateBinding()
Initializes a new instance of the EffectSamplerStateBinding class.
public EffectSamplerStateBinding()
  EffectSamplerStateBinding(string, SamplerStateDescription)
Initializes a new instance of the EffectSamplerStateBinding class.
public EffectSamplerStateBinding(string keyName, SamplerStateDescription description)
  Parameters
keyNamestringName of the key.
descriptionSamplerStateDescriptionThe description.
Fields
Description
The description of this sampler.
public SamplerStateDescription Description
  Field Value
Key
The key used to bind this sampler, used internaly.
public ParameterKey Key
  Field Value
KeyName
The key name.
public string KeyName