summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'features.cginc')
-rw-r--r--features.cginc8
1 files changed, 8 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc
index b5c7e64..b00c86b 100644
--- a/features.cginc
+++ b/features.cginc
@@ -36,6 +36,10 @@
#pragma shader_feature_local _VERTEX_DEFORMATION_XY_TUBE
//endex
+//ifex _Vertex_Deformation_L2_Linf_Enabled==0
+#pragma shader_feature_local _VERTEX_DEFORMATION_L2_LINF
+//endex
+
//ifex _Vertex_Deformation_Seal_Enabled==0
#pragma shader_feature_local _VERTEX_DEFORMATION_SEAL
//endex
@@ -76,4 +80,8 @@
#pragma shader_feature_local _RAY_MARCHING_BAKED_ORIGINS
//endex
+//ifex _Ray_Marching_Ball_Grid_Enabled==0
+#pragma shader_feature_local _RAY_MARCHING_BALL_GRID
+//endex
+
#endif // __FEATURES_INC