From f478606867d42e971c5fa83803f3255e922e6a8a Mon Sep 17 00:00:00 2001 From: yum Date: Sun, 23 Feb 2025 02:24:39 -0800 Subject: add ltcgi, alpha multiplier --- features.cginc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'features.cginc') diff --git a/features.cginc b/features.cginc index 7f1cccc..82d8322 100644 --- a/features.cginc +++ b/features.cginc @@ -1,6 +1,10 @@ #ifndef __FEATURES_INC #define __FEATURES_INC +//ifex _Alpha_Multiplier_Enabled==0 +#pragma shader_feature_local _ALPHA_MULTIPLIER +//endex + //ifex _Ambient_Occlusion_Enabled==0 #pragma shader_feature_local _AMBIENT_OCCLUSION //endex @@ -79,5 +83,9 @@ #pragma shader_feature_local _SSFD //endex +//ifex _LTCGI_Enabled==0 +#pragma shader_feature_local _LTCGI +//endex + #endif // __FEATURES_INC -- cgit v1.2.3