Search Issue Tracker
Fixed in 4.0.0-preview
Votes
2
Found in [Package]
2.0.8-preview
Issue ID
1074222
Regression
No
Shader Graph does not support [_ZClip] hardware feature in its shadowscaster pass
Summary:
The shadowcaster pass in the lit.shader uses the ZClip [_ZClip] rasterizer state setting to control cascaded shadowmap rendering. Shaders generated by Shadergraph for HDRP need to support this state setting in their shadowcaster pass as well.
Steps to reproduce:
1. Download the attached project and open TestScene01
2. Move the camera towards the shadows
3. Notice that the capsule which uses the Shader Graph shader gets its shadow clipped when the camera draws near
Notes:
- Only Directional Light shadows are affected
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment