summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-02-01 19:15:58 -0800
committeryum <yum.food.vr@gmail.com>2025-02-01 19:15:58 -0800
commitfb26b02a20ef751cdd1832abc925b5e57bb2234b (patch)
tree265f343a4b57e6345468ff5c37902fdd66a3764e /globals.cginc
parent4bd9c2ba494013f292ddc14d793bc2b362aff365 (diff)
Implement surface stable fractal dithering
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 a1eca79..88abb0f 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -1139,5 +1139,11 @@ float _Gimmick_Lens_00_Frame_Counter_Speed;
#endif
#endif
+#if defined(_SURFACE_STABLE_FRACTAL_DITHERING)
+texture3D _Surface_Stable_Fractal_Dithering_Noise;
+float _Surface_Stable_Fractal_Dithering_Scale;
+float _Surface_Stable_Fractal_Dithering_Max_Fwidth;
+#endif
+
#endif