summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-10-12 15:00:47 -0700
committeryum <yum.food.vr@gmail.com>2025-10-12 15:00:47 -0700
commit6ac3da1b0bd363d70c2f6e4b7b921f2f929dedac (patch)
treecc09ebbdd7bd101bccd2f9d594279f5f66370c63 /features.cginc
parentd2090f73f3e4f08cdbd3c3b82eb7f3ba9f459dd0 (diff)
add uv scroll, aniso16, and finish tubes
Diffstat (limited to 'features.cginc')
-rw-r--r--features.cginc7
1 files changed, 7 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc
index d6ba34d..c6786d4 100644
--- a/features.cginc
+++ b/features.cginc
@@ -30,10 +30,17 @@
//ifex _Custom31_Tubes_Enabled==0
#pragma shader_feature_local _CUSTOM31_TUBES
+#pragma shader_feature_local _CUSTOM31_XZ_TUBE
+#pragma shader_feature_local _CUSTOM31_YZ_TUBE
+#pragma shader_feature_local _CUSTOM31_XY_TUBE
//endex
//ifex _Unlit==0
#pragma shader_feature_local _UNLIT
//endex
+//ifex _UV_Scroll_Enabled==0
+#pragma shader_feature_local _UV_SCROLL
+//endex
+
#endif // __FEATURES_INC