From 7db318d2903ad993c618f551c455ec30c131d194 Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 30 Jun 2025 09:25:46 -0700 Subject: Add oklab color clamp & fix light volumes shading --- features.cginc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'features.cginc') diff --git a/features.cginc b/features.cginc index c43e0bf..ec7cf35 100644 --- a/features.cginc +++ b/features.cginc @@ -393,6 +393,10 @@ #pragma shader_feature_local _OKLCH_CORRECTION //endex +//ifex _Oklab_Brightness_Clamp_Enabled==0 +#pragma shader_feature_local _OKLAB_BRIGHTNESS_CLAMP +//endex + //ifex _Grayscale_Lightmaps_Enabled==0 #pragma shader_feature_local _GRAYSCALE_LIGHTMAPS //endex -- cgit v1.2.3