From 73a232ed7a570aa2e821e26ed7c0fd3db210d246 Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 3 Jun 2025 03:14:20 -0700 Subject: Add depth prepass and more c30 stuff --- features.cginc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'features.cginc') 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 -- cgit v1.2.3