summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'globals.cginc')
-rwxr-xr-xglobals.cginc4
1 files changed, 4 insertions, 0 deletions
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