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