summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-03-27 22:10:14 -0700
committeryum <yum.food.vr@gmail.com>2025-03-28 04:01:09 -0700
commitac54b32eab582061b961c71efc8cdff28a4fa72e (patch)
tree8ec1d7c0a7099a45f313e5788d0e2beebe9b3dc5 /globals.cginc
parent6d01be1827eea13d5f6cc66de763ea67e7fca631 (diff)
begin audiolinking shatterwave
Diffstat (limited to 'globals.cginc')
-rw-r--r--globals.cginc7
1 files changed, 7 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index c1a9fb2..e5ab929 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -429,6 +429,13 @@ float3 _Shatter_Wave_Direction2;
float3 _Shatter_Wave_Direction3;
#endif // _SHATTER_WAVE
+#if defined(_SHATTER_WAVE_AUDIOLINK)
+float4 _Shatter_Wave_Chronotensity_Weights0;
+float4 _Shatter_Wave_Chronotensity_Weights1;
+float4 _Shatter_Wave_Chronotensity_Weights2;
+float4 _Shatter_Wave_Chronotensity_Weights3;
+#endif // _SHATTER_WAVE_AUDIOLINK
+
#if defined(_TESSELLATION)
float _Tessellation_Factor;
#endif // _TESSELLATION