summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'globals.cginc')
-rw-r--r--globals.cginc6
1 files changed, 6 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index 88abb0f..578fb8e 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -1137,6 +1137,11 @@ float _Gimmick_Lens_00_Subdivisions;
#if defined(_GIMMICK_LENS_00_FRAME_COUNTER)
float _Gimmick_Lens_00_Frame_Counter_Speed;
#endif
+#if defined(_GIMMICK_LENS_00_SSFD)
+float _Gimmick_Lens_00_SSFD_Scale;
+float _Gimmick_Lens_00_SSFD_Max_Fwidth;
+texture3D _Gimmick_Lens_00_SSFD_Noise;
+#endif
#endif
#if defined(_SURFACE_STABLE_FRACTAL_DITHERING)
@@ -1145,5 +1150,6 @@ float _Surface_Stable_Fractal_Dithering_Scale;
float _Surface_Stable_Fractal_Dithering_Max_Fwidth;
#endif
+
#endif