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 2d587be..c22eb99 100644 --- a/features.cginc +++ b/features.cginc @@ -192,5 +192,13 @@ #pragma shader_feature_local _GLITTER_MASK //endex +//ifex _Letter_Grid_Enabled==0 +#pragma shader_feature_local _LETTER_GRID +//endex + +//ifex _Mirror_UVs_In_Mirror==0 +#pragma shader_feature_local _MIRROR_UVS_IN_MIRROR +//endex + #endif // __FEATURES_INC |
