docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct RTHandleStaticHelpers

    This struct contains some static helpers that can be used when converting RTid to RThandle The common use case is to convert rtId to rtHandle and use the handle with other handle compatible core APIs

    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 RTHandleStaticHelpers

    Fields

    Name Description
    s_RTHandleWrapper

    Static RTHandle wrapper around RenderTargetIdentifier to avoid gc.alloc Set this wrapper through RTHandleStaticHelpers.SetRTHandleStaticWrapper

    Methods

    Name Description
    SetRTHandleStaticWrapper(RenderTargetIdentifier)

    Set static RTHandle wrapper given a RTid. The static RTHandle wrapper is treated as external handle in RTHandleSystem Get the static wrapper through RTHandleStaticHelpers.s_RTHandleWrapper.

    SetRTHandleUserManagedWrapper(ref RTHandle, RenderTargetIdentifier)

    Set user managed RTHandle wrapper given a RTid. The wrapper is treated as external handle in RTHandleSystem

    Extension Methods

    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, bool)
    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 06 October 2023