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 ba223ee..9cabad6 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -429,4 +429,9 @@ float3 _Tessellation_Edge_Factors;
float _Tessellation_Inside_Factor;
#endif // _TESSELLATION
+#if defined(_SPHERIZE)
+float _Spherize_Radius;
+float _Spherize_Strength;
+#endif // _SPHERIZE
+
#endif // __GLOBALS_INC