summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-06-03 03:14:20 -0700
committeryum <yum.food.vr@gmail.com>2025-06-03 03:14:20 -0700
commit73a232ed7a570aa2e821e26ed7c0fd3db210d246 (patch)
treee94b34043e9f1b3e36897193b59e8773bc49de95 /features.cginc
parente3a6302979fc0813f6a0cfe2463a30a79929607d (diff)
Add depth prepass and more c30 stuff
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 31ad8fd..cf546f8 100644
--- a/features.cginc
+++ b/features.cginc
@@ -294,7 +294,15 @@
//ifex _Custom30_Enabled==0
#pragma shader_feature_local _CUSTOM30
#pragma shader_feature_local _CUSTOM30_BASICCUBE
+#pragma shader_feature_local _CUSTOM30_BASICCUBE_CHAMFER
#pragma shader_feature_local _CUSTOM30_BASICWEDGE
+#pragma shader_feature_local _CUSTOM30_BASICPLATFORM
+#pragma shader_feature_local _CUSTOM30_BASICPLATFORM_CHAMFER
+#pragma shader_feature_local _CUSTOM30_BASICPLATFORM_Y_ALIGNED
+//endex
+
+//ifex _Depth_Prepass_Enabled==0
+#pragma shader_feature_local _DEPTH_PREPASS
//endex
#endif // __FEATURES_INC