Enum CustomPass.TargetBuffer
Used to select the target buffer when executing the custom pass
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum CustomPass.TargetBuffer
Fields
Name | Description |
---|---|
Camera | The buffers for the currently rendering Camera. |
Custom | The custom rendering buffers that HDRP allocates. |
None | No target buffer. |