Class EffectSamplerStateBinding
Binding to a sampler.
[DataContract]
public class EffectSamplerStateBinding
- Inheritance
-
EffectSamplerStateBinding
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
keyName
stringName of the key.
description
SamplerStateDescriptionThe 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