summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-02-03 15:19:04 -0800
committeryum <yum.food.vr@gmail.com>2025-02-03 15:19:04 -0800
commitd45815e49ba24b881bf54b73fd1b8a82579fa1c2 (patch)
tree84aed710fbc5a3a6d76e1c2ee47113b89230c42c /globals.cginc
parentef659428910962a270840d1448123bfc6c87cccb (diff)
Disable custom depth - breaks projectors
Diffstat (limited to 'globals.cginc')
-rw-r--r--globals.cginc4
1 files changed, 1 insertions, 3 deletions
diff --git a/globals.cginc b/globals.cginc
index 4045633..ad55457 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -1145,6 +1145,7 @@ float _Gimmick_Lens_00_Frame_Counter_Speed;
#if defined(_GIMMICK_LENS_00_SSFD)
float _Gimmick_Lens_00_SSFD_Scale;
float _Gimmick_Lens_00_SSFD_Max_Fwidth;
+float _Gimmick_Lens_00_SSFD_Size_Factor;
texture3D _Gimmick_Lens_00_SSFD_Noise;
#endif
#endif
@@ -1158,8 +1159,5 @@ float _Surface_Stable_Fractal_Dithering_Size_Factor;
float _Surface_Stable_Fractal_Dithering_Brightness_Factor;
#endif
-
-
-
#endif