diff options
Diffstat (limited to 'features.cginc')
| -rw-r--r-- | features.cginc | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/features.cginc b/features.cginc index ce8d07d..5ab9cb6 100644 --- a/features.cginc +++ b/features.cginc @@ -23,16 +23,21 @@ #pragma shader_feature_local _CLOTH_SHEEN //endex -//ifex _Custom31_Enabled==0 -#pragma shader_feature_local _CUSTOM31 -#pragma shader_feature_local _CUSTOM31_FRAGMENT_NORMALS +//ifex _Vertex_Deformation_Enabled==0 +#pragma shader_feature_local _VERTEX_DEFORMATION +#pragma shader_feature_local _VERTEX_DEFORMATION_FRAGMENT_NORMALS +#pragma shader_feature_local _VERTEX_DEFORMATION_TESSELLATION //endex -//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 +//ifex _Vertex_Deformation_Tubes_Enabled==0 +#pragma shader_feature_local _VERTEX_DEFORMATION_TUBES +#pragma shader_feature_local _VERTEX_DEFORMATION_XZ_TUBE +#pragma shader_feature_local _VERTEX_DEFORMATION_YZ_TUBE +#pragma shader_feature_local _VERTEX_DEFORMATION_XY_TUBE +//endex + +//ifex _Vertex_Deformation_Seal_Enabled==0 +#pragma shader_feature_local _VERTEX_DEFORMATION_SEAL //endex //ifex _Unlit==0 |
