summaryrefslogtreecommitdiffstats
path: root/features.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 /features.cginc
parent2d49d9db4712ae3cbd604ec7c9f8627e4f74bde6 (diff)
Begin sketching out tessellation feature
Diffstat (limited to 'features.cginc')
-rw-r--r--features.cginc6
1 files changed, 5 insertions, 1 deletions
diff --git a/features.cginc b/features.cginc
index 1b2b70a..163da78 100644
--- a/features.cginc
+++ b/features.cginc
@@ -200,9 +200,13 @@
#pragma shader_feature_local _SHATTER_WAVE
//endex
-//ifex _Mirror_UVs_In_Mirror==0
+//ifex _Mirror_UVs_In_Mirror_Enabled==0
#pragma shader_feature_local _MIRROR_UVS_IN_MIRROR
//endex
+//ifex _Tessellation_Enabled==0
+#pragma shader_feature_local _TESSELLATION
+//endex
+
#endif // __FEATURES_INC