diff options
| author | yum <yum.food.vr@gmail.com> | 2026-02-25 19:19:55 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-02-25 19:19:55 -0800 |
| commit | 5460dbc62fe6f404cb244410af949864cce286f5 (patch) | |
| tree | 9060baaf132d5b12714e9fc7fc91015050af8624 /features.cginc | |
| parent | 69dded4f94ab2f7e99b4959793a9eaf1f19aef07 (diff) | |
Add second matcap slot
Diffstat (limited to 'features.cginc')
| -rwxr-xr-x | features.cginc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc index a3be4bc..bd527ba 100755 --- a/features.cginc +++ b/features.cginc @@ -168,6 +168,12 @@ #pragma shader_feature_local _MATCAP0_MASK //endex +//ifex _Matcap1_Enabled==0 +#pragma shader_feature_local _MATCAP1 +#pragma shader_feature_local _MATCAP1_QUANTIZATION +#pragma shader_feature_local _MATCAP1_MASK +//endex + //ifex _Rim_Lighting0_Enabled==0 #pragma shader_feature_local _RIM_LIGHTING0 #pragma shader_feature_local _RIM_LIGHTING0_QUANTIZATION |
