Skip to content

Commit 0a14984

Browse files
svc-reach-platform-supportEvergreen
authored andcommitted
[Port] [6000.0] [HDRP] Added Missing _BentNormalMapOS Texture Declaration
1 parent 8a3a0bf commit 0a14984

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • Packages/com.unity.render-pipelines.high-definition/Runtime/Material/Lit

Packages/com.unity.render-pipelines.high-definition/Runtime/Material/Lit/LitProperties.hlsl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ SAMPLER(sampler_CoatMaskMap);
8585
PROP_DECL_TEX2D(_BaseColorMap);
8686
PROP_DECL_TEX2D(_MaskMap);
8787
PROP_DECL_TEX2D(_BentNormalMap);
88+
PROP_DECL_TEX2D(_BentNormalMapOS);
8889
PROP_DECL_TEX2D(_NormalMap);
8990
PROP_DECL_TEX2D(_NormalMapOS);
9091
PROP_DECL_TEX2D(_DetailMap);

0 commit comments

Comments
 (0)