From ef269f0cf30c21954632de10487e29f0550e1049 Mon Sep 17 00:00:00 2001 From: yum Date: Thu, 27 Feb 2025 18:22:26 -0800 Subject: add brightness control --- features.cginc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'features.cginc') diff --git a/features.cginc b/features.cginc index 7f0fe79..3a18b8b 100644 --- a/features.cginc +++ b/features.cginc @@ -21,6 +21,10 @@ #pragma shader_feature_local _WRAPPED_LIGHTING //endex +//ifex _Brightness_Control_Enabled==0 +#pragma shader_feature_local _BRIGHTNESS_CONTROL +//endex + //ifex _Min_Brightness_Enabled==0 #pragma shader_feature_local _MIN_BRIGHTNESS //endex -- cgit v1.2.3