diff options
| author | yum <yum.food.vr@gmail.com> | 2026-01-20 22:01:22 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-01-20 22:01:22 -0800 |
| commit | ffb4b6b861a7f4a5c2468824e16872883f64c290 (patch) | |
| tree | b009b9e619d4ca94e5fc0c6d9b0cdc8c83de75e8 /features.cginc | |
| parent | 0ef282da6a87c27e4056faaedb2847eed1f5a8a7 (diff) | |
Add fur shader, and begin slimming interpolators
Diffstat (limited to 'features.cginc')
| -rw-r--r-- | features.cginc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc index 803b7c6..c774103 100644 --- a/features.cginc +++ b/features.cginc @@ -74,6 +74,11 @@ #pragma shader_feature_local _OUTLINE_MASK //endex +//ifex _Fur_Enabled==0 +#pragma shader_feature_local _FUR +#pragma shader_feature_local _FUR_MASK +//endex + //ifex _Matcap0_Enabled==0 #pragma shader_feature_local _MATCAP0 #pragma shader_feature_local _MATCAP0_MASK @@ -523,5 +528,13 @@ #pragma shader_feature_local _LIGHT_VOLUMES_BRIGHTNESS //endex +#if defined(_CUSTOM30) +#define V2F_COLOR +#endif + +#if defined(_TROCHOID) +#define V2F_ORIG_POS +#endif + #endif // __FEATURES_INC |
