summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'globals.cginc')
-rw-r--r--globals.cginc3
1 files changed, 3 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index c5b7b29..b0cce77 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -67,6 +67,9 @@ float _Matcap0_Strength;
#if defined(_MATCAP0_MASK)
texture2D _Matcap0_Mask;
#endif
+#if defined(_MATCAP0_QUANTIZATION)
+float _Matcap0_Quantization_Steps;
+#endif
#endif
#if defined(_RIM_LIGHTING0)