ScreenSpaceShadows
Shader used for screen-space cascaded shadows.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
ScreenSpaceShadows = 3
Remarks
Cascaded shadow maps for directional lights on PC/console platforms compute a screenspace shadow mask using this shader.
Additional Resources: GraphicsSettings.SetShaderMode, BuiltinShaderMode, Graphics Settings, Shadow Cascades.