Enum AOVBuffers
Buffers available in HDRP
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum AOVBuffers
Fields
| Name | Description | Value |
|---|---|---|
| Color | Color buffer that will be used before post processes. |
|
| DepthStencil | DepthStencil buffer at the end of the frame. |
|
| MotionVectors | Motion vectors buffer at the end of the frame. |
|
| Normals | Normals buffer at the end of the frame. |
|
| Output | Color buffer that will be used at the end, include post processes. |