diff options
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 |
