diff options
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 |
