summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'globals.cginc')
-rw-r--r--globals.cginc5
1 files changed, 5 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index 578fb8e..d8a60d9 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -393,6 +393,11 @@ float _Rendering_Cutout_Speed;
#if defined(_RENDERING_CUTOUT_IGN)
float _Rendering_Cutout_Ign_Seed;
#endif
+#if defined(_RENDERING_CUTOUT_SSFD)
+float _Rendering_Cutout_SSFD_Scale;
+float _Rendering_Cutout_SSFD_Max_Fwidth;
+texture3D _Rendering_Cutout_SSFD_Noise;
+#endif
#endif
#if defined(_OUTLINES)