docs.unity.cn
    Show / Hide Table of Contents

    Struct GPUPrefixSum.IndirectDirectArgs

    Arguments for an indirect 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 IndirectDirectArgs

    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

    inputCountBuffer

    GPU buffer defining the size of the input list.

    Declaration
    public ComputeBuffer inputCountBuffer
    Field Value
    Type Description
    ComputeBuffer

    inputCountBufferByteOffset

    Byte offset of the count inside the input count buffer.

    Declaration
    public int inputCountBufferByteOffset
    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