summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'globals.cginc')
-rw-r--r--globals.cginc8
1 files changed, 8 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index 948b69a..4d357db 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -86,4 +86,12 @@ texture2D _Rim_Lighting1_Mask;
#endif
#endif
+#if defined(_VERTEX_DOMAIN_WARPING)
+float _Vertex_Domain_Warping_Spatial_Strength;
+float _Vertex_Domain_Warping_Spatial_Scale;
+float _Vertex_Domain_Warping_Spatial_Octaves;
+float _Vertex_Domain_Warping_Speed;
+float _Vertex_Domain_Warping_Temporal_Strength;
+#endif // _VERTEX_DOMAIN_WARPING
+
#endif // __GLOBALS_INC