diff options
| author | yum <yum.food.vr@gmail.com> | 2025-02-27 18:22:26 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-02-27 18:22:26 -0800 |
| commit | ef269f0cf30c21954632de10487e29f0550e1049 (patch) | |
| tree | cbf2fbc00fe273828b709bc3b84e149e46b5564d /features.cginc | |
| parent | ef6b610577f851d8c70840f945c0ec2161450302 (diff) | |
add brightness control
Diffstat (limited to 'features.cginc')
| -rw-r--r-- | features.cginc | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
