summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-06-03 23:49:25 -0700
committeryum <yum.food.vr@gmail.com>2025-06-03 23:49:25 -0700
commit102f53a2402b204d1dc679078aaf8ba5765d97a7 (patch)
treecf977a756dbb460a431ba669761eaf06ccc44c5b /features.cginc
parente57cfb120534ede4005f538ddd158b9dc5061d3c (diff)
Add spatiotemporal dithering to fog
Diffstat (limited to 'features.cginc')
-rw-r--r--features.cginc4
1 files changed, 4 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc
index 40ed4a1..59a3ff3 100644
--- a/features.cginc
+++ b/features.cginc
@@ -315,5 +315,9 @@
#pragma shader_feature_local _RAYMARCHED_FOG
//endex
+//ifex _Raymarched_Fog_Height_Density_Enabled==0
+#pragma shader_feature_local _RAYMARCHED_FOG_HEIGHT_DENSITY
+//endex
+
#endif // __FEATURES_INC