diff options
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/globals.cginc b/globals.cginc index 6513c32..92fe8fd 100644 --- a/globals.cginc +++ b/globals.cginc @@ -70,9 +70,11 @@ float _Vertex_Deformation_XZ_Tube_t; float _Vertex_Deformation_YZ_Tube_t; #endif // _VERTEX_DEFORMATION_YZ_TUBE -#if defined(_VERTEX_DEFORMATION_L2_LINF) -float _Vertex_Deformation_L2_Linf_t; -#endif // _VERTEX_DEFORMATION_L2_LINF +#if defined(_VERTEX_DEFORMATION_NORM_CONVERSION) +float _Vertex_Deformation_Norm_Conversion_Input_k; +float _Vertex_Deformation_Norm_Conversion_Output_k; +float _Vertex_Deformation_Norm_Conversion_t; +#endif // _VERTEX_DEFORMATION_NORM_CONVERSION #if defined(_VERTEX_DEFORMATION_SEAL) float _Vertex_Deformation_Seal_A; |
