Table of Contents

Class EffectSamplerStateBinding

Namespace
Stride.Shaders
Assembly
Stride.Shaders.dll

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 string

Name of the key.

description SamplerStateDescription

The description.

Fields

Description

The description of this sampler.

public SamplerStateDescription Description

Field Value

SamplerStateDescription

Key

The key used to bind this sampler, used internaly.

public ParameterKey Key

Field Value

ParameterKey

KeyName

The key name.

public string KeyName

Field Value

string