docs.unity.cn
    Show / Hide Table of Contents

    Struct GPUSort.Args

    Data structure containing runtime dispatch parameters for the sort.

    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 Args

    Fields

    count

    Count

    Declaration
    public uint count
    Field Value
    Type Description
    UInt32

    inputKeys

    Input Keys

    Declaration
    public GraphicsBuffer inputKeys
    Field Value
    Type Description
    GraphicsBuffer

    inputValues

    Input Values

    Declaration
    public GraphicsBuffer inputValues
    Field Value
    Type Description
    GraphicsBuffer

    maxDepth

    Defines the maximum height of the bitonic sort. By default, should be the same as count for a full sort.

    Declaration
    public uint maxDepth
    Field Value
    Type Description
    UInt32

    resources

    Required runtime resources.

    Declaration
    public GPUSort.SupportResources resources
    Field Value
    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