Skip to content

Commit 90eb487

Browse files
svc-reach-platform-supportEvergreen
authored andcommitted
[Port] [2021.3] ShaderGraph: remove duplicate LIGHTMAP_ON and DIRLIGHTMAP_COMBINED variants for builtin-deferred
1 parent 0351a45 commit 90eb487

File tree

1 file changed

+0
-2
lines changed
  • Packages/com.unity.shadergraph/Editor/Generation/Targets/BuiltIn/Editor/ShaderGraph/Targets

1 file changed

+0
-2
lines changed

Packages/com.unity.shadergraph/Editor/Generation/Targets/BuiltIn/Editor/ShaderGraph/Targets/BuiltInLitSubTarget.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -576,8 +576,6 @@ static class LitKeywords
576576

577577
public static readonly KeywordCollection Deferred = new KeywordCollection
578578
{
579-
{ CoreKeywordDescriptors.Lightmap },
580-
{ CoreKeywordDescriptors.DirectionalLightmapCombined },
581579
{ CoreKeywordDescriptors.MainLightShadows },
582580
{ CoreKeywordDescriptors.ShadowsSoft },
583581
{ CoreKeywordDescriptors.LightmapShadowMixing },

0 commit comments

Comments
 (0)