Enum RenderPipelineSettings.SupportedLitShaderMode
Supported Lit Shader Mode.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum RenderPipelineSettings.SupportedLitShaderMode
Fields
Name | Description |
---|---|
Both | Both Forward and Deferred shading. |
DeferredOnly | Deferred shading only. |
ForwardOnly | Forward shading only. |