diff options
| author | yum <yum.food.vr@gmail.com> | 2025-02-23 02:24:39 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-02-23 02:24:58 -0800 |
| commit | f478606867d42e971c5fa83803f3255e922e6a8a (patch) | |
| tree | c50ec81b781aaaff9fd74a416c22be8ff1552e5e /features.cginc | |
| parent | 3ec0f0c2d35f21d2f28d0a116e9e211789b13903 (diff) | |
add ltcgi, alpha multiplier
Diffstat (limited to 'features.cginc')
| -rw-r--r-- | features.cginc | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
