From 97d2731d0093529e612c39bf254bb197012a3b3d Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 20 Jul 2026 00:06:53 -0700 Subject: Add brightness multiplier --- features.cginc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'features.cginc') diff --git a/features.cginc b/features.cginc index eb5d994..ce4847a 100755 --- a/features.cginc +++ b/features.cginc @@ -34,6 +34,10 @@ #pragma shader_feature_local _BRIGHTNESS_CLAMP //endex +//ifex _Brightness_Multiplier_Enabled==0 +#pragma shader_feature_local _BRIGHTNESS_MULTIPLIER +//endex + //ifex _Wrapped_Lighting_Enabled==0 #pragma shader_feature_local _WRAPPED_LIGHTING //endex -- cgit v1.2.3