summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'globals.cginc')
-rw-r--r--globals.cginc5
1 files changed, 5 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index d1fc5b6..ba223ee 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -424,4 +424,9 @@ float _Shatter_Wave_Power;
float3 _Shatter_Wave_Direction;
#endif // _SHATTER_WAVE
+#if defined(_TESSELLATION)
+float3 _Tessellation_Edge_Factors;
+float _Tessellation_Inside_Factor;
+#endif // _TESSELLATION
+
#endif // __GLOBALS_INC