Enum ShEvalMode
The type of Spherical Harmonics lighting evaluation in a shader.
Namespace: UnityEngine.Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
public enum ShEvalMode
  Fields
| Name | Description | 
|---|---|
| Auto | Unity selects a mode automatically.  | 
      
| Mixed | Evaluate lighting partially per vertex, partially per pixel.  | 
      
| PerPixel | Evaluate lighting per pixel.  | 
      
| PerVertex | Evaluate lighting per vertex.  |