Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    EffectSamplerStateBinding Class

    Namespace: Stride.Shaders
    Assembly: 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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation