From eb1529d4401cc4d385ef8bc806a186890999fed6 Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 28 Feb 2025 15:17:43 -0800 Subject: add basic clearcoat lobe --- features.cginc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'features.cginc') diff --git a/features.cginc b/features.cginc index 3a18b8b..64c0480 100644 --- a/features.cginc +++ b/features.cginc @@ -37,6 +37,10 @@ #pragma shader_feature_local _QUANTIZE_SPECULAR //endex +//ifex _Clearcoat_Enabled==0 +#pragma shader_feature_local _CLEARCOAT +//endex + //ifex _Metallics_Enabled==0 #pragma shader_feature_local _METALLICS //endex -- cgit v1.2.3