summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2026-07-20 00:06:53 -0700
committeryum <yum.food.vr@gmail.com>2026-07-20 00:06:53 -0700
commit97d2731d0093529e612c39bf254bb197012a3b3d (patch)
tree8f9639da8f3219ee76e7926a7f7ec7b29635bed6 /features.cginc
parent169fe5e3139345e6b55150aa361f6253ba09a647 (diff)
Add brightness multiplier
Diffstat (limited to 'features.cginc')
-rwxr-xr-xfeatures.cginc4
1 files changed, 4 insertions, 0 deletions
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