Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    TemporalAntiAliasShaderKeys Class

    Namespace: Stride.Rendering
    Assembly: Stride.Rendering.dll
    System.Object → TemporalAntiAliasShaderKeys
    Derived from TemporalAntiAliasShaderKeys:

    public static class TemporalAntiAliasShaderKeys
    Name Description
    Fields
    u_BlendWeightMax
    u_BlendWeightMin
    u_HistoryBlurAmp
    u_LumaContrastFactor
    u_VelocityDecay
    u_Weight1
    u_Weight2
    u_WeightCenter
    u_WeightLow1
    u_WeightLow2
    u_WeightLowCenter
    | Improve this Doc View Source

    Fields


    u_BlendWeightMax

    public static readonly ValueParameterKey<float> u_BlendWeightMax
    Field Value
    Type Description
    ValueParameterKey<System.Single>

    u_BlendWeightMin

    public static readonly ValueParameterKey<float> u_BlendWeightMin
    Field Value
    Type Description
    ValueParameterKey<System.Single>

    u_HistoryBlurAmp

    public static readonly ValueParameterKey<float> u_HistoryBlurAmp
    Field Value
    Type Description
    ValueParameterKey<System.Single>

    u_LumaContrastFactor

    public static readonly ValueParameterKey<float> u_LumaContrastFactor
    Field Value
    Type Description
    ValueParameterKey<System.Single>

    u_VelocityDecay

    public static readonly ValueParameterKey<float> u_VelocityDecay
    Field Value
    Type Description
    ValueParameterKey<System.Single>

    u_Weight1

    public static readonly ValueParameterKey<Vector4> u_Weight1
    Field Value
    Type Description
    ValueParameterKey<Vector4>

    u_Weight2

    public static readonly ValueParameterKey<Vector4> u_Weight2
    Field Value
    Type Description
    ValueParameterKey<Vector4>

    u_WeightCenter

    public static readonly ValueParameterKey<float> u_WeightCenter
    Field Value
    Type Description
    ValueParameterKey<System.Single>

    u_WeightLow1

    public static readonly ValueParameterKey<Vector4> u_WeightLow1
    Field Value
    Type Description
    ValueParameterKey<Vector4>

    u_WeightLow2

    public static readonly ValueParameterKey<Vector4> u_WeightLow2
    Field Value
    Type Description
    ValueParameterKey<Vector4>

    u_WeightLowCenter

    public static readonly ValueParameterKey<float> u_WeightLowCenter
    Field Value
    Type Description
    ValueParameterKey<System.Single>

    • Improve this Doc
    • View Source
    In This Article

    Back to top

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