summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-06-22 22:06:04 -0700
committeryum <yum.food.vr@gmail.com>2025-06-22 22:06:04 -0700
commit5393f1c9a3b6cfeae53ebba4fb10f4eb6d91fbf7 (patch)
treeb4070397fd2ea14a0de81fd3ba0f6e8a2745b8ab /features.cginc
parent81a25ecf2360018e22209ab27bae60bbb993aaa5 (diff)
add grayscale lightmap toggle
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 e1f7ef0..98f1141 100644
--- a/features.cginc
+++ b/features.cginc
@@ -369,5 +369,9 @@
#pragma shader_feature_local _OKLCH_CORRECTION
//endex
+//ifex _Grayscale_Lightmaps_Enabled==0
+#pragma shader_feature_local _GRAYSCALE_LIGHTMAPS
+//endex
+
#endif // __FEATURES_INC