Enum AOVBuffers
Buffers available in HDRP
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum AOVBuffers
Fields
Name | Description |
---|---|
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 (world space) buffer at the end of the frame. |
Output | Color buffer that will be used at the end, include post processes. |
VolumetricFog | Volumetric fog at the end of the frame. |