We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f16721c commit 52572e1Copy full SHA for 52572e1
ZEDCamera/Assets/SDK/Helpers/Shaders/Lighting/ZED_Forward_Lighting_URP.shader
@@ -160,17 +160,6 @@ Shader "ZED/ZED Forward Lighting URP"
160
#endif
161
ENDHLSL
162
}
163
- // Used for rendering shadowmaps
164
- UsePass "Universal Render Pipeline/Lit/ShadowCaster"
165
-
166
- // Used for depth prepass
167
- // If shadows cascade are enabled we need to perform a depth prepass.
168
- // We also need to use a depth prepass in some cases camera require depth texture
169
- // (e.g, MSAA is enabled and we can't resolve with Texture2DMS
170
- UsePass "Universal Render Pipeline/Lit/DepthOnly"
171
172
- // Used for Baking GI. This pass is stripped from build.
173
- UsePass "Universal Render Pipeline/Lit/Meta"
174
175
176
Fallback Off
0 commit comments