diff options
Diffstat (limited to 'features.cginc')
| -rw-r--r-- | features.cginc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/features.cginc b/features.cginc index 1b2b70a..163da78 100644 --- a/features.cginc +++ b/features.cginc @@ -200,9 +200,13 @@ #pragma shader_feature_local _SHATTER_WAVE //endex -//ifex _Mirror_UVs_In_Mirror==0 +//ifex _Mirror_UVs_In_Mirror_Enabled==0 #pragma shader_feature_local _MIRROR_UVS_IN_MIRROR //endex +//ifex _Tessellation_Enabled==0 +#pragma shader_feature_local _TESSELLATION +//endex + #endif // __FEATURES_INC |
