summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-11-01 16:25:42 -0700
committeryum <yum.food.vr@gmail.com>2025-11-01 16:25:42 -0700
commitea09e3e5425d935ed9dd277c0f1a7488033d2ede (patch)
tree8b2009c59409cde4f8e00c96e4ff1536359b9d9f /features.cginc
parent195df414b5310dec05d509dcc7d91b786419e360 (diff)
add l2 -> l infinity norm deformation
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