Table of Contents

Class EffectSamplerStateBinding

Namespace
Stride.Shaders
Assembly
Stride.Shaders.dll
[DataContract]
public class EffectSamplerStateBinding
Inheritance
object
EffectSamplerStateBinding
Extension Methods

Constructors

EffectSamplerStateBinding()

public EffectSamplerStateBinding()

EffectSamplerStateBinding(string, SamplerStateDescription)

public EffectSamplerStateBinding(string keyName, SamplerStateDescription description)

Parameters

keyName string
description SamplerStateDescription

Fields

Description

public SamplerStateDescription Description

Field Value

SamplerStateDescription

Key

Binding to a sampler.

public ParameterKey Key

Field Value

ParameterKey

KeyName

public string KeyName

Field Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.