diff options
| author | yum <yum.food.vr@gmail.com> | 2025-12-01 16:16:20 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-12-01 16:16:20 -0800 |
| commit | d1e5b99e569113b0458edb5b0d71601d52ce9c47 (patch) | |
| tree | 14a233b610f6dcf23f7d749d1fcad455526379c6 /features.cginc | |
| parent | 66ea1231a2ae1c830269d7ecc2cdce78fc8e9897 (diff) | |
add basic shadows feature, a la liltoon
Diffstat (limited to 'features.cginc')
| -rw-r--r-- | features.cginc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc index 63f2929..eedcc99 100644 --- a/features.cginc +++ b/features.cginc @@ -491,5 +491,9 @@ #pragma shader_feature_local _TROCHOID //endex +//ifex _Quasi_Shadows_Enabled==0 +#pragma shader_feature_local _QUASI_SHADOWS +//endex + #endif // __FEATURES_INC |
