docs.unity.cn
    Show / Hide Table of Contents

    Struct GPUSort.SupportResources

    Data structure containing the runtime resources that are bound by the command buffer.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: UnityEngine.Rendering
    Syntax
    public struct SupportResources

    Fields

    sortBufferKeys

    Sorted key buffer.

    Declaration
    public GraphicsBuffer sortBufferKeys
    Field Value
    Type Description
    GraphicsBuffer

    sortBufferValues

    Sorted values buffer.

    Declaration
    public GraphicsBuffer sortBufferValues
    Field Value
    Type Description
    GraphicsBuffer

    Methods

    Dispose()

    Dispose the supporting resources.

    Declaration
    public void Dispose()

    Load(GPUSort.RenderGraphResources)

    Load supporting resources from Render Graph Resources.

    Declaration
    public static GPUSort.SupportResources Load(GPUSort.RenderGraphResources renderGraphResources)
    Parameters
    Type Name Description
    GPUSort.RenderGraphResources renderGraphResources

    Render Graph Resources

    Returns
    Type Description
    GPUSort.SupportResources

    Extension Methods

    AnalyticsUtils.ToNestedColumn<T>(T, Boolean)
    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, Boolean)
    ReflectionUtils.Invoke(Object, String, Object[])
    ReflectionUtils.SetField(Object, String, Object)
    ReflectionUtils.GetField(Object, String)
    ReflectionUtils.GetFields(Object)
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 08 September 2023