summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-03-25 18:12:12 -0700
committeryum <yum.food.vr@gmail.com>2025-03-25 18:12:12 -0700
commitf46f3023bb716950db30b48c245c82ad2d6ad2a3 (patch)
tree8b35e27b0113247ba0698e45e5c2faa4915fe4f3 /globals.cginc
parent2d49d9db4712ae3cbd604ec7c9f8627e4f74bde6 (diff)
Begin sketching out tessellation feature
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