Class CustomPassAOVBuffers
Describes the type of custom pass buffer that will be exported with the AOV API.
Inherited Members
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 |