diff options
| author | yum <yum.food.vr@gmail.com> | 2024-10-28 12:31:15 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-10-28 12:31:15 -0700 |
| commit | 9a492f33c29c8564bcec17edef0a6591518ca9d4 (patch) | |
| tree | 108156c028127dc41c8383d596f540de419c70e4 /feature_macros.cginc | |
| parent | 8d9d6e374a3dfb5d639034dbd9bb6310c329f147 (diff) | |
Bugfixes
* rl polar mask now works without quantization
* optimize_interpolators is now a local feature (no ui yet)
* `audiolink chroma` feature causes audiolink to import
Diffstat (limited to 'feature_macros.cginc')
| -rw-r--r-- | feature_macros.cginc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/feature_macros.cginc b/feature_macros.cginc index ed082ae..4c7bc5a 100644 --- a/feature_macros.cginc +++ b/feature_macros.cginc @@ -2,7 +2,6 @@ #define __FEATURE_MACROS_INC #define EXPERIMENT__CUSTOM_DEPTH -#define _OPTIMIZE_INTERPOLATORS #pragma shader_feature_local _ _BASECOLOR_MAP #pragma shader_feature_local _ _NORMAL_MAP @@ -184,6 +183,7 @@ #pragma shader_feature_local _ _GIMMICK_GERSTNER_WATER #pragma shader_feature_local _ _GIMMICK_GERSTNER_WATER_OCTAVE_1 #pragma shader_feature_local _ _GIMMICK_GERSTNER_WATER_COLOR_RAMP +#pragma shader_feature_local _ _OPTIMIZE_INTERPOLATORS #endif // __FEATURE_MACROS_INC |
