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