Enum HDAdditionalCameraData.BufferAccessType
Type of buffers that can be accessed for this camera.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
[Flags]
public enum BufferAccessType
Fields
Name | Description | Value |
---|---|---|
Depth | Depth buffer. |
1 |
Normal | Normal buffer. |
2 |
Color | Color buffer. |
4 |