diff options
| author | yum <yum.food.vr@gmail.com> | 2025-03-27 22:10:14 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-03-28 04:01:09 -0700 |
| commit | ac54b32eab582061b961c71efc8cdff28a4fa72e (patch) | |
| tree | 8ec1d7c0a7099a45f313e5788d0e2beebe9b3dc5 /globals.cginc | |
| parent | 6d01be1827eea13d5f6cc66de763ea67e7fca631 (diff) | |
begin audiolinking shatterwave
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 7 |
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
|
