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