diff options
| author | yum <yum.food.vr@gmail.com> | 2025-11-02 09:19:50 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-11-02 09:19:50 -0800 |
| commit | 93f27e3a8545fef6ccc293d033e5f422ed821215 (patch) | |
| tree | 0aa80b3bbd40e9fa8c7ffbddeb523df46c90002a /features.cginc | |
| parent | ea09e3e5425d935ed9dd277c0f1a7488033d2ede (diff) | |
generalize norm conversion code
Diffstat (limited to 'features.cginc')
| -rw-r--r-- | features.cginc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features.cginc b/features.cginc index b00c86b..cd9a8d7 100644 --- a/features.cginc +++ b/features.cginc @@ -36,8 +36,8 @@ #pragma shader_feature_local _VERTEX_DEFORMATION_XY_TUBE //endex -//ifex _Vertex_Deformation_L2_Linf_Enabled==0 -#pragma shader_feature_local _VERTEX_DEFORMATION_L2_LINF +//ifex _Vertex_Deformation_L2_L1_Enabled==0 +#pragma shader_feature_local _VERTEX_DEFORMATION_NORM_CONVERSION //endex //ifex _Vertex_Deformation_Seal_Enabled==0 |
