From dfa489b6e6090388186b1d32fb126a11b42d31c5 Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 28 Feb 2025 18:07:46 -0800 Subject: add second matcap slot --- features.cginc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'features.cginc') diff --git a/features.cginc b/features.cginc index 64c0480..9e444ab 100644 --- a/features.cginc +++ b/features.cginc @@ -58,6 +58,12 @@ #pragma shader_feature_local _MATCAP0_QUANTIZATION //endex +//ifex _Matcap1_Enabled==0 +#pragma shader_feature_local _MATCAP1 +#pragma shader_feature_local _MATCAP1_MASK +#pragma shader_feature_local _MATCAP1_QUANTIZATION +//endex + //ifex _Rim_Lighting0_Enabled==0 #pragma shader_feature_local _RIM_LIGHTING0 #pragma shader_feature_local _RIM_LIGHTING0_MASK -- cgit v1.2.3