summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'globals.cginc')
-rw-r--r--globals.cginc6
1 files changed, 6 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index 1bd9498..3ba2e60 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -72,4 +72,10 @@ float _Custom31_YZ_Tube_t;
float2 _UV_Scroll_Speed;
#endif // _UV_SCROLL
+#if defined(_CENTER_OFFSET)
+texture2D _Center_Offset_Heightmap;
+float4 _Center_Offset_Heightmap_ST;
+float _Center_Offset_Factor;
+#endif // _CENTER_OFFSET
+
#endif // __GLOBALS_INC