3 using System.Diagnostics;
4 using SiliconStudio.Core;
5 using SiliconStudio.Core.Serialization;
6 using SiliconStudio.Paradox.Effects;
7 using SiliconStudio.Paradox.Graphics;
9 namespace SiliconStudio.
Paradox.Shaders
15 [DebuggerDisplay(
"SamplerState {Key} ({Description.Filter})")]
33 Description = description;
Key of an effect parameter.
Describes a sampler state.
EffectSamplerStateBinding(string keyName, SamplerStateDescription description)
Initializes a new instance of the EffectSamplerStateBinding class.
SamplerStateDescription Description
The description of this sampler.
string KeyName
The key name.
ParameterKey Key
The key used to bind this sampler, used internaly.
EffectSamplerStateBinding()
Initializes a new instance of the EffectSamplerStateBinding class.