Enum DrawRenderersCustomPass.ShaderPass
HDRP Shader passes
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum ShaderPass
Fields
Name | Description | Value |
---|---|---|
Forward | Forward pass, render the object color. |
0 |
DepthPrepass | Object Depth pre-pass, only the depth of the object will be rendered. |
1 |