diff options
| author | yum <yum.food.vr@gmail.com> | 2026-03-24 15:43:41 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-03-24 15:43:41 -0700 |
| commit | 86438c831074ea2b161db28c18c998eb47b3600f (patch) | |
| tree | d4d5a7b29df240bf0ce0670f961d33fb571e9aeb /globals.cginc | |
| parent | e19bf2d07048bf1b6a9c636380c52f44336c81e8 (diff) | |
Add letter grid animation
Diffstat (limited to 'globals.cginc')
| -rwxr-xr-x | globals.cginc | 5 |
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 |
