diff options
| author | yum <yum.food.vr@gmail.com> | 2026-02-24 23:05:10 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-02-24 23:05:10 -0800 |
| commit | bdbec0916d058b6356a1bf54021dfbf6021dc16a (patch) | |
| tree | 263576a8a62f544392cd9114ff610c365c6d3c6d /features.cginc | |
| parent | 80d511162ca90e29fd26c9a5893cde7aa9c23332 (diff) | |
Add shadows
Diffstat (limited to 'features.cginc')
| -rwxr-xr-x | features.cginc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc index 4ad5c88..53ed832 100755 --- a/features.cginc +++ b/features.cginc @@ -31,6 +31,11 @@ #pragma shader_feature_local _OUTLINES //endex +//ifex _Shadows_Enabled==0 +#pragma shader_feature_local _SHADOWS +#pragma shader_feature_local _SHADOW_1 +//endex + //ifex _Bent_Normals_Enabled==0 #pragma shader_feature_local _BENT_NORMALS //endex |
