summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2026-03-24 15:43:41 -0700
committeryum <yum.food.vr@gmail.com>2026-03-24 15:43:41 -0700
commit86438c831074ea2b161db28c18c998eb47b3600f (patch)
treed4d5a7b29df240bf0ce0670f961d33fb571e9aeb /globals.cginc
parente19bf2d07048bf1b6a9c636380c52f44336c81e8 (diff)
Add letter grid animation
Diffstat (limited to 'globals.cginc')
-rwxr-xr-xglobals.cginc5
1 files changed, 5 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index e567177..44a71c9 100755
--- a/globals.cginc
+++ b/globals.cginc
@@ -579,6 +579,7 @@ float4 _Letter_Grid_Data_Row_0;
float4 _Letter_Grid_Data_Row_1;
float4 _Letter_Grid_Data_Row_2;
float4 _Letter_Grid_Data_Row_3;
+int _Letter_Grid_UV_Channel;
float4 _Letter_Grid_UV_Scale_Offset;
float _Letter_Grid_Padding;
float4 _Letter_Grid_Color;
@@ -593,4 +594,8 @@ float _Letter_Grid_Blurriness;
float _Letter_Grid_Alpha_Threshold;
#endif // _LETTER_GRID
+#if defined(_LETTER_GRID_ANIMATE)
+float _Letter_Grid_Animate_Speed;
+#endif // _LETTER_GRID_ANIMATE
+
#endif // __GLOBALS_INC