docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CustomPassAOVBuffers

    Describes the type of custom pass buffer that will be exported with the AOV API.

    Inheritance
    object
    CustomPassAOVBuffers
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Rendering.HighDefinition
    Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
    Syntax
    public class CustomPassAOVBuffers

    Constructors

    CustomPassAOVBuffers(CustomPassInjectionPoint, OutputType)

    Constructor for CustomPassAOVBuffers

    Declaration
    public CustomPassAOVBuffers(CustomPassInjectionPoint injectionPoint, CustomPassAOVBuffers.OutputType outputType)
    Parameters
    Type Name Description
    CustomPassInjectionPoint injectionPoint

    The injection point of the custom passes that will be exported.

    CustomPassAOVBuffers.OutputType outputType

    The buffer type to export at the scpecified injection point.

    Fields

    injectionPoint

    The injection point of the custom passes that will be exported.

    Declaration
    public CustomPassInjectionPoint injectionPoint
    Field Value
    Type Description
    CustomPassInjectionPoint

    outputType

    Specifies which output type to export.

    Declaration
    public CustomPassAOVBuffers.OutputType outputType
    Field Value
    Type Description
    CustomPassAOVBuffers.OutputType
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)