From 4186d84cccf1d0db4ba413dba63baf87c87b79bb Mon Sep 17 00:00:00 2001 From: yum Date: Thu, 31 Jul 2025 15:55:01 -0700 Subject: add more gradient normals channels --- features.cginc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'features.cginc') diff --git a/features.cginc b/features.cginc index 54d492b..b090113 100644 --- a/features.cginc +++ b/features.cginc @@ -249,6 +249,24 @@ //ifex _Gradient_Normals_0_Horizontal_Enabled==0 #pragma shader_feature_local _GRADIENT_NORMALS_0_HORIZONTAL //endex +//ifex _Gradient_Normals_1_Vertical_Enabled==0 +#pragma shader_feature_local _GRADIENT_NORMALS_1_VERTICAL +//endex +//ifex _Gradient_Normals_1_Horizontal_Enabled==0 +#pragma shader_feature_local _GRADIENT_NORMALS_1_HORIZONTAL +//endex +//ifex _Gradient_Normals_2_Vertical_Enabled==0 +#pragma shader_feature_local _GRADIENT_NORMALS_2_VERTICAL +//endex +//ifex _Gradient_Normals_2_Horizontal_Enabled==0 +#pragma shader_feature_local _GRADIENT_NORMALS_2_HORIZONTAL +//endex +//ifex _Gradient_Normals_3_Vertical_Enabled==0 +#pragma shader_feature_local _GRADIENT_NORMALS_3_VERTICAL +//endex +//ifex _Gradient_Normals_3_Horizontal_Enabled==0 +#pragma shader_feature_local _GRADIENT_NORMALS_3_HORIZONTAL +//endex //ifex _3D_SDF_Enabled==0 #pragma shader_feature_local _3D_SDF -- cgit v1.2.3