Skip to content

Commit bcc40b7

Browse files
jrs-unityEvergreen
authored andcommitted
[HDRP] Added Missing _BentNormalMapOS Texture Declaration
1 parent 62bc2e5 commit bcc40b7

File tree

1 file changed

+1
-0
lines changed
  • Packages/com.unity.render-pipelines.high-definition/Runtime/Material/Lit

1 file changed

+1
-0
lines changed

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)