docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ProbeReferenceVolume.RuntimeResources

    The resources that are bound to the runtime shaders for sampling Adaptive Probe Volume data.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.Rendering
    Assembly: Unity.RenderPipelines.Core.Runtime.dll
    Syntax
    public struct ProbeReferenceVolume.RuntimeResources

    Fields

    L0_L1rx

    Texture containing Spherical Harmonics L0 band data and first coefficient of L1_R.

    Declaration
    public RenderTexture L0_L1rx
    Field Value
    Type Description
    RenderTexture

    L1_B_rz

    Texture containing the second channel of Spherical Harmonics L1 band data and third coefficient of L1_R.

    Declaration
    public RenderTexture L1_B_rz
    Field Value
    Type Description
    RenderTexture

    L1_G_ry

    Texture containing the second channel of Spherical Harmonics L1 band data and second coefficient of L1_R.

    Declaration
    public RenderTexture L1_G_ry
    Field Value
    Type Description
    RenderTexture

    L2_0

    Texture containing the first coefficient of Spherical Harmonics L2 band data and first channel of the fifth.

    Declaration
    public RenderTexture L2_0
    Field Value
    Type Description
    RenderTexture

    L2_1

    Texture containing the second coefficient of Spherical Harmonics L2 band data and second channel of the fifth.

    Declaration
    public RenderTexture L2_1
    Field Value
    Type Description
    RenderTexture

    L2_2

    Texture containing the third coefficient of Spherical Harmonics L2 band data and third channel of the fifth.

    Declaration
    public RenderTexture L2_2
    Field Value
    Type Description
    RenderTexture

    L2_3

    Texture containing the fourth coefficient of Spherical Harmonics L2 band data.

    Declaration
    public RenderTexture L2_3
    Field Value
    Type Description
    RenderTexture

    ProbeOcclusion

    Texture containing 4 light occlusion coefficients for each probe.

    Declaration
    public RenderTexture ProbeOcclusion
    Field Value
    Type Description
    RenderTexture

    QualityLeakReductionData

    Precomputed table of sampling mask for quality leak reduction.

    Declaration
    public ComputeBuffer QualityLeakReductionData
    Field Value
    Type Description
    ComputeBuffer

    SkyOcclusionL0L1

    Texture containing Sky Occlusion SH data (only L0 and L1 band)

    Declaration
    public RenderTexture SkyOcclusionL0L1
    Field Value
    Type Description
    RenderTexture

    SkyPrecomputedDirections

    Precomputed table of shading directions for sky occlusion shading.

    Declaration
    public ComputeBuffer SkyPrecomputedDirections
    Field Value
    Type Description
    ComputeBuffer

    SkyShadingDirectionIndices

    Texture containing Sky Shading direction indices

    Declaration
    public RenderTexture SkyShadingDirectionIndices
    Field Value
    Type Description
    RenderTexture

    Validity

    Texture containing packed validity binary data for the neighbourhood of each probe. Only used when L1. Otherwise this info is stored in the alpha channel of L2_3.

    Declaration
    public RenderTexture Validity
    Field Value
    Type Description
    RenderTexture

    cellIndices

    Indices of the various index buffers for each cell.

    Declaration
    public ComputeBuffer cellIndices
    Field Value
    Type Description
    ComputeBuffer

    index

    Index data to fetch the correct location in the Texture3D.

    Declaration
    public ComputeBuffer index
    Field Value
    Type Description
    ComputeBuffer

    Extension Methods

    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, T)

    Did you find this page useful? Please give it a rating:

    Thanks for rating this page!

    Report a problem on this page

    What kind of problem would you like to report?

    • This page needs code samples
    • Code samples do not work
    • Information is missing
    • Information is incorrect
    • Information is unclear or confusing
    • There is a spelling/grammar error on this page
    • Something else

    Thanks for letting us know! This page has been marked for review based on your feedback.

    If you have time, you can provide more information to help us fix the problem faster.

    Provide more information

    You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:

    You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:

    You've told us there is information missing from this page. Please tell us more about what's missing:

    You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:

    You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:

    You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:

    You've told us this page has a problem. Please tell us more about what's wrong:

    Thank you for helping to make the Unity documentation better!

    Your feedback has been submitted as a ticket for our documentation team to review.

    We are not able to reply to every ticket submitted.

    In This Article
    • Fields
      • L0_L1rx
      • L1_B_rz
      • L1_G_ry
      • L2_0
      • L2_1
      • L2_2
      • L2_3
      • ProbeOcclusion
      • QualityLeakReductionData
      • SkyOcclusionL0L1
      • SkyPrecomputedDirections
      • SkyShadingDirectionIndices
      • Validity
      • cellIndices
      • index
    • Extension Methods
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)