summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-06-02 23:10:32 -0700
committeryum <yum.food.vr@gmail.com>2025-06-02 23:10:32 -0700
commite3a6302979fc0813f6a0cfe2463a30a79929607d (patch)
treed612286e854590139fc9e8a0cb5f0aac417569fc /features.cginc
parented7bb9bbfad50edb88d16005618f2487434d61c4 (diff)
Begin work on `custom30` world
Add vertex colors
Diffstat (limited to 'features.cginc')
-rw-r--r--features.cginc6
1 files changed, 6 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc
index e29471f..31ad8fd 100644
--- a/features.cginc
+++ b/features.cginc
@@ -291,5 +291,11 @@
#pragma shader_feature_local _SPHERIZE
//endex
+//ifex _Custom30_Enabled==0
+#pragma shader_feature_local _CUSTOM30
+#pragma shader_feature_local _CUSTOM30_BASICCUBE
+#pragma shader_feature_local _CUSTOM30_BASICWEDGE
+//endex
+
#endif // __FEATURES_INC