EffectSamplerStateBinding Class
Namespace: Stride.ShadersAssembly: Stride.Shaders.dll
Binding to a sampler.
System.Object →
EffectSamplerStateBinding
Derived from EffectSamplerStateBinding:
[DataContract]
public class EffectSamplerStateBinding
Name | Description | |
---|---|---|
Constructors | ||
EffectSamplerStateBinding() | Initializes a new instance of the EffectSamplerStateBinding class. |
|
EffectSamplerStateBinding(String, SamplerStateDescription) | Initializes a new instance of the EffectSamplerStateBinding class. |
|
Fields | ||
Description | The description of this sampler. |
|
Key | The key used to bind this sampler, used internaly. |
|
KeyName | The key name. |
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
Type | Name | Description |
---|---|---|
System.String | keyName | Name of the key. |
SamplerStateDescription | description | The description. |
Fields
Description
The description of this sampler.
public SamplerStateDescription Description
Field Value
Type | Description |
---|---|
SamplerStateDescription |
Key
The key used to bind this sampler, used internaly.
public ParameterKey Key
Field Value
Type | Description |
---|---|
ParameterKey |
KeyName
The key name.
public string KeyName
Field Value
Type | Description |
---|---|
System.String |