summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'globals.cginc')
-rwxr-xr-xglobals.cginc5
1 files changed, 4 insertions, 1 deletions
diff --git a/globals.cginc b/globals.cginc
index 1886a8c..f07e27f 100755
--- a/globals.cginc
+++ b/globals.cginc
@@ -270,7 +270,10 @@ float _Parallax_Heightmap_Ray_Marching_Steps;
float _Decal##N##_SDF_Invert; \
float _Decal##N##_Metallic_Gloss_Enabled; \
texture2D _Decal##N##_Metallic_Gloss; \
- float4 _Decal##N##_Metallic_Gloss_ST;
+ float4 _Decal##N##_Metallic_Gloss_ST; \
+ float _Decal##N##_Normal_Enabled; \
+ texture2D _Decal##N##_Normal; \
+ float _Decal##N##_Normal_Scale;
#if defined(_DECAL0)
DECAL_GLOBALS(0)