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