Enum ScriptableRenderPassInput
Input requirements for ScriptableRenderPass.
Namespace: UnityEngine.Rendering.Universal
Syntax
[Flags]
public enum ScriptableRenderPassInput
Fields
| Name | Description | Value |
|---|---|---|
| None | 0 | |
| Depth | 1 | |
| Normal | 2 | |
| Color | 4 | |
| Motion | 8 |
Input requirements for ScriptableRenderPass.
[Flags]
public enum ScriptableRenderPassInput
| Name | Description | Value |
|---|---|---|
| None | 0 | |
| Depth | 1 | |
| Normal | 2 | |
| Color | 4 | |
| Motion | 8 |