From 6b6920cfde43d84c59d757b7b96ccabe46d6d75a Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 24 Feb 2025 03:08:28 -0800 Subject: Extra stencil color pass behaves as base pass when disabled and not locked --- features.cginc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'features.cginc') diff --git a/features.cginc b/features.cginc index bead254..95928a1 100644 --- a/features.cginc +++ b/features.cginc @@ -91,5 +91,9 @@ #pragma shader_feature_local _LTCGI //endex +//ifex _ExtraStencilColorPass_Enabled==0 +#pragma shader_feature_local _EXTRA_STENCIL_COLOR_PASS +//endex + #endif // __FEATURES_INC -- cgit v1.2.3