diff options
| author | yum <yum.food.vr@gmail.com> | 2025-07-31 15:55:01 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-07-31 15:55:01 -0700 |
| commit | 4186d84cccf1d0db4ba413dba63baf87c87b79bb (patch) | |
| tree | 04445db49a057336fd1946ac48adf7204e43fb66 /features.cginc | |
| parent | 5172e2eb9216b876b5b2719fad64b83e0d3a2a9f (diff) | |
add more gradient normals channels
Diffstat (limited to 'features.cginc')
| -rw-r--r-- | features.cginc | 18 |
1 files changed, 18 insertions, 0 deletions
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 |
