Class ShadowContextStorage | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class ShadowContextStorage

    Inheritance
    System.Object
    ShadowContextStorage
    ShadowContext
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: UnityEngine.Experimental.Rendering
    Syntax
    public class ShadowContextStorage

    Constructors

    ShadowContextStorage(ref ShadowContextStorage.Init)

    Declaration
    protected ShadowContextStorage(ref ShadowContextStorage.Init initializer)
    Parameters
    Type Name Description
    ShadowContextStorage.Init initializer

    Fields

    m_CompSamplers

    Declaration
    protected VectorArray<ComparisonSamplerState> m_CompSamplers
    Field Value
    Type Description
    VectorArray<ComparisonSamplerState>

    m_Payloads

    Declaration
    protected VectorArray<ShadowPayload> m_Payloads
    Field Value
    Type Description
    VectorArray<ShadowPayload>

    m_Samplers

    Declaration
    protected VectorArray<SamplerState> m_Samplers
    Field Value
    Type Description
    VectorArray<SamplerState>

    m_ShadowDatas

    Declaration
    protected VectorArray<ShadowData> m_ShadowDatas
    Field Value
    Type Description
    VectorArray<ShadowData>

    m_Tex2DArray

    Declaration
    protected VectorArray<RenderTargetIdentifier> m_Tex2DArray
    Field Value
    Type Description
    VectorArray<RenderTargetIdentifier>

    m_TexCubeArray

    Declaration
    protected VectorArray<RenderTargetIdentifier> m_TexCubeArray
    Field Value
    Type Description
    VectorArray<RenderTargetIdentifier>

    Methods

    RequestSamplerSlot(ComparisonSamplerState)

    Declaration
    public uint RequestSamplerSlot(ComparisonSamplerState css)
    Parameters
    Type Name Description
    ComparisonSamplerState css
    Returns
    Type Description
    System.UInt32

    RequestSamplerSlot(SamplerState)

    Declaration
    public uint RequestSamplerSlot(SamplerState ss)
    Parameters
    Type Name Description
    SamplerState ss
    Returns
    Type Description
    System.UInt32

    RequestTex2DArraySlot()

    Declaration
    public uint RequestTex2DArraySlot()
    Returns
    Type Description
    System.UInt32

    RequestTexCubeArraySlot()

    Declaration
    public uint RequestTexCubeArraySlot()
    Returns
    Type Description
    System.UInt32

    SetTex2DArraySlot(UInt32, RenderTargetIdentifier)

    Declaration
    public void SetTex2DArraySlot(uint slot, RenderTargetIdentifier val)
    Parameters
    Type Name Description
    System.UInt32 slot
    RenderTargetIdentifier val

    SetTexCubeArraySlot(UInt32, RenderTargetIdentifier)

    Declaration
    public void SetTexCubeArraySlot(uint slot, RenderTargetIdentifier val)
    Parameters
    Type Name Description
    System.UInt32 slot
    RenderTargetIdentifier val
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023