diff --git a/_release-content/migration-guides/shadow-pass-split.md b/_release-content/migration-guides/shadow-pass-split.md new file mode 100644 index 0000000000000..1d43b6c165859 --- /dev/null +++ b/_release-content/migration-guides/shadow-pass-split.md @@ -0,0 +1,7 @@ +--- +title: "`shadow_pass` has been split into `per_view_shadow_pass` and `shared_shadow_pass`" +pull_requests: [23713] +--- + +`shadow_pass` has been split into `per_view_shadow_pass` (for rendering DirectionalLight shadow maps) +and `shared_shadow_pass` (for rendering PointLight and SpotLight shadow maps).