We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93e898 commit fa2ff6eCopy full SHA for fa2ff6e
com.unity.render-pipelines.high-definition/Runtime/Material/Decal/Decal.shader
@@ -212,6 +212,7 @@ Shader "HDRP/Decal"
212
HLSLPROGRAM
213
214
#pragma multi_compile_fragment DECALS_3RT DECALS_4RT
215
+ #pragma multi_compile _ DOTS_INSTANCING_ON
216
// enable dithering LOD crossfade
217
#pragma multi_compile _ LOD_FADE_CROSSFADE
218
@@ -246,6 +247,7 @@ Shader "HDRP/Decal"
246
247
Blend 0 SrcAlpha One
248
249
250
251
252
253
0 commit comments