Enum AOVBuffers
Buffers available in HDRP
네임스페이스: UnityEngine.Rendering.HighDefinition
어셈블리: solution.dll
구문
public enum AOVBuffers
필드
이름 | 설명 |
---|---|
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. |