summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-12-06 19:09:17 -0800
committeryum <yum.food.vr@gmail.com>2025-12-06 19:09:17 -0800
commitf6e54271cddfec5ef16e986a94edf2db380bc458 (patch)
treea8780729d8b61455bf33cb4148d6e8b2d11e5d91 /features.cginc
parent97b268b7f2a32b5917da5f7f1528619e2dcf362b (diff)
begin work on light volume strength feature
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 442506e..803b7c6 100644
--- a/features.cginc
+++ b/features.cginc
@@ -519,5 +519,9 @@
#pragma shader_feature_local _QUASI_SHADOWS
//endex
+//ifex _Light_Volumes_Brightness_Enabled==0
+#pragma shader_feature_local _LIGHT_VOLUMES_BRIGHTNESS
+//endex
+
#endif // __FEATURES_INC