diff options
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index 0ed9a54..607e98b 100644 --- a/globals.cginc +++ b/globals.cginc @@ -234,6 +234,8 @@ float _Enable_Matcap0; texture2D _Matcap0; texture2D _Matcap0_Mask; float _Matcap0_Mask_Invert; +texture2D _Matcap0_Mask2; +float _Matcap0_Mask2_Invert; float _Matcap0Str; float _Matcap0Quantization; float _Matcap0Mode; @@ -245,6 +247,8 @@ float _Enable_Matcap1; texture2D _Matcap1; texture2D _Matcap1_Mask; float _Matcap1_Mask_Invert; +texture2D _Matcap1_Mask2; +float _Matcap1_Mask2_Invert; float _Matcap1Str; float _Matcap1Quantization; float _Matcap1Mode; |
