summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-02-02 15:46:35 -0800
committeryum <yum.food.vr@gmail.com>2025-02-02 15:46:35 -0800
commit03406b0983e123bb3203a96bfd2f017e58e3e90d (patch)
tree859f888a409e2e92a25baf9597a0d4fae78d829b /globals.cginc
parentff997cfb850ec42a977381a2becf0ccedb2035d9 (diff)
Begin plugging in SSFD
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)