From 9b52e08a7f2400c7ee78e9b284ed0c4c876a7dd4 Mon Sep 17 00:00:00 2001 From: yum Date: Wed, 5 Feb 2025 23:14:13 -0800 Subject: Add 4x4 textures to ssfd --- globals.cginc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'globals.cginc') diff --git a/globals.cginc b/globals.cginc index ad55457..2938161 100644 --- a/globals.cginc +++ b/globals.cginc @@ -1157,6 +1157,9 @@ float _Surface_Stable_Fractal_Dithering_Scale; float _Surface_Stable_Fractal_Dithering_Max_Fwidth; float _Surface_Stable_Fractal_Dithering_Size_Factor; float _Surface_Stable_Fractal_Dithering_Brightness_Factor; +float2 _Surface_Stable_Fractal_Dithering_UV_Offset_R; +float2 _Surface_Stable_Fractal_Dithering_UV_Offset_G; +float2 _Surface_Stable_Fractal_Dithering_UV_Offset_B; #endif #endif -- cgit v1.2.3