Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    LightProbeShaderKeys Class

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

    public static class LightProbeShaderKeys
    Name Description
    Fields
    IgnoredProbeStart
    LightProbeCoefficients
    LightProbeTetrahedronIds
    LightProbeTetrahedronMatrices
    LightProbeTetrahedronProbeIndices
    | Improve this Doc View Source

    Fields


    IgnoredProbeStart

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

    LightProbeCoefficients

    public static readonly ObjectParameterKey<Buffer> LightProbeCoefficients
    Field Value
    Type Description
    ObjectParameterKey<Buffer>

    LightProbeTetrahedronIds

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

    LightProbeTetrahedronMatrices

    public static readonly ObjectParameterKey<Buffer> LightProbeTetrahedronMatrices
    Field Value
    Type Description
    ObjectParameterKey<Buffer>

    LightProbeTetrahedronProbeIndices

    public static readonly ObjectParameterKey<Buffer> LightProbeTetrahedronProbeIndices
    Field Value
    Type Description
    ObjectParameterKey<Buffer>

    • Improve this Doc
    • View Source
    In This Article

    Back to top

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