diff options
| author | yum <yum.food.vr@gmail.com> | 2025-02-28 18:07:46 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-02-28 18:07:46 -0800 |
| commit | dfa489b6e6090388186b1d32fb126a11b42d31c5 (patch) | |
| tree | 6c3508d283b4c1c13a2683e09b6d4e0e3db1310a /features.cginc | |
| parent | 83e81c43853ccb6fd235b85802d5558dd166dde1 (diff) | |
add second matcap slot
Diffstat (limited to 'features.cginc')
| -rw-r--r-- | features.cginc | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
