From 9a492f33c29c8564bcec17edef0a6591518ca9d4 Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 28 Oct 2024 12:31:15 -0700 Subject: 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 --- feature_macros.cginc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'feature_macros.cginc') 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 -- cgit v1.2.3