summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'globals.cginc')
-rw-r--r--globals.cginc4
1 files changed, 4 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index 74aa9ea..2578e3a 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -294,6 +294,10 @@ float _Vertex_Domain_Warping_Octaves;
float _Vertex_Domain_Warping_Speed;
#endif // _VERTEX_DOMAIN_WARPING
+#if defined(_VERTEX_DOMAIN_WARPING_AUDIOLINK)
+float4 _Vertex_Domain_Warping_Audiolink_VU_Factors;
+#endif // _VERTEX_DOMAIN_WARPING_AUDIOLINK
+
#if defined(_UV_DOMAIN_WARPING)
float _UV_Domain_Warping_Spatial_Strength;
float _UV_Domain_Warping_Spatial_Scale;