docs.unity.cn
    Show / Hide Table of Contents

    Struct GPUPrefixSum.DirectArgs

    Arguments for a direct prefix sum.

    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 DirectArgs

    Fields

    exclusive

    An inclusive or exclusive prefix sum.

    Declaration
    public bool exclusive
    Field Value
    Type Description
    Boolean

    input

    The input list.

    Declaration
    public GraphicsBuffer input
    Field Value
    Type Description
    GraphicsBuffer

    inputCount

    The size of the input list.

    Declaration
    public int inputCount
    Field Value
    Type Description
    Int32

    supportResources

    Required runtime resources.

    Declaration
    public GPUPrefixSum.SupportResources supportResources
    Field Value
    Type Description
    GPUPrefixSum.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