Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    RadiancePrefilteringGGXShaderKeys Class

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

    public static class RadiancePrefilteringGGXShaderKeys
    Name Description
    Fields
    FilteredRadiance
    MipmapCount
    RadianceMap
    RadianceMapSize
    Roughness
    | Improve this Doc View Source

    Fields


    FilteredRadiance

    public static readonly ObjectParameterKey<Texture> FilteredRadiance
    Field Value
    Type Description
    ObjectParameterKey<Texture>

    MipmapCount

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

    RadianceMap

    public static readonly ObjectParameterKey<Texture> RadianceMap
    Field Value
    Type Description
    ObjectParameterKey<Texture>

    RadianceMapSize

    public static readonly ValueParameterKey<int> RadianceMapSize
    Field Value
    Type Description
    ValueParameterKey<System.Int32>

    Roughness

    public static readonly ValueParameterKey<float> Roughness
    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