diff options
| author | yum <yum.food.vr@gmail.com> | 2026-03-06 16:01:44 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-03-06 16:01:44 -0800 |
| commit | 99da9a7918af4a12b8894b4dea8569e952e5f2a1 (patch) | |
| tree | a05a4faf148bab0b170b72f51cb16f29d2296b59 /features.cginc | |
| parent | 20234b7fdc550fd3d2542391ac5bb735a7edb820 (diff) | |
Add 4 more decal slots
Diffstat (limited to 'features.cginc')
| -rwxr-xr-x | features.cginc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc index c3c5aa1..5353060 100755 --- a/features.cginc +++ b/features.cginc @@ -174,6 +174,22 @@ #pragma shader_feature_local _DECAL3 //endex +//ifex _Decal4_Enabled==0 +#pragma shader_feature_local _DECAL4 +//endex + +//ifex _Decal5_Enabled==0 +#pragma shader_feature_local _DECAL5 +//endex + +//ifex _Decal6_Enabled==0 +#pragma shader_feature_local _DECAL6 +//endex + +//ifex _Decal7_Enabled==0 +#pragma shader_feature_local _DECAL7 +//endex + //ifex _Matcap0_Enabled==0 #pragma shader_feature_local _MATCAP0 #pragma shader_feature_local _MATCAP0_QUANTIZATION |
