diff options
Diffstat (limited to 'features.cginc')
| -rw-r--r-- | features.cginc | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/features.cginc b/features.cginc index 49aa3e7..9b76cd4 100644 --- a/features.cginc +++ b/features.cginc @@ -84,8 +84,16 @@ #pragma shader_feature_local _RAY_MARCHING_BAKED_ORIGINS //endex -//ifex _Ray_Marching_Ball_Grid_Enabled==0 -#pragma shader_feature_local _RAY_MARCHING_BALL_GRID +//ifex _Ray_Marching_Cart_Grid_Enabled==0 +#pragma shader_feature_local _RAY_MARCHING_CART_GRID +//endex + +//ifex _Ray_Marching_Hex_Grid_Enabled==0 +#pragma shader_feature_local _RAY_MARCHING_HEX_GRID +//endex + +//ifex _Ray_Marching_Ball_Enabled==0 +#pragma shader_feature_local _RAY_MARCHING_BALL //endex #endif // __FEATURES_INC |
