From a0c233000c210273ca93c0444413fd45b1e6c928 Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 16 Mar 2026 19:35:38 -0700 Subject: Begin work on cloth (again) --- globals.cginc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'globals.cginc') diff --git a/globals.cginc b/globals.cginc index ded2048..d32feeb 100755 --- a/globals.cginc +++ b/globals.cginc @@ -564,4 +564,8 @@ float4 _Vertex_Deformation_Slot_15_Vector_2; float4 _Vertex_Deformation_Slot_15_Vector_3; #endif // _VERTEX_DEFORMATION +#if defined(_CLOTH) +float4 _Cloth_Sheen; +#endif // _CLOTH + #endif // __GLOBALS_INC -- cgit v1.2.3