summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'globals.cginc')
-rw-r--r--globals.cginc9
1 files changed, 9 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index 3ab4c53..d1fc5b6 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -415,4 +415,13 @@ float _Letter_Grid_Blurriness;
float _Letter_Grid_Alpha_Threshold;
#endif // _LETTER_GRID
+#if defined(_SHATTER_WAVE)
+float _Shatter_Wave_Amplitude;
+float _Shatter_Wave_Wavelength;
+float _Shatter_Wave_Speed;
+float _Shatter_Wave_Period;
+float _Shatter_Wave_Power;
+float3 _Shatter_Wave_Direction;
+#endif // _SHATTER_WAVE
+
#endif // __GLOBALS_INC