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 |